Граф коммитов

339 Коммитов

Автор SHA1 Сообщение Дата
John Dai 4095d8b27a 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 9e8f4b219e Bug 1152551, part 2 - Fix mode lines in dom/. r=jst 2015-05-03 15:32:37 -04:00
Bevis Tseng 411426aa0f 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 67852ea4de 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 ae24a15b48 Bug 949849 - B2G RIL: Update the marionette test script for icc.updateContact. r=echen 2015-04-13 18:27:00 -04:00
Bevis Tseng 20a12fcc38 Bug 1114935 - Part 8: Mark TODO items for deprecating RILContentHelper. r=echen
--HG--
extra : histedit_source : e0798b1d557e71945b2190ac1f6ff4c46a199313
2015-02-13 15:05:37 +08:00
Bevis Tseng a7cd6b1d89 Bug 1114935 - Part 7: Add Backward Compatibility for v2.2 binary implementation. r=echen
--HG--
extra : histedit_source : bd9d8cc9cbaeb6c7eb3aa1add377dbb5eef50ebb
2015-02-13 14:46:49 +08:00
Bevis Tseng e511c87731 Bug 1114935 - Part 5.1: Bind new nsIccService into MozIcc. r=echen, r=hsinyi
--HG--
extra : histedit_source : c4f30cabe18e4a2ef4f6a34745e95d46c5baaff7
2015-01-13 18:03:44 +08:00
Bevis Tseng 1cba772979 Bug 1114935 - Part 4.2: Add IPC Implementation of nsIIccService. r=echen 2015-01-07 16:58:35 +08:00
Bevis Tseng 77e154f569 Bug 1114935 - Part 4.1: Add Support of nsIIccInfo to IccInfo. r=echen 2015-01-07 19:25:22 +08:00
Bevis Tseng 3d463ac840 Bug 1114935 - Part 3: Define new IPDL Protocol for nsIIccService. r=echen 2015-01-07 14:53:21 +08:00
Bevis Tseng a74633a3da Bug 1114935 - Part 2: Add Gonk Implementation of nsIIccService. r=echen 2015-01-06 13:32:08 +08:00
Bevis Tseng 576426e43e Bug 1114935 - Part 1: Define new nsIIccService/nsIGonkIccService to replace nsIIccProvider. r=echen 2014-12-31 10:52:25 +08:00
Ehsan Akhgari 883849ee32 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 dc24477d79 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 fa698fe8a9 Backout Bug 1114935 for causing bug 1144567. 2015-03-18 11:48:52 -07:00
Bevis Tseng a8edfef94d Bug 1114935 - Part 8: Mark TODO items for deprecating RILContentHelper. r=echen
--HG--
extra : rebase_source : c3f2acbf1efc7c9ac5e8ef599ca8b93278aea887
extra : histedit_source : 0e5e2a00764bafb7b14314d4a4ef6f6191be22d8
2015-02-13 15:05:37 +08:00
Bevis Tseng 75add2d01e Bug 1114935 - Part 7: Add Backward Compatibility for v2.2 binary implementation. r=echen
--HG--
extra : rebase_source : d88628e55aef0c92e711643a63657855a74ad87f
extra : histedit_source : 6e72eb3947c97742509c35de0a46e79df246bc94
2015-02-13 14:46:49 +08:00
Bevis Tseng bb7c33d747 Bug 1114935 - Part 5.1: Bind new nsIccService into MozIcc. r=echen, r=hsinyi
--HG--
extra : rebase_source : 115641804ec40a733ea7313043f44478774f8ecf
extra : histedit_source : adeca2a2a706247efad367073b2c7943af4e4496
2015-01-13 18:03:44 +08:00
Bevis Tseng 2fb4034541 Bug 1114935 - Part 4.2: Add IPC Implementation of nsIIccService. r=echen
--HG--
extra : rebase_source : bb3dc8efaba376c75e36e397ce8c248064ba5e5d
2015-01-07 16:58:35 +08:00
Bevis Tseng 2d01d315a1 Bug 1114935 - Part 4.1: Add Support of nsIIccInfo to IccInfo. r=echen
--HG--
extra : rebase_source : b4f0c29a016a4cd78b1ec6b1c99d6616b9be3b85
2015-01-07 19:25:22 +08:00
Bevis Tseng ad571c7972 Bug 1114935 - Part 3: Define new IPDL Protocol for nsIIccService. r=echen
--HG--
extra : rebase_source : b86101a2fc0bb3532e690948b24bffabcbaa9728
2015-01-07 14:53:21 +08:00
Bevis Tseng 9c97114480 Bug 1114935 - Part 2: Add Gonk Implementation of nsIIccService. r=echen
--HG--
extra : rebase_source : bc2489191e97cb1081c2f81325ca5ac0e9d29fa5
2015-01-06 13:32:08 +08:00
Bevis Tseng 3fe57cbbde Bug 1114935 - Part 1: Define new nsIIccService/nsIGonkIccService to replace nsIIccProvider. r=echen
--HG--
extra : rebase_source : 59cdb50814a0da8a60bd912cc1bc6870c4999cb4
2014-12-31 10:52:25 +08:00
Edgar Chen 5188f3ea13 Bug 1142495 - Fix ICC build error on emulator L. r=hsinyi 2015-03-12 23:55:50 +08:00
Thomas Zimmermann 2a81163362 Bug 1137155: Marked destructor of |ICC| as private, r=htsai 2015-03-03 11:06:46 +01:00
Edgar Chen cf62bf3354 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 35f5ed906a Bug 1123624 - Part 2-3: Add tests for stk system message. r=bevis 2015-02-02 17:20:57 +08:00
Edgar Chen 1637825d9b 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 c365ee709e 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 9c1b19b249 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 de1f1c4471 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 aa3666273e Bug 1126198 - Part 1: Define 'presentationType' in nsIStkSelectItemCmd instead of nsIStkSetUpMenuCmd. r=echen 2015-01-27 18:47:12 +08:00
Edgar Chen 65bf259d4c 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 feaf7d0df0 Bug 1087968 - Part 3: Rewrite test_icc_* with Promise. r=hsinyi 2015-01-21 12:39:13 +08:00
Edgar Chen 55eb05e368 Bug 1087968 - Part 2: Rewrite test_stk_* with Promise. r=hsinyi 2014-11-06 12:09:56 +08:00
Edgar Chen 03ac5ec532 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 dff961fa6a Merge mozilla-central to b2g-inbound 2015-01-08 15:44:18 +01:00
Carsten "Tomcat" Book 58c53ce72e merge b2g-inbound to mozilla-central a=merge 2015-01-08 15:07:12 +01:00
Shawn Ku 8362f5129c Bug 1113476: IDL patch - B2G RIL: support nsck/pck for SIM Lock types. r=edgar. 2015-01-08 11:23:09 +08:00
Edgar Chen 97989fd3ea Bug 1112471 - Part 4: Test case for getting icc service state API. r=hsinyi 2014-12-26 16:09:11 +08:00
Edgar Chen 10ca187446 Bug 1112471 - Part 2: DOM Changes for getting icc service state API. r=smaug 2014-12-26 10:11:20 +08:00
Edgar Chen d66019a004 Bug 1112471 - Part 1: Introduce a new API for getting icc service state. r=hsinyi 2014-12-22 15:57:25 +08:00
Siddartha Pothapragada 3f07f3317f Bug 1081789 - Redefine IccOpenChannel, IccCloseChannel & IccExchangeAPDU interfaces, in order to be accesible without a 'window' object. r=hsinyi, echen 2015-01-03 13:15:00 +08:00
Botond Ballo 390eb5781d Bug 1073003 - Fix -Wswitch warnings. r=echen
--HG--
extra : rebase_source : 5fee55fde383139422f0b50301a8a14fac38dc15
2014-12-23 03:11:17 -05:00
Edgar Chen 948ddc5868 Bug 1098210 - Use WebIDL enums for mvnoType. r=hsinyi 2014-12-12 19:04:00 +08:00
Fabrice Desré 6c659fae80 Backout bug 1098210 (2bd2fad9eac0) for suspicion of smoke test breakage. r=me 2014-12-31 12:30:31 -08: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
Edgar Chen 5708a14a7f Bug 1098210 - Use WebIDL enums for mvnoType. r=hsinyi 2014-12-12 19:04:00 +08:00
Edgar Chen 0aa7fa0c12 Bug 1052852 - Use WebIDL enums for contactType. r=hsinyi 2014-12-12 11:08:27 +08:00
Ryan VanderMeulen 87a3f4581f Merge m-c to b2g-inbound. a=merge 2014-12-15 14:04:03 -05:00
Botond Ballo 2c60ae66cf Bug 1073081 - Fix -Wdelete-non-virtual-dtor warnings by adding virtual destructors. r=ehsan
--HG--
extra : source : 194c715428c3405ec2eb3d041fed36a9515555e5
2014-11-24 19:34:19 -05:00
Edgar Chen de246a0a9a Bug 1052825 - Part 3: RIL and test changes for lockType WebIDL enum. r=hsinyi 2014-11-12 12:39:04 +08:00
Edgar Chen ec63bd2ac9 Bug 1052825 - Part 2: DOM changes for using WebIDL enum in lockType. r=smaug 2014-11-11 18:16:57 +08:00
Edgar Chen 596a9052b3 Bug 1052825 - Part 1: Interface changes for using WebIDL enum in lockType. r=hsinyi 2014-10-30 16:29:37 +08:00
Edgar Chen 2f7098b238 Bug 1084233 - Part 4: Add marionette test for unlocking puk. r=hsinyi 2014-10-27 16:14:46 +08:00
Edgar Chen 1896c8b71e Bug 1084233 - Part 3: Add marionette test for unlocking pin. r=hsinyi 2014-10-27 11:10:35 +08:00
Edgar Chen c8afe03d1a Bug 1084233 - Part 2: Add marionette test for enabling/disabling pin lock. r=hsinyi 2014-10-26 15:25:37 +08:00
Edgar Chen 172c71cdf9 Bug 1084233 - Part 1: Introduce head.js and rewrite test_icc_card_lock.js with Promise. r=hsinyi
--HG--
rename : dom/icc/tests/marionette/test_icc_card_lock.js => dom/icc/tests/marionette/test_icc_card_lock_change_pin.js
2014-10-28 15:23:44 +08:00
Bevis Tseng bd2404ce8d Bug 1072808 - Part 5: Add IccMessenger as a Wrapper for STK-related System Messages. r=htsai,echen 2014-10-27 15:58:56 +08:00
Carsten "Tomcat" Book 257c90efd1 Backed out changeset 4e67992092d9 (bug 1072808) 2014-11-25 10:45:35 +01:00
Bevis Tseng f3051e3f04 Bug 1091454 - Part 2: Modify Test Case to comply the new format of confirmMessage/callMessage. r=echen 2014-11-06 15:33:39 +08:00
Bevis Tseng 2f157701e0 Bug 1072808 - Part 5: Add IccMessenger as a Wrapper for STK-related System Messages. r=htsai,echen 2014-10-27 15:58:56 +08:00
Edgar Chen 7bb2e4bfcf Bug 1083745 - Part 4: Need to do corresponding changes in test_icc_card_lock.js. r=hsinyi 2014-11-04 10:37:58 +08:00
Bevis Tseng 3a2474f5c8 Bug 1088573 - Part 2: Enhance test coverage. r=echen 2014-10-29 17:53:55 +08:00
Edgar Chen e84a16dea7 Bug 1085307 - [Icc] Deprecate IccCardLockError.lockType. r=smaug,hsinyi 2014-10-24 16:04:04 +08:00
Garner Lee f82eaae04d Bug 1030602 - Remove extra SE Web MozICC dom APIs. r=allstars.chh sr=smaug 2014-10-22 11:24:00 +02:00
Bevis Tseng 6820c2b59a Bug 1087131 - Part 2: Add Test Cases for STK Display Text in various Coding Schemes. r=echen 2014-10-22 18:29:12 +08:00
Peter Van der Beken d76c717d3c Bug 1068740 - Consider putting union types in the binding files where they're used. r=bz.
--HG--
extra : rebase_source : 7e0b1e2f60757b7758704dab3672ee829f3e4085
2014-10-01 20:43:26 +02:00
Edgar Chen 42a597087e Bug 1081810 - Part 1: Implement IccCardLockError in C++. r=smaug 2014-10-13 12:35:53 +08:00
Kyle Huey 293cdb8929 Bug 1080059: Explicitly QueryInterface to nsIIccInfo rather than downcasting, because the canonical nsIIccInfo pointer is not the same as the canonical subclass pointer. r=edgar 2014-10-09 10:50:37 -07:00
Vicamo Yang aad2f2d605 Bug 937485 - [WebIcc] use Webidl enum for cardState. r=edgar,smaug 2014-09-03 19:31:00 +08: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
Edgar Chen 02486c284f Bug 994461 - Part 1: Move IccInfo to WebIDL. r=smaug,vicamo
--HG--
rename : dom/icc/interfaces/nsIDOMIccInfo.idl => dom/icc/interfaces/nsIIccInfo.idl
2014-09-19 15:53:05 +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
Carsten "Tomcat" Book b48e3ab314 Merge m-c to b2g-inbound 2014-09-05 12:20:46 +02:00
Carsten "Tomcat" Book 5eb817d9d8 Backed out changeset e6f223a82d91 (bug 937485) for causing b2g device regressions 2014-09-05 12:12:10 +02:00
Hsin-Yi Tsai dc14e62feb Bug 1061535 - [B2G][RIL] relax restrictions on EF_IMG error handling - part 2 - test. r=edgar 2014-09-04 12:13:20 +08:00
Vicamo Yang 0284125420 Bug 937485: [WebIcc] use Webidl enum for cardState. r=echen, r=smaug 2014-09-04 10:31:41 +08:00
Birunthan Mohanathas ed37c377e3 Bug 1058101 - Flatten dom/icc/src/ into parent directory. r=mccr8
--HG--
rename : dom/icc/src/Icc.cpp => dom/icc/Icc.cpp
rename : dom/icc/src/Icc.h => dom/icc/Icc.h
rename : dom/icc/src/IccListener.cpp => dom/icc/IccListener.cpp
rename : dom/icc/src/IccListener.h => dom/icc/IccListener.h
rename : dom/icc/src/IccManager.cpp => dom/icc/IccManager.cpp
rename : dom/icc/src/IccManager.h => dom/icc/IccManager.h
2014-08-27 10:12:15 -07:00
Edgar Chen f12f9be69a Bug 1013847 - Part 1-4: Create IccInfo object even if appType is unknown. r=hsinyi 2014-08-18 15:15:16 +08:00
Jessica Jong adbf641de3 Bug 824145 - Part 3: Support for STK icon display (marionette tests). r=edgar 2014-08-25 10:32:35 +08:00
Mike Hommey 2bab6202af Bug 1043820 - Remove PARALLEL_DIRS. r=gps 2014-07-29 08:57:59 +09:00
Ms2ger d8c0b17d7d Bug 1043963 - Collapse test-only moz.build files under dom/ into ancestor moz.build files; r=ted
There is very little benefit to having another layer of moz.build files, and
removing them will speed up the build a minimal amount. It also paves the way
for removing TEST_DIRS, which could simplify the build system somewhat.
2014-07-26 08:17:24 +02:00
Mike Hommey bc5d6801bb Bug 1041860 - Avoid setting FINAL_LIBRARY to libraries that further use a FINAL_LIBRARY. r=mshal 2014-07-23 08:37:51 +09:00
Jessica Jong e8c2ecc0a9 Bug 1033142 - Part 3: test cases for mvno type 'gid' in matchMvno() function. r=hsinyi 2014-07-18 11:41:38 +08:00
Shawn Ku 14fc30f44b Bug 1031640 - Part 2: test patch - B2G RIL: incorrect STK TR for handling SEND_SS/SEND_USSD/SEND_SHORT_MESSAGE/SEND_DTMF in ril_worker.js. r=echen 2014-07-14 17:06:45 +08:00
Vicamo Yang b5144501f3 Bug 1036877: add private dtor for Reference-counted RIL components. r=hsinyi 2014-07-11 15:58:01 +08:00
Vicamo Yang 7dc6f758ad Bug 1034582: add MOZ_FINAL to suppress -Wdelete-non-virtual-dtor when MOZ_B2G_RIL is enabled. r=khuey 2014-07-07 10:46:15 +08:00
Shawn Ku 2400e694be Bug 1007487 - Part 2: test patch - B2G RIL: incorrect isDisplayNetworkNameRequired for not matching both HPLMN and EF_SPDI. v2. r=HsinYi. 2014-07-01 11:52:17 +08:00
Jessica Jong a2006df884 Bug 1013153 - Part 2: test cases for mvno type 'spn'. r=hsinyi 2014-07-01 02:10:00 +02:00
Kyle Huey 4266528680 Bug 1031051: Part 18 - Kill the old XPIDL-based event generator. r=smaug 2014-06-30 16:02:04 -07:00
Olli Pettay 67c5293976 Bug 1029866 - Rename InitUsingWin(...) to Init(...), r=bobowencode
--HG--
extra : rebase_source : e04aac99fe64270f283cf49ed52b8f7512a2fa3b
2014-06-25 13:17:17 +03:00
Bob Owen 30816b5c06 Bug 1025476 - Part 1: Add compulsory Init functions to AutoJSAPI. r=bholley 2014-06-19 08:21:14 +01:00
Bob Owen a123824874 Bug 1017030 - Part 5: Replace AutoPushJSContext in Icc::NotifyStkEvent. r=bholley 2014-06-11 17:40:38 +01:00
Yoshi Huang 030b9506d3 Bug 981646 - B2G RIL: Cannot read sdn contacts. r=smaug, vicamo 2014-05-16 14:50:00 +08:00
Boris Zbarsky c83eab0efa Bug 1011815 part 1. Replace nsISupports with DOMRequest in MozIcc.webidl. r=smaug,echen 2014-05-19 16:37:58 -04:00
Boris Zbarsky ecd30888b7 Bug 1011810. Return the right type from getIccById. r=htsai,smaug 2014-05-19 13:20:21 -04:00
Birunthan Mohanathas 5f1fde8824 Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj 2014-04-27 03:06:00 -04:00
Thomas Zimmermann b340776270 Bug 904588: Convert MozIccManager to WebIDL, r=htsai, r=smaug
--HG--
rename : dom/icc/interfaces/nsIDOMIccManager.idl => dom/webidl/MozIccManager.webidl
2014-04-16 09:30:28 +02:00