B2G Bumper Bot
aeda08c1e7
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/8a322556bd47
Author: AndreiH <andrei.hutusoru@softvision.ro>
Desc: Merge pull request #19553 from viorelaioia/bug-1008909
Bug 1008909 - Refactor test_inter_app_comm
========
https://hg.mozilla.org/integration/gaia-central/rev/51fefd73de3e
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 1008909 - Refactor test_inter_app_comm
2014-05-27 05:50:47 -07:00
B2G Bumper Bot
92f4b0d799
Bumping manifests a=b2g-bump
2014-05-27 05:31:37 -07:00
B2G Bumper Bot
d8e8ce649a
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
4539eaf7b7
Bug 1012620 - [NFC] toggleNFC in Marionette tests should use Promise. r=allstars.chh
2014-05-26 17:02:24 +02:00
Reuben Morais
7943a9dc65
Bug 952486 - Use CheckPermissions instead of Func for several interfaces. r=bz
2014-05-25 15:31:11 -03:00
Reuben Morais
24b03739fb
Bug 952486 - Add a CheckPermissions extended attribute to WebIDL. r=bz
2014-05-25 15:31:07 -03:00
B2G Bumper Bot
94ae0a9364
Bumping manifests a=b2g-bump
2014-05-27 04:13:28 -07:00
B2G Bumper Bot
98dee7a120
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
baad3f34b0
Bug 1014403 - [Flatfish][build] B2G for flatfish build failed. r=roc
2014-05-26 08:12:00 +02:00
Hsin-Yi Tsai
081ed85f1c
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
7b2aff6e2e
Bumping manifests a=b2g-bump
2014-05-27 03:56:38 -07:00
B2G Bumper Bot
dbddb88382
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
55f1dbaf61
Bumping manifests a=b2g-bump
2014-05-27 03:39:54 -07:00
Szu-Yu Chen [:aknow]
d354390e8f
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]
0df99c56e0
Bug 1013745 - Part 3: Get callIndex when dialling success (ipc). r=hsinyi
2014-05-26 19:08:00 +02:00
Szu-Yu Chen [:aknow]
8a7e7b6271
Bug 1013745 - Part 2: Get callIndex when dialling success (dom). r=hsinyi
2014-05-26 19:08:00 +02:00
Szu-Yu Chen [:aknow]
753cae57ac
Bug 1013745 - Part 1: Get callIndex when dialling success (interface). r=hsinyi
2014-05-26 19:07:00 +02:00
Alexandre Poirot
1e8598317b
Bug 1016031 - Fix ProfD race in b2g child processes. r=fabrice
2014-05-26 10:39:00 +02:00
Jessica Jong
d0c33feb10
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
4062d031e9
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
e06c0ca3e3
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
6ea091cffd
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
6c46a8334b
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
65ea8fb108
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
6c7f5ccd88
Bumping manifests a=b2g-bump
2014-05-27 03:08:08 -07:00
Kershaw Chang
8b90d9d66e
Bug 1013094 - Rename browser.manifestURL and browser.homescreenURL, r=fabrice
2014-05-27 18:01:01 +08:00
B2G Bumper Bot
c670e13024
Bumping manifests a=b2g-bump
2014-05-27 02:53:07 -07:00
B2G Bumper Bot
4cf2cd7958
Bumping manifests a=b2g-bump
2014-05-27 02:33:19 -07:00
B2G Bumper Bot
eb96f0bc11
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
1bb060bd4f
Merge m-c to a CLOSED TREE b-i
2014-05-26 23:36:20 -07:00
Phil Ringnalda
44b9362bb7
Back out 4c660783c5d8 (bug 994293) for OOP b2g reftest bustage
...
CLOSED TREE
2014-05-26 23:22:59 -07:00
Phil Ringnalda
edcfa8e4f3
Back out 5e1bd5190442 (bug 897996) for b2g OOP reftest bustage
...
CLOSED TREE
2014-05-26 23:22:37 -07:00
Phil Ringnalda
cc97afea03
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
b00c9f4095
Bumping manifests a=b2g-bump
2014-05-26 13:08:07 -07:00
B2G Bumper Bot
59b6fa02a1
Bumping manifests a=b2g-bump
2014-05-26 13:01:33 -07:00
B2G Bumper Bot
8a8c0f027e
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
ae59c2b390
Bumping manifests a=b2g-bump
2014-05-26 12:46:38 -07:00
B2G Bumper Bot
00985cee9c
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é
bed5c8c262
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
686821ed01
Bumping manifests a=b2g-bump
2014-05-26 12:03:09 -07:00
B2G Bumper Bot
9b422ae128
Bumping manifests a=b2g-bump
2014-05-26 11:41:31 -07:00
B2G Bumper Bot
7e3b08c41f
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
98dcbcf1dd
Bumping manifests a=b2g-bump
2014-05-26 11:23:12 -07:00
B2G Bumper Bot
1079d992be
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
2441901f80
Bumping manifests a=b2g-bump
2014-05-26 11:13:10 -07:00
B2G Bumper Bot
04f8c3b43c
Bumping manifests a=b2g-bump
2014-05-26 10:56:37 -07:00
B2G Bumper Bot
3cacd75270
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
a1b3ced68a
Bumping manifests a=b2g-bump
2014-05-26 10:33:21 -07:00
B2G Bumper Bot
f648f4950b
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
54b046915c
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