Commit Graph

300 Commits

Author SHA1 Message Date
Bevis Tseng
9e318eb674 Bug 1172873 - Suppress the notification of STK proactive command if there is no Icc detected. r=echen 2015-06-10 11:58:01 +08:00
Bevis Tseng
67c22044d3 Bug 1159134 - Part 2: Add Test Cases for STK related Requests. r=echen 2015-05-05 19:10:58 +08:00
John Dai
dca4aacfb8 Bug 1161438 - Part 2 - marionette testcase. r=echen 2015-05-31 22:39:00 +02:00
Bevis Tseng
58ab7bd69b Bug 1114938 - Part 3.3: (IPC) IPDL Implementation. r=echen 2015-04-30 15:04:09 +08:00
Bevis Tseng
e79b17af4b Bug 1114938 - Part 3.2: (IPC) Add Helper to deflate/inflate XPCOM object to/from JSON for IPC. r=echen 2015-05-15 17:17:37 +08:00
Bevis Tseng
d52ecce3e6 Bug 1114938 - Part 3.1: (IPC) IPDL Declaration. r=echen 2015-05-15 17:14:29 +08:00
Bevis Tseng
af7510ff6a Bug 1114938 - Part 2.2: (Gonk) Refactor Stk Request APIs from IccProvider to IccService. r=echen 2015-04-29 10:42:35 +08:00
Bevis Tseng
0526f2cfde Bug 1114938 - Part 2.1: (Gonk) Refactor Stk Proactive Commands from IccProvider to IccService. r=echen 2015-04-27 16:01:56 +08:00
Bevis Tseng
710bec0a85 Bug 1114938 - Part 1: Refactor StkProactiveCmdFactory.jsm into a XPCOM Service. r=echen 2015-04-15 18:33:26 +08:00
Bevis Tseng
0a82fe59a8 Bug 1162464 - Part 2: Implementation Changes. r=echen 2015-05-08 11:23:09 +08:00
Bevis Tseng
eefeacc94e Bug 1162464 - Part 1: IDL Changes. r=echen 2015-05-08 10:57:16 +08:00
John Dai
26582948ac Bug 1159622 - Split test_icc_contact.js into read contact and add contact. r=echen 2015-05-12 00:53:00 +08:00
Andrew McCreight
aeff7c99ee Bug 1152551, part 2 - Fix mode lines in dom/. r=jst 2015-05-03 15:32:37 -04:00
Bevis Tseng
7c589ce5f6 Bug 1155142 - Part 1: Move All IccInfo-related Implementation to IccService to deprecate rilContext. r=echen 2015-04-17 19:03:46 +08:00
Ethan Wu
ea4d5d2f61 Bug 1157018 - NsckPuk and PckPuk lock types that should require PUK instead require PIN. r=echen 2015-04-22 17:24:11 +08:00
John Dai
34d4e44045 Bug 949849 - B2G RIL: Update the marionette test script for icc.updateContact. r=echen 2015-04-13 18:27:00 -04:00
Bevis Tseng
229a1e6cf9 Bug 1114935 - Part 8: Mark TODO items for deprecating RILContentHelper. r=echen 2015-02-13 15:05:37 +08:00
Bevis Tseng
6efa260fb7 Bug 1114935 - Part 7: Add Backward Compatibility for v2.2 binary implementation. r=echen 2015-02-13 14:46:49 +08:00
Bevis Tseng
829e1aa963 Bug 1114935 - Part 5.1: Bind new nsIccService into MozIcc. r=echen, r=hsinyi 2015-01-13 18:03:44 +08:00
Bevis Tseng
842148ab59 Bug 1114935 - Part 4.2: Add IPC Implementation of nsIIccService. r=echen 2015-01-07 16:58:35 +08:00
Bevis Tseng
0a9d03a56e Bug 1114935 - Part 4.1: Add Support of nsIIccInfo to IccInfo. r=echen 2015-01-07 19:25:22 +08:00
Bevis Tseng
c365bb03ce Bug 1114935 - Part 3: Define new IPDL Protocol for nsIIccService. r=echen 2015-01-07 14:53:21 +08:00
Bevis Tseng
029d30b54c Bug 1114935 - Part 2: Add Gonk Implementation of nsIIccService. r=echen 2015-01-06 13:32:08 +08:00
Bevis Tseng
b63a22c34e Bug 1114935 - Part 1: Define new nsIIccService/nsIGonkIccService to replace nsIIccProvider. r=echen 2014-12-31 10:52:25 +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
Gregor Wagner
f8527dd881 Backout Bug 1114935 for causing bug 1144567. 2015-03-18 11:48:52 -07:00
Bevis Tseng
bf824227d3 Bug 1114935 - Part 8: Mark TODO items for deprecating RILContentHelper. r=echen 2015-02-13 15:05:37 +08:00
Bevis Tseng
6f6fc043e9 Bug 1114935 - Part 7: Add Backward Compatibility for v2.2 binary implementation. r=echen 2015-02-13 14:46:49 +08:00
Bevis Tseng
6e59dca6ed Bug 1114935 - Part 5.1: Bind new nsIccService into MozIcc. r=echen, r=hsinyi 2015-01-13 18:03:44 +08:00
Bevis Tseng
c51611c7a1 Bug 1114935 - Part 4.2: Add IPC Implementation of nsIIccService. r=echen 2015-01-07 16:58:35 +08:00
Bevis Tseng
b393583a7c Bug 1114935 - Part 4.1: Add Support of nsIIccInfo to IccInfo. r=echen 2015-01-07 19:25:22 +08:00
Bevis Tseng
49132aac30 Bug 1114935 - Part 3: Define new IPDL Protocol for nsIIccService. r=echen 2015-01-07 14:53:21 +08:00
Bevis Tseng
d520afaae2 Bug 1114935 - Part 2: Add Gonk Implementation of nsIIccService. r=echen 2015-01-06 13:32:08 +08:00
Bevis Tseng
5ac9c47c75 Bug 1114935 - Part 1: Define new nsIIccService/nsIGonkIccService to replace nsIIccProvider. r=echen 2014-12-31 10:52:25 +08:00
Edgar Chen
ba72f85940 Bug 1142495 - Fix ICC build error on emulator L. r=hsinyi 2015-03-12 23:55:50 +08:00
Thomas Zimmermann
c4bd33c891 Bug 1137155: Marked destructor of |ICC| as private, r=htsai 2015-03-03 11:06:46 +01:00
Edgar Chen
0953a42b7e Bug 1123624 - Part 2-4: Add tests for play tone and poll interval. r=bevis 2015-02-02 16:50:49 +08:00
Edgar Chen
3829f44818 Bug 1123624 - Part 2-3: Add tests for stk system message. r=bevis 2015-02-02 17:20:57 +08:00
Edgar Chen
8b84be11a0 Bug 1123624 - Part 2-2: Wrapping and mofiying the test data in test_stk_*.js. r=bevis 2015-02-04 17:46:27 +08:00
Edgar Chen
c50e074163 Bug 1123624 - Part 2-1: Remove redundant test data in test_stk_*.js. r=bevis 2015-02-02 14:43:04 +08:00
Edgar Chen
f1af29de40 Bug 1123624 - Part 1-1: Having a consistent proactive command format in both system message and dom event. r=bevis 2015-01-07 13:08:57 +08:00
Bevis Tseng
59a97e3e53 Bug 1126198 - Part 2: Add test coverage to ensure that 'presentationType' is only available in STK_CMD_SELECT_ITEM. r=echen 2015-01-27 18:51:20 +08:00
Bevis Tseng
d8daffa538 Bug 1126198 - Part 1: Define 'presentationType' in nsIStkSelectItemCmd instead of nsIStkSetUpMenuCmd. r=echen 2015-01-27 18:47:12 +08:00
Edgar Chen
086175099d Bug 1087968 - Part 4: Deferred object is obsoleted since Gecko 30, use new Promise instead. r=hsinyi 2015-01-22 14:41:33 +08:00
Edgar Chen
ce166b76db Bug 1087968 - Part 3: Rewrite test_icc_* with Promise. r=hsinyi 2015-01-21 12:39:13 +08:00
Edgar Chen
0a75da2a52 Bug 1087968 - Part 2: Rewrite test_stk_* with Promise. r=hsinyi 2014-11-06 12:09:56 +08:00
Edgar Chen
b9df9af6a6 Bug 1087968 - Part 1: Split test_stk_proactive_command.js into localInfo and timerManagement. r=hsinyi 2014-11-07 00:37:58 +08:00
Carsten "Tomcat" Book
b788f3bf6a Merge mozilla-central to b2g-inbound 2015-01-08 15:44:18 +01:00
Carsten "Tomcat" Book
7f0eceed6f merge b2g-inbound to mozilla-central a=merge 2015-01-08 15:07:12 +01:00