Commit Graph

136611 Commits

Author SHA1 Message Date
James Kitchener
881001dff5 Bug 802895 - Parser changes to support srcdoc attributes for iframes, r=hsivonen 2013-06-28 23:13:23 -04:00
James Kitchener
9e4002f51b Bug 802895 - hide frame menu options for srcdoc iframes r=gavin 2013-06-28 23:13:23 -04:00
James Kitchener
7206e512a6 Bug 802895 - Implement srcdoc attribute for iframe r=bz 2013-06-28 23:13:23 -04:00
James Kitchener
a0fe0fd2d0 Bug 802895 - Add srcdoc iframe support to session restore r=bz 2013-06-28 23:13:23 -04:00
James Kitchener
0d4bb8c90d Bug 802895 - Docshell related changes for srcdoc iframe r=bz 2013-06-28 23:13:22 -04:00
James Kitchener
33a9f769ee Bug 802895 - ns(I)document changes for iframe srcdoc implementation r=bz 2013-06-28 23:13:22 -04:00
James Kitchener
c9999928c4 Bug 802895 - Add about:srcdoc as both resolvable and not resolvable. r=bzbarsky 2013-06-28 23:13:20 -04:00
James Kitchener
9017174a43 Bug 802895 - add srcdoc support to (InputStream|ViewSource)Channels r=bz sr=bsmedberg 2013-06-28 23:04:42 -04:00
Phil Ringnalda
100e9fea68 Bug 882575 - reenable browser_capabilities.js now that it doesn't use about:home so it won't be hearing about how snippets is undefined 2013-06-28 19:39:35 -07:00
Justin Lebar
904130e9c2 Bug 820686 - Follow-up: s/MOZ_ASSUME_NOT_REACHED/MOZ_ASSUME_UNREACHABLE/. rs=waldo
I'd meant to do this, but I only got as far as the comment in mfbt.  Oops!

--HG--
extra : rebase_source : 3cfe3ef1bf401eb7d9a10fcabcfb39008e9553a4
2013-06-28 19:20:12 -07:00
Geoff Brown
90b850ae97 Bug 882932 - (2) Fix httpdPath setting for remote mochitest; r=jmaher 2013-06-28 19:20:08 -07:00
Phil Ringnalda
a55f9f3efa Bug 888557 - skip content/media/test/crashtests/459439-1.html on b2g, where it times out refusing to unload 2013-06-28 19:14:40 -07:00
Blake Kaplan
dd01daaf52 Bug 653881 - Add a compatibility hack to allow <xbl:children> elements to be optional when selecting via the child CSS selector. This allows old CSS selectors selecting default content to continue working in the new world. r=dbaron
--HG--
extra : rebase_source : 4d538fcbd8a6b58408dc46835632a4664ba8d0d8
2013-06-28 18:48:13 -07:00
Blake Kaplan
793d1c0664 Bug 887950 - Fix the notificationbar code to deal with additional <xbl:children> elements. r=mstange
--HG--
extra : rebase_source : 003873cfb514874d4f432c7bc7f7657ddac9dcb0
2013-06-28 18:48:12 -07:00
Blake Kaplan
77910679d7 Bug 872317 - Make the download indicator toolbar button work with the changes in bug 653881. r=mak77
--HG--
extra : rebase_source : 10c15e0779da5e645584543ef4a642ae341a00be
2013-05-14 16:41:24 -07:00
William Chen
457cdce513 Bug 875165 - Update help button style to be compatible with XBL refactoring changes. r=dao
--HG--
extra : rebase_source : 2874a068bc0de77161268810bf6c8daff92ed3e8
2013-05-17 15:29:02 -07:00
William Chen
42cb16b776 Bug 875138 - Update devtools tab to be compatible with XBL refactoring changes. r=jwalker
--HG--
extra : rebase_source : b2eeb09bcdc089b064dc657fdecd2ee548ed5032
2013-05-22 16:24:22 -07:00
Blake Kaplan
4f72049bc8 Bug 653881 - Bump the assertion count for 382745-1.xhtml. r=bz
--HG--
extra : rebase_source : e645bf99e368d97aca200c0db4c302a87abf3b1f
2013-06-28 18:48:12 -07:00
William Chen
6bfbad03fc Bug 653881 - Normalize the undisplayed map entry for <xbl:children>. r=dbaron
--HG--
extra : rebase_source : b851a3dc8f5bf576a42f0b639bdd51375413b123
2013-06-20 16:21:15 -07:00
William Chen
4adfddabf1 Bug 653881 - Push <xbl:children> in ancestor filter. r=bz,dbaron
--HG--
extra : rebase_source : 9aafffadd2451ca7274e99d7e07d0d71ea52ca02
2013-05-30 17:39:08 -07:00
Blake Kaplan
55ee93f1af Bug 653881 - Rework XBL insertion points and clean up related code to more closely follow the Web Components model. Instead of maintaining a hashtable of insertion points in bindings (and removing insertions points from the tree) leave the insertion points in the tree as explicit placeholders and teach all other relevant code how to walk the explicit children of elements via two iterators (ExplicitChildIterator and FlattenedChildIterator). Note that this patch does not maintain 100% compatibility with the previous code: there are bug fixes and behavior changes included. For example, by having explicit insertion points in the bindings, it is now easier to handle dynamic changes to the bound element correctly (as well as, eventually, handling dynamic changes to the binding correctly). Patch originally by sicking. r=bzbarsky
--HG--
extra : rebase_source : 6926ae8ea57b20f4067b16bd3d7bd85bda854756
2013-05-01 15:50:08 -07:00
Phil Ringnalda
c39bf07597 Merge m-c to m-i 2013-06-28 18:47:24 -07:00
Justin Lebar
6c46d0633d Bug 820686 - Remove code after MOZ_CRASH or MOZ_ASSUME_NOT_REACHED. r=(see below)
r=tbsaunde for accessible
r=jmuizelaar for gfx
r=waldo for js
r=roc for layout
r=glandium for mozglue
r=jduell for netwerk
r=khuey for everything else
2013-06-28 18:38:32 -07:00
Justin Lebar
de08e1432c Bug 820686 - Rename MOZ_NOT_REACHED() and JS_NOT_REACHED() to MOZ_ASSUME_NOT_REACHED(). r=waldo
This includes a mechanical renaming of MOZ_NOT_REACHED to MOZ_ASSUME_NOT_REACHED in JS.  Later patches in this queue clean up whitespace errors and so on.
2013-06-28 18:38:31 -07:00
Justin Lebar
75c400493b Bug 802686 - s/MOZ_NOT_REACHED/MOZ_CRASH/ in Gecko. r=(see below)
r=tbsaunde for accessible
r=jmuizelaar for gfx
r=roc for layout
r=glandium for mozglue
r=jduell for netwerk
r=khuey for everything else

This is a mechanical change made with sed.  Later patches in this queue
clean up the whitespace errors and so on.
2013-06-28 18:38:30 -07:00
Justin Lebar
e3cf7e4acc Bug 763070 - Give MOZ_CRASH() an optional string argument. r=waldo 2013-06-28 18:38:30 -07:00
Phil Ringnalda
f044a51be0 Merge m-i to m-c 2013-06-28 18:26:53 -07:00
Phil Ringnalda
08757975e1 Merge birch to m-c 2013-06-28 18:26:14 -07:00
Markus Stange
6014da66f4 Bug 888458 - Don't assume there's a focusView during viewWillDraw; always get the dirty region from our own view. r=smichaud 2013-06-29 03:05:07 +02:00
Markus Stange
f04f579d34 Bug 885405 - Don't override wantsDefaultClipping, use default clipping in -[ChildView drawRect:]. r=mattwoodrow 2013-06-29 03:04:02 +02:00
Markus Stange
89fd639f44 Bug 877767 - Draw window title on top of everything in drawintitlebar mode. r=smichaud 2013-06-29 03:02:53 +02:00
Markus Stange
34152bcc63 Bug 877767 - Set NSGraphicsContext flippedness properly in nsChildView::UpdateTitlebarImageBuffer(). r=smichaud 2013-06-29 02:59:07 +02:00
Geoff Lankow
dfbfe4eae1 Bug 887447 - Don't display Update History button on Android; r=adw 2013-06-29 12:10:05 +12:00
Chenxia Liu
56a65270ed Bug 888374 - crash: Clicking link in about:healthreport for Choose what I share. r=nalexander 2013-06-28 16:38:51 -07:00
Benjamin Smedberg
5b3a52ade3 Bug 886940 - single outdated plugin UI uses the wrong string, r=captainobvious 2013-06-28 15:42:04 -07:00
Brian Nicholson
182778fa84 Bug 887069 - Fix focus behavior of go button in URL bar. r=sriram 2013-06-28 14:58:18 -07:00
Randell Jesup
4caf84c0f6 Bug 886417: lock before accessing DataChannel->mState r=mcmanus 2013-06-28 17:56:45 -04:00
Dan Gohman
2f7720bacb Bug 885179 - Refactor visitMoveGroup into shared code. r=jandem 2013-06-28 11:34:55 -07:00
Dan Gohman
031ae45ed3 Bug 888122 - Call MacroAssembler::PushRegsInMask instead of pushing each register manually on x86. r=dvander 2013-06-28 11:28:00 -07:00
Dan Gohman
3a3ef4d314 Bug 888122 - Call MacroAssembler::PushRegsInMask instead of pushing each register manually on x64. 2013-06-28 11:27:20 -07:00
Wes Johnston
7f71db3897 Bug 888145 - Use browser content windows when deciding whether to ignore location changes. r=mfinkle 2013-06-28 11:23:13 -07:00
Wes Johnston
48bd75bfb9 Bug 866787 - Support orientation in manfiest for packaged apps. r=mfinkle 2013-06-28 11:19:34 -07:00
Andrew McCreight
5205d3798d Bug 886213 - Cycle collect Navigator more better. r=smaug 2013-06-28 11:06:39 -07:00
Daniel Holbert
2efdc544ca Bug 888352: Don't needlessly dereference the return value of AppendElement, in History.cpp. r=mak
(DONTBUILD because just re-landing to update reviewer)
2013-06-28 11:04:14 -07:00
Daniel Holbert
bac24619cd Backed out changeset fdf7cf309750 (wrong reviewer in commit message) 2013-06-28 11:05:33 -07:00
Daniel Holbert
08dc8a7bf8 Bug 888352: Don't needlessly dereference the return value of AppendElement, in History.cpp. r=mano 2013-06-28 11:04:14 -07:00
Nick Alexander
7ee9ffae94 Bug 887840 - Add viewport to Android about:healthreport wrapper. r=rnewman 2013-06-28 10:30:55 -07:00
Jan de Mooij
d575cd5471 Bug 887521 - Fix OnUnknownMethod to not modify vp if there's no __noSuchMethod__ method. r=jwalden 2013-06-28 19:22:15 +02:00
Benjamin Bouvier
4a830193a4 Bug 886246: Set infinite flags after bounds for MPhi nodes in range analysis; r=nbp 2013-06-28 10:14:49 -07:00
Benjamin Bouvier
cdc4c4b4e1 Bug 886866: Clean unused function and doc for Ion Perf integration; r=nmatsakis 2013-06-28 10:11:11 -07:00