98cb2dc01041f389c9b390bc409daf8e9d354480: Bug 846862 - Disable test_sts_preloadlist_perwindowpb.js and test_sts_preloadlist_selfdestruct.js on a CLOSED TREE.
Ryan VanderMeulen <ryanvm@gmail.com> - Fri, 01 Mar 2013 15:21:43 -0500 - rev 123499
Push
23878 by ryanvm@gmail.com at Fri, 01 Mar 2013 20:24:01 +0000
Bug 846862 - Disable test_sts_preloadlist_perwindowpb.js and test_sts_preloadlist_selfdestruct.js on a CLOSED TREE.
8392e41895dfbf2c57bc03791ff04eb7e0da14c7: Bug 845804 - Reuse OpenTempFile from nsMemoryInfoDumper in nsCycleCollector.cpp. r=njn
Kartikaya Gupta <kgupta@mozilla.com> - Fri, 01 Mar 2013 10:41:17 -0500 - rev 123498
Push
23877 by ryanvm@gmail.com at Fri, 01 Mar 2013 19:32:20 +0000
Bug 845804 - Reuse OpenTempFile from nsMemoryInfoDumper in nsCycleCollector.cpp. r=njn
CLOSED TREE
fedd96a37a7ce368d44dd3a2c6ebc8f9218ba5da: Backed out changeset 1eda65741914 (bug 845804) for xpcshell failures on a CLOSED TREE
Ed Morley <emorley@mozilla.com> - Fri, 01 Mar 2013 17:31:38 +0000 - rev 123497
Push
23876 by emorley@mozilla.com at Fri, 01 Mar 2013 17:32:22 +0000
Backed out changeset 1eda65741914 (
bug 845804) for xpcshell failures on a CLOSED TREE
e0ba8998b6aaa90e4e76704de50d39f41f9aa035: Bug 846769 - The assertion also happens on Linux, pushing on a CLOSED TREE. r=RyanVM
Paul Adenot <paul@paul.cx> - Fri, 01 Mar 2013 17:58:12 +0100 - rev 123496
Push
23875 by paul@paul.cx at Fri, 01 Mar 2013 17:01:08 +0000
Bug 846769 - The assertion also happens on Linux, pushing on a CLOSED TREE. r=RyanVM
9853045b46d457cc6aa28fedb41fa9071c1efa98: Backed out changeset 96c03dab9222 (bug 843725) for mochitest-5 failures on a CLOSED TREE.
Ryan VanderMeulen <ryanvm@gmail.com> - Fri, 01 Mar 2013 11:48:04 -0500 - rev 123495
Push
23874 by ryanvm@gmail.com at Fri, 01 Mar 2013 16:47:47 +0000
Backed out changeset 96c03dab9222 (
bug 843725) for mochitest-5 failures on a CLOSED TREE.
b8526f381b8c715c1bbdf98728eee8e5ce1f9f92: Bug 846769 - Another assertion can happen, and is not windows-only, on a CLOSED TREE r=RyanVM
Paul Adenot <paul@paul.cx> - Fri, 01 Mar 2013 17:08:54 +0100 - rev 123494
Push
23873 by paul@paul.cx at Fri, 01 Mar 2013 16:10:06 +0000
Bug 846769 - Another assertion can happen, and is not windows-only, on a CLOSED TREE r=RyanVM
33a198f5593d6a0249be0c0e4a7ee30c5508aee1: Bug 846685 - Add optional, optionally-async setUp, tearDown methods to metro-chrome test fixture objects. r=jimm
Sam Foster <sfoster@mozilla.com> - Fri, 01 Mar 2013 15:45:07 +0000 - rev 123493
Push
23872 by sfoster@mozilla.com at Fri, 01 Mar 2013 15:58:08 +0000
Bug 846685 - Add optional, optionally-async setUp, tearDown methods to metro-chrome test fixture objects. r=jimm
51b94bfe643a329bb40a8da4b59bea6677075cac: Bug 716403 - Hide dynamic toolbar hiding behind a pref. r=kats
Chris Lord <chrislord.net@gmail.com> - Fri, 01 Mar 2013 15:46:35 +0000 - rev 123492
Push
23871 by chrislord.net@gmail.com at Fri, 01 Mar 2013 15:46:56 +0000
Bug 716403 - Hide dynamic toolbar hiding behind a pref. r=kats
Disable dynamic toolbar hiding on Android by default, with pref
browser.chrome.dynamictoolbar available to enable it.
d2e3890569a7310cd39a66d8095f1a9480c59511: Bug 716403 - Use setContentDocumentFixedPositionMargins in Android's browser.js. r=kats
Chris Lord <chrislord.net@gmail.com> - Fri, 01 Mar 2013 15:46:34 +0000 - rev 123491
Push
23871 by chrislord.net@gmail.com at Fri, 01 Mar 2013 15:46:56 +0000
Bug 716403 - Use setContentDocumentFixedPositionMargins in Android's browser.js. r=kats
This uses the aforementioned method on nsIDOMWindowUtils to make sure layout's
idea of the fixed position margins matches those used in the compositor.
dde8f72c6acaa76e85133fba98889ba601120b21: Bug 716403 - Annotate layers with the fixed margins from the PresShell. r=nrc,roc
Chris Lord <chrislord.net@gmail.com> - Fri, 01 Mar 2013 15:46:34 +0000 - rev 123490
Push
23871 by chrislord.net@gmail.com at Fri, 01 Mar 2013 15:46:56 +0000
Bug 716403 - Annotate layers with the fixed margins from the PresShell. r=nrc,roc
This annotates fixed layers with the margins that have been applied from
nsIPresShell->GetContentDocumentFixedPositionMargins. Using SyncViewportInfo
in CompositorParent, this allows for async fixed position margin setting.
de86401bc11b06d28a83f4e21bed023ec3b9ad6e: Bug 716403 - Add nsIDOMWindowUtils.setContentDocumentFixedPositionMargins. r=roc,dholbert
Chris Lord <chrislord.net@gmail.com> - Fri, 01 Mar 2013 15:46:34 +0000 - rev 123489
Push
23871 by chrislord.net@gmail.com at Fri, 01 Mar 2013 15:46:56 +0000
Bug 716403 - Add nsIDOMWindowUtils.setContentDocumentFixedPositionMargins. r=roc,dholbert
Add a function to set margins on the viewport that are respected by its
absolute containing block. This has the effect of being able to add margins to
fixed position content, which will be used on mobile to stop temporarily
visible chrome from obscuring content.
f91e3eea5d134cdca39eff9a4785996cf67bd98d: Bug 716403 - Resize viewport dynamically on Android. r=kats,mfinkle
Chris Lord <chrislord.net@gmail.com> - Fri, 01 Mar 2013 15:46:34 +0000 - rev 123488
Push
23871 by chrislord.net@gmail.com at Fri, 01 Mar 2013 15:46:56 +0000
Bug 716403 - Resize viewport dynamically on Android. r=kats,mfinkle
This causes the viewport size to differ, depending on the length of the page.
This has the effect of pages that size themselves to the size of the window
always having the toolbar visible, making sites like Google Maps more usable.
c2c0077efaaaa28753a5655a49d4428803b7447a: Bug 716403 - Make the top of the page accessible with the toolbar visible. r=kats
Chris Lord <chrislord.net@gmail.com> - Fri, 01 Mar 2013 15:46:34 +0000 - rev 123487
Push
23871 by chrislord.net@gmail.com at Fri, 01 Mar 2013 15:46:56 +0000
Bug 716403 - Make the top of the page accessible with the toolbar visible. r=kats
This makes it possible to scroll to the top of the page with the toolbar visible
in Firefox for Android. It also causes JavaScript scrolling to position 0 to
expose the toolbar.
050032870b720feabf64962e242afc8db338af0a: Bug 716403 - Offset fixed layers so the toolbar doesn't obscure them. r=nrc,kats
Chris Lord <chrislord.net@gmail.com> - Fri, 01 Mar 2013 15:46:33 +0000 - rev 123486
Push
23871 by chrislord.net@gmail.com at Fri, 01 Mar 2013 15:46:56 +0000
Bug 716403 - Offset fixed layers so the toolbar doesn't obscure them. r=nrc,kats
Offset fixed layers in the compositor so that the toolbar in Firefox for Android
doesn't obscure them. This does not affect layout, so input on the elements in
said layers will appear broken.
43826205de859781874704de9e4078de811a0a45: Bug 716403 - Dynamically hide the location bar when scrolling. r=kats
Wes Johnston <wjohnston@mozilla.com> - Fri, 01 Mar 2013 15:46:33 +0000 - rev 123485
Push
23871 by chrislord.net@gmail.com at Fri, 01 Mar 2013 15:46:56 +0000
Bug 716403 - Dynamically hide the location bar when scrolling. r=kats
Intercept touch events and use them to pan the location bar on and off the
screen, depending on its current location. Also dynamically show/hide the
location bar when loading pages.
96c03dab9222e27932b389bf14ebd160f85fe956: Bug 843725 - Add support for changing the value of <input type=range> using the up/down/left/right/pgup/pgdn/home/end keys. r=mounir, r=smaug.
Jonathan Watt <jwatt@jwatt.org> - Fri, 01 Mar 2013 15:34:06 +0000 - rev 123484
Push
23870 by jwatt@jwatt.org at Fri, 01 Mar 2013 15:44:57 +0000
Bug 843725 - Add support for changing the value of <input type=range> using the up/down/left/right/pgup/pgdn/home/end keys. r=mounir, r=smaug.
1eda6574191423cd203267df7766eca383599999: Bug 845804 - Reuse OpenTempFile from nsMemoryInfoDumper in nsCycleCollector.cpp. r=njn
Kartikaya Gupta <kgupta@mozilla.com> - Fri, 01 Mar 2013 10:41:17 -0500 - rev 123483
Push
23869 by kgupta@mozilla.com at Fri, 01 Mar 2013 15:41:53 +0000
Bug 845804 - Reuse OpenTempFile from nsMemoryInfoDumper in nsCycleCollector.cpp. r=njn
bc0e052d44c60facc0c9fb44f84df2a1ae4a9ccf: Backed out changeset 61e57c281b9a (bug 844561) CLOSED TREE
Josh Matthews <josh@joshmatthews.net> - Fri, 01 Mar 2013 10:35:31 -0500 - rev 123482
Push
23868 by josh@joshmatthews.net at Fri, 01 Mar 2013 15:35:40 +0000
Backed out changeset 61e57c281b9a (
bug 844561) CLOSED TREE
5fa3d903e63f873622b2229f996d1dc02c411d99: Bug 840360 - Extract reftest-content.js's setTimeout implementation into new Timer.jsm [r=jwalker r=cjones sr=gavin]
Matt Brubeck <mbrubeck@mozilla.com> - Mon, 25 Feb 2013 11:08:33 -0800 - rev 123481
Push
23867 by mbrubeck@mozilla.com at Fri, 01 Mar 2013 14:51:35 +0000
Bug 840360 - Extract reftest-content.js's setTimeout implementation into new Timer.jsm [r=jwalker r=cjones sr=gavin]
8ebbd7f40f5f569fcf861816481f200fa024fe3f: Bug 846621 - "Open link in new tab" in Metro should open a background tab [r=jimm]
Matt Brubeck <mbrubeck@mozilla.com> - Fri, 01 Mar 2013 06:50:19 -0800 - rev 123480
Push
23867 by mbrubeck@mozilla.com at Fri, 01 Mar 2013 14:51:35 +0000
Bug 846621 - "Open link in new tab" in Metro should open a background tab [r=jimm]