Bevis Tseng
|
9e67451762
|
Bug 1138264 - Part 4: Add test coverage for "sms-failed" and "sms-delivery-error". r=echen
|
2015-04-02 14:49:04 +08:00 |
Bevis Tseng
|
37699fa7da
|
Bug 1138264 - Part 1: Define new system messages of "sms-failed" and "sms-delivery-error". r=echen
|
2015-04-02 14:26:20 +08:00 |
Ben Hsu
|
fde316704a
|
Bug 1027546 - Part 1: Restore the service class (ril_worker.js). r=aknow
|
2015-03-18 04:27:00 -04:00 |
Thomas Zimmermann
|
053dba23b3
|
Bug 1146355: Prepare build system to support Bluetooth APIs v1 and v2, r=shuang
This patch adds support for both Bluetooth interfaces to the build
system. The actual interface must be selected at compile time.
|
2015-04-09 15:57:40 +02:00 |
Thomas Zimmermann
|
5b0221d66d
|
Bug 1146355: Move Bluetooth legacy interface into sub-directory bluetooth1/, r=joliu
--HG--
rename : dom/bluetooth/BluetoothAdapter.cpp => dom/bluetooth/bluetooth1/BluetoothAdapter.cpp
rename : dom/bluetooth/BluetoothAdapter.h => dom/bluetooth/bluetooth1/BluetoothAdapter.h
rename : dom/bluetooth/BluetoothCommon.h => dom/bluetooth/bluetooth1/BluetoothCommon.h
rename : dom/bluetooth/BluetoothDevice.cpp => dom/bluetooth/bluetooth1/BluetoothDevice.cpp
rename : dom/bluetooth/BluetoothDevice.h => dom/bluetooth/bluetooth1/BluetoothDevice.h
rename : dom/bluetooth/BluetoothHfpManagerBase.h => dom/bluetooth/bluetooth1/BluetoothHfpManagerBase.h
rename : dom/bluetooth/BluetoothHidManager.cpp => dom/bluetooth/bluetooth1/BluetoothHidManager.cpp
rename : dom/bluetooth/BluetoothHidManager.h => dom/bluetooth/bluetooth1/BluetoothHidManager.h
rename : dom/bluetooth/BluetoothInterface.cpp => dom/bluetooth/bluetooth1/BluetoothInterface.cpp
rename : dom/bluetooth/BluetoothInterface.h => dom/bluetooth/bluetooth1/BluetoothInterface.h
rename : dom/bluetooth/BluetoothInterfaceHelpers.cpp => dom/bluetooth/bluetooth1/BluetoothInterfaceHelpers.cpp
rename : dom/bluetooth/BluetoothInterfaceHelpers.h => dom/bluetooth/bluetooth1/BluetoothInterfaceHelpers.h
rename : dom/bluetooth/BluetoothManager.cpp => dom/bluetooth/bluetooth1/BluetoothManager.cpp
rename : dom/bluetooth/BluetoothManager.h => dom/bluetooth/bluetooth1/BluetoothManager.h
rename : dom/bluetooth/BluetoothProfileController.cpp => dom/bluetooth/bluetooth1/BluetoothProfileController.cpp
rename : dom/bluetooth/BluetoothProfileController.h => dom/bluetooth/bluetooth1/BluetoothProfileController.h
rename : dom/bluetooth/BluetoothProfileManagerBase.h => dom/bluetooth/bluetooth1/BluetoothProfileManagerBase.h
rename : dom/bluetooth/BluetoothPropertyContainer.cpp => dom/bluetooth/bluetooth1/BluetoothPropertyContainer.cpp
rename : dom/bluetooth/BluetoothPropertyContainer.h => dom/bluetooth/bluetooth1/BluetoothPropertyContainer.h
rename : dom/bluetooth/BluetoothReplyRunnable.cpp => dom/bluetooth/bluetooth1/BluetoothReplyRunnable.cpp
rename : dom/bluetooth/BluetoothReplyRunnable.h => dom/bluetooth/bluetooth1/BluetoothReplyRunnable.h
rename : dom/bluetooth/BluetoothRilListener.cpp => dom/bluetooth/bluetooth1/BluetoothRilListener.cpp
rename : dom/bluetooth/BluetoothRilListener.h => dom/bluetooth/bluetooth1/BluetoothRilListener.h
rename : dom/bluetooth/BluetoothService.cpp => dom/bluetooth/bluetooth1/BluetoothService.cpp
rename : dom/bluetooth/BluetoothService.h => dom/bluetooth/bluetooth1/BluetoothService.h
rename : dom/bluetooth/BluetoothSocketObserver.h => dom/bluetooth/bluetooth1/BluetoothSocketObserver.h
rename : dom/bluetooth/BluetoothUtils.cpp => dom/bluetooth/bluetooth1/BluetoothUtils.cpp
rename : dom/bluetooth/BluetoothUtils.h => dom/bluetooth/bluetooth1/BluetoothUtils.h
rename : dom/bluetooth/BluetoothUuid.cpp => dom/bluetooth/bluetooth1/BluetoothUuid.cpp
rename : dom/bluetooth/BluetoothUuid.h => dom/bluetooth/bluetooth1/BluetoothUuid.h
rename : dom/bluetooth/ObexBase.cpp => dom/bluetooth/bluetooth1/ObexBase.cpp
rename : dom/bluetooth/ObexBase.h => dom/bluetooth/bluetooth1/ObexBase.h
rename : dom/bluetooth/ipc/BluetoothChild.cpp => dom/bluetooth/bluetooth1/ipc/BluetoothChild.cpp
rename : dom/bluetooth/ipc/BluetoothChild.h => dom/bluetooth/bluetooth1/ipc/BluetoothChild.h
rename : dom/bluetooth/ipc/BluetoothMessageUtils.h => dom/bluetooth/bluetooth1/ipc/BluetoothMessageUtils.h
rename : dom/bluetooth/ipc/BluetoothParent.cpp => dom/bluetooth/bluetooth1/ipc/BluetoothParent.cpp
rename : dom/bluetooth/ipc/BluetoothParent.h => dom/bluetooth/bluetooth1/ipc/BluetoothParent.h
rename : dom/bluetooth/ipc/BluetoothServiceChildProcess.cpp => dom/bluetooth/bluetooth1/ipc/BluetoothServiceChildProcess.cpp
rename : dom/bluetooth/ipc/BluetoothServiceChildProcess.h => dom/bluetooth/bluetooth1/ipc/BluetoothServiceChildProcess.h
rename : dom/bluetooth/ipc/BluetoothTypes.ipdlh => dom/bluetooth/bluetooth1/ipc/BluetoothTypes.ipdlh
rename : dom/bluetooth/ipc/PBluetooth.ipdl => dom/bluetooth/bluetooth1/ipc/PBluetooth.ipdl
rename : dom/bluetooth/ipc/PBluetoothRequest.ipdl => dom/bluetooth/bluetooth1/ipc/PBluetoothRequest.ipdl
rename : dom/bluetooth/tests/marionette/head.js => dom/bluetooth/bluetooth1/tests/marionette/head.js
rename : dom/bluetooth/tests/marionette/manifest.ini => dom/bluetooth/bluetooth1/tests/marionette/manifest.ini
rename : dom/bluetooth/tests/marionette/test_dom_BluetoothAdapter_discovery.js => dom/bluetooth/bluetooth1/tests/marionette/test_dom_BluetoothAdapter_discovery.js
rename : dom/bluetooth/tests/marionette/test_dom_BluetoothAdapter_getters.js => dom/bluetooth/bluetooth1/tests/marionette/test_dom_BluetoothAdapter_getters.js
rename : dom/bluetooth/tests/marionette/test_dom_BluetoothAdapter_pair.js => dom/bluetooth/bluetooth1/tests/marionette/test_dom_BluetoothAdapter_pair.js
rename : dom/bluetooth/tests/marionette/test_dom_BluetoothAdapter_setters.js => dom/bluetooth/bluetooth1/tests/marionette/test_dom_BluetoothAdapter_setters.js
rename : dom/bluetooth/tests/marionette/test_dom_BluetoothManager_adapteradded.js => dom/bluetooth/bluetooth1/tests/marionette/test_dom_BluetoothManager_adapteradded.js
rename : dom/bluetooth/tests/marionette/test_dom_BluetoothManager_enabled.js => dom/bluetooth/bluetooth1/tests/marionette/test_dom_BluetoothManager_enabled.js
|
2015-04-09 15:57:40 +02:00 |
Greg Weng
|
dae27079ee
|
Bug 1146799 - B2G RIL: Pull out the TelephonyRequestQueue from RilWorker. r=aknow
--HG--
extra : rebase_source : 3a27e9c194017c6f92a757f6be1f08f8a7a3c6c0
|
2015-04-02 18:16:09 +08:00 |
Jessica Jong
|
abb00a264a
|
Bug 1148671 - ipv6 and dual stack support on Lollipop. r=hchang
|
2015-04-01 03:12:00 -04:00 |
Wes Kocher
|
18a6da0131
|
Merge m-c to inbound a=merge
--HG--
extra : rebase_source : 31afc1b4de1d4c9d48057dbbe0d96e7c385bf2dc
|
2015-03-27 17:31:19 -07: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
|
0ff5646c33
|
Bug 1114935 - Part 6.1: Migration in RIL-internal Modules. r=echen
--HG--
extra : histedit_source : 2c578ec4de601576072908153f9453fb0acd9971
|
2015-01-15 18:12:23 +08:00 |
Bevis Tseng
|
a74633a3da
|
Bug 1114935 - Part 2: Add Gonk Implementation of nsIIccService. r=echen
|
2015-01-06 13:32:08 +08:00 |
Samael Wang
|
4c21ba9df2
|
Bug 733331 - Part 1: Add the mapping of MCC and corresponding extra national language table tuples to enable in ril_consts.js. r=btseng
|
2015-03-24 18:54:09 +08:00 |
Ryan VanderMeulen
|
be425949b5
|
Merge mozilla-inbound to m-c. a=merge
CLOSED TREE
|
2015-03-26 14:43:39 -04:00 |
Szu-Yu Chen [:aknow]
|
6eff649fd8
|
Bug 1043165 - Part 3: Add TelephonyCall.disconnectedReason (ril). r=hsinyi
|
2015-03-26 16:39:40 +08:00 |
Szu-Yu Chen [:aknow]
|
f7361a2519
|
Bug 1137093 - Part 11: Fix xpcshell test. r=hsinyi
--HG--
extra : rebase_source : ac4661b3e531d6ee58119d57259fb6fb25acc65a
|
2015-03-24 18:04:50 +08:00 |
Szu-Yu Chen [:aknow]
|
a9ebecf8dc
|
Bug 1137093 - Part 10: Turn on radio for emergency call in TelephonyService. r=hsinyi
--HG--
extra : rebase_source : 87081f3f4ae011c0aceefa36522ab2a884c17e0a
|
2015-03-24 18:04:49 +08:00 |
Szu-Yu Chen [:aknow]
|
8f88ac4d1f
|
Bug 1137093 - Part 08: Use notifyCurrentCalls (ril). r=hsinyi
--HG--
extra : rebase_source : f79624e42ff83709108b1f6e520c9bd0c7348b85
|
2015-03-24 18:04:49 +08:00 |
Szu-Yu Chen [:aknow]
|
91394529eb
|
Bug 1137093 - Part 03: Move from ril_worker to TelephonyService: answer. r=hsinyi
--HG--
extra : rebase_source : 5b1e7ecb6ca93ab9b022bd5e5ee65c7416ba9ae3
|
2015-03-24 18:04:49 +08:00 |
Szu-Yu Chen [:aknow]
|
cf05db8ff7
|
Bug 1137093 - Part 02: Move from ril_worker to TelephonyService: hangup and reject. r=hsinyi
--HG--
extra : rebase_source : 4ac98d0aa3825fa0a85af6ea58be5392e54f747b
|
2015-03-24 18:04:49 +08:00 |
Szu-Yu Chen [:aknow]
|
3f80ddd98b
|
Bug 1137093 - Part 01: Pass number instead of callIndex in notifySupplementaryService. r=hsinyi
--HG--
extra : rebase_source : 24d0b10ed76e0284caef2abf13c8af74cc48c034
|
2015-03-24 18:04:49 +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 |
Bill McCloskey
|
2cbf53b22f
|
Bug 1145394 - Remove exec bit on js files (r=fabrice,gavin)
|
2015-03-20 11:57:38 -07:00 |
Shian-Yow Wu
|
d5acb1e8d0
|
Bug 1115495 - Part 2: PAC generator for browsing and system wide proxy. r=mcmanus, r=echen
|
2015-03-26 15:11:08 +08: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 |
Jessica Jong
|
223e97338d
|
Bug 1139736 - Part 2: define network debug function dynamically. r=echen
|
2015-03-18 17:38:20 +08:00 |
Jessica Jong
|
6e615ff1c0
|
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
|
c197b32f36
|
Bug 1138841 - Part 3: Add an XPCShell and a Marionette test case for encoding and decoding examination, respectively. r=btseng
--HG--
extra : rebase_source : 2b52ec77288115d4434e30a65accccc451829c3c
extra : histedit_source : fee6e436e2a68f521a7edabea65341daece62e27
|
2015-03-16 15:44:34 +08:00 |
Samael Wang
|
70aab881b1
|
Bug 1138841 - Part 1: Fix PDU_NL_LOCKING_SHIFT_TABLES in ril_consts.js. r=btseng
--HG--
extra : rebase_source : cc228d6fdbb99c2908730b171498191db1c6057d
extra : histedit_source : 4f770f21c2cb0136a68a2fc3d0e7d5ce54f8ec17
|
2015-03-06 18:09:08 +08: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
|
9613ce77bb
|
Bug 1114935 - Part 6.1: Migration in RIL-internal Modules. r=echen
--HG--
extra : rebase_source : ab0d1eee0b60618e3f0cf3f6b52b41eb054ebbfb
extra : histedit_source : 5111d3af67fc87521bf303b24ca873312fc217e6
|
2015-01-15 18:12:23 +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 |
Ryan VanderMeulen
|
29c79b8b0b
|
Merge fx-team to m-c. a=merge
|
2015-03-13 16:09:58 -04:00 |
Ganesh Sahukari
|
4b15c2aa09
|
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
|
d1c61bc9b6
|
Bug 1116187 - Disable failing mochitest-chrome tests for B2G, r=gbrown
|
2015-02-06 16:30:37 -08:00 |
Szu-Yu Chen [:aknow]
|
1c22c59818
|
Bug 1140330 - Clear JSHint warning in RILContentHelper.js. r=hsinyi
|
2015-03-11 15:23:31 +08:00 |
Hsin-Yi Tsai
|
bcf8bdaaf3
|
Bug 1069186 - determine LTE signal level based on rsrp and rssnr. r=edgar
|
2015-02-16 19:12:54 +08:00 |
Wes Kocher
|
d8ac0068e5
|
Merge b2g-inbound to m-c a=merge CLOSED TREE
|
2015-03-10 15:44:53 -07:00 |
Garvan Keeley
|
4cb136cb9f
|
bug 1139012 - telemetry for MLS vs win8 geolocation response. r=cpeterson
|
2015-03-10 12:47:42 -04:00 |
Garvan Keeley
|
7ca28cc267
|
Bug 1129633 - part1. Use win8 geolocation with a fallback to MLS - r=m_kato
|
2015-03-10 12:47:40 -04:00 |
Thomas Zimmermann
|
80d309eb83
|
Bug 1137151: Marked destructors of ref-counted audio-manager classes as protected, r=dhylands
|
2015-03-10 13:44:02 +01:00 |
Thomas Zimmermann
|
5df47f6825
|
Bug 1137151: Marked destructors of ref-counted time-zone classes as protected, r=dhylands
|
2015-03-10 13:44:02 +01:00 |
Thomas Zimmermann
|
05955877d1
|
Bug 1137151: Marked destructors of ref-counted MTP classes as protected, r=dhylands
|
2015-03-10 13:44:02 +01:00 |
Thomas Zimmermann
|
345a4c003e
|
Bug 1137151: Marked destructors of ref-counted auto-mounter classes as protected, r=dhylands
|
2015-03-10 13:44:02 +01:00 |
Krzysztof Mioduszewski
|
c8ffc998c8
|
Bug 1139063 - [RIL] Adding "MissingResource" error msg (no logical channels available). r=echen
|
2015-03-06 02:08:00 +01:00 |
Jessica Jong
|
f5e1953939
|
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
|
8f11b08bf0
|
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
|
513755713c
|
Bug 1109479 - move tethering related code out of NetworkManager. r=echen
|
2015-03-05 16:41:00 +08:00 |