Commit Graph

322671 Commits

Author SHA1 Message Date
Gene Lian
85588a95d7 Bug 903403 - [sms][mms] Make getSegmentInfoForText() Asynchronous to Improve Typing Performance. r=vicamo, sr=mounir 2013-08-09 21:25:53 +08:00
Anthony Ricaud
1a6cb8ad2c Bug 889717 - Do not send focus when the user taps to stop scrolling. r=vingtetun 2013-09-04 08:29:46 -04:00
Jan Jongboom
7e289eedd8 Bug 906096 - Move InputMethod API behind a pref instead of build option. r=kanru, r=sicking
--HG--
rename : b2g/components/Keyboard.jsm => dom/inputmethod/Keyboard.jsm
rename : b2g/components/MozKeyboard.js => dom/inputmethod/MozKeyboard.js
2013-09-04 08:29:22 -04:00
Tim Chien
fd9ba8a89b Bug 798353 - Make SettingsListener reuse the lock. r=fabrice 2013-09-04 08:28:28 -04:00
Gaia Pushbot
bb892dac92 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/e596cc6a1c09
Author: b2gautomation <jonallengriffin@gmail.com>
Desc: Bug 907941 - gaia-ui-tests-pushbot (see bug)
2013-09-04 05:25:21 -07:00
Gaia Pushbot
5d90f01954 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/e7bd49ad100b
Author: b2gautomation <jonallengriffin@gmail.com>
Desc: Bug 907941 - gaia-ui-tests-pushbot (see bug)
2013-09-04 04:55:22 -07:00
Vicamo Yang
27bb8ef640 Bug 911341 - 2/2: Seperate the parcel header handling. r=yoshi 2013-09-04 18:58:26 +08:00
Vicamo Yang
e5836166f6 Bug 911341 - 1/2: B2G RIL - refactor worker_buf. r=yoshi 2013-09-04 18:58:23 +08:00
Gaia Pushbot
965a30cec4 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/6e4866e3453f
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #11866 from mcjimenez/bug893800_2

Bug 893800 - Add a way to insert an app on a given position

========

https://hg.mozilla.org/integration/gaia-central/rev/4c23771ec053
Author: Carmen Jimenez Cabezas <cjc@tid.es>
Desc: Bug 893800 - Add a way to insert an app on a given position
2013-09-04 03:55:24 -07:00
Ed Morley
393a42bbbc Backed out changeset 9a72765987b8 (bug 864485) for mochitest-3 failures on a CLOSED TREE 2013-09-04 11:51:30 +01:00
Ed Morley
540e5885cd Backed out changeset 9bd4fcd6d084 (bug 864485) 2013-09-04 11:51:02 +01:00
Ed Morley
eb4e3bbe61 Backed out changeset 89113a5b091e (bug 864485) 2013-09-04 11:50:59 +01:00
Ed Morley
07d4151cc6 Backed out changeset 0b45d07ccdee (bug 907585) 2013-09-04 11:50:55 +01:00
Ed Morley
663a0d5d4d Backed out changeset 0a1f354d13a0 (bug 907585) 2013-09-04 11:50:52 +01:00
Ed Morley
4b2242afc2 Backed out changeset 21b97e0e5a10 (bug 907585) 2013-09-04 11:50:49 +01:00
Ed Morley
9430360ac9 Backed out changeset 8b6235d4c2ac (bug 873351) 2013-09-04 11:50:46 +01:00
Ed Morley
b524657bb3 Backed out changeset 679f571996e8 (bug 907585) 2013-09-04 11:50:42 +01:00
Gaia Pushbot
7e04c4e6c6 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/ddbce8d8bd5a
Author: b2gautomation <jonallengriffin@gmail.com>
Desc: Bug 907941 - gaia-ui-tests-pushbot (see bug)
2013-09-04 03:40:44 -07:00
Gaia Pushbot
e303d7dc40 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/2f96b4d19593
Author: b2gautomation <jonallengriffin@gmail.com>
Desc: Bug 907941 - gaia-ui-tests-pushbot (see bug)
2013-09-04 02:50:22 -07:00
Thomas Zimmermann
d2a6dbc862 Bug 853550: Replace Bluetooth command thread, r=echou,gyeh
Starting and stopping Bluetooth support can block the executing thread
for an indefinite amount of time. In most cases these operations are
only performed when Gecko starts and stops, so we don't want to keep
a separate Bluetooth command thread for this.

This patch replaces the Bluetooth command thread by a LazyIdleThread,
which only consumes resources while it executes actual code. After a
timeout period, the LazyIdleThread cleans up its internal state. The
timeout is currently 3 seconds, which has been choosen arbitrarily.

Thanks to bent for helping with the details of LazyIdleThread.
2013-08-30 20:18:43 +02:00
Thomas Zimmermann
dc68c08511 Bug 853550: Cleanup DBus thread handling, r=qdot
For replacing the Bluetooth command thread with a LazyIdleThread,
we need to make sure that the DBus service thread is shutdown from
within the main thread.

This patch changes the DBus stop code to cleanup the DBusThread
structure from the service thread to prevent race conditions during
shutdown. The DBus service thread itself gets shutdown from the main
thread to fulfill the requirements of LazyIdleThread. The patch also
makes sure that it's not possible to accidently dispatch a runnable
while the DBus thread terminates.
2013-08-30 20:18:40 +02:00
Thomas Zimmermann
7819ee2c2f Bug 853550: Fix whitespace errors, r=echou 2013-08-29 01:21:52 +02:00
Gaia Pushbot
b38c1e3713 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/138d0f2c4d3a
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #11715 from crh0716/891743

Bug 891743 - Add voice privacy mode for CDMA r=evelyn

========

https://hg.mozilla.org/integration/gaia-central/rev/de97091310f0
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 891743 - Add voice privacy mode for CDMA
2013-09-04 02:05:25 -07:00
Ed Morley
b188085b62 Bug 907585 - Touch clobber file due to IDL file change 2013-09-04 09:30:38 +01:00
Gaia Pushbot
775b583c66 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/6c97f155b0f2
Author: b2gautomation <jonallengriffin@gmail.com>
Desc: Bug 907941 - gaia-ui-tests-pushbot (see bug)
2013-09-04 01:16:28 -07:00
Chia-hung Tai
8decb8717d Bug 907140 - [B2G][MMS] Block sending email from MMS until we supported this feature. r=vyang 2013-09-04 14:50:27 +08:00
Gaia Pushbot
eb35c04bae Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/1070079a0891
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #11891 from pivanov/bug-907672

Bug 907672 - [HD][Settings] Locked Wifi Connection icon jumps r=samjoch

========

https://hg.mozilla.org/integration/gaia-central/rev/919a94bc9779
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 907672 - [HD][Settings] Locked Wifi Connection icon jumps

========

https://hg.mozilla.org/integration/gaia-central/rev/126b0c924243
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #11892 from pivanov/bug-907729

Bug 907729 - [HD][FTU] Locked Wifi Icons Jump when connecting r=samjoch

========

https://hg.mozilla.org/integration/gaia-central/rev/935699cbb51f
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 907729 - [HD][FTU] Locked Wifi Icons Jump when connecting
2013-09-04 01:05:21 -07:00
Vicamo Yang
dd5f4ce90a Bug 873351 - B2G SMS: move SMS code out of RadioInterfaceLayer to SmsService. r=gene 2013-09-04 15:53:50 +08:00
Vicamo Yang
bee1a6fcff Bug 907585 [3/3]: some small refinements. r=yoshi 2013-09-04 15:53:45 +08:00
Vicamo Yang
7d85caf947 Bug 907585 [2/3]: Re-implement message listener registration. r=yoshi 2013-09-04 15:53:42 +08:00
Vicamo Yang
1768c769b4 Bug 907585 [1/3]: B2G RIL - share RilMessageManager. Move to RilMessageManager.jsm. r=yoshi,hsinyi 2013-09-04 15:53:39 +08:00
Vicamo Yang
7fd78c720a Bug 864485 - 3/3: Gonk backend specific. r=hsinyi 2013-09-04 15:53:34 +08:00
Vicamo Yang
db903c7353 Bug 864485 - 2/3: DOM & IPC. r=khuey 2013-09-04 15:53:30 +08:00
Vicamo Yang
11f93d78f3 Bug 864485 - 1/3: B2G Telephony - move to IPDL. Interface changes. sr=sicking, r=hsinyi,khuey 2013-09-04 15:53:27 +08:00
Gaia Pushbot
3787fb7dfe Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/752ced5b3cc3
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Revert "Bug 906756 - Algorithms for merging givenName and familyName changed."

This reverts commit 9e737ce855b02ab60a9ab8b87f6a1d6ffa1a191c.
2013-09-04 00:45:22 -07:00
Gaia Pushbot
56ba8395f6 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/14c70aaab592
Author: b2gautomation <jonallengriffin@gmail.com>
Desc: Bug 907941 - gaia-ui-tests-pushbot (see bug)
2013-09-04 00:30:22 -07:00
Gaia Pushbot
321c662f1e Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/281ec6617899
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #11894 from alivedise/bugzilla/802643/remove-workaround-in-email-app

Bug 802643 - Remove activity workaround in email app, r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/b511541d6283
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 802643 - Remove activity workaround in email app
2013-09-03 23:45:25 -07:00
Gaia Pushbot
5b6ac1a7b4 Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/421494f737e3
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #11861 from alivedise/bugzilla/909255/window-disposition-activity

Bug 909255 - Remeber window disposition activity caller, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/508adc5d9943
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 909255 - Remeber window disposition activity caller

========

https://hg.mozilla.org/integration/gaia-central/rev/d62138d349e5
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #11903 from crdlc/bug-911875

Bug 911875 - [Homescreen] When user select icon and press home key, selected color is shown on icon

========

https://hg.mozilla.org/integration/gaia-central/rev/74c560df603b
Author: crdlc <crdlc@tid.es>
Desc: Bug 911875 - [Homescreen] When user select icon and press home key, selected color is shown on icon
2013-09-03 23:35:23 -07:00
Phil Ringnalda
1fdd0f4c23 Back out ed63ede44a82:db85ebf7b0dc (bug 864485) for debug build bustage 2013-09-03 22:33:35 -07:00
Vicamo Yang
69b3fab8c6 Bug 864485 - 3/3: Gonk backend specific. r=hsinyi 2013-09-04 12:46:04 +08:00
Vicamo Yang
c0dad73b20 Bug 864485 - 2/3: DOM & IPC. r=khuey 2013-09-04 12:46:01 +08:00
Vicamo Yang
aab4f60f6b Bug 864485 - 1/3: B2G Telephony - move to IPDL. Interface changes. sr=sicking, r=hsinyi,khuey 2013-09-04 12:45:58 +08:00
Gaia Pushbot
d063b61771 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/b577f4f387cc
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #11477 from gasolin/tabhomemq

Bug 903915 - [Flatfish][Homescreen] add support for large device, r=crdlc

========

https://hg.mozilla.org/integration/gaia-central/rev/687497ce9d94
Author: gasolin <gasolin@gmail.com>
Desc: Bug 903915 - [Flatfish][Homescreen] add support for large device
2013-09-03 21:40:22 -07:00
Eric Chou
92d1030955 Bug 910484 - Use a pointer to hold a global static variable to avoid assertion, r=mrbkap
In order to avoid the assertion, which occurs because we can't control the
order of contruction of global static variables, I changed to use a pointer
instead of an instance, so I can really allocate the memory block at the
other place (in ctor of BluetoothDBusService).
2013-09-04 12:17:13 +08:00
Gaia Pushbot
7cb5e49859 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/05005b70f7b9
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #11917 from rexboy7/fix-bug900838

bug 900838: [System] play poweron video after first repaint

========

https://hg.mozilla.org/integration/gaia-central/rev/98e957f249a6
Author: Rex Lee <rexboy@mozilla.com>
Desc: bug 900838: [System] play poweron video after first repaint
2013-09-03 20:45:22 -07:00
Gaia Pushbot
717948bafe Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/fd5e572f2982
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #11826 from steveck-chung/bug-895726

Bug 895726 - [Buri][Monitor][MMS] Unable to save attachement from Camera. r=julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/b951f6ca6dc1
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 895726 - [Buri][Monitor][MMS] Unable to save attachement from Camera
2013-09-03 20:10:21 -07:00
Gina Yeh
ead88c1d27 Bug 910974 - Patch 2: Cleanup, r=echou 2013-09-04 10:40:17 +08:00
Gina Yeh
ab94506215 Bug 910974 - Patch 1: Dispatch events when remote device queries current play status, r=echou, sr=mrbkap 2013-09-04 10:40:01 +08:00
Ryan VanderMeulen
c5c1f4d7b6 Backed out changeset 5c25126b9c76 (bug 894927) for causing bug 911751 on a CLOSED TREE.
--HG--
rename : b2g/chrome/content/shell.html => b2g/chrome/content/shell.xul
2013-09-03 20:51:30 -04:00
Pin Zhang
3b83b78c25 Bug 870676: Part 2 - Implement IPDL for mozFMRadio. r=khuey 2013-09-03 15:28:06 -07:00