Szu-Yu Chen [:aknow]
|
9897b8a660
|
Bug 1137093 - Part 10: Turn on radio for emergency call in TelephonyService. 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]
|
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 |
|
Bill McCloskey
|
8fb0643e63
|
Bug 1145394 - Remove exec bit on js files (r=fabrice,gavin)
|
2015-03-20 11:57:38 -07: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 |
|
Jessica Jong
|
f7bf23c86f
|
Bug 1139736 - Part 2: define network debug function dynamically. r=echen
|
2015-03-18 17:38:20 +08:00 |
|
Jessica Jong
|
de69ac839c
|
Bug 1137088: B2G RIL: move data call related handling out of ril_worker. r=echen
|
2015-03-18 11:28:54 +08:00 |
|
Samael Wang
|
9c85067458
|
Bug 1138841 - Part 3: Add an XPCShell and a Marionette test case for encoding and decoding examination, respectively. r=btseng
|
2015-03-16 15:44:34 +08:00 |
|
Samael Wang
|
964b98474c
|
Bug 1138841 - Part 1: Fix PDU_NL_LOCKING_SHIFT_TABLES in ril_consts.js. r=btseng
|
2015-03-06 18:09:08 +08: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
|
1db856aaa3
|
Bug 1114935 - Part 6.1: Migration in RIL-internal Modules. r=echen
|
2015-01-15 18:12:23 +08:00 |
|
Bevis Tseng
|
d520afaae2
|
Bug 1114935 - Part 2: Add Gonk Implementation of nsIIccService. r=echen
|
2015-01-06 13:32:08 +08:00 |
|
Ryan VanderMeulen
|
54abe997e7
|
Merge fx-team to m-c. a=merge
|
2015-03-13 16:09:58 -04:00 |
|
Ganesh Sahukari
|
d69833be5a
|
Bug 1022816 - OS.File will now be able to change the readOnly, hidden, and system file attributes on Windows. r=paolo
|
2015-03-13 15:51:53 +00:00 |
|
Jonathan Griffin
|
84011a87cc
|
Bug 1116187 - Disable failing mochitest-chrome tests for B2G, r=gbrown
|
2015-02-06 16:30:37 -08:00 |
|
Szu-Yu Chen [:aknow]
|
e471e470ee
|
Bug 1140330 - Clear JSHint warning in RILContentHelper.js. r=hsinyi
|
2015-03-11 15:23:31 +08:00 |
|
Hsin-Yi Tsai
|
f68da2117d
|
Bug 1069186 - determine LTE signal level based on rsrp and rssnr. r=edgar
|
2015-02-16 19:12:54 +08:00 |
|
Wes Kocher
|
f303b4d81c
|
Merge b2g-inbound to m-c a=merge CLOSED TREE
|
2015-03-10 15:44:53 -07:00 |
|
Garvan Keeley
|
e303055e65
|
bug 1139012 - telemetry for MLS vs win8 geolocation response. r=cpeterson
|
2015-03-10 12:47:42 -04:00 |
|
Garvan Keeley
|
9d6dbe7ede
|
Bug 1129633 - part1. Use win8 geolocation with a fallback to MLS - r=m_kato
|
2015-03-10 12:47:40 -04:00 |
|
Thomas Zimmermann
|
da2f511ba3
|
Bug 1137151: Marked destructors of ref-counted audio-manager classes as protected, r=dhylands
|
2015-03-10 13:44:02 +01:00 |
|
Thomas Zimmermann
|
5af74a2d51
|
Bug 1137151: Marked destructors of ref-counted time-zone classes as protected, r=dhylands
|
2015-03-10 13:44:02 +01:00 |
|
Thomas Zimmermann
|
1404dafaff
|
Bug 1137151: Marked destructors of ref-counted MTP classes as protected, r=dhylands
|
2015-03-10 13:44:02 +01:00 |
|
Thomas Zimmermann
|
5091c66c40
|
Bug 1137151: Marked destructors of ref-counted auto-mounter classes as protected, r=dhylands
|
2015-03-10 13:44:02 +01:00 |
|
Krzysztof Mioduszewski
|
a89b540cf5
|
Bug 1139063 - [RIL] Adding "MissingResource" error msg (no logical channels available). r=echen
|
2015-03-06 02:08:00 +01:00 |
|
Jessica Jong
|
d235121d69
|
Bug 1139805 - B2G NetworkManager: move NetworkManager.js out of EXTRA_PP_COMPONENTS in moz.build. r=echen
|
2015-03-09 18:20:52 +08:00 |
|
Bevis Tseng
|
f785035e4f
|
Bug 1130292 - Allow to receive WAP Push in which reserved port numbers is used. r=echen
|
2015-03-03 16:30:57 +08:00 |
|
Jessica Jong
|
779f61523e
|
Bug 1109479 - move tethering related code out of NetworkManager. r=echen
|
2015-03-05 16:41:00 +08:00 |
|
Jan Jongboom
|
b7543e2b73
|
Bug 1134599 - Fix rpi build target. r=jrmuizel, r=shuang
|
2015-02-25 03:20:00 -05:00 |
|
Wes Kocher
|
9b35dd25c4
|
Merge b2g-inbound to m-c a=merge
|
2015-03-02 12:56:08 -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 |
|
Jan de Mooij
|
c588ad661c
|
Bug 1137523 - Unprefix most js_* functions. r=bhackett CLOSED TREE
|
2015-02-27 16:08:15 +01:00 |
|
John Dai
|
8e7395b8b6
|
Bug 1120805 - Remove deprecated xpcshell test functions used in RIL test code. r=echen
|
2015-02-12 19:18:00 +08:00 |
|
Ben Hsu
|
779645d2f8
|
Bug 1067629 - Part 5: Deprecate GECKO_RADIOSTATE_ENABLING and GECKO_RADIOSTATE_DISABLING (ril_consts.js). r=aknow
|
2015-02-16 21:43:00 -05:00 |
|
Ben Hsu
|
1da2dc4c35
|
Bug 1067629 - Part 3: Some minor modifications(ril_worker.js). r=aknow
|
2015-02-13 00:17:00 -05:00 |
|
Ben Hsu
|
095b2d7ee0
|
Bug 1067629 - Part 2: Remove some radio state checks(RadioInterfaceLayer.js). r=aknow
|
2015-02-06 03:08:00 -05:00 |
|
Garvan Keeley
|
64981ebad1
|
Bug 1134019 - Extract MLS fallback to its own class for reuse - r=jdm
|
2015-02-27 19:15:32 -05:00 |
|
Edgar Chen
|
4291c6895f
|
Bug 1113054 - [B2G][RIL] Support RIL version 10. r=hsinyi
|
2014-12-18 18:27:55 +08:00 |
|
Wayne Chen
|
9d1ed0d33a
|
Bug 1130196 - Update audio output device enum for L porting. r=mwu
|
2015-02-16 10:12:34 +08:00 |
|
Alexandre Lissy
|
c51fd177b5
|
Bug 1131590 - Support DualCarrier radio tech. r=echen
|
2015-02-13 02:17:00 +08:00 |
|
Szu-Yu Chen [:aknow]
|
72e9777d52
|
Bug 1128823 - Remove hangUpAll. r=hsinyi
--HG--
extra : rebase_source : 2ef54fb992d0f6ee492b011f3bb5e5142b06006a
|
2015-02-13 10:57:29 +08:00 |
|
Krzysztof Mioduszewski
|
b7803f5d70
|
Bug 1132007 - Initialise _iccChannelCalback in RilContentHelper.js. r=echen
CLOSED TREE
|
2015-02-12 03:19:00 -05:00 |
|
Greg Weng
|
92c9ab770d
|
Bug 1130938 - B2G RIL: Remove the duplicated RilWorkerBuffer in ril_worker.js r=:echen
|
2015-02-11 09:28:10 +08:00 |
|
Jessica Jong
|
9e7b25cfc2
|
Bug 973543 - Part 2: remove 'removeHostRoutes()' as it is no longer needed. r=echen
|
2015-02-11 16:01:10 +08:00 |
|
Jessica Jong
|
fb072c3250
|
Bug 973543 - Part 1: add reference counting to added routes. r=echen
|
2015-02-11 16:01:08 +08:00 |
|