Commit Graph

19642 Commits

Author SHA1 Message Date
Edgar Chen
fccc072d3a Bug 869778 - Part 4: PhoneNumberUtils changes for iccInfo. r=gwagner 2013-08-20 17:59:08 +08:00
Edgar Chen
e60116b2e9 Bug 869778 - Part 3: RIL implementation for CDMA MIN. r=allstars.chh 2013-08-12 14:59:17 +08:00
Edgar Chen
8d50f12159 Bug 869778 - Part 2: Move mbdn to iccInfoPrivate. r=allstars.chh 2013-08-21 00:48:11 +08:00
Edgar Chen
52ab09480a Bug 869778 - Part 1: Expose CDMA MIN to MozIccInfo. r=allstars.chh. sr=sicking 2013-08-12 14:50:54 +08:00
Szu-Yu Chen [:aknow]
597e0f70b3 Bug 909669 - Part 2: Change error code to InvalidParameter (ril, test). r=hsinyi 2013-09-04 08:30:44 -04:00
Szu-Yu Chen [:aknow]
9d5ca122c3 Bug 909669 - Part 1: Change error code to InvalidParameter (idl). r=hsinyi 2013-09-04 08:30:31 -04:00
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
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
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
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
7819ee2c2f Bug 853550: Fix whitespace errors, r=echou 2013-08-29 01:21:52 +02: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
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
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
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
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
Pin Zhang
3b83b78c25 Bug 870676: Part 2 - Implement IPDL for mozFMRadio. r=khuey 2013-09-03 15:28:06 -07:00
Pin Zhang
a7ec6f9b82 Bug 870676: Part 1 - Implement mozFMRadio in WebIDL, r=khuey,baku 2013-09-03 15:26:33 -07:00
Ryan VanderMeulen
cac805671d Merge m-c to b2g-inbound. 2013-09-03 17:44:34 -04:00
Ryan VanderMeulen
1623103fc3 Merge inbound to m-c. 2013-09-03 17:40:56 -04:00
Ryan VanderMeulen
374595fdca Backed out changeset 669d3fd3ea2b (bug 906877) for Mnw failures. 2013-09-03 17:22:14 -04:00
Kartikaya Gupta
66b37ff496 Bug 910322 - Strongly type the viewport size in nsViewportInfo. r=mbrubeck, Ms2ger 2013-09-03 15:12:24 -04:00
Kartikaya Gupta
ad299f8964 Bug 910322 - Strongly type the zoom factors in nsViewportInfo. r=mbrubeck, Ms2ger 2013-09-03 15:12:23 -04:00
Ms2ger
bbd7b55f9f Bug 860123 - Make mochitests expect the new behavior. r=ehsan 2013-09-03 15:00:27 -04:00
Kartikaya Gupta
ac06685b67 Bug 906877 - Remove code obsoleted by multi-apzc. r=BenWa, vingtetun
Now that we have multi-APZC landed, we don't need BrowserElementPanning
to detect when it's about to scroll a subframe and let APZC know. So
the two messages involved in this can be completely removed.
2013-09-03 13:04:21 -04:00
Jose Antonio Olivera Ortega
31d9f4a28a Bug 888593 - Move MozVoicemail to WebIDL. r=Ms2ger
--HG--
rename : dom/voicemail/nsIDOMMozVoicemail.idl => dom/webidl/MozVoicemail.webidl
2013-09-03 16:38:53 +02:00
Szu-Yu Chen [:aknow]
41f2663310 Bug 909684 - Add enabled and password checking. r=hsinyi 2013-09-03 08:50:55 -04:00
Ed Morley
f5a01c7e10 Merge latest green b2g-inbound changeset and mozilla-central 2013-09-03 12:11:50 +01:00
Vicamo Yang
0a622afc85 Bug 909693 - B2G RIL: don't send REQUEST_QUERY_NETWORK_SELECTION_MODE error message. r=yoshi 2013-09-03 10:20:53 +08:00
Ed Morley
12c7f19bac Merge latest green b2g-inbound changeset and mozilla-central 2013-09-02 14:57:00 +01:00
Chia-hung Tai
149b61f73c Bug 911026 - Fix the wrong argument pass through setMessageDeliveryByMessageId after enabling "Delivery reports". r=vyang 2013-09-02 12:05:55 +08:00