Thomas Zimmermann
38ee6cc7c0
Bug 927859: Cleanup DBus thread after DBusWatcher, r=qdot
...
This patch changes the DBus shutdown to only cleanup the DBus
thread from the main thread after DBusWatcher has completed.
This should ensure that the main thread will not have to wait
for the DBus thread.
--HG--
extra : rebase_source : 09ebb40a4e515ef5b0ebddfc1c3b7187cc546313
2013-10-25 09:31:20 +02:00
Thomas Zimmermann
7a8c1137cc
Bug 927459: Move helpers to DBusWatcher, r=qdot
...
PollFdComparator, DBusEventTypes and flag conversion are only used by
DBusWatcher. This patch moves them into DBusWatcher's namespace.
--HG--
extra : rebase_source : 688403e55e139440e6d6d28e9802f8a48d7c355d
2013-10-25 09:31:04 +02:00
Thomas Zimmermann
57ec974519
Bug 927459: Add DBusWatcher::Stop, r=qdot
...
The Stop method encapsulates the code for sending the exit command
to a running DBus watcher.
--HG--
extra : rebase_source : 6963e6fa60b2e1e725046672a45cd325fc40a836
2013-10-25 09:30:54 +02:00
Thomas Zimmermann
c93d0d8855
Bug 927459: Move poll functionality to DBusWatcher, r=qdot
...
The DBus poll functionality is actually part of DBusWatcher. This
patch moves it to a class method.
--HG--
extra : rebase_source : 012813cf1d0967d6c29f7e085e49940570e1d58d
2013-10-25 09:30:20 +02:00
Thomas Zimmermann
78fd2c9341
Bug 927459: Cleanup DBusThread, r=qdot
...
This patch renames DBusThread to DBusWatcher to make its purpose
more clear. Several callback functions for DBus are converted to
methods of DBusWatcher. Their POSIX calls are now protected by
TEMP_FAILURE_RETRY.
--HG--
extra : rebase_source : d8c6963aa8388c462917180d78e8e4289f9e987a
2013-10-25 09:30:09 +02:00
Gaia Pushbot
767f29d97f
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0c71302645e2
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Merge pull request #13038 from comoyo/keyboard-height-changes
Bug 929911 - UpdateHeight on already visible keyboard doesn't throw keyboardchange event. r=RudyL
========
https://hg.mozilla.org/integration/gaia-central/rev/f0a910c8d007
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Bug 929911 - UpdateHeight on already visible keyboard doesn't throw keyboardchange event
2013-10-25 00:35:24 -07:00
Gaia Pushbot
1868ef0470
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/9da98cf91d52
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #13018 from dwi2/bug911291
Bug 911291 - No need to update display of simPin, identity, and password... r=crh0716
========
https://hg.mozilla.org/integration/gaia-central/rev/ffcb8362a3f1
Author: tzhuang <tzhuang@mozilla.com>
Desc: Bug 911291 - No need to update display of simPin, identity, and password in #wifi-status since there are no such input elements
2013-10-25 00:10:23 -07:00
Gaia Pushbot
8c80186ce3
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/49e5310a6ebd
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #13059 from crh0716/903232
Bug 903232 - Show only gsm options by default r=yuren
========
https://hg.mozilla.org/integration/gaia-central/rev/49d78decaf7a
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 903232 - Show only gsm options by default
2013-10-24 23:50:24 -07:00
Gina Yeh
d9324ff476
Bug 913372 - Patch 3: Make a queue for active connection requests, r=echou
2013-10-25 14:22:23 +08:00
Gina Yeh
df457d5d1e
Bug 913372 - Patch 2: Set mController to null before invoking callback function, r=echou
...
For each profile manager, we'd like to make sure that the data member of
mController is nulled out before invoking the callback function. Because, in the
callback function, we continue to handle the next connect/disconnect request,
and we'd like to null out mController of previous request before handling the
new one.
2013-10-25 14:21:56 +08:00
Gina Yeh
34ad62a42a
Bug 913372 - Patch 1: Refine the architecture of BluetoothProfileController, r=echou
2013-10-25 14:20:09 +08:00
Edgar Chen
868a0c026a
Bug 925676 - Part 2: RIL implementation. r=vyang,gene
2013-10-22 18:43:03 +08:00
Edgar Chen
258d7df001
Bug 925676- Part 1: IDL changes. r=vyang,gene
2013-10-22 17:30:35 +08:00
Vicamo Yang
3450be99d6
Bug 920551 - 2.j/2: fix GonkGPSGeolocationProvider. r=kanru
2013-10-25 11:07:52 +08:00
Vicamo Yang
b748f48265
Bug 920551 - 2.i/2: fix Bluetooth. r=echou
2013-10-25 11:07:48 +08:00
Vicamo Yang
4732a65627
Bug 920551 - 2.h/2: fix dom/system/gonk/*. r=hsinyi,khuey
2013-10-25 11:07:44 +08:00
Vicamo Yang
4796c5c220
Bug 920551 - 2.g/2: fix WAP Push. r=hsinyi,khuey
2013-10-25 11:07:40 +08:00
Vicamo Yang
c18e9e4cb5
Bug 920551 - 2.f/2: fix Voicemail. r=hsinyi,khuey
2013-10-25 11:07:37 +08:00
Vicamo Yang
8ce2b7e7f4
Bug 920551 - 2.e/2: fix MobileConnection. r=hsinyi,khuey
2013-10-25 11:07:33 +08:00
Vicamo Yang
73a063ba3b
Bug 920551 - 2.d/2: fix ICC. r=hsinyi,khuey
2013-10-25 11:07:26 +08:00
Vicamo Yang
0fb4281403
Bug 920551 - 2.c/2: fix CellBroadcast. r=hsinyi
2013-10-25 11:07:23 +08:00
Vicamo Yang
17aac2e402
Bug 920551 - 2.b/2: fix Telephony. r=hsinyi,khuey
2013-10-25 11:07:20 +08:00
Vicamo Yang
5e0e6a9e20
Bug 920551 - 2.a/2: fix MobileMessage. r=gene,khuey
2013-10-25 11:07:16 +08:00
Vicamo Yang
e5dc5f722b
Bug 920551 - 1/2: Allow building b2g without MOZ_B2G_RIL. r=khuey
2013-10-25 11:07:11 +08:00
Gaia Pushbot
185d8767ba
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5f8a13662ba5
Author: Greg Weng <snowmantw@gmail.com>
Desc: Merge pull request #13063 from snowmantw/issue906549
Bug 906549 - [Flatfish][LockScreen] add support for large device for portrait
========
https://hg.mozilla.org/integration/gaia-central/rev/9041c0f161c2
Author: Greg Weng (snowmantw) <gweng@mozilla.com>
Desc: Bug 906549 - [Flatfish][LockScreen] add support for large device for portrait
2013-10-24 19:30:24 -07:00
Gaia Pushbot
47bd7d7cbc
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/3acbd9057dc3
Author: Jim Porter <squibblyflabbetydoo@gmail.com>
Desc: Merge pull request #12314 from jimporter/music-notification-controls
Bug 902981 - [Music] [User Story] Provide access to music controls in the notifications tray
========
https://hg.mozilla.org/integration/gaia-central/rev/20926d18037d
Author: Jim Porter <jporter@mozilla.com>
Desc: Bug 902981 - Add support for music playback controls from the notifications area; r=alive, r=djf, ui-r=robmac, ui-r=epang
2013-10-24 19:20:23 -07:00
Gaia Pushbot
9b1a936219
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c84a6a7d5826
Author: Gregor Wagner <anygregor@gmail.com>
Desc: Merge pull request #13076 from gregorwagner/9156772
Bug 915677 - canceling the awesome page does not allow focus back into the content. r=benfrancis
========
https://hg.mozilla.org/integration/gaia-central/rev/f07c7affe006
Author: Gregor Wagner <anygregor@gmail.com>
Desc: Bug 915677 - canceling the awesome page does not allow focus back into the content. r=benfrancis
2013-10-24 17:35:24 -07:00
Mason Chang
24a8a3bbcc
Bug 925111 - Enable Profiler to support config options during runtime. r=benwa, jld
2013-10-24 17:09:33 -07:00
Gaia Pushbot
a4978becc5
Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/dd8dba4a25cb
Author: Evelyn Eastmond <evelyn@bocoup.com>
Desc: Bug 887110 - Typical clocks show quarter hours as more prominent than 10min marks
r=jugglinmike
2013-10-24 16:50:23 -07:00
Gaia Pushbot
49c276e1e9
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5d2185eee255
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #12995 from mikehenrty/bug-926714-notification-tests
Bug 926714 - Follow up to 899574: add integration tests for Notification...
========
https://hg.mozilla.org/integration/gaia-central/rev/13207b6cf374
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 926714 - Follow up to 899574: add integration tests for Notification.Get()
2013-10-24 16:15:24 -07:00
Gaia Pushbot
9d10182691
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/610786d35113
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #13072 from julienw/890209-tap-header
Bug 890209 - sms application display dialog when tap a header part r=julien
========
https://hg.mozilla.org/integration/gaia-central/rev/0182928b7f9b
Author: at-kitamura <at-kitamura@kddi-tech.com>
Desc: Bug 890209 -sms application display dialog when tap a header part
2013-10-24 12:05:25 -07:00
Fabrice Desré
7b4853e5f0
Bug 920804 - Improve nsFrameMessageManager p=fabrice,smaug, r=smaug,fabrice
2013-10-24 09:52:36 -07:00
Gaia Pushbot
8399ef4ed0
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e3564b8656fc
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #13073 from lightsofapollo/shepherd-beta
Bug 930578 - add shepherd docs +shepherd
========
https://hg.mozilla.org/integration/gaia-central/rev/2178197ec5de
Author: James Lal <james@lightsofapollo.com>
Desc: Bug 930578 - add shepherd docs +shepherd
2013-10-24 09:25:28 -07:00
Gaia Pushbot
965818be7f
Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5ae702dbced4
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #12921 from Rik/lockscreen-no-calllog-922238
Bug 922238 - Call log does not record missed calls when in the lockscreen r=etienne
========
https://hg.mozilla.org/integration/gaia-central/rev/4849e0f303f2
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 922238 - Call log does not record missed calls when in the lockscreen
We were closing the call screen before executing the Voicemail.check callback
- Store the voicemail info in recentsEntry earlier than at closing
- Remove the opacity animation when showing/hiding the call screen (it was not really working)
- Remove the animating flag since it was preventing closing animations to not run if the opening animation did not run
========
https://hg.mozilla.org/integration/gaia-central/rev/7a12b4c54fc7
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13070 from zacc/bug_930542
Bug 930542 - Fail test_browser_bookmark.py because of bug 930545
========
https://hg.mozilla.org/integration/gaia-central/rev/819967b26a2b
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 930542 - Fail test_browser_bookmark.py because of bug 930545
2013-10-24 08:15:24 -07:00
Gaia Pushbot
05e0345a28
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c9d3a8f7aa91
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #12835 from wanderview/shared-tvm-append
Bug 918179: Optimize append case in tag_visibility_monitor. r=djf
========
https://hg.mozilla.org/integration/gaia-central/rev/28a0602cf111
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 918179: Optimize append case in tag_visibility_monitor
2013-10-24 07:50:23 -07:00
Gaia Pushbot
4b58842d42
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/7e1f70152cc5
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #13026 from Rik/license-929926
Bug 929926 - LICENCE is mis-spelled r=gerv
========
https://hg.mozilla.org/integration/gaia-central/rev/fd5e9e9a462e
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 929926 - LICENCE is mis-spelled
2013-10-24 07:05:23 -07:00
Gaia Pushbot
347d3c0528
Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/bf4b2004954a
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Revert "Merge pull request #13000 from EragonJ/bug-927724"
This reverts commit 4d74b13f20f12996d41eb3e9a6c8775dd1717d67, reversing
changes made to 1433717c81d5f6f439cadf8511f559f1f19f5fc4.
Cause: the dialer is completely broken if your sim doesn't have
voicemail infos.
2013-10-24 06:50:23 -07:00
Gaia Pushbot
19f0561142
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/dd6dc50d5f1b
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13047 from zacc/bug_929636
Bug 929636 - Changed skipped Python UI tests to use fail-if
========
https://hg.mozilla.org/integration/gaia-central/rev/c7bcbefa72ea
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 929636 - Changed skipped Python UI tests to use fail-if
2013-10-24 06:30:23 -07:00
Gaia Pushbot
49f655167c
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c1fe677869a6
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #12922 from alivedise/bugzilla/927310/activity-done-in-mozbrowser
Bug 927310 - Activitydone event in mozbrowser iframe
========
https://hg.mozilla.org/integration/gaia-central/rev/696b27fbb541
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 927310 - Activitydone event in mozbrowser iframe
2013-10-24 05:20:23 -07:00
Alive Kuo
9c7c09070b
Bug 927310 - dispatch activitydone event from mozbrowser iframe
2013-10-21 19:16:00 +01:00
Gaia Pushbot
708731fe32
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f7e84403d440
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13061 from bebef1987/marionette_0.6.1
Bug 929999 - Bump marionette_client dependency to 0.6.1 or above
========
https://hg.mozilla.org/integration/gaia-central/rev/1d4d2fa99490
Author: Bebe <bebe@mozilla.ro>
Desc: Bug 929999 - Bump marionette_client dependency to 0.6.1 or above
2013-10-24 04:20:24 -07:00
Gaia Pushbot
e7f6a0b909
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/be4bb665ab91
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 904984 - Add APBW to the APN database
========
https://hg.mozilla.org/integration/gaia-central/rev/5b6cfb9f6b30
Author: Arthur Chen <crh0716@gmail.com>
Desc: Revert "Bug 904984 - Add APBW to the APN database"
This reverts commit dcbef3b68374b879bca4276e0df9b4fb5f8afb52.
2013-10-24 03:55:25 -07:00
Gaia Pushbot
74d3a665bf
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/feee488a651b
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #13054 from timdream/reverse-dnt-value
Bug 914407 - Correct the Do Not Track header values, r=arthurcc
========
https://hg.mozilla.org/integration/gaia-central/rev/a3c830c358d1
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 914407 - Correct the Do Not Track header values
2013-10-24 03:20:24 -07:00
Gaia Pushbot
d336df0d70
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f15f6d17ed80
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #13019 from etiennesegonzac/bug-852314-dialer-keypad-enabling
Bug 852314 - Enabling the oncall keypad asap according to the 3GPP spec. r=ferjm
========
https://hg.mozilla.org/integration/gaia-central/rev/b63ab0aa841f
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 852314 - Enabling the oncall keypad asap according to the 3GPP spec.
2013-10-24 02:10:23 -07:00
Gaia Pushbot
ff44c395ce
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f664d0cd5947
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13039 from zacc/930044
Bug 930044 - Python UI tests Enhance wait in test_sms_with_attachments t...
========
https://hg.mozilla.org/integration/gaia-central/rev/fe9d45336f68
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 930044 - Python UI tests Enhance wait in test_sms_with_attachments to wait for messages app to resize the attached image
2013-10-24 02:00:25 -07:00
Gaia Pushbot
5ea60d484a
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/ac0ff2fff813
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #12002 from KevinGrandon/bug_908947_usage_dom
Bug 908947 - Use HTML import polyfill for Usage DOM r=salva
========
https://hg.mozilla.org/integration/gaia-central/rev/2b6d0a31001d
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 908947 - Use HTML import polyfill for Usage DOM
2013-10-24 01:35:24 -07:00
Gaia Pushbot
24e2f92ae2
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/445a018f2e71
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Merge pull request #12100 from Seinlin/Bug-914459
Bug 914459 - Use keyboard's basicLayoutKey if it is defined. r=janjongboom
========
https://hg.mozilla.org/integration/gaia-central/rev/e423894390ea
Author: Kaizhen <kli@mozilla.com>
Desc: Bug 914459 - Use keyboard's basicLayoutKey if it is defined.
2013-10-24 01:25:23 -07:00
Vicamo Yang
8e56267b4b
Bug 926302 - 3/3: test cases. r=hsinyi
2013-10-24 16:15:15 +08:00
Vicamo Yang
1f25752509
Bug 926302 - 2.b/3: implementation. r=gene,hsinyi,khuey
2013-10-24 16:15:06 +08:00
Vicamo Yang
c5de7fd552
Bug 926302 - 2.a/3: refactor preference/settings names. r=gene
2013-10-24 16:14:59 +08:00