B2G Bumper Bot
d5bfd56095
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f4f2214a54a7
Author: Bebe <bebe@mozilla.ro>
Desc: Revert "Bug 1014590 - Unxfail test_lockscreen_unlock_to_camera.py"
This reverts commit e89fdd890dc4e8d6713b701e29ea94fdfab7b005.
2014-05-27 05:25:46 -07:00
Krzysztof Mioduszewski
ef50a9e004
Bug 1012620 - [NFC] toggleNFC in Marionette tests should use Promise. r=allstars.chh
2014-05-26 17:02:24 +02:00
Reuben Morais
2ea427cafe
Bug 952486 - Use CheckPermissions instead of Func for several interfaces. r=bz
2014-05-25 15:31:11 -03:00
Reuben Morais
5a17903f23
Bug 952486 - Add a CheckPermissions extended attribute to WebIDL. r=bz
2014-05-25 15:31:07 -03:00
B2G Bumper Bot
f4045bcb86
Bumping manifests a=b2g-bump
2014-05-27 04:13:28 -07:00
B2G Bumper Bot
42d940deb4
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/cb07c60a7b12
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Merge pull request #19505 from sergi/responsive_airplane_mode
Bug 1014262 - Airplane mode icon in status bar is not responsive [r=ettiene]
========
https://hg.mozilla.org/integration/gaia-central/rev/f2565b1193b8
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Bug 1014262 - Airplane mode icon in status bar is not responsive
========
https://hg.mozilla.org/integration/gaia-central/rev/5a3411c1725c
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #19616 from kamituel/Bug_1015143_mailto
Bug 1015143 - Support for mailto: URI in NDEF tags. r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/c167f61d3e8e
Author: Kamil Leszczuk <kamituel@gmail.com>
Desc: Bug 1015143: Support for mailto: URI in NDEF tags
2014-05-27 04:13:16 -07:00
Juan Gomez
10007c9717
Bug 1014403 - [Flatfish][build] B2G for flatfish build failed. r=roc
2014-05-26 08:12:00 +02:00
Hsin-Yi Tsai
d9f369b769
Bug 1016276 - [B2G] revise test_outgoing_answer_hangup_oncallschanged.js - wait for 'dialing' state. r=edgar
2014-05-27 18:36:35 +08:00
B2G Bumper Bot
1a9431c6d8
Bumping manifests a=b2g-bump
2014-05-27 03:56:38 -07:00
B2G Bumper Bot
65cc1f9793
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/2712836efbca
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #19597 from kamituel/Bug_1015084_throw_errors
Bug 1015084 - unit tests and fixes for NfcBuffer. r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/ff61c1c16dd3
Author: Kamil Leszczuk <kamituel@gmail.com>
Desc: Bug 1015084: unit tests and fixes for NfcBuffer
2014-05-27 03:50:43 -07:00
B2G Bumper Bot
b930b59ee0
Bumping manifests a=b2g-bump
2014-05-27 03:39:54 -07:00
Szu-Yu Chen [:aknow]
f731a267f5
Bug 1013745 - Part 4: Refine dialling process and pending call mechanism. r=hsinyi
2014-05-26 19:08:00 +02:00
Szu-Yu Chen [:aknow]
0bb939868a
Bug 1013745 - Part 3: Get callIndex when dialling success (ipc). r=hsinyi
2014-05-26 19:08:00 +02:00
Szu-Yu Chen [:aknow]
20b9a408ed
Bug 1013745 - Part 2: Get callIndex when dialling success (dom). r=hsinyi
2014-05-26 19:08:00 +02:00
Szu-Yu Chen [:aknow]
7b7ce57c2f
Bug 1013745 - Part 1: Get callIndex when dialling success (interface). r=hsinyi
2014-05-26 19:07:00 +02:00
Alexandre Poirot
6c75c1f504
Bug 1016031 - Fix ProfD race in b2g child processes. r=fabrice
2014-05-26 10:39:00 +02:00
Jessica Jong
609aecd34b
Bug 939046 - Part 4: changes to test cases after data call enhancement. f=edgar r=hsinyi
2014-05-27 02:09:00 +02:00
Jessica Jong
e258121ef3
Bug 939046 - Part 3: Introduce dataNetworkInterfaces map and DataCall. f=edgar r=hsinyi
...
First, we change to use dataNetworkInterfaces map. The key of the map
is the apn type and the value is its corresponding RILNetworkInterface.
RILNetworkInterface(s) are created as soon as apn settings are ready and
registered to NetworkManager right away.
Then, we introduce the DataCall object which represents a real
underlying PDP. When RILNetworkInterface is created, a DataCall is
assigned to it. DataCall can be shared between RILNetworkInterfaces
if they consist of the same apn, username and password.
When a RILNetworkInterface is enabled, it requests its DataCall to
be connected; the DataCall, which can be shared, will establish the
data call if it's not already connected. Similarly, DataCall will
disconnect the data call only when no RILNetworkInterface is requesting
it.
Also, we set the CONNECTING/DISCONNECTING state in DataCall instead of
waiting for state change from ril_worker.
2014-05-27 02:08:00 +02:00
Jessica Jong
5156dbe9cd
Bug 939046 - Part 2.b: use DISCONNECTED state instead of UNKNOWN when data is disconnected. f=edgar r=hsinyi,vicamo
...
Since we have removed routing stuff in register/unregisterNetworkInterface()
in Part 2.a, we should use DISCONNECTED state so that routes can be properly
removed when data call is deactivated.
2014-05-27 02:04:00 +02:00
Jessica Jong
9fcfadf6a8
Bug 939046 - Part 2.a: remove routing stuff in register/unregisterNetworkInterface. f=edgar r=hsinyi,vicamo
...
We should handle routing stuff when a network becomes CONNECTED/DISCONNECTED.
2014-05-27 02:03:00 +02:00
Jessica Jong
4a1278e73e
Bug 939046 - Part 1.b: use network id in ril to look for networkInterfaces. r=hsinyi,vicamo
2014-05-27 02:03:00 +02:00
Jessica Jong
7213396e90
Bug 939046 - Part 1.a: use network id as key in NetworkManager. f=edgar r=hsinyi,vicamo
...
Network id is composed of a sub-id + '-' + network type. For mobile network
types, sub-id is 'ril' + service id; for non-mobile network types, sub-id
is always 'device'.
2014-05-27 02:01:00 +02:00
B2G Bumper Bot
56ad3655dd
Bumping manifests a=b2g-bump
2014-05-27 03:08:08 -07:00
Kershaw Chang
ad73b6d2a0
Bug 1013094 - Rename browser.manifestURL and browser.homescreenURL, r=fabrice
2014-05-27 18:01:01 +08:00
B2G Bumper Bot
db3200b876
Bumping manifests a=b2g-bump
2014-05-27 02:53:07 -07:00
B2G Bumper Bot
dfcd5c26ae
Bumping manifests a=b2g-bump
2014-05-27 02:33:19 -07:00
B2G Bumper Bot
83651446fa
Bumping gaia.json for 10 gaia revision(s) a=gaia-bump
...
Truncated some number of revisions since the previous bump.
========
https://hg.mozilla.org/integration/gaia-central/rev/61fc22650b9f
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #19353 from KevinGrandon/bug_971552_system2_sleep_menu
Bug 971552 - [System2] Instantiable SleepMenu
========
https://hg.mozilla.org/integration/gaia-central/rev/c69c72e0ff74
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 971552 - [System2] Instantiable SleepMenu r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/fe96e25e6461
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #19541 from crdlc/bug-1010651
Bug 1010651 - (vertical-homescreen) RocketBar missing search icon
========
https://hg.mozilla.org/integration/gaia-central/rev/b59f7c17f6da
Author: crdlc <crdlc@tid.es>
Desc: Bug 1010651 - (vertical-homescreen) RocketBar missing search icon
========
https://hg.mozilla.org/integration/gaia-central/rev/fe3c2b943843
Author: evanxd <itoyxd@gmail.com>
Desc: Merge pull request #19363 from RudyLu/ime/Bug1010021
Bug 1010021 - Add integration test to cover 3rd-party IME installation.
========
https://hg.mozilla.org/integration/gaia-central/rev/3f225f7831ce
Author: Rudy Lu <me@rudy.lu>
Desc: Bug 1010021 - Add integration test to cover 3rd-party IME installation.
========
https://hg.mozilla.org/integration/gaia-central/rev/fa14a8722d19
Author: dwi2 <dwi2@dwi2.com>
Desc: Merge pull request #19426 from dwi2/bug1003646
Bug 1003646 - Dismiss action menu when app is opened r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/ad04bd5ff3de
Author: Tzu-Lin Huang <tzhuang@mozilla.com>
Desc: Bug 1003646 - Dismiss action menu of activity when app is opened
========
https://hg.mozilla.org/integration/gaia-central/rev/fceb38c3db65
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #19632 from gasolin/issue-1005800
reorder nfc import order to receive holdhome event before task manager, r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/9fae7f965c6b
Author: gasolin <gasolin@gmail.com>
Desc: reorder nfc import order to receive holdhome event before task manager
2014-05-27 02:31:29 -07:00
Phil Ringnalda
7cc849ea62
Merge m-c to a CLOSED TREE b-i
2014-05-26 23:36:20 -07:00
Phil Ringnalda
1d1713e284
Back out 4c660783c5d8 (bug 994293) for OOP b2g reftest bustage
...
CLOSED TREE
2014-05-26 23:22:59 -07:00
Phil Ringnalda
eb9516bb46
Back out 5e1bd5190442 (bug 897996) for b2g OOP reftest bustage
...
CLOSED TREE
2014-05-26 23:22:37 -07:00
Phil Ringnalda
895505330a
Bug 981477 followup, skip one more newly-added XUL reftest on OOP b2g
...
CLOSED TREE
2014-05-26 23:20:30 -07:00
B2G Bumper Bot
6e3aeb95d5
Bumping manifests a=b2g-bump
2014-05-26 13:08:07 -07:00
B2G Bumper Bot
05e5a284b6
Bumping manifests a=b2g-bump
2014-05-26 13:01:33 -07:00
B2G Bumper Bot
ac40eb8b79
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5d347d48fe8b
Author: Yura Zenevich <yura.zenevich@gmail.com>
Desc: Merge pull request #19563 from yzen/bug-1014771
Bug 1014771 - making utility tray notifications accessible.
========
https://hg.mozilla.org/integration/gaia-central/rev/98c21f0dd9a1
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1014771 - making utility tray notifications accessible. r=alive
2014-05-26 12:56:04 -07:00
B2G Bumper Bot
f69e76203e
Bumping manifests a=b2g-bump
2014-05-26 12:46:38 -07:00
B2G Bumper Bot
04122f1370
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d5faac7a06e5
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Merge pull request #19651 from stasm/1013175-l10nerror
Bug 1013175 - Descriptive error messages in l10n.js. r=gandalf
========
https://hg.mozilla.org/integration/gaia-central/rev/1d3b804b2fcb
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Bug 1013175 - Descriptive error messages in l10n.js. r=gandalf
2014-05-26 12:41:04 -07:00
Fabrice Desré
6e0ad13fab
Bug 952486 - backout for breaking all device and emulator builds (keeping dom reviewer to land the backout...) r=bz
2014-05-26 12:11:52 -07:00
B2G Bumper Bot
8abccf068c
Bumping manifests a=b2g-bump
2014-05-26 12:03:09 -07:00
B2G Bumper Bot
9051404064
Bumping manifests a=b2g-bump
2014-05-26 11:41:31 -07:00
B2G Bumper Bot
23c30b4aee
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/6adeb4ce3a0b
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #19566 from pivanov/bug-1011696
Bug 1011696 - [Flame][Contacts] - Fuzzy images
========
https://hg.mozilla.org/integration/gaia-central/rev/17e0a221a4e1
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 1011696 - [Flame][Contacts] - Fuzzy images
========
https://hg.mozilla.org/integration/gaia-central/rev/f74f89309f88
Author: Yura Zenevich <yura.zenevich@gmail.com>
Desc: Merge pull request #19562 from yzen/bug-1014770
Bug 1014770 - added necessary aria attributes to utility tray quick sett...
========
https://hg.mozilla.org/integration/gaia-central/rev/47ecfa3ca8a8
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1014770 - added necessary aria attributes to utility tray quick settings. r=alive
2014-05-26 11:36:07 -07:00
B2G Bumper Bot
067384217e
Bumping manifests a=b2g-bump
2014-05-26 11:23:12 -07:00
B2G Bumper Bot
3fa5a959cb
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/8bf9812dae9f
Author: Jared Hirsch <ohai@6a68.net>
Desc: Merge pull request #19088 from 6a68/bug-980638-resubmitted
Bug 980638 - Correctly detect FTU state from FxA dialog
========
https://hg.mozilla.org/integration/gaia-central/rev/46cceb84e3e8
Author: Jared Hirsch <ohai@6a68.net>
Desc: Bug 980638 - Correctly detect FTU state from FxA dialog. r=ferjm
We were improperly detecting whether FTU was running from the FxA dialog.
Now we properly signal this by passing the 'isftu=true' query string to
the dialog when it's created.
2014-05-26 11:20:56 -07:00
B2G Bumper Bot
8c8ea52e77
Bumping manifests a=b2g-bump
2014-05-26 11:13:10 -07:00
B2G Bumper Bot
3c5b989f01
Bumping manifests a=b2g-bump
2014-05-26 10:56:37 -07:00
B2G Bumper Bot
46cabafe89
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c36c2183f1df
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #19558 from etiennesegonzac/bug-1003165-homescreen-transition-reflows
Bug 1003165 - Prevent reflows when transitioning to and from the homescreen r=alive,kgrandon
========
https://hg.mozilla.org/integration/gaia-central/rev/320f097fd74e
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 1003165 - Prevent reflow when transitioning to and from the homescreen.
* Disabling edge zones without causing a reflow.
* Making sure the appWindow is never without a transform to prevent a reflow..
* Making sure all app windows have will-change set to prevent reflows when going into edge mode.
* Prevent the homesearch bar from causing a weird animation during the first transition back to homescreen before getting stuck with .transitioning = true.
* Removing the pointer-events:none during app transition.
2014-05-26 10:51:03 -07:00
B2G Bumper Bot
cdb83f5f75
Bumping manifests a=b2g-bump
2014-05-26 10:33:21 -07:00
B2G Bumper Bot
be850b76a7
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e8c3c7727150
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #19646 from KevinGrandon/bug_1008020_collections_jshint
Bug 1008020 - [Collections App] Jshint fixes
========
https://hg.mozilla.org/integration/gaia-central/rev/9d9c4e63981a
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1008020 - [Collections App] Jshint fixes r=amirn
2014-05-26 10:33:09 -07:00
Ben Hearsum
407cb1d3b0
bug 1015407: nexus 4 builds need to upload mars publicly. r=aki DONTBUILD because it only affects nightly builds
2014-05-26 11:23:06 -04:00
Ben Hearsum
2e6edfc634
bug 1011489: hamachi device builds submitting bad urls to balrog. r=aki DONTBUILD because it only affects nightly builds.
2014-05-26 11:22:38 -04:00
Carsten "Tomcat" Book
47658629d0
merge b2g-inbound to mozilla-central
2014-05-26 15:26:11 +02:00