Szu-Yu Chen [:aknow]
|
df11fb5be9
|
Bug 1137093 - Part 09: Modify test case. r=hsinyi
|
2015-03-24 18:04:49 +08:00 |
|
Szu-Yu Chen [:aknow]
|
ebf2d9fe15
|
Bug 1137093 - Part 08: Use notifyCurrentCalls (ril). r=hsinyi
|
2015-03-24 18:04:49 +08:00 |
|
Szu-Yu Chen [:aknow]
|
c72dc59ed6
|
Bug 1137093 - Part 07: Use notifyCurrentCalls (idl). r=hsinyi
|
2015-03-24 18:04:49 +08:00 |
|
Szu-Yu Chen [:aknow]
|
6d8c14c0db
|
Bug 1137093 - Part 06: Refactor _isActive. r=hsinyi
|
2015-03-24 18:04:49 +08:00 |
|
Szu-Yu Chen [:aknow]
|
4dc76f8361
|
Bug 1137093 - Part 05: Refactor _dialInCallMMI. r=hsinyi
|
2015-03-24 18:04:49 +08:00 |
|
Szu-Yu Chen [:aknow]
|
7d1555224a
|
Bug 1137093 - Part 04: Refactor _switchActiveCall. r=hsinyi
|
2015-03-24 18:04:49 +08:00 |
|
Szu-Yu Chen [:aknow]
|
9ca834423f
|
Bug 1137093 - Part 03: Move from ril_worker to TelephonyService: answer. r=hsinyi
|
2015-03-24 18:04:49 +08:00 |
|
Szu-Yu Chen [:aknow]
|
7fd2938723
|
Bug 1137093 - Part 02: Move from ril_worker to TelephonyService: hangup and reject. r=hsinyi
|
2015-03-24 18:04:49 +08:00 |
|
Szu-Yu Chen [:aknow]
|
c42568912a
|
Bug 1137093 - Part 01: Pass number instead of callIndex in notifySupplementaryService. r=hsinyi
|
2015-03-24 18:04:49 +08:00 |
|
Ehsan Akhgari
|
33bb32f549
|
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
|
54c64f20a9
|
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
|
caf074ec6b
|
Bug 1001343 - Part 2: A new testcase. r=aknow
|
2015-03-02 00:08:00 -05:00 |
|
Ben Hsu
|
4fb9a71a03
|
Bug 1001343 - Part 1: Create dialSTK() (head.js). r=aknow
|
2015-03-08 22:26:00 -04:00 |
|
Szu-Yu Chen [:aknow]
|
f0bcb63483
|
Bug 1128821 - Ensure radio on before test. r=hsinyi
|
2015-03-06 18:04:26 +08:00 |
|
Szu-Yu Chen [:aknow]
|
af8e88e444
|
Bug 1138263 - Make TelephonyService.js JSHint friendly. r=hsinyi
|
2015-03-02 15:21:03 +08:00 |
|
Szu-Yu Chen [:aknow]
|
be282d7215
|
Bug 1135268 - Part 2: Test case. r=hsinyi
|
2015-03-02 14:46:43 +08:00 |
|
Szu-Yu Chen [:aknow]
|
cf119f421d
|
Bug 1135268 - Part 1: Fix incall MMI issue. r=hsinyi
|
2015-03-02 14:46:43 +08:00 |
|
Fabrice Desré
|
ae557e0c21
|
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
|
b9870ca52f
|
Backed out changeset 7abf54d96823 for lack of review.
|
2015-02-26 23:02:55 +01:00 |
|
Fabrice Desré
|
d3eac9c824
|
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
|
4c04c3530c
|
Bug 1095366 - Part 3: Update the related testcases. r=aknow
|
2015-01-26 22:09:00 -05:00 |
|
Ben Hsu
|
37d3905dc8
|
Bug 1095366 - Part 2: Remove some event firing (DOM). r=aknow
|
2015-01-27 23:01:00 -05:00 |
|
Szu-Yu Chen [:aknow]
|
c63f42be5f
|
Bug 1129402 - Fix IMEI request. r=hsinyi
--HG--
extra : rebase_source : 05eabf5652fb1db71a65ba9d1008e37d3f5c8fba
|
2015-02-06 14:56:43 +08:00 |
|
Szu-Yu Chen [:aknow]
|
e4ab569105
|
Bug 1124550 - Part 11: Refactoring dial. r=hsinyi
|
2015-02-03 12:18:20 +08:00 |
|
Szu-Yu Chen [:aknow]
|
c8ff7bc202
|
Bug 1124550 - Part 10: Refactoring holdCall, resumeCall. r=hsinyi
|
2015-02-03 12:18:20 +08:00 |
|
Szu-Yu Chen [:aknow]
|
dcc7bbb26f
|
Bug 1124550 - Part 09: Refactoring conferenceCall, separateCall. r=hsinyi
|
2015-02-03 12:18:20 +08:00 |
|
Szu-Yu Chen [:aknow]
|
3424595c90
|
Bug 1124550 - Part 08: Refactoring holdConference, resumeConference. r=hsinyi
|
2015-02-03 12:18:20 +08:00 |
|
Szu-Yu Chen [:aknow]
|
8567e8cec4
|
Bug 1124550 - Part 07: Refactoring hangupConference. r=hsinyi
|
2015-02-03 12:18:20 +08:00 |
|
Szu-Yu Chen [:aknow]
|
1776009cec
|
Bug 1124550 - Part 06: Refactoring hangupCall. r=hsinyi
|
2015-02-03 12:18:20 +08:00 |
|
Szu-Yu Chen [:aknow]
|
e17cbf92b5
|
Bug 1124550 - Part 05: Refactoring sendUSSD, cancelUSSD. r=hsinyi
|
2015-02-03 12:18:20 +08:00 |
|
Szu-Yu Chen [:aknow]
|
ef79c461d7
|
Bug 1124550 - Part 04: Use CDMA_FIRST_CALL_INDEX. r=hsinyi
|
2015-02-03 12:18:20 +08:00 |
|
Szu-Yu Chen [:aknow]
|
0ea667d93c
|
Bug 1124550 - Part 03: TelephonyService: add method to detect cdma. r=hsinyi
|
2015-02-03 12:18:19 +08:00 |
|
Szu-Yu Chen [:aknow]
|
a839a6ff11
|
Bug 1124550 - Part 01: Remove unused code. r=hsinyi
|
2015-02-03 12:18:19 +08:00 |
|
Ben Hsu
|
61947fe2d8
|
Bug 1103731 - Part 3: Update the related testcase. r=aknow
|
2015-01-26 00:38:00 -05:00 |
|
Ben Hsu
|
27b21f351e
|
Bug 1103731 - Part 1: Internal architecture (TelephonySerive.js). r=aknow
|
2015-01-19 21:32:00 -05:00 |
|
Edgar Chen
|
44b5fecdf2
|
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]
|
64bb2773eb
|
Bug 1123580 - Reorganize mmi parsing related code. r=hsinyi
|
2015-01-23 18:34:13 +08:00 |
|
Ben Hsu
|
7e754ace29
|
Bug 1095362 - Part 7: Update related testcases. r=aknow
|
2015-01-08 04:52:00 -05:00 |
|
Ben Hsu
|
75182d3ea1
|
Bug 1095362 - Part 6: Internal architecture changes (IPC). r=aknow
|
2015-01-09 01:42:00 -05:00 |
|
Ben Hsu
|
d57c459c2b
|
Bug 1095362 - Part 4: Internal architecture changes (TelephonyService.js). r=aknow
|
2015-01-11 03:25:00 -05:00 |
|
Ben Hsu
|
9651e08bea
|
Bug 1095362 - Part 3: Internal interface changes (IDL). r=aknow
|
2015-01-08 20:57:00 -05:00 |
|
Ben Hsu
|
1368bfb727
|
Bug 1095362 - Part 2: Modify related dom implementaion (DOM). r=aknow
|
2015-01-09 02:52:00 -05:00 |
|
Wes Kocher
|
440877789b
|
Merge mozilla-inbound to mozilla-central a=merge
|
2015-01-08 17:08:12 -08:00 |
|
Szu-Yu Chen [:aknow]
|
6d2df5c6d1
|
Bug 1115603 - Part 5: Add serializer for nsITelephonyCallInfo (ipc). r=khuey
|
2015-01-08 16:33:51 +08:00 |
|
Szu-Yu Chen [:aknow]
|
221f2421cb
|
Bug 1115603 - Part 3: Implement nsITelephonyCallInfo and use it (ril). r=hsinyi
|
2015-01-08 16:33:51 +08:00 |
|
Szu-Yu Chen [:aknow]
|
19f7bee2f3
|
Bug 1115603 - Part 2: Implement nsITelephonyCallInfo and use it (dom). r=hsinyi
|
2015-01-08 16:33:51 +08:00 |
|
Szu-Yu Chen [:aknow]
|
3ee126d1fe
|
Bug 1115603 - Part 1: Add nsITelephonyCallInfo (interface). r=hsinyi
|
2015-01-08 16:33:50 +08:00 |
|
Ehsan Akhgari
|
abb608a46d
|
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
|
3c12ba48cb
|
Bug 722841 - WebTelephony: Implement navigator.mozTelephony.sendTones(). r=hsinyi
|
2015-01-07 07:37:03 +01:00 |
|
Szu-Yu Chen [:aknow]
|
8fe7f7c3cb
|
Bug 1115758 - Part 5: Add nsITelephonyService.cancelUSSD (ril). r=hsinyi
|
2015-01-07 15:28:44 +08:00 |
|