Commit Graph

2688 Commits

Author SHA1 Message Date
Ryan VanderMeulen
6bb271d1e0 Bug 1197986 - Request a longer timeout for tests that started timing out after increasing the number of B2G debug xpcshell chunks from 2 to 4. 2015-08-25 18:31:35 -04:00
Kan-Ru Chen
7417616745 Bug 1197689 - Avoid unnecessary sync IPC in AudioChannelManager ctor. r=baku 2015-08-25 11:23:41 +08:00
Wes Kocher
e025ad6409 Merge m-c to inbound, a=merge 2015-08-21 10:06:54 -07:00
Wes Kocher
d9b555b397 Merge m-c to b2ginbound, a=merge 2015-08-20 12:52:18 -07:00
Andrew Osmond
2758829a0c Bug 1166320 - Make volume service safer to use off main thread. r=dhylands 2015-08-20 12:47:23 -04:00
Nick Robson
3d61d63c3e Bug 904479 - Added createPromiseWithId() that returns id of resolver r=kanru,nsm 2015-08-19 14:53:22 -07:00
Michael Layzell
1cafd47819 Bug 1165217 - Use nsIPrincipal instead of nsIURI/appId/inBrowser for nsIQuotaManager, r=janv 2015-08-18 20:24:30 -04:00
Sotaro Ikeda
9f96369c36 Bug 1194442 - Code clean up of AudioManager r=alwu 2015-08-21 06:28:55 -07:00
Alastor Wu
b41a3b6644 Bug 1179181 - Store separate volume setting into setting database. r=baku 2015-08-17 19:38:39 +08:00
Jessica Jong
008a8c5a4f Bug 1185406 - B2G RIL: Read 'pcscf' and expose it in nsIRilNetworkInfo. r=hsinyi 2015-08-18 09:54:36 +08:00
Ben Tian
cac4eb9266 Bug 1192693 - [02] Remove bluetooth1 folder and rename webidl files, r=joliu, r=mrbkap 2015-08-17 15:30:34 +08:00
Will Wang
d3b5fac4cd Bug 825149 - Support HFP NREC feature. r=shuang 2015-08-10 04:51:00 -04:00
Samael Wang
b83e861478 Bug 1187832 - Update ril_worker and corresponding test cases. r=btseng 2015-08-04 13:58:42 +08:00
Eric Tsai
8053a9faf8 Bug 1184822 - Use classId to get provider. r=fabrice 2015-08-06 11:54:14 +08:00
Carsten "Tomcat" Book
bab4897aec Merge mozilla-central to b2g-inbound 2015-08-05 13:40:29 +02:00
Jessica Jong
25276a1806 Bug 1156231 - enable data registration recovery. r=hsinyi 2015-08-05 16:29:20 +08:00
Jamin Liu
d5ffecab01 Bug 1190337 - Log GPS status and SVs status if the 'gDebug_isLoggingEnabled' is true. r=garvank 2015-08-05 14:27:33 +08:00
Birunthan Mohanathas
9b6236a10a Bug 1191100 - Remove XPIDL signature comments in .cpp files. r=ehsan
Comment-only so DONTBUILD.
2015-08-04 16:17:36 -07:00
Aidin Gharibnavaz
d68ab74bba Bug 1177871 - Add a timeout to XHR request of WifiGeoPositionProvider. r=jdm 2015-08-02 08:45:00 -04:00
Ryan VanderMeulen
b5295be137 Backed out changeset 8010e0cbd228 (bug 1177871) for Windows debug test_geolocation_provider_timeout.js crashes.
CLOSED TREE
2015-07-31 15:00:12 -04:00
Aidin Gharibnavaz
6c284aace3 Bug 1177871 - Timeout added to XHR request of WifiGeoPositionProvider. r=jdm
CLOSED TREE
2015-07-30 07:01:00 -04:00
Albert Crespell
bd1fdaa887 Bug 1177236 - Usage alert doesn't work when tethering is enabled. r=ethan 2015-07-24 13:16:02 +02:00
Jessica Jong
2f99cbb771 Bug 1167132 - Part 15: [NetworkManager] Move network information into a separate interface (NetworkInterfaceList). r=echen 2015-07-29 02:16:00 -04:00
Jessica Jong
83ab62df9d Bug 1167132 - Part 11: [NetworkManager] Move network information into a separate interface (Gps). r=kanru 2015-07-29 02:12:00 -04:00
Jessica Jong
9ef1a3763d Bug 1167132 - Part 7: [NetworkManager] Move network information into a separate interface (MobileConnection). r=echen 2015-07-22 19:32:00 -04:00
Jessica Jong
b9c06e55a1 Bug 1167132 - Part 6: [NetworkManager] Move network information into a separate interface (RadioInterface). r=echen 2015-07-29 02:06:00 -04:00
Jessica Jong
b57ec20991 Bug 1167132 - Part 5: [NetworkManager] Move network information into a separate interface (Tethering). r=echen 2015-07-29 02:05:00 -04:00
Jessica Jong
fa3342427e Bug 1167132 - Part 4: [NetworkManager] Move network information into a separate interface (DataCall). r=echen 2015-07-29 02:04:00 -04:00
Jessica Jong
0e087fe77d Bug 1167132 - Part 2: [NetworkManager] Move network information into a separate interface (NetworkManager). r=echen 2015-07-29 02:02:00 -04:00
Jessica Jong
482bf23e3d Bug 1167132 - Part 1: [NetworkManager] Move network information into a separate interface (idl). r=echen 2015-07-29 02:00:00 -04:00
Alastor Wu
4312c3d99e Bug 1187195 - Remove all agents with null window. r=baku 2015-07-24 12:29:26 +08:00
Bevis Tseng
4b52bcbe97 Bug 1114937 - Part 6: Deprecate RILContentHelper. r=echen 2015-06-16 18:56:38 +08:00
"Anup Allamsetty"
b611bba88f Bug 1035097 - Changed the type from 'radio' to 'radioType'. r=jdm 2015-07-21 06:43:00 -04:00
Samael Wang
4a3f4a2247 Bug 1043250 - Part 1: Update ril_worker and xpcshell test. r=btseng
ril_worker.js:
- Remove SMSC attribute.
- Rewrite REQUEST_GET_SMSC_ADDRESS function.
- Remove the usage of rilRequestError since it's removed in Bug 991582.

test_ril_worker_smsc_address.js:
- Add a test case for getSmscAddress.

ril_const.js:
- Add more clear comment for CALLED_PARTY_BCD_NPI array.
2015-07-20 14:43:46 +08:00
Jessica Jong
774efb61a5 Bug 1185802 - Part 3: support fota apn type (tests). r=hsinyi 2015-07-24 10:41:29 +08:00
Jessica Jong
23c7232da8 Bug 1185802 - Part 2: support fota apn type (impl). r=hsinyi 2015-07-24 10:41:15 +08:00
Jessica Jong
5192f7d4b1 Bug 1185802 - Part 1: support fota apn type (idl). r=hsinyi 2015-07-24 10:41:04 +08:00
Alastor Wu
eb3020088b Bug 1142933 - New audio channel type for system usages. r=baku 2015-03-16 12:01:50 +08:00
Chris Peterson
561a86a7a2 Bug 1185422 - Fix -Wtype-limits warnings-as-errors in gonk/AudioManager.cpp. r=alwu 2015-07-19 21:43:40 -07:00
Edgar Chen
74fe0bba59 Bug 1177146 - [Aries][RIL] Reply from QUERY_AVAILABLE_NETWORKS has extra strings. r=hsinyi 2015-07-07 18:47:45 +08:00
Alastor Wu
059c8e2524 Bug 1170117 - Separate volume control. r=baku 2015-07-17 10:07:37 +08:00
Ryan VanderMeulen
078d2ab402 Merge inbound to m-c. a=merge 2015-07-17 10:26:22 -04:00
Thomas Zimmermann
9557bb8ff5 Bug 1171994: Separate RIL I/O interfaces, r=htsai
This patch separates the current interface of |RilConsumer| into
two distinct classes. |RilWorker| provides the public interface
and |RilConsumer| provides the internal implementation. Running
|RilConsumer| on a worker thread will be easier this way.
2015-07-17 12:10:01 +02:00
Jan de Mooij
da8e291e1f Bug 1177892 part 6 - Remove UINT_TO_JSVAL. r=evilpie 2015-07-17 11:51:54 +02:00
Edgar Chen
611367afae Bug 1159591 - Part 11: Move MMI consts from ril_consts to telephonyService. r=aknow 2015-05-05 19:27:23 +08:00
Edgar Chen
1955d76b8a Bug 1159591 - Part 10: Move MMI logic from ril_worker to telephonyService (USSD). r=aknow 2015-04-30 22:45:40 +08:00
Edgar Chen
2a940ae746 Bug 1159591 - Part 9: Move MMI logic from ril_worker to telephonyService (Call Waiting). r=aknow 2015-04-30 19:58:16 +08:00
Edgar Chen
5cd95c7e89 Bug 1159591 - Part 8: Move MMI logic from ril_worker to telephonyService (Call Barring). r=aknow 2015-04-30 18:58:30 +08:00
Edgar Chen
9be23ec753 Bug 1159591 - Part 7: Move MMI logic from ril_worker to telephonyService (Call Barring Password). r=aknow 2015-04-30 12:35:55 +08:00
Edgar Chen
7f842c4553 Bug 1159591 - Part 6: Move MMI logic from ril_worker to telephonyService (CLIR). r=aknow 2015-04-30 12:20:40 +08:00