8f27590f84179816352c9e2fad4b8f9b472e2535: Bug 1047603 - Re-enable browser_bug562649.js test for e10s. r=Mossop.
Mike Conley <mconley@mozilla.com> - Tue, 13 Jan 2015 17:05:54 -0500 - rev 242186
Push 649 by wcosta@mozilla.com at Wed, 11 Feb 2015 16:57:44 +0000
Bug 1047603 - Re-enable browser_bug562649.js test for e10s. r=Mossop.
fc4dbee3da2bad065f28c74b931e4258b56a9d53: Bug 1047603 - Regression test. r=Mossop.
Mike Conley <mconley@mozilla.com> - Thu, 29 Jan 2015 17:27:23 -0500 - rev 242185
Push 649 by wcosta@mozilla.com at Wed, 11 Feb 2015 16:57:44 +0000
Bug 1047603 - Regression test. r=Mossop. Disabled on Linux without e10s on by default because e10s windows cannot be opened without OMTC being enabled. OMTC is force-enabled for Linux when e10s is on by default.
73e42f528ee6fe304357312b5e922567f4799dd3: Bug 1047603 - Make TabParent::AnswerCreateWindow force the initial browser to be remote in a new window. r=smaug.
Mike Conley <mconley@mozilla.com> - Tue, 13 Jan 2015 17:24:52 -0500 - rev 242184
Push 649 by wcosta@mozilla.com at Wed, 11 Feb 2015 16:57:44 +0000
Bug 1047603 - Make TabParent::AnswerCreateWindow force the initial browser to be remote in a new window. r=smaug.
2d57d1d460071e691fa054a60d4cd75a7945fdab: Bug 1047603 - Non-remote tabs and chrome in e10s windows do not handle target=_blank or window.open links properly. r=Mossop.
Mike Conley <mconley@mozilla.com> - Thu, 29 Jan 2015 17:27:07 -0500 - rev 242183
Push 649 by wcosta@mozilla.com at Wed, 11 Feb 2015 16:57:44 +0000
Bug 1047603 - Non-remote tabs and chrome in e10s windows do not handle target=_blank or window.open links properly. r=Mossop.
a793dd926e901c293fe5a228120653234587c2f5: Bug 1130059 - Enable Shumway by default in Nightly on OS X and Windows Vista+ for whitelisted SWFs. r=gavin
Till Schneidereit <till@tillschneidereit.net> - Tue, 10 Feb 2015 19:01:06 +0100 - rev 242182
Push 649 by wcosta@mozilla.com at Wed, 11 Feb 2015 16:57:44 +0000
Bug 1130059 - Enable Shumway by default in Nightly on OS X and Windows Vista+ for whitelisted SWFs. r=gavin
94441f9274e817f702a23427a66bd83bbc888b12: Bug 1127303 - Avoid recursive sweeping of object groups, r=jandem.
Brian Hackett <bhackett1024@gmail.com> - Tue, 10 Feb 2015 14:58:21 -0700 - rev 242181
Push 649 by wcosta@mozilla.com at Wed, 11 Feb 2015 16:57:44 +0000
Bug 1127303 - Avoid recursive sweeping of object groups, r=jandem.
f543e83304e91c4ac273ab9f07aa4d8df0ef6a9e: Bug 1123990 - installer needs voucher.bin; r=glandium, r=cpearce
Mike Shal <mshal@mozilla.com> - Wed, 21 Jan 2015 18:27:20 -0500 - rev 242180
Push 649 by wcosta@mozilla.com at Wed, 11 Feb 2015 16:57:44 +0000
Bug 1123990 - installer needs voucher.bin; r=glandium, r=cpearce
117e52087be31a7cba51699f9b8e73b9b9e0cf25: merge b2g-inbound to mozilla-central a=merge
Carsten "Tomcat" Book <cbook@mozilla.com> - Wed, 11 Feb 2015 14:51:31 +0100 - rev 242179
Push 649 by wcosta@mozilla.com at Wed, 11 Feb 2015 16:57:44 +0000
merge b2g-inbound to mozilla-central a=merge
a803874de08577b9fad063866f9c61262fb3bf75: Bug 1126240 - Correctly encode APK paths in SearchEngineManager. r=margaret
Richard Newman <rnewman@mozilla.com> - Tue, 10 Feb 2015 16:11:24 -0800 - rev 242178
Push 649 by wcosta@mozilla.com at Wed, 11 Feb 2015 16:57:44 +0000
Bug 1126240 - Correctly encode APK paths in SearchEngineManager. r=margaret This is the approach we already take everywhere else we make a jar:jar: URI. I've unified those places into GeckoJarReader, cleaned up imports, fixed a typo, and wrote a trivial test for this case. I made a few utility methods static to facilitate testing and future refactoring.
bcc03debfb8f306b73e0ff2bd98a043294b2c08d: Backed out changeset ea1ed091f31e (bug 1126240) for android build failures
Wes Kocher <wkocher@mozilla.com> - Tue, 10 Feb 2015 16:42:39 -0800 - rev 242177
Push 649 by wcosta@mozilla.com at Wed, 11 Feb 2015 16:57:44 +0000
Backed out changeset ea1ed091f31e (bug 1126240) for android build failures
b323b586b5e62fe83e77d3dbefc86b0dd950e96c: Bug 1131257 - Part 1: split LocalReadingListDB out of LocalBrowserDB. r=margaret
Richard Newman <rnewman@mozilla.com> - Tue, 10 Feb 2015 16:42:13 -0800 - rev 242176
Push 649 by wcosta@mozilla.com at Wed, 11 Feb 2015 16:57:44 +0000
Bug 1131257 - Part 1: split LocalReadingListDB out of LocalBrowserDB. r=margaret Centralizing reading list access logic will make Bug 1130461 much easier. This bug is the first part of that. We follow the same pattern as for URLMetadata, TabsAccessor, and Searches; BrowserDB hands over a single class that's specialized to handle the Reading List.
ea1ed091f31eb3dc92bcbb5d70d14a710c782346: Bug 1126240 - Correctly encode APK paths in SearchEngineManager. r=margaret
Richard Newman <rnewman@mozilla.com> - Tue, 10 Feb 2015 16:11:24 -0800 - rev 242175
Push 649 by wcosta@mozilla.com at Wed, 11 Feb 2015 16:57:44 +0000
Bug 1126240 - Correctly encode APK paths in SearchEngineManager. r=margaret This is the approach we already take everywhere else we make a jar:jar: URI. I've unified those places into GeckoJarReader, cleaned up imports, fixed a typo, and wrote a trivial test for this case. I made a few utility methods static to facilitate testing and future refactoring.
6692f4d0a461c515da6eee86d8d86f9799be5b87: Bug 1131577 - Waterfall view can scroll outside the visible bounds if the flamegraph view was initialized before a recording was started, r=jsantell
Victor Porof <vporof@mozilla.com> - Tue, 10 Feb 2015 18:36:31 -0500 - rev 242174
Push 649 by wcosta@mozilla.com at Wed, 11 Feb 2015 16:57:44 +0000
Bug 1131577 - Waterfall view can scroll outside the visible bounds if the flamegraph view was initialized before a recording was started, r=jsantell
7c4d19d34725ac259cadd9b5bcc02c6918c34491: Bug 1131572 - DetailsView.setAvailableViews should be a task, r=jsantell
Victor Porof <vporof@mozilla.com> - Tue, 10 Feb 2015 18:36:31 -0500 - rev 242173
Push 649 by wcosta@mozilla.com at Wed, 11 Feb 2015 16:57:44 +0000
Bug 1131572 - DetailsView.setAvailableViews should be a task, r=jsantell
f02908372053c2b33e7225a43bc053790df4b59c: Backed out changeset b04123c901ac (bug 1121210) for Mn failures
Wes Kocher <wkocher@mozilla.com> - Tue, 10 Feb 2015 15:19:43 -0800 - rev 242172
Push 649 by wcosta@mozilla.com at Wed, 11 Feb 2015 16:57:44 +0000
Backed out changeset b04123c901ac (bug 1121210) for Mn failures
1e228be4cd2c94bb531f5df8ddc0686dea2b4dd4: Bug 1130467: Add flame-kk build to try server. r=garndt draft
Wander Lairson Costa <wcosta@mozilla.com> - Wed, 11 Feb 2015 12:07:26 -0200 - rev 242171
Push 648 by wcosta@mozilla.com at Wed, 11 Feb 2015 14:10:09 +0000
Bug 1130467: Add flame-kk build to try server. r=garndt
c61fbc6790ed4c6130edcc9aac121324c524f784: Bug 1130467: Add flame-kk build to try server. draft
Wander Lairson Costa <wcosta@mozilla.com> - Wed, 11 Feb 2015 12:07:26 -0200 - rev 242170
Push 647 by wcosta@mozilla.com at Wed, 11 Feb 2015 14:07:57 +0000
Bug 1130467: Add flame-kk build to try server.
3589bc2af9dac9fa432c2d9ed6a5dde134589885: Bumping manifests a=b2g-bump
B2G Bumper Bot <release+b2gbumper@mozilla.com> - Wed, 11 Feb 2015 06:01:45 -0800 - rev 242169
Push 647 by wcosta@mozilla.com at Wed, 11 Feb 2015 14:07:57 +0000
Bumping manifests a=b2g-bump
9300befa1200bbaae2659b89615cee6c5cf099bb: Bumping manifests a=b2g-bump
B2G Bumper Bot <release+b2gbumper@mozilla.com> - Wed, 11 Feb 2015 05:01:27 -0800 - rev 242168
Push 647 by wcosta@mozilla.com at Wed, 11 Feb 2015 14:07:57 +0000
Bumping manifests a=b2g-bump
540df0cef09ecce53301f526c1335ad408e6eb49: Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
B2G Bumper Bot <release+b2gbumper@mozilla.com> - Wed, 11 Feb 2015 04:59:57 -0800 - rev 242167
Push 647 by wcosta@mozilla.com at Wed, 11 Feb 2015 14:07:57 +0000
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump ======== https://hg.mozilla.org/integration/gaia-central/rev/54f300232915 Author: Florin Strugariu <florin.strugariu@softvision.ro> Desc: Merge pull request #28117 from viorelaioia/bug_1131559 Bug 1131559 - Xfail test_homescreen_column_layout.py because of Bug 11... ======== https://hg.mozilla.org/integration/gaia-central/rev/9da14cd1c90b Author: viorelaioia <viorela.ioia@softvision.ro> Desc: Bug 1131559 - Xfail test_homescreen_column_layout.py because of Bug 1131037 ======== https://hg.mozilla.org/integration/gaia-central/rev/dee21fddf1f7 Author: autolander <bug.autolander@gmail.com> Desc: Bug 1130742 - merge pull request #28099 from Anindya-Pandey:bugfix to mozilla-b2g:master ======== https://hg.mozilla.org/integration/gaia-central/rev/2c84103b6c2a Author: Anindya Pandey <anindyapandey@gmail.com> Desc: Bug 1130742 - keyboard_test.js will fail if js/layouts contains untracked non-JS file(3) r=timdream Fix keyboar_test.js
(0) -100000 -30000 -10000 -3000 -1000 -300 -100 -50 -20 +20 +50 +100 +300 +1000 +3000 +10000 +30000 +100000 +300000 tip