SJW
e4f77ad2cd
Bug 1216654 - Clean up SVGs in JSON viewer. r=honza
2015-11-26 11:19:36 +01:00
Tim Nguyen
23d4194266
Bug 1137681 - Make user agent docshell overrides affect network requests. r=jduell
2015-12-01 13:08:00 +01:00
Tim Nguyen
f6642acc87
Bug 1137681 - Per-tab user agent emulation. r=bz
2015-07-21 08:42:00 +02:00
Mark Finkle
38667976e1
Bug 858829 - Ship popular domains by default r=margaret
2015-12-02 02:16:17 -05:00
Prabhjyot Singh Sodhi
d777951bc9
Bug 1216826 - Remove Suggestions Loader when using private tabs to prevent search suggestions r=mcomella
2015-12-01 22:39:50 -08:00
Matthew Noorenberghe
29d2fd424d
Bug 1225336 - Add telemetry about web notification display/messages. r=wchen,kitcambridge p=vladan
2015-12-01 22:40:17 -08:00
Chenxia Liu
192a118ebc
Bug 1225092 - Don't show keyboard on Welcome panel. r=mcomella
2015-11-30 13:57:20 -05:00
Michael Comella
27fa345bb7
Bug 1229433 - Ignore HomeProvider in eslint. r=nalexander
2015-12-01 10:06:52 -08:00
Wes Kocher
2070bf565f
Merge m-c to fx-team, a=merge
2015-12-01 16:11:47 -08:00
Wes Kocher
acc1d9908c
Merge fx-team to central, a=merge
2015-12-01 16:07:14 -08:00
Wes Kocher
3f688d23a8
Backed out changeset d821c903bd2b (bug 1171863) for frequent failures in browser_animation_timeline_pause_button.js
2015-12-01 15:55:26 -08:00
Wes Kocher
630a557841
Merge inbound to central, a=merge
2015-12-01 15:43:33 -08:00
Wes Kocher
27ba80829d
Merge b2g-inbound to m-c a=merge
2015-12-01 15:20:04 -08:00
Nick Alexander
f8b3ba19ac
Bug 1229438 - Part 3: Update build. r=rnewman
2015-12-01 10:56:09 -08:00
Nick Alexander
8a78c06e29
Bug 1229438 - Part 2: Move Fennec services resources. r=rnewman
...
#!/bin/bash
set -x
pushd mobile/android/base/resources
for i in * ; do
mkdir -p ../res/$i ;
hg mv $i/{fxa,sync}* ../res/$i ;
done
popd
hg mv mobile/android/base/res mobile/android/services/src/main/res
2015-12-01 11:08:10 -08:00
Nick Alexander
3bad0db77f
Bug 1229438 - Part 1: Move Fennec services code. r=rnewman
...
#!/bin/bash
mkdir -p mobile/android/services/src/main/java/org/mozilla/gecko
hg mv mobile/android/base/background mobile/android/services/src/main/java/org/mozilla/gecko
hg mv mobile/android/base/browserid mobile/android/services/src/main/java/org/mozilla/gecko
hg mv mobile/android/base/fxa mobile/android/services/src/main/java/org/mozilla/gecko
hg mv mobile/android/base/sync mobile/android/services/src/main/java/org/mozilla/gecko
hg mv mobile/android/base/tokenserver mobile/android/services/src/main/java/org/mozilla/gecko
hg mv mobile/android/base/reading mobile/android/services/src/main/java/org/mozilla/gecko
2015-12-01 10:56:49 -08:00
Felipe Gomes
d48e18682c
Bug 1228655 - And now we no longer need to preprocess browser.js. r=Gijs
2015-12-01 20:06:18 -02:00
Felipe Gomes
cfbf5fc9d0
Bug 1228655 - Remove ifdefs from utilityOverlay. r=Gijs
2015-12-01 20:06:16 -02:00
Felipe Gomes
2fd9a34656
Bug 1228655 - Remove ifdefs of MOZ_SERVICES_CLOUDSYNC. r=Gijs
2015-12-01 20:06:14 -02:00
Felipe Gomes
b12f646aa4
Bug 1228655 - Remove ifdefs in browser-places.js. r=Gijs
2015-12-01 20:06:11 -02:00
Felipe Gomes
b2dd01d78f
Bug 1228655 - Remove ifdefs in browser-gesturesupport.js. r=Gijs
2015-12-01 20:06:09 -02:00
Felipe Gomes
0345f2508a
Bug 1228655 - Remove ifdefs in browser-fullscreen.js. r=Gijs
2015-12-01 20:06:07 -02:00
Felipe Gomes
ce5aec846f
Bug 1228655 - Remove ifdefs in browser-devedition.js. r=Gijs
2015-12-01 20:06:04 -02:00
Felipe Gomes
a044df409c
Bug 1228655 - Remove ifdefs in aboutDialog.js. r=Gijs
2015-12-01 20:06:02 -02:00
Felipe Gomes
10ce53fcd9
Bug 1228655 - Remove ifdefs for MOZ_WIDGET_GTK. r=Gijs
2015-12-01 20:06:00 -02:00
Felipe Gomes
68b0ba651c
Bug 1228655 - Remove ifdefs for generic platform-specific behavior. r=Gijs
2015-12-01 20:05:58 -02:00
Felipe Gomes
f67eee95a3
Bug 1228655 - Remove ifdefs for OSX non-browser-window behavior. r=Gijs
2015-12-01 20:05:55 -02:00
Felipe Gomes
84bcfa5aa9
Bug 1228655 - Remove ifdefs for data/health reporting. r=Gijs
2015-12-01 20:05:53 -02:00
Felipe Gomes
720a10f925
Bug 1228655 - Remove ifdefs for MOZ_CRASHREPORTER. r=mconley
...
gPluginHandler.CrashSubmit appears unused
2015-12-01 20:05:51 -02:00
Felipe Gomes
aa52210add
Bug 1228655 - Remove ifdefs for MOZ_SAFE_BROWSING. r=Gijs
2015-12-01 20:05:48 -02:00
Felipe Gomes
b53afbdb8d
Bug 1228655 - Move TabsInTitlebar to its own file to remove ifdefs. r=Gijs
...
TabsInTitlebar has various ifdefs to avoid shipping code that's not gonna be used on Linux. Instead of complicating the logic with AppConstants checks and shipping this extra code unecessarily on Linux, i've separated the code to a different file that can be replaced by a stub implementation.
2015-12-01 20:05:45 -02:00
Felipe Gomes
f127aacc9c
Bug 1228655 - Remove ifdefs for e10s testing UI. r=Gijs
2015-12-01 20:05:43 -02:00
Felipe Gomes
400514c7a5
Bug 1228655 - Remove ifdef for macBrowserOverlay functions. r=Gijs
2015-12-01 20:05:40 -02:00
Felipe Gomes
4dd040c615
Bug 1228655 - Remove ifdef for Win7Features. r=Gijs
2015-12-01 20:05:38 -02:00
Felipe Gomes
5ad800bea8
Bug 1228655 - Remove ifdefs for gEditUIVisible. r=Gijs
2015-12-01 20:05:36 -02:00
Jan de Mooij
4fbf6b0b4f
Bug 1227287 - Fix minor bug with f.arguments and lazy arguments. r=luke
2015-12-01 16:20:36 +01:00
Jan de Mooij
86bbb986ba
Bug 1225367 - Fix bogus asserts when storing symbols to typed arrays. r=h4writer
2015-12-01 16:17:31 +01:00
Mark Banner
e235d2f350
Bug 1229004 - Rename the libs directory to vendor in browser/extensions/loop/standalone/content. r=dmose
2015-12-01 14:47:50 +00:00
Gregory Arndt
9afcde12af
Bug 1227355 - Configure b2g-ota branch and add update channel r=wcosta a=b2g-otaneedsthis
2015-11-30 20:48:01 -06:00
Carsten "Tomcat" Book
c78dfb0a34
merge mozilla-inbound to mozilla-central a=merge
2015-12-01 15:25:14 +01:00
Carsten "Tomcat" Book
0d644ed826
merge fx-team to mozilla-central a=merge
2015-12-01 12:00:42 +01:00
B2G Bumper Bot
e916ae7c11
Bumping manifests a=b2g-bump
2015-11-30 19:26:34 -08:00
B2G Bumper Bot
bce3da76bc
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/09d11f2ffa29
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #33400 from KevinGrandon/bug_1228449_clock_remove_switches
Bug 1228449 - [Clock] Remove unused switches.css file
========
https://hg.mozilla.org/integration/gaia-central/rev/c30e446ed3b6
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1228449 - [Clock] Remove unused switches.css file
========
https://hg.mozilla.org/integration/gaia-central/rev/310cc8ea102d
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #33430 from KevinGrandon/bug_1147860_contacts_search_test_intermittent
Bug 1147860 - Guard test logic using promise so files are fully loaded
========
https://hg.mozilla.org/integration/gaia-central/rev/a8cfd1f8884e
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1147860 - Guard test logic using promise so files are fully loaded r=francisco
2015-11-30 19:25:12 -08:00
Gregory Arndt
05b5a0a070
Bug 1227355 - Configure b2g-ota branch and add update channel r=wcosta
2015-11-30 20:48:01 -06:00
B2G Bumper Bot
c3c6b71d6f
Bumping manifests a=b2g-bump
2015-12-01 11:35:34 -08:00
B2G Bumper Bot
40e28233fe
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0e366e8ecec7
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #33449 from gasolin/issue-1228276-2
Bug 1228276 - refactor StorageHelper.showFormatedSize as a module, r=yzen
========
https://hg.mozilla.org/integration/gaia-central/rev/24fa316caa9e
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1228276 - refactor StorageHelper.showFormatedSize as a module, r=yzen
2015-12-01 11:35:19 -08:00
B2G Bumper Bot
0709f3d47a
Bumping manifests a=b2g-bump
2015-12-01 11:15:40 -08:00
B2G Bumper Bot
e5a92588e7
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f13e5c6dda61
Author: Aleh Zasypkin <aleh.zasypkin@gmail.com>
Desc: Merge pull request #33328 from azasypkin/bug-1226555-conversation-split-mode
Bug 1226555 - [Messages] The Conversation split view is not rendered anymore. r=julien
========
https://hg.mozilla.org/integration/gaia-central/rev/93090f1a769b
Author: Aleh Zasypkin <azasypkin@mozilla.com>
Desc: Bug 1226555 - [Messages] The Conversation split view is not rendered anymore. r=julien
2015-12-01 11:15:25 -08:00
B2G Bumper Bot
b32b884b08
Bumping manifests a=b2g-bump
2015-12-01 10:50:04 -08:00
B2G Bumper Bot
e8cddfc468
Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/4cc174470ff8
Author: Andreas Tolfsen <ato@mozilla.com>
Desc: Merge pull request #33443 from andreastt/bug_1229011
Bug 1229011 - Make async TCP driver protocol 3 compatible; r=aus
========
https://hg.mozilla.org/integration/gaia-central/rev/e47777c1a95a
Author: Andreas Tolfsen <ato@mozilla.com>
Desc: Bug 1229011 - Make async TCP driver protocol 3 compatible; r=aus
The asynchronous TCP driver in
tests/jsmarionette/client/marionette-client/lib/marionette/drivers/abstract.js
is not compatible with Marionette protocol level 3 that will get
introduced in bug 1211489.
This causes
tests/jsmarionette/runner/marionette-js-runner/test/integration/clientasync.js
to fail with bug 1211489 is applied to Gecko.
To fix this issue we apply the same logic from the synchronous TCP
driver to marshal and unmarshal messages when talking to a protocol
level 3 server.
========
https://hg.mozilla.org/integration/gaia-central/rev/47c3acfbb209
Author: Isabel Rios Escobar <irios@MacBook-Pro-de-Isabel.local>
Desc: Revert "Merge pull request #33392 from isabelrios/Duplicate_phone_number"
This reverts commit 68c7e4103820c3ce3de2ce3b9d8e145fdc67c0aa, reversing
changes made to 76c2dacbcff176563bfdf8068655bb438f49fe55.
2015-12-01 10:49:48 -08:00