Ben Hsu
|
402e1db327
|
Bug 1067629 - Part 4: Update the related testcase. r=aknow
|
2015-02-13 00:23:00 -05:00 |
Ben Hsu
|
c8fc386c7f
|
Bug 1067629 - Part 1: Construct a radio state FSM(mobileConnectionService.js). r=aknow
|
2015-02-16 21:42:00 -05:00 |
Szu-Yu Chen [:aknow]
|
38fc097e73
|
Bug 1129277 - Remove builtinclass of nsIMobileConnectionCallback
|
2015-02-17 12:32:48 +08:00 |
Szu-Yu Chen [:aknow]
|
2e6a219f14
|
Bug 1124550 - Part 01: Remove unused code. r=hsinyi
|
2015-02-03 12:18:19 +08:00 |
Andrea Marchesini
|
e6f385fb3d
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
Ms2ger
|
b83d21c58c
|
Bug 914067 - Remove JSVAL_VOID from dom/; r=jst
|
2015-01-14 08:59:06 +01:00 |
Ehsan Akhgari
|
4354953b4f
|
Bug 1118486 - Part 1: Use `= delete` instead of MOZ_DELETE directly; r=Waldo
Most of this patch (with the exception of dom/bindings/Codegen.py) was
generated by the following bash script:
#!/bin/bash
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "*/.git*" \
! -wholename "obj-*" \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert MOZ_DELETE '= delete'
|
2015-01-08 23:19:05 -05:00 |
Ehsan Akhgari
|
1889255041
|
Bug 1118803 - Mark virtual overridden functions as MOZ_OVERRIDE in misc DOM code; r=baku
|
2015-01-08 08:49:54 -05:00 |
Ben Hsu
|
72d69900aa
|
Bug 1114841 - Part 2: Remove DOMMMIError (DOM). r=aknow
--HG--
extra : histedit_source : 3077071db58877fc5be0332fb2fe78eda504e18e
|
2015-01-04 18:19:00 -05:00 |
Hsin-Yi Tsai
|
eaeab06769
|
Bug 1116431 - mobileconnection.iccId should be null instead of an empty string when no sim. r=edgar
|
2014-12-31 15:13:50 +08:00 |
Ben Hsu
|
a954e04994
|
Bug 1070831 - Part 7: Update related testcases (Follow). r=aknow
|
2014-12-24 02:41:00 -05:00 |
Edgar Chen
|
23f6b7be43
|
Bug 1087847 - Make sure the Icc status in MobileConnection and IccManager are synced. r=hsinyi,smaug
|
2014-11-13 19:12:11 +08:00 |
Ben Hsu
|
8f62417347
|
Bug 1070831 - Part 7: Update related testcases. r=aknow
|
2014-12-21 17:38:00 +01:00 |
Ben Hsu
|
eb5db1064e
|
Bug 1070831 - Part 5: Clean up the related IPC files. r=aknow
|
2014-12-21 17:35:00 +01:00 |
Ben Hsu
|
7aee759ba2
|
Bug 1070831 - Part 4: Internal architecture changes. r=aknow
|
2014-12-21 17:35:00 +01:00 |
Ben Hsu
|
f44de82087
|
Bug 1070831 - Part 3: Internal interface changes. r=aknow
|
2014-12-21 17:31:00 +01:00 |
Ben Hsu
|
f5ea552153
|
Bug 1070831 - Part 2: Clean up the DOM implementation. r=aknow
|
2014-12-21 17:30:00 +01:00 |
Ben Hsu
|
d18762333c
|
Bug 1110572 - Check the existance of a listener in this._listeners. r=edgar
|
2014-12-17 00:33:00 -05:00 |
Edgar Chen
|
1f125ea69e
|
Bug 1052825 - Part 4: Add test in mobileconnection for unlocking puk via MMI. r=hsinyi
|
2014-11-27 15:12:42 +08:00 |
Bevis Tseng
|
637a86d859
|
Bug 1072808 - Part 4: Add MobileConnectionMessenger as a Wrapper for USSD/CdmaInfo System Messages. r=echen
|
2014-10-24 18:40:39 +08:00 |
Carsten "Tomcat" Book
|
8bfd8216d0
|
Backed out changeset 959ee37e80d5 (bug 1072808)
|
2014-11-25 10:45:38 +01:00 |
Bevis Tseng
|
339adee5c4
|
Bug 1072808 - Part 4: Add MobileConnectionMessenger as a Wrapper for USSD/CdmaInfo System Messages. r=echen
|
2014-10-24 18:40:39 +08:00 |
Jessica Jong
|
5b5039fce3
|
Bug 1052846 - Part 3: Use enums for MobileNetworkType in nsIMobileConnectionService.idl (gonk). r=echen
|
2014-11-18 10:07:02 +08:00 |
Jessica Jong
|
c656364ed5
|
Bug 1052846 - Part 2: Use enums for MobileNetworkType in nsIMobileConnectionService.idl (dom/ipc). r=echen
|
2014-11-18 10:07:00 +08:00 |
Jessica Jong
|
14768b1ee0
|
Bug 1052846 - Part 1: Use enums for MobileNetworkType in nsIMobileConnectionService.idl (idl). r=hsinyi
|
2014-11-18 10:06:52 +08:00 |
Jessica Jong
|
ae2152f66c
|
Bug 1052848 - Add assertions for MobileRoamingMode. r=echen
|
2014-11-11 23:43:00 -05:00 |
Jessica Jong
|
9e18243a41
|
Bug 1052848 - Part 3: Use enums for MobileRoamingMode in nsIMobileConnectionProvider.idl (gonk). r=echen
|
2014-11-10 17:56:15 +08:00 |
Jessica Jong
|
9f245f49e3
|
Bug 1052848 - Part 2: Use enums for MobileRoamingMode in nsIMobileConnectionProvider.idl (dom/ipc). r=echen
|
2014-11-10 17:56:13 +08:00 |
Jessica Jong
|
5fa7de6764
|
Bug 1052848 - Part 1: Use enums for MobileRoamingMode in nsIMobileConnectionProvider.idl (idl). r=hsinyi
|
2014-11-10 17:56:12 +08:00 |
Jessica Jong
|
4cf52c12c4
|
Bug 1095332 - B2G RIL: Fix false alarms "WARNING: 'jsapi.Init(mWindow)'...". r=echen
|
2014-11-06 23:56:00 -05:00 |
Jessica Jong
|
0ad72d5d94
|
Bug 1071469 - Part 4: don't use 'jsval' in nsITelephonyService.idl (gonk). r=echen
|
2014-11-06 10:20:54 +08:00 |
Carsten "Tomcat" Book
|
fe1417d852
|
Merge mozilla-central to b2g-inbound
|
2014-11-04 13:39:32 +01:00 |
Edgar Chen
|
e72b8689ab
|
Bug 1092013 - Part 2: Enable ril debug when running mobileConnection tests. r=hsinyi
|
2014-11-02 14:39:14 +08:00 |
Edgar Chen
|
71e6930bdf
|
Bug 1092013 - Part 1: mozMobileConnection.data.cell is reset to `null` unexpectedly in MobileConnectionService. r=hsinyi
|
2014-10-31 15:15:47 +08:00 |
David Major
|
7d11fb7132
|
Bug 1084162 - Part 2: Don't PGO MobileConnection.cpp because it crashes VS2013. r=glandium
|
2014-11-04 14:28:06 +13:00 |
Jessica Jong
|
b67b853197
|
Bug 1052836 - Part 3: Use enums for preferred network type in nsIMobileConnectionService.idl (gonk). r=echen
|
2014-10-30 02:57:00 -04:00 |
Jessica Jong
|
b984a643b0
|
Bug 1052836 - Part 2: Use enums for preferred network type in nsIMobileConnectionService.idl (dom/ipc). r=echen
|
2014-10-30 02:56:00 -04:00 |
Jessica Jong
|
a13773a1b4
|
Bug 1052836 - Part 1: Use enums for preferred network type in nsIMobileConnectionService.idl (idl). r=hsinyi
|
2014-10-30 02:56:00 -04:00 |
Edgar Chen
|
6c4b7b4e65
|
Bug 1083843 - [MobileConnection] Deprecate CFStateChangeEvent.success. r=hsinyi,smaug,btian
|
2014-10-23 22:13:35 +08:00 |
Jessica Jong
|
39416f56fd
|
Bug 1052842 - (follow-up) Use enums for NetworkSelectionMode in nsIGonkMobileConnectionService.idl. r=hsinyi
|
2014-10-27 10:10:19 +08:00 |
Jessica Jong
|
9e5dc5932b
|
Bug 1052843 - Part 3: Use enums for MobileRadioState in nsIMobileConnectionService.idl (gonk). r=echen
|
2014-10-24 17:12:35 +08:00 |
Jessica Jong
|
983b6409cc
|
Bug 1052843 - Part 2: Use enums for MobileRadioState in nsIMobileConnectionService.idl (dom/ipc). r=echen
|
2014-10-24 17:12:33 +08:00 |
Jessica Jong
|
da3be529e6
|
Bug 1052843 - Part 1: Use enums for MobileRadioState in nsIMobileConnectionService.idl (idl). r=hsinyi
|
2014-10-24 17:12:31 +08:00 |
Ryan VanderMeulen
|
45b8ddd73b
|
Merge b2g-inbound to m-c. a=merge
|
2014-10-22 16:03:57 -04:00 |
Jessica Jong
|
9df1bb5f4a
|
Bug 1062912 - Part 3: move getNeighboringCellIds and getCellInfoList to nsIMobileConnectionService (tests). r=hsinyi
|
2014-10-22 18:12:09 +08:00 |
Jessica Jong
|
9fe37b6854
|
Bug 1062912 - Part 2: move getNeighboringCellIds and getCellInfoList to nsIMobileConnectionService (impl). r=hsinyi
|
2014-10-22 18:12:07 +08:00 |
Jessica Jong
|
c9d1290263
|
Bug 1062912 - Part 1: move getNeighboringCellIds and getCellInfoList to nsIMobileConnectionService (idl). r=hsinyi
|
2014-10-22 18:12:05 +08:00 |
Jessica Jong
|
d85df99540
|
Bug 1052842 - Part 3: Use enums for NetworkSelectionMode in nsIMobileConnectionService.idl (gonk). r=echen
|
2014-10-21 14:31:46 +08:00 |
Jessica Jong
|
c267b07f9c
|
Bug 1052842 - Part 2: Use enums for NetworkSelectionMode in nsIMobileConnectionService.idl (dom/ipc). r=echen
|
2014-10-21 14:31:44 +08:00 |
Jessica Jong
|
2dc8fac781
|
Bug 1052842 - Part 1: Use enums for NetworkSelectionMode in nsIMobileConnectionService.idl (idl). r=hsinyi
|
2014-10-21 14:31:42 +08:00 |
Edgar Chen
|
30bb7f1403
|
Bug 1072275 - MobileConnectionService doesn't have to be created in 'profile-after-change' category. r=smaug
|
2014-10-16 09:57:38 +08:00 |
Szu-Yu Chen [:aknow]
|
66fc9932c1
|
Bug 1058397 - Part 4: Wrap system message. r=hsinyi
|
2014-10-15 02:51:00 -04:00 |
Szu-Yu Chen [:aknow]
|
eb7e412eba
|
Bug 1058397 - Part 1: Separate TelephonyCallback. r=hsinyi
|
2014-10-15 02:50:00 -04:00 |
Bevis Tseng
|
4924761b67
|
Bug 1072367 - Part 3: broadcast system message "cdma-info-rec-received" in MobileConnectionService. r=echen
|
2014-10-03 14:23:41 +08:00 |
Jessica Jong
|
e3819dc768
|
Bug 1047196 - Part 4: Avoid the use of 'jsval' in interfaces (gonk). r=hsinyi
|
2014-10-08 02:41:00 -04:00 |
Jessica Jong
|
846ed7e6e7
|
Bug 1047196 - Part 3: Avoid the use of 'jsval' in interfaces (ipc). f=echen, r=smaug
|
2014-10-08 02:34:00 -04:00 |
Jessica Jong
|
7fe1bc112c
|
Bug 1047196 - Part 2: Avoid the use of 'jsval' in interfaces (dom). f=echen, r=smaug
|
2014-10-08 02:33:00 -04:00 |
Jessica Jong
|
d2bc712fe4
|
Bug 1047196 - Part 1: Avoid the use of 'jsval' in interfaces (idl). r=hsinyi
|
2014-10-08 02:29:00 -04:00 |
Ryan VanderMeulen
|
556bae10fc
|
Backed out changesets 3ad7043d2116, 774f695d8c0a, c7d7762d5e27, and 87cd44cd57b7 (bug 1058397 ) for non-unified bustage.
|
2014-10-09 12:13:35 -04:00 |
Szu-Yu Chen [:aknow]
|
2709d86f49
|
Bug 1058397 - Part 4: Wrap system message. r=hsinyi
|
2014-10-08 20:02:00 +02:00 |
Szu-Yu Chen [:aknow]
|
b9ca03a04a
|
Bug 1058397 - Part 1: Separate TelephonyCallback. r=hsinyi
|
2014-10-08 20:01:00 +02:00 |
Ehsan Akhgari
|
fa8b8506e3
|
Bug 1085199 - Part 1: Do not wrap the DOMRequest in a promise in mobileconnection tests; r=hsinyi
DOMRequest now has a .then() method compatible with Promise.
|
2014-10-22 09:20:23 -04:00 |
Peter Van der Beken
|
dcda2ba9bb
|
Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz.
--HG--
extra : rebase_source : 89c476cd9436530b2df5acc903909e34188417a0
|
2014-10-07 11:44:49 +02:00 |
Peter Van der Beken
|
963858ac23
|
Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove some IsDOMBinding asserts. r=bz.
--HG--
extra : rebase_source : 74569bd08dbc0d6755ac45999cfe99725ef6bc0a
|
2014-10-07 11:44:49 +02:00 |
Ryan VanderMeulen
|
f24dab74ce
|
Merge inbound to m-c. a=merge
|
2014-09-25 16:46:51 -04:00 |
Edgar Chen
|
7d498f73d2
|
Bug 1070083 - Part 2: Don't use AutoSafeJSContext because it is already deprecated. r=bholley
|
2014-09-24 10:04:40 +08:00 |
Ehsan Akhgari
|
2124657509
|
Bug 1072701 - Build some Firefox OS specific DOM code in unified mode; r=baku
--HG--
extra : rebase_source : 4a8812c18341c9851fb3265e1f8e6c77a95911c5
|
2014-09-25 10:10:42 -04:00 |
Edgar Chen
|
0eab9c585e
|
Bug 1070083 - Part 1: Use the right compartment in MobileConnection code. r=bholley
|
2014-09-23 15:25:54 +08:00 |
Ehsan Akhgari
|
09251fa9eb
|
Bug 1071571 - Fix more bad implicit constructors in DOM; r=baku
--HG--
extra : rebase_source : 76a5802984faf0b63d9b86ab325428a397b0d27d
|
2014-09-23 22:01:09 -04:00 |
Kyle Machulis
|
155c61c24a
|
Bug 1069115 - Make mobileconnection webapi marionette tests wait for transaction success when changing settings; r=vyang
--HG--
extra : rebase_source : d8423024d586f6cf976f05bbfd17664d45ba7bd9
|
2014-09-22 16:15:09 -07:00 |
Szu-Yu Chen [:aknow]
|
508d4bd28f
|
Bug 889737 - Part 09: Dial MMI (ril). r=vicamo
|
2014-09-22 01:36:00 -04:00 |
Vicamo Yang
|
311da50812
|
Bug 1064231 - unify instantiation process for RIL services. r=smaug
|
2014-09-21 15:24:44 +08:00 |
Vicamo Yang
|
622a105ded
|
Bug 1063304 - 3.e/3: ensure 'network', 'cell' are created with correct types. r=me
|
2014-09-21 15:24:44 +08:00 |
Vicamo Yang
|
bdbba467b8
|
Bug 1063304 - 3.d/3: Gonk implementation. r=echen
|
2014-09-21 15:24:43 +08:00 |
Vicamo Yang
|
75268db7f4
|
Bug 1063304 - 3.b/3: implementation. r=echen
|
2014-09-21 15:24:43 +08:00 |
Vicamo Yang
|
b3b3c7c9bb
|
Bug 1063304 - 3.a/3: add nsIMobileConnection. Interface changes. r=echen, r=htsai
|
2014-09-21 15:24:42 +08:00 |
Vicamo Yang
|
b53afc7e49
|
Bug 1063304 - 2/3: export header files in right namespace. r=echen
|
2014-09-21 15:24:42 +08:00 |
Vicamo Yang
|
08f8a1ef73
|
Bug 1063304 - 1/3: rename MobileConnectionGonkService.js to MobileConnectionService.js. r=echen
--HG--
rename : dom/mobileconnection/gonk/MobileConnectionGonkService.js => dom/mobileconnection/gonk/MobileConnectionService.js
rename : dom/mobileconnection/gonk/MobileConnectionGonkService.manifest => dom/mobileconnection/gonk/MobileConnectionService.manifest
rename : dom/mobileconnection/interfaces/nsIMobileConnectionGonkService.idl => dom/mobileconnection/gonk/nsIGonkMobileConnectionService.idl
|
2014-09-21 15:24:42 +08:00 |
Carsten "Tomcat" Book
|
8bb3316e00
|
Backed out changeset 5d8e56deff5a (bug 1063304) for suspicion of causing cppunit test failures
--HG--
rename : dom/mobileconnection/gonk/MobileConnectionService.js => dom/mobileconnection/gonk/MobileConnectionGonkService.js
rename : dom/mobileconnection/gonk/MobileConnectionService.manifest => dom/mobileconnection/gonk/MobileConnectionGonkService.manifest
rename : dom/mobileconnection/gonk/nsIGonkMobileConnectionService.idl => dom/mobileconnection/interfaces/nsIMobileConnectionGonkService.idl
|
2014-09-17 13:13:51 +02:00 |
Carsten "Tomcat" Book
|
9f96577d55
|
Backed out changeset eed2f616bc3e (bug 1063304)
|
2014-09-17 13:13:13 +02:00 |
Carsten "Tomcat" Book
|
c858436490
|
Backed out changeset 32f152567996 (bug 1063304)
|
2014-09-17 13:13:11 +02:00 |
Carsten "Tomcat" Book
|
72f759afaf
|
Backed out changeset 11f7b3142762 (bug 1063304)
|
2014-09-17 13:13:09 +02:00 |
Carsten "Tomcat" Book
|
6619a5e815
|
Backed out changeset 251ec0478b72 (bug 1063304)
|
2014-09-17 13:13:05 +02:00 |
Carsten "Tomcat" Book
|
2847662955
|
Backed out changeset 69870df1c72f (bug 1064231)
|
2014-09-17 13:12:59 +02:00 |
Vicamo Yang
|
5cbf3a4d95
|
Bug 1064231 - unify instantiation process for RIL services. r=smaug
|
2014-09-16 21:20:24 +08:00 |
Vicamo Yang
|
6bd9b1d39c
|
Bug 1063304 - 3.d/3: Gonk implementation. r=echen
|
2014-09-16 21:20:18 +08:00 |
Vicamo Yang
|
ae941ea4bf
|
Bug 1063304 - 3.b/3: implementation. r=echen
|
2014-09-16 21:20:18 +08:00 |
Vicamo Yang
|
0189fd0ee7
|
Bug 1063304 - 3.a/3: add nsIMobileConnection. Interface changes. r=echen, r=htsai
|
2014-09-16 21:20:17 +08:00 |
Vicamo Yang
|
f3f158671e
|
Bug 1063304 - 2/3: export header files in right namespace. r=echen
|
2014-09-16 21:20:17 +08:00 |
Vicamo Yang
|
cec2df0efb
|
Bug 1063304 - 1/3: rename MobileConnectionGonkService.js to MobileConnectionService.js. r=echen
--HG--
rename : dom/mobileconnection/gonk/MobileConnectionGonkService.js => dom/mobileconnection/gonk/MobileConnectionService.js
rename : dom/mobileconnection/gonk/MobileConnectionGonkService.manifest => dom/mobileconnection/gonk/MobileConnectionService.manifest
rename : dom/mobileconnection/interfaces/nsIMobileConnectionGonkService.idl => dom/mobileconnection/gonk/nsIGonkMobileConnectionService.idl
|
2014-09-16 21:20:17 +08:00 |
Ryan VanderMeulen
|
d132cca22b
|
Merge b2g-inbound to m-c. a=merge
|
2014-09-05 12:04:44 -04:00 |
Jessica Jong
|
7ecb8b9733
|
Bug 1038276 - Add a fallback to AOSP's for supported network types. r=edgar
|
2014-09-05 17:40:03 +08:00 |
Hsin-Yi Tsai
|
46669e24af
|
Bug 1063405 - [B2G][RIL] ussd is not defined. r=edgar
|
2014-09-05 16:54:36 +08:00 |
Edgar Chen
|
c45e95745f
|
Bug 843452 - Part 6: Build MobileConnection DOM/IPC by default. r=smaug,khuey
|
2014-08-05 18:01:14 +08:00 |
Ehsan Akhgari
|
d289d3a9b1
|
Bug 1063086 - Fix more bad implicit constructors in DOM; r=baku
|
2014-09-04 23:22:49 -04:00 |
Edgar Chen
|
d38866a132
|
Bug 843452 - Part 4-5: MobileConnectionGonkService for gonk backend. r=hsinyi,khuey
|
2014-02-10 19:55:22 +08:00 |
Edgar Chen
|
892cdd18e9
|
Bug 843452 - Part 4-1: Interface changes for gonk backend. r=hsinyi
|
2014-07-02 18:08:59 +08:00 |
Edgar Chen
|
bbf6e5c16f
|
Bug 843452 - Part 3-3: MobileConnectionIPCService for content process. r=smaug
|
2014-07-01 18:37:32 +08:00 |
Edgar Chen
|
88d3252f85
|
Bug 843452 - Part 3-2: IPDL implementation for MobileConnection. r=smaug
|
2014-07-01 18:28:18 +08:00 |
Edgar Chen
|
6feea5c427
|
Bug 843452 - Part 3-1: IPDL for MobileConnection. r=smaug
|
2014-07-01 18:09:08 +08:00 |