Граф коммитов

458737 Коммитов

Автор SHA1 Сообщение Дата
B2G Bumper Bot 9eeec8a007 Bumping manifests a=b2g-bump 2016-01-22 09:30:44 -08:00
B2G Bumper Bot 8398105cb2 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c53c24531e4d
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #33499 from martiansideofthemoon/my-code-fix2

Bug 1183074 - [Messages] Show all recipients when receiving a group M…. r=felash

========

https://hg.mozilla.org/integration/gaia-central/rev/d9c5f5c78adb
Author: KALPESH KRISHNA <kalpeshk2011@gmail.com>
Desc: Bug 1183074 - [Messages] Show all recipients when receiving a group MMS r=julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/b51d35229d56
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #33879 from ferjm/bug1231929.sync.telemetry

Bug 1231929 - Add telemetry to Firefox Sync. r=thrills,michielbdejong…

========

https://hg.mozilla.org/integration/gaia-central/rev/e9675bbf5206
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Bug 1231929 - Add telemetry to Firefox Sync. r=michielbdejong
2016-01-22 09:29:09 -08:00
B2G Bumper Bot 242728ebaf Bumping manifests a=b2g-bump 2016-01-22 05:54:20 -08:00
B2G Bumper Bot 3bfde88f31 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/daaca40e1389
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #33897 from ferjm/bug1239701.ds.certifiedonly

Bug 1239701 - Datastore should allow us to define stores accessible j…

========

https://hg.mozilla.org/integration/gaia-central/rev/7643f28f462d
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Bug 1239701 - Datastore should allow us to define stores accessible just by certified apps. r=fabrice
2016-01-22 05:52:45 -08:00
Carsten "Tomcat" Book 9ec5995f2b Merge mozilla-central to b2g-inbound 2016-01-22 14:51:15 +01:00
B2G Bumper Bot 01e86be1a9 Bumping manifests a=b2g-bump 2016-01-22 03:55:49 -08:00
B2G Bumper Bot 853043c7f7 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/71946ccff4b0
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #33827 from ferjm/bug1064305.disable.marionette.fxa.tv

Bug 1064305 - Disable FxA Marionette tests for TV. r=mhenretty

========

https://hg.mozilla.org/integration/gaia-central/rev/38e65823f0d7
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Bug 1064305 - Disable FxA Marionette tests for TV. r=mhenretty

========

https://hg.mozilla.org/integration/gaia-central/rev/a0f09b96ce79
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #33859 from albertopq/1235121-pin-card

Bug 1235121 - Only removing pending changes in places after a successful save r=mhenretty

========

https://hg.mozilla.org/integration/gaia-central/rev/d7b4ca8e770e
Author: albertopq <apastor@mozilla.com>
Desc: Bug 1235121 - Only removing pending cahnges in places after a successful save
2016-01-22 03:54:14 -08:00
Carsten "Tomcat" Book 191124bd17 merge mozilla-inbound to mozilla-central a=merge 2016-01-22 12:05:24 +01:00
Carsten "Tomcat" Book d5babafe14 merge fx-team to mozilla-central a=merge 2016-01-22 12:00:32 +01:00
Mike Hommey 648c73cb1d Fixup for bug 1239217 fixing a shell construct that does not work in autoconf. r=me 2016-01-22 16:16:06 +09:00
Makoto Kato a3c28e8e93 Bug 676828 - Use RAII for AudioSession instead. r=bholley 2016-01-22 16:08:14 +09:00
Gregory Szorc b49f08ef42 Bug 1241771 - Print install manifest processing time; r=glandium
--HG--
extra : rebase_source : 55c85facadd02ffe237c0a9ba65f7523708bdc2f
2016-01-21 22:42:47 -08:00
Mike Hommey 6acbd96f93 Bug 1239217 - Enable the hybrid FasterMake+RecursiveMake backend for artifact builds. r=gps 2016-01-22 15:43:27 +09:00
Mike Hommey 6098e02a36 Bug 1239217 - Add the FasterMake+RecursiveMake hybrid backend. r=gps 2016-01-22 15:43:26 +09:00
Mike Hommey e50a6cfd7b Bug 1239217 - Make the RecursiveMake build system create backend files generically. r=gps
The current rule is only for "backend.RecursiveMakeBackend", but, with
the current default of generating both the RecursiveMake and FasterMake
backends, the command creates/refreshes both backends. This is, in fact,
how the FasterMake backend is refreshed in most cases.

Moreover, with an hybrid backends, the generated file is not
"backend.RecursiveMakeBackend" anymore, so we need a more generic way to
handle this.

Furthermore, it's not necessarily desirable for all backends to have a
dependency file to handle the dependencies to refresh the backend, so
generate a plain list instead. This has the side effect of making `mach
build-backend --diff` more readable for changes to that file.

Finally, make the backend.* files created like any other backend file,
such that its diff appears in the `mach build-backend --diff` output.
2016-01-22 15:43:24 +09:00
Mike Hommey f549721406 Bug 1239217 - Stop making the FasterMake build system refresh the backend on its own. r=gps
The FasterMake build system is meant to be invoked through `mach build
faster`, which does it already, or, in the near future, as part of an
hybrid build system, which will deal with it as well. People doing
`make -C objdir/faster` won't have the backend automatically refreshed,
but that's not a supported way to use it anyways.
2016-01-22 15:43:23 +09:00
Mike Hommey 185469f678 Bug 1239217 - Add the notion of Partial and Hybrid build backends. r=gps
Make the FasterMake backend a partial build backend.
2016-01-22 15:43:21 +09:00
Mike Hommey 2bbd2afaf4 Bug 1239217 - Skip empty install manifests, apart a few exceptions. r=gps
Install manifests are not empty in normal conditions, apart a few
exceptions where they are only used for a "magic" `rm -rf`.

However, we're going to introduce changes that will empty some of
the install manifests and make their work happen from a different
backend, in which case we don't want them to correspond to a `rm -rf`.
2016-01-22 15:43:16 +09:00
Ben Tian 619f16d2b0 Bug 1241382 - Revise default value of BluetoothAdapter.address and BluetoothDevice.address to empty string, f=wiwang, r=shuang 2016-01-22 14:34:25 +08:00
B2G Bumper Bot 250e983ae6 Bumping manifests a=b2g-bump 2016-01-22 01:05:46 -08:00
B2G Bumper Bot ddcf7a49ad Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/92405c95904a
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #33931 from gasolin/issue-1238898

Bug 1238898 - retrieve address with correct bind target, r=mhenretty

========

https://hg.mozilla.org/integration/gaia-central/rev/3a50c1ca9d25
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1238898 - retrieve address with correct bind target
2016-01-22 01:04:11 -08:00
Timothy Nikkel 6a8edbd624 Bug 1241371. Don't schedule an image visibility update every time display port margins change. r=kats
Displayport margins change by small amounts on almost every single scroll. We do not want to update image visibility nearly that often.

As the comment, and the original bug (bug 1169881) suggest this is only meant to catch rather large changes in display ports as we already have means to trigger an image visibility update via a scroll position change and via any style or layout flush.
2016-01-22 00:29:17 -06:00
Cervantes Yu 07b88c8567 Bug 1208418: Shut down UeventPoller on XPCOM shutdown to fix the crash when the chrome process exits. r=dhylands 2016-01-22 11:08:55 +08:00
Wes Kocher f861f48ea6 Merge m-c to fx-team, a=merge
--HG--
extra : commitid : Es4cn1Rfk4x
2016-01-21 17:37:58 -08:00
Wes Kocher b429a2b497 Merge m-c to b2ginbound, a=merge
--HG--
extra : commitid : H2ysIYdFRyR
2016-01-21 17:37:13 -08:00
sakshi 8945046260 Bug 1207185 - Removed additional header borders from Sync preferences r=markh
--HG--
extra : commitid : 6tLrIjF5Ltd
extra : rebase_source : 3a1e2a7a8cbde167246bdfee51fc6d93157e2f1a
2016-01-21 16:44:06 -08:00
Vivien Nicolas 17b024a99d Bug 1212321 - Stop painting on app launch. r=fabrice 2016-01-21 14:54:33 -08:00
B2G Bumper Bot e070f81d79 Bumping manifests a=b2g-bump 2016-01-21 14:30:47 -08:00
B2G Bumper Bot fb51b550d6 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/369730543786
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #33902 from hfiguiere/bug1236275-disable-music-oga-test

Bug 1236275 - Disable music-oga test that cause an outlier error. r=mhenretty

========

https://hg.mozilla.org/integration/gaia-central/rev/7775b02c5554
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1236275 - Disable music-oga test that cause an outlier error.

========

https://hg.mozilla.org/integration/gaia-central/rev/4ea2e97eefab
Author: Sam Foster <sfoster@mozilla.com>
Desc: Merge pull request #33917 from sfoster/close-server-bug-1240905

Bug 1240905 - close not kill http.Server instances

========

https://hg.mozilla.org/integration/gaia-central/rev/393131a807f5
Author: Sam Foster <sfoster@mozilla.com>
Desc: Bug 1240905 - close not kill http.Server instances. r=auswerk
2016-01-21 14:29:12 -08:00
Matthew Noorenberghe 15c57dfa41 Bug 1241633 - Make screenshot.exe a GUI application to avoid a console window when run. r=ted
--HG--
extra : commitid : AhoMqIeagXk
extra : rebase_source : dd29dfcf4776078cf329d436e70c93f6236d4b6c
2016-01-21 13:33:37 -08:00
B2G Bumper Bot 926c323326 Bumping manifests a=b2g-bump 2016-01-21 11:40:53 -08:00
Ehsan Akhgari 1809816b44 Bug 1240916 - Part 2: Update the en-US dictionary to SCOWL 2016.01.19 a=merge
--HG--
extra : commitid : Ai2LXdbdLEH
extra : source : e1208d0c3551e78a6b79a4c733e51b6e53d4211a
2016-01-21 14:38:56 -05:00
Kevin Atkinson a94c5fb202 Bug 1240916 - Part 1: Fix dictionary upgrade scripts a=merge
--HG--
extra : commitid : 4Er6wpJBo43
extra : source : 7459d6a6761054bad4e35a20591ccd9139a6fa94
2016-01-21 14:35:29 -05:00
Wes Kocher fa57d28546 Merge b2ginbound to central, a=merge
--HG--
extra : commitid : L79NffLqBZA
2016-01-21 17:10:26 -08:00
Wes Kocher fe7ebe9593 Backed out 2 changesets (bug 1240201) for Windows wpt bustage a=merge
Backed out changeset b06a049cafb7 (bug 1240201)
Backed out changeset 69b695ad6d43 (bug 1240201)

--HG--
extra : commitid : JaEda53eiL6
extra : source : 8381cc4aa935537a9abb72bc645a538e21862c94
2016-01-21 12:28:24 -08:00
Wes Kocher 45a0a54e73 Backed out changeset 18e7baac03ce (bug 1241062) for windows wpt bustage a=merge
--HG--
extra : commitid : 8QD1hZIhDJW
extra : source : fa6b5ffdd329775f0bb361a2c036625fd71c49fe
2016-01-21 12:28:39 -08:00
B2G Bumper Bot f092e3b877 Bumping manifests a=b2g-bump 2016-01-21 11:30:49 -08:00
B2G Bumper Bot 97fbdcfc2e Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9fb7f30f81e1
Author: Zibi Braniecki <zibi@braniecki.net>
Desc: Merge pull request #33777 from zbraniecki/1236623-unitformat

Bug 1236623 - Add UnitFormat to mozIntl. r=stas

========

https://hg.mozilla.org/integration/gaia-central/rev/1d6651fa8a8b
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1236623 - Add UnitFormat to mozIntl
2016-01-21 11:29:14 -08:00
B2G Bumper Bot 4aa79eb7c1 Bumping manifests a=b2g-bump 2016-01-21 10:30:48 -08:00
B2G Bumper Bot a3877923a7 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ea9b9cc69315
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #33935 from albertopq/1179355-lightning-bolt

Bug 1179355 - Lightning bolt is not visible on full battery and grey theme r=gmarty

========

https://hg.mozilla.org/integration/gaia-central/rev/b10baabb3432
Author: albertopq <apastor@mozilla.com>
Desc: Bug 1179355 - Lightning bolt is not visible on full battery and grey theme
2016-01-21 10:29:12 -08:00
Ehsan Akhgari a281fd48cd Backout bug 1240916 because the update from upstream seems to be broken a=merge
This is probably caused by https://github.com/kevina/wordlist/issues/144.

--HG--
extra : commitid : C3R9Nshi362
extra : source : 05d3068b8573f177cced316a0e4cf6fca03e0dd3
2016-01-21 13:17:13 -05:00
Wes Kocher da663084df Merge inbound to m-c a=merge
--HG--
extra : commitid : ATxDn3SgryS
2016-01-21 16:24:42 -08:00
Carsten "Tomcat" Book 438892c36a Merge mozilla-central to fx-team 2016-01-21 16:51:42 +01:00
Carsten "Tomcat" Book 41fa341197 Merge mozilla-central to mozilla-inbound 2016-01-21 16:50:24 +01:00
Carsten "Tomcat" Book 78216dfe0e Backed out changeset 415f713d58b0 (bug 1239861) to fix perma-busted Android 4.3 debug R34 2016-01-21 16:47:31 +01:00
Bill McCloskey 0cbd486903 Bug 1240985 - Make sure to queue mDequeueOneTasks after cancellation (r=dvander) 2016-01-21 07:38:27 -08:00
Bill McCloskey dc169e992e Bug 1240985 - Stop returning MsgNotAllowed (r=dvander) 2016-01-21 07:38:26 -08:00
Bill McCloskey 78d4767d25 Bug 1240985 - Return false when trying to Send while dispatching urgent (r=dvander) 2016-01-21 07:38:25 -08:00
Bill McCloskey e64d1645e5 Bug 1240985 - Check for cancellation during ProcessPendingRequests (r=dvander) 2016-01-21 07:38:24 -08:00
Bill McCloskey 7ed2dcdf02 Bug 1240985 - Fix bug where mAwaitingSyncReply can be overwritten in Send after Cancel (r=dvander) 2016-01-21 07:38:23 -08:00