Commit Graph

595 Commits

Author SHA1 Message Date
Szu-Yu Chen [:aknow]
41e7f3565d Bug 1137093 - Part 01: Pass number instead of callIndex in notifySupplementaryService. r=hsinyi 2015-03-24 18:04:49 +08:00
Ehsan Akhgari
5cccea6f0f Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:

function convert() {
echo "Converting $1 to $2..."
find . \
       ! -wholename "*/.git*" \
       ! -wholename "obj-ff-dbg*" \
         -type f \
      \( -iname "*.cpp" \
         -o -iname "*.h" \
         -o -iname "*.c" \
         -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_OVERRIDE override
convert MOZ_FINAL final
2015-03-21 12:28:04 -04:00
Boris Zbarsky
988b8e01be Bug 1117172 part 3. Change the wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv
The only manual changes here are to BindingUtils.h, BindingUtils.cpp,
Codegen.py, Element.cpp, IDBFileRequest.cpp, IDBObjectStore.cpp,
dom/workers/Navigator.cpp, WorkerPrivate.cpp, DeviceStorageRequestChild.cpp,
Notification.cpp, nsGlobalWindow.cpp, MessagePort.cpp, nsJSEnvironment.cpp,
Sandbox.cpp, XPCConvert.cpp, ExportHelpers.cpp, and DataStoreService.cpp.  The
rest of this diff was generated by running the following commands:

  find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapObjectInternal\(JSContext *\* *(?:aCx|cx|aContext|aCtx|js))\)/\1, JS::Handle<JSObject*> aGivenProto)/g'

  find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapObjectInternal\((?:aCx|cx|aContext|aCtx|js))\)/\1, aGivenProto)/g'

  find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapNode\(JSContext *\* *(?:aCx|cx|aContext|aCtx|js))\)/\1, JS::Handle<JSObject*> aGivenProto)/g'

  find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapNode\((?:aCx|cx|aContext|aCtx|js))\)/\1, aGivenProto)/g'

  find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapObject\(JSContext *\* *(?:aCx|cx|aContext|aCtx|js))\)/\1, JS::Handle<JSObject*> aGivenProto)/g'

  find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(Binding(?:_workers)?::Wrap\((?:aCx|cx|aContext|aCtx|js), [^,)]+)\)/\1, aGivenProto)/g'
2015-03-19 10:13:33 -04:00
Ben Hsu
cee2915471 Bug 1001343 - Part 2: A new testcase. r=aknow 2015-03-02 00:08:00 -05:00
Ben Hsu
e112631f26 Bug 1001343 - Part 1: Create dialSTK() (head.js). r=aknow 2015-03-08 22:26:00 -04:00
Szu-Yu Chen [:aknow]
f58285c90a Bug 1128821 - Ensure radio on before test. r=hsinyi 2015-03-06 18:04:26 +08:00
Szu-Yu Chen [:aknow]
15f6ab9c8d Bug 1138263 - Make TelephonyService.js JSHint friendly. r=hsinyi 2015-03-02 15:21:03 +08:00
Szu-Yu Chen [:aknow]
82a757766b Bug 1135268 - Part 2: Test case. r=hsinyi 2015-03-02 14:46:43 +08:00
Szu-Yu Chen [:aknow]
21113b59cf Bug 1135268 - Part 1: Fix incall MMI issue. r=hsinyi 2015-03-02 14:46:43 +08:00
Fabrice Desré
287845402c Bug 1091307 - Add a configure flag to prevent shipping Mozilla's RIL and Geolocation provider r=hsinyi,mshal 2015-02-26 13:51:20 -08:00
Ms2ger
113ddbc3c5 Backed out changeset 7abf54d96823 for lack of review. 2015-02-26 23:02:55 +01:00
Fabrice Desré
3c3ea8141b Bug 1091307 - Add a configure flag to prevent shipping Mozilla's RIL and Geolocation provider r=hsinyi 2015-02-26 13:51:20 -08:00
Ben Hsu
81c2aeee71 Bug 1095366 - Part 3: Update the related testcases. r=aknow 2015-01-26 22:09:00 -05:00
Ben Hsu
799a9c12b9 Bug 1095366 - Part 2: Remove some event firing (DOM). r=aknow 2015-01-27 23:01:00 -05:00
Szu-Yu Chen [:aknow]
c0e0e1beb4 Bug 1129402 - Fix IMEI request. r=hsinyi 2015-02-06 14:56:43 +08:00
Szu-Yu Chen [:aknow]
12be21e801 Bug 1124550 - Part 11: Refactoring dial. r=hsinyi 2015-02-03 12:18:20 +08:00
Szu-Yu Chen [:aknow]
3c6c9280ea Bug 1124550 - Part 10: Refactoring holdCall, resumeCall. r=hsinyi 2015-02-03 12:18:20 +08:00
Szu-Yu Chen [:aknow]
8f5ece4e0e Bug 1124550 - Part 09: Refactoring conferenceCall, separateCall. r=hsinyi 2015-02-03 12:18:20 +08:00
Szu-Yu Chen [:aknow]
be548a7249 Bug 1124550 - Part 08: Refactoring holdConference, resumeConference. r=hsinyi 2015-02-03 12:18:20 +08:00
Szu-Yu Chen [:aknow]
4bd218e345 Bug 1124550 - Part 07: Refactoring hangupConference. r=hsinyi 2015-02-03 12:18:20 +08:00
Szu-Yu Chen [:aknow]
6dbd47a3f1 Bug 1124550 - Part 06: Refactoring hangupCall. r=hsinyi 2015-02-03 12:18:20 +08:00
Szu-Yu Chen [:aknow]
5406611623 Bug 1124550 - Part 05: Refactoring sendUSSD, cancelUSSD. r=hsinyi 2015-02-03 12:18:20 +08:00
Szu-Yu Chen [:aknow]
c2845aee07 Bug 1124550 - Part 04: Use CDMA_FIRST_CALL_INDEX. r=hsinyi 2015-02-03 12:18:20 +08:00
Szu-Yu Chen [:aknow]
506092aed3 Bug 1124550 - Part 03: TelephonyService: add method to detect cdma. r=hsinyi 2015-02-03 12:18:19 +08:00
Szu-Yu Chen [:aknow]
8e3482a776 Bug 1124550 - Part 01: Remove unused code. r=hsinyi 2015-02-03 12:18:19 +08:00
Ben Hsu
3280422aee Bug 1103731 - Part 3: Update the related testcase. r=aknow 2015-01-26 00:38:00 -05:00
Ben Hsu
185ccf8cd7 Bug 1103731 - Part 1: Internal architecture (TelephonySerive.js). r=aknow 2015-01-19 21:32:00 -05:00
Edgar Chen
3db04939e3 Bug 1124732 - Make test_outgoing_radio_off.js supporting running on emulator-kk. r=aknow 2015-01-23 12:23:43 +08:00
Szu-Yu Chen [:aknow]
50dc8a9cc9 Bug 1123580 - Reorganize mmi parsing related code. r=hsinyi 2015-01-23 18:34:13 +08:00
Ben Hsu
0e45c01dff Bug 1095362 - Part 7: Update related testcases. r=aknow 2015-01-08 04:52:00 -05:00
Ben Hsu
5bc4d39ffc Bug 1095362 - Part 6: Internal architecture changes (IPC). r=aknow 2015-01-09 01:42:00 -05:00
Ben Hsu
0cc74950cb Bug 1095362 - Part 4: Internal architecture changes (TelephonyService.js). r=aknow 2015-01-11 03:25:00 -05:00
Ben Hsu
4fc697c5dd Bug 1095362 - Part 3: Internal interface changes (IDL). r=aknow 2015-01-08 20:57:00 -05:00
Ben Hsu
3fc86f534b Bug 1095362 - Part 2: Modify related dom implementaion (DOM). r=aknow 2015-01-09 02:52:00 -05:00
Wes Kocher
a2ce17d582 Merge mozilla-inbound to mozilla-central a=merge 2015-01-08 17:08:12 -08:00
Szu-Yu Chen [:aknow]
0212b79949 Bug 1115603 - Part 5: Add serializer for nsITelephonyCallInfo (ipc). r=khuey 2015-01-08 16:33:51 +08:00
Szu-Yu Chen [:aknow]
c50c670990 Bug 1115603 - Part 3: Implement nsITelephonyCallInfo and use it (ril). r=hsinyi 2015-01-08 16:33:51 +08:00
Szu-Yu Chen [:aknow]
4eeb3dc302 Bug 1115603 - Part 2: Implement nsITelephonyCallInfo and use it (dom). r=hsinyi 2015-01-08 16:33:51 +08:00
Szu-Yu Chen [:aknow]
a0baf63d5a Bug 1115603 - Part 1: Add nsITelephonyCallInfo (interface). r=hsinyi 2015-01-08 16:33:50 +08:00
Ehsan Akhgari
37c07444a0 Bug 1118803 - Mark virtual overridden functions as MOZ_OVERRIDE in misc DOM code; r=baku 2015-01-08 08:49:54 -05:00
Albert Crespell
44c3140d91 Bug 722841 - WebTelephony: Implement navigator.mozTelephony.sendTones(). r=hsinyi 2015-01-07 07:37:03 +01:00
Szu-Yu Chen [:aknow]
9dddf2de9f Bug 1115758 - Part 5: Add nsITelephonyService.cancelUSSD (ril). r=hsinyi 2015-01-07 15:28:44 +08:00
Szu-Yu Chen [:aknow]
f9b25fc080 Bug 1115758 - Part 4: Add nsITelephonyService.cancelUSSD (ipc). r=hsinyi 2015-01-07 15:28:44 +08:00
Szu-Yu Chen [:aknow]
0a37354daa Bug 1115758 - Part 3: Add nsITelephonyService.cancelUSSD (idl). r=hsinyi 2015-01-07 15:28:44 +08:00
Szu-Yu Chen [:aknow]
0cf29386f5 Bug 1115758 - Part 2: Add USSDSession.cancel (dom). r=hsinyi 2015-01-07 15:28:44 +08:00
Ben Hsu
2e6abe30d1 Bug 1077075 - Part 7: Update the related testcases. r=aknow
--HG--
extra : histedit_source : 2c3bb8557f1c127c0c55986296490013245a8110
2014-12-24 02:32:00 -05:00
Ben Hsu
d3db6bfa49 Bug 1077075 - Part 6: Internal architecture (IPC). r=aknow
--HG--
extra : histedit_source : 219eeae82328717287bb56c495ccff452d0cbe39
2014-12-24 00:35:00 -05:00
Ben Hsu
b723a198e5 Bug 1077075 - Part 4: Internal architecture (TelephonyService.js). r=aknow
--HG--
extra : histedit_source : 613e2744e386504fc8c23de7e1020bb2cbf306ce
2014-12-23 19:06:00 -05:00
Ben Hsu
b42ecc53d6 Bug 1077075 - Part 3: Add nsITelephonyCallback as a new parameter (IDL). r=aknow
--HG--
extra : histedit_source : cf70b0478658a9832d09972b0e2e9e670c5f4e2e
2014-12-23 23:39:00 -05:00
Ben Hsu
de8eabeb3c Bug 1077075 - Part 2: Modify related dom implementations (DOM). r=aknow
--HG--
extra : histedit_source : 15873e4bc598396b0e3462a6952552ecdb5a19e1
2015-01-04 17:33:00 -05:00