Szu-Yu Chen [:aknow]
4ab4f1f579
Bug 1043165 - Part 2: Add TelephonyCall.disconnectedReason (dom). r=hsinyi
2015-03-26 16:39:39 +08: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
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
Albert Crespell
44c3140d91
Bug 722841 - WebTelephony: Implement navigator.mozTelephony.sendTones(). r=hsinyi
2015-01-07 07:37:03 +01:00
Szu-Yu Chen [:aknow]
8546fad939
Bug 1113027 - Part 2: Should pass clientId to notifyDialCallSuccess (dom). r=hsinyi
2014-12-23 15:46:09 +08:00
Szu-Yu Chen [:aknow]
b36d7847f6
Bug 1100895 - Part 2: Implement ready attribute. r=hsinyi
2014-12-17 06:57:23 +08:00
Hsin-Yi Tsai
cd10f3772a
Bug 986308 - [B2G][STK] support call number modified by STK call control. r=aknow
2014-10-27 15:41:27 +08:00
Ehsan Akhgari
3e2be4b2e7
Bug 1090242 - Fix some more bad implicit constructors in DOM; r=baku
...
--HG--
extra : rebase_source : 22f80376a2ce9415dc9d7fdd2444405d3cd7e011
2014-10-10 17:28:35 -04:00
Hsin-Yi Tsai
b4ca0694a1
Bug 1089534 - [B2G][Telephony] should GetCallFromEverywhere in Telephony::NotifyError. r=aknow
2014-10-27 17:06:40 +08:00
Ben Hsu
a420742725
Bug 1081811 - Part 1: Remove some callschanged event firing and associated parameters. r=aknow
2014-10-22 00:12:00 -04:00
Szu-Yu Chen [:aknow]
b01f484911
Bug 1059649 - Part 1: Redesign the logic of conference detection. r=hsinyi
2014-10-21 02:30:00 -04:00
Peter Van der Beken
7ced30305e
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
Szu-Yu Chen [:aknow]
986ef8fcad
Bug 1058397 - Part 1: Separate TelephonyCallback. r=hsinyi
2014-10-15 02:50:00 -04:00
Ryan VanderMeulen
c639baaf14
Backed out changesets 3ad7043d2116, 774f695d8c0a, c7d7762d5e27, and 87cd44cd57b7 (bug 1058397) for non-unified bustage.
2014-10-09 12:13:35 -04:00
Szu-Yu Chen [:aknow]
1e7631e7fc
Bug 1058397 - Part 1: Separate TelephonyCallback. r=hsinyi
2014-10-08 20:01:00 +02:00
Szu-Yu Chen [:aknow]
ae9f18ad96
Bug 1074377 - Should hold the already_AddRefed return value. r=khuey
2014-10-02 23:39:00 -04:00
Szu-Yu Chen [:aknow]
f3772f7cb2
Bug 889737 - Part 07: Dial MMI (callback). r=vicamo
2014-09-22 01:35:00 -04:00
Szu-Yu Chen [:aknow]
b5e29e70ee
Bug 889737 - Part 04: Refactoring: Change Telephony::Callback to TelephonyCallback. r=vicamo
2014-09-22 01:34:00 -04:00
Szu-Yu Chen [:aknow]
90448a0509
Bug 889737 - Part 03: Refactoring: Rename DialSuccess to DialCallSuccess. r=hsinyi
2014-09-22 01:34:00 -04:00
Vicamo Yang
21e4defa79
Bug 1064231 - unify instantiation process for RIL services. r=smaug
2014-09-21 15:24:44 +08:00
Carsten "Tomcat" Book
ff7512b9ac
Backed out changeset 69870df1c72f (bug 1064231)
2014-09-17 13:12:59 +02:00
Vicamo Yang
191ac1df65
Bug 1064231 - unify instantiation process for RIL services. r=smaug
2014-09-16 21:20:24 +08:00
Szu-Yu Chen [:aknow]
8f1b48ab38
Bug 1061210 - Update conference group after enumerateCall. r=hsinyi
...
--HG--
extra : rebase_source : 31916415de67bdefed6c7d01a8f9412bd195301e
2014-09-04 00:45:00 -04:00
Ehsan Akhgari
6f236e1960
Bug 1061023 - Fix more bad implicit constructors in DOM; r=baku
...
--HG--
extra : rebase_source : c80c5f9d7ae28286513cdb52ad76b46c240bdd5d
2014-09-01 18:26:43 -04:00
Kyle Huey
8e9a0aaf0e
Bug 1034312: Inherit from interfaces when using the NS_DECL_NSIFOO macros in b2g. r=vicamo
2014-08-19 18:01:49 -07:00
Szu-Yu Chen [:aknow]
7c432865c8
Bug 1054909 - Don't pass number to Callback constructor. r=hsinyi
2014-08-18 19:26:00 -04:00
Bobby Holley
30602c16ab
Bug 1052052 - Hoist Auto*JSContext into nsContentUtils and kill nsCxPusher.{cpp,h}. r=gabor
2014-08-14 18:47:15 -07:00
Ryan VanderMeulen
8c15c6ab96
Backed out changesets 5b1a3161f614, 17a9673ed782, and a9b8c346d295 (bug 1052052) for B2G non-unified bustage.
2014-08-14 17:23:10 -04:00
Bobby Holley
b6d099f558
Bug 1052052 - Hoist Auto*JSContext into nsContentUtils and kill nsCxPusher.{cpp,h}. r=gabor
2014-08-14 12:54:34 -07:00
Szu-Yu Chen [:aknow]
ceb7d859cf
Bug 1051715 - Part 2: Also pass number in notifyDialSuccess. r=hsinyi
2014-08-12 23:51:00 -04:00
Szu-Yu Chen [:aknow]
87b4873063
Bug 1036851 - Part 2: Add ready event (dom). r=hsinyi
2014-07-21 19:17:00 +02:00
Boris Zbarsky
0b86f5635c
Bug 1040263. Eagerly create and preserve Promise reflectors so we always have them available during unlink. r=nsm,bholley.
2014-07-18 21:31:11 -04:00
Szu-Yu Chen [:aknow]
c2ab578f26
Bug 1027513 - Extract CreateCall and CreateCallId. r=hsinyi
2014-06-24 06:52:00 -04:00
Benoit Jacob
84b13c683d
Bug 1028588 - Fix dangerous public destructors in the rest of dom/ - r=ehsan
2014-06-23 15:56:07 -04:00
Hsin-Yi Tsai
4ce981bc56
Bug 981519 - number and name presentation - part 3 - DOM & IPC code. r=smaug
2014-04-10 14:25:42 +08:00
Hsin-Yi Tsai
3b17696a28
Backed out changeset 598098217e1f (bug 981519) for causing regression bug 1026081
2014-06-17 15:37:31 +08:00
Szu-Yu Chen [:aknow]
48869efd74
Bug 1014903 - Get active call by query. r=hsinyi
2014-06-12 19:34:00 -04:00
Hsin-Yi Tsai
a12253a38c
Bug 981519 - number and name presentation - part 3 - DOM & IPC code. r=smaug
2014-04-10 14:25:42 +08:00
Vicamo Yang
03ca6aeb5b
Bug 1023148 - Use WebIDL codegen to implement RIL & WiFi events. r=smaug
2014-06-11 09:23:34 +08:00
Boris Zbarsky
253e2d6c68
Bug 1016560. Remove the footgun of rejecting promises with arbitrary objects. r=khuey
2014-06-03 11:38:38 -04:00
Vicamo Yang
8cb64a40e2
Bug 927320 - 2/2: rename related variables. r=aknow,btian
2014-06-03 22:15:30 +08:00
Vicamo Yang
a2515b9bfe
Bug 927320 - 1/2: rename TelephonyProvider to TelephonyService. r=aknow
...
--HG--
rename : dom/telephony/gonk/TelephonyProvider.js => dom/telephony/gonk/TelephonyService.js
rename : dom/telephony/gonk/TelephonyProvider.manifest => dom/telephony/gonk/TelephonyService.manifest
rename : dom/telephony/ipc/TelephonyIPCProvider.cpp => dom/telephony/ipc/TelephonyIPCService.cpp
rename : dom/telephony/ipc/TelephonyIPCProvider.h => dom/telephony/ipc/TelephonyIPCService.h
rename : dom/telephony/nsIGonkTelephonyProvider.idl => dom/telephony/nsIGonkTelephonyService.idl
rename : dom/telephony/nsITelephonyProvider.idl => dom/telephony/nsITelephonyService.idl
2014-06-03 22:15:25 +08:00
Szu-Yu Chen [:aknow]
892cb3f8bb
Bug 1016849 - Part 2: Remove isActive (dom). r=hsinyi
2014-05-29 00:15:00 -04:00
Szu-Yu Chen [:aknow]
20b9a408ed
Bug 1013745 - Part 2: Get callIndex when dialling success (dom). r=hsinyi
2014-05-26 19:08:00 +02:00
Birunthan Mohanathas
504b581650
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
Szu-Yu Chen [:aknow]
7a01b54a97
Bug 996444 - Remove gTelephonyList. r=hsinyi
2014-04-22 17:57:05 +08:00
Boris Zbarsky
fdbb455d4f
Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley
...
This patch was mostly generated with the following command:
find . -name "*.h" -o -name "*.cpp" | xargs sed -e '/WrapObject(JSContext/ {; N; s/\(WrapObject(JSContext *\* *a\{0,1\}[Cc]x\),\n\{0,1\} *JS::Handle<JSObject\*> a\{0,1\}[sS]cope/\1/ ; }' -i ""
and then reverting the changes that made to
dom/bindings/BindingUtils.h, since those WrapObject methods are not
the ones we're trying to change here, plus a bunch of manual fixups
for cases that this command did not catch (including all the callsites
of WrapObject()).
2014-04-08 18:27:18 -04:00
Boris Zbarsky
3f26a82832
Bug 991742 part 6. Remove the "aScope" argument of binding Wrap() methods. r=bholley
...
This patch was mostly generated with this command:
find . -name "*.h" -o -name "*.cpp" | xargs sed -e 's/Binding::Wrap(aCx, aScope, this/Binding::Wrap(aCx, this/' -e 's/Binding_workers::Wrap(aCx, aScope, this/Binding_workers::Wrap(aCx, this/' -e 's/Binding::Wrap(cx, scope, this/Binding::Wrap(cx, this/' -i ""
plus a few manual fixes to dom/bindings/Codegen.py, js/xpconnect/src/event_impl_gen.py, and a few C++ files that were not caught in the search-and-replace above.
2014-04-08 18:27:17 -04:00
Szu-Yu Chen [:aknow]
bb2d762d2e
Bug 990467 - Part 3: DOM: Re-order code to avoid multi-thread issue. r=hsinyi
2014-04-04 08:18:49 -04:00
Masayuki Nakano
b185105992
Bug 984269 Rename nsDOMEventTargetHelper to mozilla::DOMEventTargetHelper r=smaug
...
--HG--
rename : dom/events/nsDOMEventTargetHelper.cpp => dom/events/DOMEventTargetHelper.cpp
rename : dom/events/nsDOMEventTargetHelper.h => dom/events/DOMEventTargetHelper.h
2014-04-01 15:13:50 +09:00