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 |
|
Gregor Wagner
|
8824e5f4f3
|
Backout Bug 1114935 for causing bug 1144567.
|
2015-03-18 11:48:52 -07:00 |
|
Bevis Tseng
|
3870b66efb
|
Bug 1114935 - Part 8: Mark TODO items for deprecating RILContentHelper. r=echen
|
2015-02-13 15:05:37 +08:00 |
|
Bevis Tseng
|
518b1ed8b4
|
Bug 1114935 - Part 7: Add Backward Compatibility for v2.2 binary implementation. r=echen
|
2015-02-13 14:46:49 +08:00 |
|
Bevis Tseng
|
953537bca8
|
Bug 1114935 - Part 5.1: Bind new nsIccService into MozIcc. r=echen, r=hsinyi
|
2015-01-13 18:03:44 +08:00 |
|
Bevis Tseng
|
03549350fb
|
Bug 1114935 - Part 4.2: Add IPC Implementation of nsIIccService. r=echen
|
2015-01-07 16:58:35 +08:00 |
|
Bevis Tseng
|
d253e8e0e1
|
Bug 1114935 - Part 4.1: Add Support of nsIIccInfo to IccInfo. r=echen
|
2015-01-07 19:25:22 +08:00 |
|
Bevis Tseng
|
1258838eb4
|
Bug 1114935 - Part 3: Define new IPDL Protocol for nsIIccService. r=echen
|
2015-01-07 14:53:21 +08:00 |
|
Bevis Tseng
|
6189527d30
|
Bug 1114935 - Part 2: Add Gonk Implementation of nsIIccService. r=echen
|
2015-01-06 13:32:08 +08:00 |
|
Bevis Tseng
|
75e65a85d0
|
Bug 1114935 - Part 1: Define new nsIIccService/nsIGonkIccService to replace nsIIccProvider. r=echen
|
2014-12-31 10:52:25 +08:00 |
|
Edgar Chen
|
a0788cee57
|
Bug 1142495 - Fix ICC build error on emulator L. r=hsinyi
|
2015-03-12 23:55:50 +08:00 |
|
Thomas Zimmermann
|
f428fd9378
|
Bug 1137155: Marked destructor of |ICC| as private, r=htsai
|
2015-03-03 11:06:46 +01:00 |
|
Edgar Chen
|
82d0b4c072
|
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
|
216061920a
|
Bug 1123624 - Part 2-3: Add tests for stk system message. r=bevis
|
2015-02-02 17:20:57 +08:00 |
|
Edgar Chen
|
896be3fdea
|
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
|
533f70883f
|
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
|
0aea788d19
|
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
|
fc47685242
|
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
|
e72b476ec7
|
Bug 1126198 - Part 1: Define 'presentationType' in nsIStkSelectItemCmd instead of nsIStkSetUpMenuCmd. r=echen
|
2015-01-27 18:47:12 +08:00 |
|
Edgar Chen
|
8f9166dc75
|
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
|
1ec9f4f7a4
|
Bug 1087968 - Part 3: Rewrite test_icc_* with Promise. r=hsinyi
|
2015-01-21 12:39:13 +08:00 |
|
Edgar Chen
|
ff7c7f5b1c
|
Bug 1087968 - Part 2: Rewrite test_stk_* with Promise. r=hsinyi
|
2014-11-06 12:09:56 +08:00 |
|
Edgar Chen
|
51d7c0225c
|
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
|
b6421b94d2
|
Merge mozilla-central to b2g-inbound
|
2015-01-08 15:44:18 +01:00 |
|
Carsten "Tomcat" Book
|
072aa6913a
|
merge b2g-inbound to mozilla-central a=merge
|
2015-01-08 15:07:12 +01:00 |
|
Shawn Ku
|
953db681ff
|
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
|
16c63a5c4e
|
Bug 1112471 - Part 4: Test case for getting icc service state API. r=hsinyi
|
2014-12-26 16:09:11 +08:00 |
|
Edgar Chen
|
91b0a87032
|
Bug 1112471 - Part 2: DOM Changes for getting icc service state API. r=smaug
|
2014-12-26 10:11:20 +08:00 |
|
Edgar Chen
|
92e6767f5f
|
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
|
797f634a57
|
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
|
a92c58728a
|
Bug 1073003 - Fix -Wswitch warnings. r=echen
--HG--
extra : rebase_source : 5fee55fde383139422f0b50301a8a14fac38dc15
|
2014-12-23 03:11:17 -05:00 |
|
Edgar Chen
|
f02cba3bc6
|
Bug 1098210 - Use WebIDL enums for mvnoType. r=hsinyi
|
2014-12-12 19:04:00 +08:00 |
|
Fabrice Desré
|
95a327c8c0
|
Backout bug 1098210 (2bd2fad9eac0) for suspicion of smoke test breakage. r=me
|
2014-12-31 12:30:31 -08:00 |
|
Edgar Chen
|
efdb547089
|
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
|
b62d79eeb1
|
Bug 1098210 - Use WebIDL enums for mvnoType. r=hsinyi
|
2014-12-12 19:04:00 +08:00 |
|
Edgar Chen
|
07126d81a3
|
Bug 1052852 - Use WebIDL enums for contactType. r=hsinyi
|
2014-12-12 11:08:27 +08:00 |
|
Ryan VanderMeulen
|
24a826d4bf
|
Merge m-c to b2g-inbound. a=merge
|
2014-12-15 14:04:03 -05:00 |
|
Botond Ballo
|
b0a589f86f
|
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
|
afbc48a41e
|
Bug 1052825 - Part 3: RIL and test changes for lockType WebIDL enum. r=hsinyi
|
2014-11-12 12:39:04 +08:00 |
|
Edgar Chen
|
12a3c26d2c
|
Bug 1052825 - Part 2: DOM changes for using WebIDL enum in lockType. r=smaug
|
2014-11-11 18:16:57 +08:00 |
|
Edgar Chen
|
befa152dc6
|
Bug 1052825 - Part 1: Interface changes for using WebIDL enum in lockType. r=hsinyi
|
2014-10-30 16:29:37 +08:00 |
|
Edgar Chen
|
c9ac1d04e6
|
Bug 1084233 - Part 4: Add marionette test for unlocking puk. r=hsinyi
|
2014-10-27 16:14:46 +08:00 |
|
Edgar Chen
|
1e7360968b
|
Bug 1084233 - Part 3: Add marionette test for unlocking pin. r=hsinyi
|
2014-10-27 11:10:35 +08:00 |
|
Edgar Chen
|
677a48b8aa
|
Bug 1084233 - Part 2: Add marionette test for enabling/disabling pin lock. r=hsinyi
|
2014-10-26 15:25:37 +08:00 |
|
Edgar Chen
|
836ce05bf8
|
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
|
0ab45563df
|
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
|
2acd2f83e5
|
Backed out changeset 4e67992092d9 (bug 1072808)
|
2014-11-25 10:45:35 +01:00 |
|
Bevis Tseng
|
711bdcffea
|
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
|
b8189d3f2d
|
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 |
|