B2G Bumper Bot
39c2e9b8d6
Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/b44b9ada3666
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #32509 from mikehenrty/bug-1211953-tp-link
Bug 1211953 - Update tracking protection info link in settings and FT…
========
https://hg.mozilla.org/integration/gaia-central/rev/2c20375bdd6a
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 1211953 - Update tracking protection info link in settings and FTE pop up
========
https://hg.mozilla.org/integration/gaia-central/rev/6d6ca49f8522
Author: No-Jun Park <npark@mozilla.com>
Desc: Merge pull request #32484 from npark-mozilla/1215315
Bug 1215315 - Imagecompare: accomodate 0\n output for mismatch result
========
https://hg.mozilla.org/integration/gaia-central/rev/9cacbe77263c
Author: No-Jun Park <npark@mozilla.com>
Desc: Bug 1215315 - Imagecompare: accomodate 0\n output for mismatch result
========
https://hg.mozilla.org/integration/gaia-central/rev/56883a53b1e1
Author: No-Jun Park <npark@mozilla.com>
Desc: Merge pull request #32481 from npark-mozilla/1213355
Bug 1213355 - GaiaHeader.go_back shows ElementNotVisibleException
========
https://hg.mozilla.org/integration/gaia-central/rev/8c2c7336bc94
Author: No-Jun Park <npark@mozilla.com>
Desc: Bug 1213355 - GaiaHeader.go_back shows ElementNotVisibleException
2015-10-16 07:55:08 -07:00
B2G Bumper Bot
fc5649633e
Bumping manifests a=b2g-bump
2015-10-16 07:28:19 -07:00
B2G Bumper Bot
e2a7d93a95
Bumping gaia.json for 8 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/bcfe0fec020e
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Merge pull request #32437 from stasm/1214207-notification-helper-l20n
Bug 1214207 - Update notification_helper to l20n. r=gandalf
========
https://hg.mozilla.org/integration/gaia-central/rev/032d2809ff10
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Bug 1214207 - Update notification_helper to l20n. r=gandalf
========
https://hg.mozilla.org/integration/gaia-central/rev/252756c14953
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Merge pull request #32495 from stasm/1215454-l20n-3.3.2
Bug 1215454 - Update l20n to 3.3.2. r=gandalf
========
https://hg.mozilla.org/integration/gaia-central/rev/9db172ea12b1
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Bug 1215454 - Update l20n to 3.3.2. r=gandalf
========
https://hg.mozilla.org/integration/gaia-central/rev/fb492a4ff1fa
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #32352 from etiennesegonzac/bug-1190613
Bug 1190613 - Cancel ongoing inline activities on webapps-launch. r=vingtetun
========
https://hg.mozilla.org/integration/gaia-central/rev/b171d94c5350
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 1190613 - Cancel ongoing inline activities on webapps-launch. r=21
========
https://hg.mozilla.org/integration/gaia-central/rev/d41bf95b2da2
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #32507 from jandem/fix-bug1213946-2
Bug 1213946 - Use |now.toString()| instead of |new Date(now)| in mont…
========
https://hg.mozilla.org/integration/gaia-central/rev/e5c8d71f472e
Author: Jan de Mooij <jandemooij@gmail.com>
Desc: Bug 1213946 - Use |now.toString()| instead of |new Date(now)| in month_day_agenda_test.js. r=julienw
In bug 1187233 we're changing |new Date(now)| to create a copy (which will preserve milliseconds).
2015-10-16 07:25:25 -07:00
B2G Bumper Bot
fb2ff2c3ff
Bumping manifests a=b2g-bump
2015-10-16 06:38:14 -07:00
B2G Bumper Bot
701574b665
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f51f8770b966
Author: Zibi Braniecki <zibi@braniecki.net>
Desc: Merge pull request #32494 from zbraniecki/1213647-fix-unofficial-branding
Bug 1213647 - Fix unofficial branding handling. r=stas
========
https://hg.mozilla.org/integration/gaia-central/rev/1b6c222d553c
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1213647 - Fix unofficial branding handling
2015-10-16 06:35:31 -07:00
Thomas Zimmermann
7e168a7489
Bug 1211948: Remove registry interfaces from |BluetoothDaemonProtocol|, r=brsun
...
The interfaces for registering and unregistering in |BluetoothDaemonProtocol|
were used by profile modules to call into the Setup module for registering and
unregistering themselves. Registry is now done in the profile managers, so
these interfaces are not required any longer.
2015-10-16 15:20:35 +02:00
Thomas Zimmermann
ad3f2bad98
Bug 1211948: Register Bluetooth Handsfree module in Handsfree manager, r=btian
...
This patch moves the code for registering and unregistering the
Handsfree backend module into the Handsfree manager. The respective
code in the backend itself has been removed.
The new design allows for a strict separation between Setup module
and Handsfree module.
2015-10-16 15:20:35 +02:00
Thomas Zimmermann
d7f4ce6cdb
Bug 1211948: Register Bluetooth GATT module in GATT manager, r=joliu
...
This patch moves the code for registering and unregistering the
GATT backend module into the GATT manager. The respective code in
the backend itself has been removed.
The new design allows for a strict separation between Setup module
and GATT module.
2015-10-16 15:20:35 +02:00
Thomas Zimmermann
6a38760d55
Bug 1211948: Register Bluetooth AVRCP module in AVRCP manager, r=brsun
...
This patch moves the code for registering and unregistering the
AVRCP backend module into the AVRCP manager. The respective code
in the backend itself has been removed.
The new design allows for a strict separation between Setup module
and AVRCP module.
2015-10-16 15:20:35 +02:00
Thomas Zimmermann
3ffdf6b57b
Bug 1211948: Register Bluetooth A2DP module in A2DP manager, r=brsun
...
This patch moves the code for registering and unregistering the
A2DP backend module into the A2DP manager. The respective code in
the backend itself has been removed.
The new design allows for a strict separation between Setup module
and A2DP module.
2015-10-16 15:20:35 +02:00
Thomas Zimmermann
45e5fd5f96
Bug 1211948: Introduce |enum BluetoothSetupServiceId|, r=brsun
2015-10-16 15:20:35 +02:00
Thomas Zimmermann
675ee8da68
Bug 1211948: Add interface class for Setup module to Bluetooth backend interface, r=brsun
...
With the new class |BluetoothSetupInterface|, Bluetooth modules can be
registered and unregistered from outside the Bluetooth backend code.
2015-10-16 15:20:35 +02:00
Carsten "Tomcat" Book
d63e64e8de
Merge m-c to b2g-i
2015-10-16 14:59:51 +02:00
Carsten "Tomcat" Book
15c4d32dd7
merge mozilla-inbound to mozilla-central a=merge
2015-10-16 13:17:56 +02:00
Carsten "Tomcat" Book
c574a1f1c0
merge fx-team to mozilla-central a=merge
2015-10-16 13:16:28 +02:00
Nigel Babu
d45a6e832d
Backed out changeset b46b688e6295 (bug 1215200) for build bustage ON A CLOSED TREE
2015-10-16 11:52:10 +05:30
Cameron McCormack
508dcaab44
Bug 1163877 - Part 4: Tests. r=jdaggett
2015-10-16 17:10:14 +11:00
Cameron McCormack
4872fb60dc
Bug 1163877 - Part 3: Update state on, and reflow documents for, all FontFaceSets that contain a FontFace whose user font entry updated. r=jdaggett
2015-10-16 17:10:14 +11:00
Cameron McCormack
a049f1a983
Bug 1163877 - Part 2: Allow FontFaces to be added to multiple FontFaceSets. r=jdaggett
2015-10-16 17:10:14 +11:00
Cameron McCormack
db463a7dc7
Bug 1163877 - Part 1: Add storage for other FontFaceSets a FontFace is in. r=jdaggett
2015-10-16 17:10:14 +11:00
Kai Engert
8826499e8a
Bug 1215200, Upgrade to NSPR 4.10.10 and NSS 3.20.1, landing release candidate tags, r=dkeeler
2015-10-16 08:04:16 +02:00
Phil Ringnalda
908ee17508
Back out changeset 12ac8139ecd9 (bug 1213516) for Linux build bustage
...
CLOSED TREE
2015-10-15 22:52:58 -07:00
Phil Ringnalda
ddeeb376bd
Back out changeset bb7e9c6a66c6 (bug 1209602) for crashing
2015-10-15 22:31:42 -07:00
Nicholas Nethercote
557e2db669
Bug 1214924 - Add "WindowServer" and "kernel" processes to |mach power|'s output. r=BenWa.
...
--HG--
extra : rebase_source : c85d0c6b92c82c32b5e194143358956479a477b9
2015-10-16 14:01:22 +11:00
Sotaro Ikeda
2ae2b0b270
Bug 1210045
- Fix GonkVideoDecoderManager shutdown during initialization r=bwu
2015-10-15 22:25:57 -07:00
Trevor Saunders
8d46decb2f
bug 1213516 - fire showing state change event for atk in place of an alert event r=davidb
2015-10-16 01:24:26 -04:00
Phil Ringnalda
af9de2ff13
No bug - touch CLOBBER like a magic fetish to ward off the libstagefright and (je)malloc OS X build bustage demons
...
CLOSED TREE
2015-10-15 21:33:26 -07:00
Jared Wein
74567c8e04
Bug 1209602 - XUL: Implement disabling notifications for a site. r=MattN
2015-10-15 22:58:56 -04:00
Jared Wein
9f2bd66799
Backout bug 1209602 for busting OSX on a CLOSED TREE. r=me
2015-10-15 23:19:10 -04:00
Jared Wein
49b796aa96
Bug 1209602 - XUL: Implement disabling notifications for a site. r=MattN
2015-10-15 22:58:56 -04:00
Jared Wein
0124735fc7
Bug 1201397 - New layout of XUL Notifications. r=MattN
2015-10-15 22:58:56 -04:00
Morris Tseng
aba970f2a8
Bug 1214571
- Only create mContextObserver once. r=baku
...
--HG--
extra : commitid : JlT1u9F257B
extra : rebase_source : 7898e6c864c6851e05f47425462d5048483c9633
2015-10-16 10:01:53 +08:00
Mark Hammond
376ea85d2e
Bug 1074937 - replace defaultFavicon.png and defaultFavicon@2x.png with versions depicting a globe. r=dolske
2015-10-16 12:23:29 +11:00
Sotaro Ikeda
33e9987516
Bug 1215027 - Fix EndFrameForExternalComposition() r=nical
2015-10-15 17:53:44 -07:00
Jordan Santell
e4c6c069b8
Bug 1215251 - Add redux middleware for managing async action creators via generators and promises. r=fitzgen
2015-10-15 17:04:02 -07:00
J. Ryan Stinnett
f6d574e30e
Bug 1215081 - Namespace URLs don't like robots prepending random strings. r=bgrins
2015-10-15 18:42:52 -05:00
B2G Bumper Bot
023df2163f
Bumping manifests a=b2g-bump
2015-10-15 15:14:18 -07:00
B2G Bumper Bot
0c31dee61d
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/983b7ecb17c6
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #32407 from ferjm/bug1211606.sync.enabled.pref
Bug 1211606
- Only fetch keys when Sync is enabled via "services.sync.enabled" pref changed from Gaia. r=michielbdjong
========
https://hg.mozilla.org/integration/gaia-central/rev/5ba7d71007c0
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Bug 1211606
- Only fetch keys when Sync is enabled via 'services.sync.enabled' pref changed from Gaia. r= michielbdjong
2015-10-15 15:10:36 -07:00
B2G Bumper Bot
522e933519
Bumping manifests a=b2g-bump
2015-10-15 14:48:26 -07:00
B2G Bumper Bot
c789d14dc5
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/dbaecc991635
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1208807 - remove privacy control section string, r=me
2015-10-15 14:45:23 -07:00
Felipe Gomes
af0b8f3d1f
Bug 605813 - Re-enable test_taskbar_progress.xul on Windows. r=me
2015-10-15 18:39:28 -03:00
B2G Bumper Bot
74ac3a303d
Bumping manifests a=b2g-bump
2015-10-15 13:33:06 -07:00
B2G Bumper Bot
003437e549
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/355b2a3659ab
Author: Sam Foster <sam@sam-i-am.com>
Desc: Merge pull request #32459 from sfoster/late-customization-skip-bug-1214990
Bug 1214990 - Allow settings to override; skip step when 0 apps. r=arcturus
========
https://hg.mozilla.org/integration/gaia-central/rev/d3951922f302
Author: Sam Foster <sfoster@mozilla.com>
Desc: Bug 1214990 - Allow settings to override; skip step when 0 apps. r=arcturus
========
https://hg.mozilla.org/integration/gaia-central/rev/61b084080319
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #32464 from ferjm/bug1214280.sdcard.ftu
Bug 1214280 - Users are unable to import contacts from memory card in…
========
https://hg.mozilla.org/integration/gaia-central/rev/eaee36111f9e
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Bug 1214280 - Users are unable to import contacts from memory card in FTU/FTE. r=francisco
2015-10-15 13:30:22 -07:00
B2G Bumper Bot
a3a4edf8a3
Bumping manifests a=b2g-bump
2015-10-15 11:58:16 -07:00
B2G Bumper Bot
e2aac01251
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/3cd222854474
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #32472 from julienw/1213553-merging-duplicates
Bug 1213553 - Make sure Sanitizer is loaded for the merge functionali…
========
https://hg.mozilla.org/integration/gaia-central/rev/b5a7d363eab0
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 1213553 - Make sure Sanitizer is loaded for the merge functionality r=francisco
========
https://hg.mozilla.org/integration/gaia-central/rev/3fd4a71a3fda
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Merge pull request #32473 from Cwiiis/bug1214607-new-homescreen-empty-pinned-pages
Bug 1214607 - Add an no-pinned-pages panel state. r=gmarty
========
https://hg.mozilla.org/integration/gaia-central/rev/7d7e8077b342
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1214607 - Add an no-pinned-pages panel state. r=gmarty
2015-10-15 11:55:22 -07:00
Dave Hylands
019bf5ec06
Bug 1177374 - Call realpath on volume mount points so thatVolumeService::GetVolumeByPath works properly. r=achen
2015-10-15 11:42:10 -07:00
Wes Kocher
d061c08779
Merge m-c to b2ginbound, a=merge
2015-10-15 11:37:20 -07:00
Wes Kocher
0f015ebe75
Merge b2ginbound to central, a=merge
2015-10-15 11:34:27 -07:00
Wes Kocher
ac656a7d21
Merge inbound to central, a=merge
2015-10-15 11:17:56 -07:00
Michael Comella
dc1b55b9c2
Bug 1201770 - Update google search engine icon. r=margaret
...
I added a wiki page to note how to do this in the future:
https://wiki.mozilla.org/Mobile/Fennec/Android/Updating_search_engine_icons
--HG--
extra : commitid : Ip8CADRg3gF
extra : rebase_source : f5d87e1b53971f30e655044c55d2ade0799532d8
2015-10-15 11:01:45 -07:00