Jessica Jong
6e5f54c6f3
Bug 821578 - Add Marionette test for data call with multiple APN. f=edgar, r=hsinyi
2014-06-06 19:15:00 -04:00
Marcos Caceres
e65cf7c662
Bug 1009688 - Check that Cc["@mozilla.org/wifi/monitor;1"] returns an object before it is used; r=jdm
2014-06-06 18:28:56 -04:00
Vicamo Yang
0ea3db37cf
Bug 1019358 - 2/2: test cases. r=sku
2014-06-05 14:27:31 +08:00
ming.li
5cd7764889
Bug 1019358 - 1/2: [dolphin] unable to activate PDP for some specific SIM. r=vicamo
...
follow spec TS 31.102 4.2.18 EFAD and check mncLength
2014-06-05 14:27:27 +08:00
Vicamo Yang
f84a934814
Bug 1020108: use DOMTimestamp in MozCellBroadcastMessage. r=gene
2014-06-05 10:06:28 +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
Shawn Ku
2f6e9886df
Bug 1014408 - B2G RIL: Show empty APN for 405-05 SIM. r=HsinYi
2014-05-30 11:26:04 +08:00
Kilik Kuo
dd1a52b081
Bug 942032 - Add singleton pattern to AudioManager and avoid accessing it from content processes. r=mchen
2014-05-28 14:19:22 +08:00
Michael Vines
4dd098ac0a
Bug 1016022 - Restart softap when the link goes down unexpectedly. r=vchang
2014-05-28 13:28:00 -04:00
Bevis Tseng
0b2255edde
Bug 1008557 - setUiccSubscription when the RadioState is ready. r=htsai
2014-05-27 16:35:14 +08:00
Jose Antonio Olivera Ortega
317e98ac11
Bug 1006380
- Set phone in PHONE_STATE_IN_COMMUNICATION audio state when telephony audio channel is in use. r=mchen
2014-05-29 09:20:42 +02:00
Siddartha Pothapragada
5a33eccc87
Bug 976402 - Part 1 - Do not register target if the sessionTokens do not match. r=allstars.chh
2014-05-27 10:19:00 +02:00
Dave Hylands
b597549172
Bug 1015006 - Detect USB cable unplugged and set sharing to false. r=qDot
...
If the USB cable is pulled after we call SetIsSharing(true) but before we actually initiate the
sharing operation, then the volume doesn't change state, and mIsSharing never gets set back to
false. So we detect this condition now and force mIsSharing to be false when the USB cable is
unplugged.
2014-05-27 15:47:26 -07:00
Garvan Keeley
e38d20674e
Bug 1014916 - Loop through all the available wireless interfaces. r=dougt
2014-05-27 09:50:00 -04:00
Bevis Tseng
677f8b33d8
Bug 824717 - Part 6: Notify SendMesageFailed with saved DOM Message if available. r=vyang
2014-04-28 13:28:12 +08:00
Szu-Yu Chen [:aknow]
f731a267f5
Bug 1013745 - Part 4: Refine dialling process and pending call mechanism. r=hsinyi
2014-05-26 19:08:00 +02:00
Jessica Jong
609aecd34b
Bug 939046 - Part 4: changes to test cases after data call enhancement. f=edgar r=hsinyi
2014-05-27 02:09:00 +02:00
Jessica Jong
e258121ef3
Bug 939046 - Part 3: Introduce dataNetworkInterfaces map and DataCall. f=edgar r=hsinyi
...
First, we change to use dataNetworkInterfaces map. The key of the map
is the apn type and the value is its corresponding RILNetworkInterface.
RILNetworkInterface(s) are created as soon as apn settings are ready and
registered to NetworkManager right away.
Then, we introduce the DataCall object which represents a real
underlying PDP. When RILNetworkInterface is created, a DataCall is
assigned to it. DataCall can be shared between RILNetworkInterfaces
if they consist of the same apn, username and password.
When a RILNetworkInterface is enabled, it requests its DataCall to
be connected; the DataCall, which can be shared, will establish the
data call if it's not already connected. Similarly, DataCall will
disconnect the data call only when no RILNetworkInterface is requesting
it.
Also, we set the CONNECTING/DISCONNECTING state in DataCall instead of
waiting for state change from ril_worker.
2014-05-27 02:08:00 +02:00
Jessica Jong
5156dbe9cd
Bug 939046 - Part 2.b: use DISCONNECTED state instead of UNKNOWN when data is disconnected. f=edgar r=hsinyi,vicamo
...
Since we have removed routing stuff in register/unregisterNetworkInterface()
in Part 2.a, we should use DISCONNECTED state so that routes can be properly
removed when data call is deactivated.
2014-05-27 02:04:00 +02:00
Jessica Jong
9fcfadf6a8
Bug 939046 - Part 2.a: remove routing stuff in register/unregisterNetworkInterface. f=edgar r=hsinyi,vicamo
...
We should handle routing stuff when a network becomes CONNECTED/DISCONNECTED.
2014-05-27 02:03:00 +02:00
Jessica Jong
4a1278e73e
Bug 939046 - Part 1.b: use network id in ril to look for networkInterfaces. r=hsinyi,vicamo
2014-05-27 02:03:00 +02:00
Jessica Jong
7213396e90
Bug 939046 - Part 1.a: use network id as key in NetworkManager. f=edgar r=hsinyi,vicamo
...
Network id is composed of a sub-id + '-' + network type. For mobile network
types, sub-id is 'ril' + service id; for non-mobile network types, sub-id
is always 'device'.
2014-05-27 02:01:00 +02:00
Krzysztof Mioduszewski
3533cdf74a
Bug 933595 - Part 1: Gecko code changes to pass error messages to gaia. r=allstars.chh
2014-05-23 09:11:38 +02:00
Birunthan Mohanathas
fa0eb27120
Bug 869836 - Part 6: Use EqualsLiteral instead of Equals where possible. r=ehsan
2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
41bdca1ff6
Bug 869836 - Part 2: Use AppendLiteral instead of Append(NS_LITERAL_STRING(...))
. r=ehsan
2014-05-22 06:48:50 +03:00
Birunthan Mohanathas
d54d5f6f1f
Bug 798033 - Remove 'using namespace' from remaining headers. r=froydnj
2014-05-18 19:34:00 -04:00
Ryan VanderMeulen
9f6cd8c74a
Backed out 7 changesets (bug 824717) for bustage. r=khuey because the webidl hook is dumb
...
Backed out changeset bd7c604de980 (bug 824717)
Backed out changeset 4c4b8b15da37 (bug 824717)
Backed out changeset fd9e72e50518 (bug 824717)
Backed out changeset d66a08988272 (bug 824717)
Backed out changeset 5eaab20bb1aa (bug 824717)
Backed out changeset c80dbc9a693a (bug 824717)
Backed out changeset 62e12031b8bc (bug 824717)
2014-05-21 08:42:54 -04:00
Carsten "Tomcat" Book
64f3a4a5fe
Merge mozilla-central to b2g-inbound
2014-05-21 14:32:08 +02:00
Carsten "Tomcat" Book
2d16b888a9
merge b2g-inbound to mozilla-central
2014-05-21 14:08:03 +02:00
Bevis Tseng
64c42530f5
Bug 824717 - Part 6: Notify SendMesageFailed with saved DOM Message if available. r=vyang
2014-04-28 13:28:12 +08:00
Szu-Yu Chen [:aknow]
12513e5f2c
Bug 1003650 - Dynamically update debug flag. r=hsinyi
2014-05-21 00:50:00 +02:00
Yoshi Huang
e48080b68c
Bug 981646 - B2G RIL: Cannot read sdn contacts. r=smaug, vicamo
2014-05-16 14:50:00 +08:00
Szu-Yu Chen [:aknow]
80167212ff
Bug 1005816 - Part 2: Add telephony request queue. r=hsinyi
2014-05-20 18:36:40 +08:00
Garvan Keeley
30630feaa3
Bug 996998 - GonkGPSGeolocationProvider::NetworkLocationUpdate::Update(). r=dougt
2014-04-28 06:24:00 +02:00
Robert O'Callahan
0fa2605918
Bug 1001320. Part 5: Use #pragma GCC visibility on B2G. r=glandium
...
--HG--
rename : config/gcc_hidden.h => config/gcc_hidden_dso_handle.h
2014-05-11 23:37:14 -07:00
Bevis Tseng
df1971993a
Bug 1003247 - Ensure to setExtraHostRoute() after setAndConfigureActive() is done. r=vyang
2014-05-13 17:20:09 +08:00
Ed Morley
63a15b8237
Backed out changeset 3dbd84a99ce8 (bug 993282) for causing bug 1008357
2014-05-15 17:01:56 +01:00
Ed Morley
285c8ce766
Backed out changeset 254616e044b1 (bug 993282)
2014-05-15 17:01:36 +01:00
Edgar Chen
4f7ad74453
Bug 986395 - Part 1: Correct the API behavior of setPreferredNetworkType(). r=hsinyi
2014-05-13 14:36:18 +08:00
Yoshi Huang
e4c4d276f1
Bug 1010668 - B2G NFC: Nfc doesn't implement nsIObserver. r=dimi
...
From 48629f7e966c98e2149eb9ec46fa16120d804413 Mon Sep 17 00:00:00 2001
---
dom/system/gonk/Nfc.js | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
2014-05-15 12:11:51 +08:00
Dave Hylands
35aaa9bb46
Bug 1007053 - Pt1 - Fix shadowing of IsFake attribute in the Child Volume cache. r=qDot
2014-05-13 15:48:04 -07:00
Edgar Chen
2ea7c9026b
Bug 898445 - Part 7: RIL xpcshell test changes. r=hsinyi
2014-05-12 13:00:14 +08:00
Edgar Chen
f28c4a6bb1
Bug 898445 - Part 5: RIL implementation changes for MobileConnection webidl. r=hsinyi
2014-04-08 14:28:54 +08:00
Edgar Chen
017a095ae1
Bug 898445 - Part 4: GPS changes for MobileConnection webidl. r=kchen
2014-02-26 16:00:39 +08:00
Edgar Chen
760bcd5b2a
Bug 898445 - Part 1-5: Internal interface changes for MobileConnection webidl. r=hsinyi
2014-04-24 18:34:10 +08:00
Ryan VanderMeulen
1e3f9e066b
Merge inbound to m-c.
2014-05-12 16:32:53 -04:00
Edgar Chen
55a54d2dc2
Bug 942740 - Carry serviceId information in ussd system message. r=hsinyi
2014-05-08 11:47:24 +08:00
Carsten "Tomcat" Book
934285e416
merge b2g-inbound to mozilla-central
2014-05-09 14:13:29 +02:00
Hsin-Yi Tsai
2bf218cddf
Bug 1007538 - [B2G][RIL] fix error handling of REQUEST_QUERY_FACILITY_LOCK. r=edgar
2014-05-08 18:13:44 +08:00
Ryan VanderMeulen
2640aeb9e6
Merge m-c to inbound on a CLOSED TREE.
2014-05-08 16:05:45 -04:00
Fabrice Desré
38a714c70f
Bug 993282 - Lazy load more js modules - Part 3: RIL r=gene
2014-05-07 15:53:17 -07:00
Fabrice Desré
50e878086a
Bug 993282 - Lazy load more js modules - part 1: NFC r=psiddh
2014-05-07 15:53:16 -07:00
Marco Castelluccio
33831340af
Bug 1001948 - Attempt to remove files more than once in the Windows cleanup functions in toolkit/webapps/ tests. r=myk,Yoric,tabraldes
2014-05-08 20:06:26 +02:00
Hsin-Yi Tsai
1728eb06a4
Bug 997584 - part 1 - remove kPrefClirModePreference. r=vicamo
2014-04-18 16:11:40 +08:00
Wes Kocher
7710b5202f
Backed out 3 changesets (bug 993282) for b2g emulator mochitest 3 failures
...
Backed out changeset 30e0991d49e0 (bug 993282)
Backed out changeset 6b9c8d6ab401 (bug 993282)
Backed out changeset 96e1a542bb45 (bug 993282)
2014-05-07 18:47:17 -07:00
Wes Kocher
62078d3b44
Merge m-c to b2g-inbound
2014-05-07 17:39:54 -07:00
Wes Kocher
244008d72c
merge inbound to m-c
2014-05-07 17:06:22 -07:00
Fabrice Desré
e910d21c56
Bug 993282 - Lazy load more js modules - Part 3: RIL r=gene
2014-05-07 15:53:17 -07:00
Fabrice Desré
c119387f29
Bug 993282 - Lazy load more js modules - part 1: NFC r=psiddh
2014-05-07 15:53:16 -07:00
Edgar Chen
37ff1c4ceb
Bug 1001352 - Set data subscrption for flame dsds mode. r=hsinyi
2014-05-05 15:12:14 +08:00
David Rajchenbach-Teller
403594da2f
Bug 994951 - Activate OS.File xpcshell tests on B2G. r=froydnj
2014-05-05 06:53:00 -04:00
Edgar Chen
c9ca58683f
Bug 1003011 - Part 2: Need to enable uicc subscription for flame dsds mode. r=hsinyi
2014-04-30 16:32:07 +08:00
Edgar Chen
3bc721858d
Bug 1003011 - Part 1: Cleanup RIL parcel. r=hsinyi
2014-04-30 12:04:51 +08:00
Chris Peterson
ed406b4edb
Bug 990764 - Replace MOZ_ASSUME_UNREACHABLE in dom. r=smaug
2014-04-20 00:36:40 -07:00
Garner Lee
700c33e729
Bug 959059: [NFC] CheckP2PRegistration should return error if sessionToken doesn't exist. r=allstars.chh
2014-04-30 10:18:00 +02:00
Vicamo Yang
7a47f1b4f2
Bug 999458 - 2.c/2: 0 <= gsmLocationAreaCode <= 65535. r=echen
2014-05-02 00:24:12 +08:00
Nathan Froyd
b2b2d28887
Bug 1003306 - part 2 - use services::GetPermissionManager everywhere that's appropriate; r=ehsan
2014-04-29 13:27:26 -04:00
Carsten "Tomcat" Book
f45fcac3a1
Merge m-c to mozilla-inbound
2014-04-30 15:26:15 +02:00
Carsten "Tomcat" Book
6034c4e139
merge b2g-inbound to mozilla-central
2014-04-30 15:23:44 +02:00
Edgar Chen
b194f2e1db
Bug 929701 - Part 3: Remove JS-implemented DOMMMIError. r=hsinyi
2014-04-23 15:02:11 +08:00
Szu-Yu Chen [:aknow]
aab0882a69
Bug 993255 - Part 4: Fix hang up pending outgoing call. r=hsinyi
2014-04-29 10:02:20 +08:00
Hsin-Yi Tsai
cb17f1f303
Bug 1000670 - part 4 - ril: _sendClirModeChanged. r=vicamo
2014-04-24 14:46:27 +08:00
Ryan VanderMeulen
e9cb3633f3
Backed out changeset eaa0d64e544e (bug 996998) for B2G bustage.
2014-04-27 17:47:12 -04:00
Garvan Keeley
214155af2b
Bug 996998 - GonkGPSGeolocationProvider::NetworkLocationUpdate::Update() MLS location can override GPS location, even through the MLS location is unchanged. r=dougt
2014-04-21 07:45:00 -04: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
Rodrigo Rodriguez Jr.
f307a82a31
Bug 952650 (part 11) - Remove JSVAL_TO_INT. r=njn.
...
--HG--
extra : rebase_source : 41923458bbf8fd957c9a57685df4969f1190bd9f
2014-04-27 19:55:08 -07:00
Rodrigo Rodriguez Jr.
34da22f61e
Bug 952650 (part 9) - Remove JSVAL_IS_INT. r=njn.
...
--HG--
extra : rebase_source : dc0c170914c2370c218cdbbe671d2a68628f5a87
2014-04-27 19:47:02 -07:00
Rodrigo Rodriguez Jr.
1f625188df
Bug 952650 (part 7) - Remove JSVAL_IS_BOOLEAN. r=njn.
...
--HG--
extra : rebase_source : 1ac334a052b7374dd9080d9bf89658e1f5d6168f
2014-04-27 19:44:05 -07:00
Rodrigo Rodriguez Jr.
7c5f40a5f8
Bug 952650 (part 3) - Remove JSVAL_TO_BOOLEAN. r=njn.
...
--HG--
extra : rebase_source : fbe97c23a4893b8c4c5641f41947f3a96f7111d3
2014-04-27 19:34:12 -07:00
Zack Weinberg
599c95157f
Bug 1001842, part 2: make umask available via OS.Constants. r=khuey sr=bz
2014-04-26 10:56:58 -04:00
Szu-Yu Chen [:aknow]
4bdd06cb70
Bug 1000705 - Fix fail cause of local hang up. r=hsinyi
2014-04-25 03:05:00 -04:00
Carsten "Tomcat" Book
f7b3ad6627
Merge m-c to b2g-i
2014-04-25 13:55:53 +02:00
Yoshi Huang
bd2357cdb6
Bug 1000191 - [NFC] |NfcPeer.sendNDEF| fails on emulator. r=dimi
...
From 33a39097f4d5042ed678564f506a5505573a0a93 Mon Sep 17 00:00:00 2001
---
dom/system/gonk/Nfc.js | 52 +++++++++----------------------------------
dom/system/gonk/nfc_consts.js | 2 --
2 files changed, 10 insertions(+), 44 deletions(-)
2014-04-24 17:05:26 +08:00
Szu-Yu Chen [:aknow]
3201a692f8
Bug 999334 - Redesign pending outgoing call mechanism. r=hsinyi
2014-04-25 14:59:40 +08:00
Yoshi Huang
b86a3510c9
Bug 1000499 - JavaScript Error: "this.removeMessageListener is not a function". r=dimi
2014-04-24 11:14:58 +08:00
Ryan VanderMeulen
24766ee400
Merge m-c to inbound.
2014-04-24 13:44:11 -04:00
Ehsan Akhgari
6f17753f68
Bug 998738 - Kill nsIDOMXPathNamespace (and window.XPathNamespace); r=smaug
2014-04-24 12:07:44 -04:00
Gregor Wagner
4e4c215ffd
Bug 999572 - Fix settingsService usage in NetworkGeolocationProvider.js. r=bent
2014-04-23 14:16:24 -07:00
Jon Coppeard
e52714cca7
Bug 959787 - Handlify remaining JS APIs r=terrence r=bz r=bholley
2014-04-30 10:10:33 +01:00
Hsin-Yi Tsai
f07a627b26
Backed out changeset d050c422919a (bug 997584) since should wait for gaia blocker landed first.
2014-04-22 18:46:59 +08:00
Hsin-Yi Tsai
47b9f71492
Bug 997584 - part 1 - remove kPrefClirModePreference. r=vicamo
2014-04-18 16:11:40 +08:00
Masatoshi Kimura
a5c9c86f32
Bug 1007797 - Fixup tests. r=yoric
2014-05-12 22:46:50 +09:00
Edgar Chen
f63b793637
Bug 995109 - Don't handle |dataInfo.connected| in DataConnectionHandler. r=hsinyi
2014-04-11 16:53:57 +08:00
Dimi Lee
8313480a83
Bug 998274 - [NFC] Support pass tag technology to GAIA. r=allstars.chh
2014-04-18 19:25:47 +08:00
Yoshi Huang
295e696eda
Bug 995101 - NFC: Don't use nfc-hardware-state-change event to enable/disable NFC. r=dimi
2014-04-11 17:49:21 +08:00
Edgar Chen
d9761e4a35
Bug 996409 - Part 2: Marionette test for 'network-active-changed'. r=hsinyi
2014-04-14 18:15:20 +08:00
Edgar Chen
ca6ef18f7b
Bug 996409 - Part 1: 'network-active-changed' doesn't be propagated if active becomes to null. r=hsinyi
2014-04-11 17:30:16 +08:00
Kyle Huey
abb20c398b
Bug 991812: B2G Fixups CLOSED TREE. r=me
2014-04-15 15:30:00 -07:00
Kyle Huey
b3f7cb56b7
Bug 991812: B2G Fixups CLOSED TREE. r=me
2014-04-15 15:26:43 -07:00
Kyle Huey
91420b7d1d
Bug 991812: Remove uses of RefCounted<T> that live in Gecko. r=ehsan
...
--HG--
extra : rebase_source : 239ff77ec3765a3f190ed75b1645c6011e5d1dbd
2014-04-14 12:04:24 -07:00
"allstars.chh"
81aaa2bb6b
Bug 970251 - Part 2: Impl. r=dimi
...
From e1c730487df90a5edfe416be9b9219da02652be3 Mon Sep 17 00:00:00 2001
---
dom/nfc/nsNfc.js | 17 +++++++++--
dom/system/gonk/Nfc.js | 35 ++++++++++++++++++++--
dom/system/gonk/NfcContentHelper.js | 48 ++++++++++++++++++++++++++++++-
dom/system/gonk/nsINfcContentHelper.idl | 17 ++++++++++-
4 files changed, 111 insertions(+), 6 deletions(-)
2014-04-15 14:47:42 +08:00
Ryan VanderMeulen
f6ce616a14
Merge m-c to inbound on a CLOSED TREE.
2014-04-13 22:52:50 -04:00
Dimi Lee
9b4debf7f9
Bug 994524 - [Follow up of bug 989135] Fix ssid buffer may overflow.
2014-04-11 12:00:19 +08:00
Bevis Tseng
8a1d508220
Bug 991988 - Resolve HostName of either MMS Proxy or MMSC. r=vyang
2014-04-10 12:03:56 +08:00
Edgar Chen
e058219209
Bug 980259 - Dynamic enable network related debug log. r=vchang
2014-04-09 14:10:04 +08:00
Yoshi Huang
48264d7a72
Bug 993891 - B2G NFC: NFC_IPC_MSG_NAMES in Nfc.js is handled twice. r=dimi
2014-04-10 11:43:45 +08:00
Siddartha Pothapragada
f71172786b
Bug 993896 - Fire success / error to dom requests based on status received from gonk. r=allstars.chh
2014-04-08 23:17:53 -07:00
Vicamo Yang
0eff675a4f
Bug 994601: fix undefined 'RequestSettingValue' and 'nsIRILNetworkInterface' in Flatfish build. r=kanru
2014-04-11 22:28:01 +08:00
Vicamo Yang
a13d595ddb
Bug 977995 - remove mNetdWorker from SystemWorkerManager. r=khuey, f=vchang
...
There are multiple defects in NetworkWorker and the related parts
since the C++ rewrite. 1) NetworkService holds a reference to
NetworkWorker and never releases it. It has to wait until the cycle
collector comes up to resolve their ownership loop and free
NetworkWorker manually. However 2) nsINetworkWorker::shutdown is
never called, and that leaves everything living till the end,
inclusive of that gNetdConsumer in Netd.cpp. 3) when GC comes to free
NetworkWorker, it calls its parent destructor ~NetConsumer(), which
in turn calls ~RefCounted<NetdConsumer>(). Having a valid
gNetdConsumer in Netd.cpp follows its refCnt is not zero and this
triggers an assertion in ~RefCounted<NetdConsumer>().
So, some obvious treatments here. A) NetworkService should call
nsINetworkWorker::shutdown upon receiving a shutdown observer event
and release the reference to NetworkWorker. B) NetworkWorker should
never be double ref-counted. Move NetdConsumer implementation into a
separated class.
2014-04-11 22:27:55 +08:00
Andrea Marchesini
8204cc0528
Bug 987064 - Remove AudioChannelType. r=roc, r=mchen, r=bent
2014-04-10 18:39:20 +01:00
Ed Morley
836073723d
Merge latest green b2g-inbound changeset and mozilla-central
2014-04-10 17:45:11 +01:00
Jessica Jong
e6eedb747f
Bug 961921 - Part 1: separate roaming preference for each client. r=hsinyi
2014-04-08 20:55:00 +02:00
Szu-Yu Chen [:aknow]
e8963e3a58
Bug 993255 - Part 3: Fix related test case. r=hsinyi
2014-04-10 02:06:00 +02:00
Szu-Yu Chen [:aknow]
6e1d14b315
Bug 993255 - Part 2: Hangup pending outgoing call. r=hsinyi
2014-04-10 02:06:00 +02:00
Szu-Yu Chen [:aknow]
2784015699
Bug 993255 - Part 1: Refactor: extract removeVoiceCall. r=hsinyi
2014-04-10 02:05:00 +02:00
Yoshi Huang
2ee60a253a
Bug 993893 - B2G NFC: NfcManager APIs will also check nfc-write permission. r=dimi
2014-04-09 17:58:28 +08:00
Carsten "Tomcat" Book
aafe0a6459
merge b2g-inbound to mozilla-central
2014-04-09 14:27:34 +02:00
Edgar Chen
8195df75a7
Bug 978027 - Part 3: Get icc app index only when the _isCdma flag is ready to use. r=allstars.chh
2014-04-07 16:57:45 +08:00
Edgar Chen
16fe489a5a
Bug 978027 - Part 2: RIL implementation for prl version. r=allstars.chh
2014-04-07 15:29:04 +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
Bevis Tseng
e5b8117321
Bug 990918 - Part 2: Add Xpcshell Test Case for setCellBroadcastSearchList(). r=htsai
2014-04-03 16:46:51 +08:00
Bevis Tseng
c95434d69d
Bug 990918 - Part 1: Make RIL compatible for both new/old formats of ril.cellbroadcast.searchlist. r=htsai
2014-04-03 16:33:56 +08:00
Ryan VanderMeulen
4aa2d3dc0f
Merge b2g-inbound to m-c.
2014-04-07 22:29:35 -04:00
Dimi Lee
8bf8f7aee7
Bug 989135 - [B2G][Component][Location] Having a quotation mark in the Wi-Fi hotspot password or SSID is not handled gracefully. r=vchang
2014-04-07 14:26:53 +08:00
Ryan VanderMeulen
4be6b97fe2
Merge inbound to m-c.
2014-04-04 14:51:38 -04:00
Szu-Yu Chen [:aknow]
52e9cd7e49
Bug 990467 - Part 2: Add pending outgoing call. r=hsinyi
2014-04-04 08:18:17 -04:00
Szu-Yu Chen [:aknow]
38ab26fca5
Bug 990467 - Part 1: Refactor: Extract function of adding new voice call. r=hsinyi
2014-04-04 08:17:59 -04:00
Masayuki Nakano
852403f45d
Bug 990855 part.2 Remove dom/events from local includes of moz.build files r=smaug
2014-04-03 13:18:38 +09:00
Edgar Chen
2d74f90822
Bug 990383 - Set default value of 'supportedNetworkTypes' as 'wcdma/gsm'. r=hsinyi
2014-04-01 15:11:36 +08:00
Nils Maier
0f42681cbc
Bug 952997 - Fix OS.File large file support. r=yoric
2014-04-08 03:40:00 +02:00
snigdha
11404d6af2
Bug 798033 - Headers should generally not do "using namespace" at file scope. r=jib, r=jmathies, r=rjesup, r=ekr, r=ncameron, r=blassey
2014-04-01 08:29:25 -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
Phil Ringnalda
7e188029e3
Merge b-i to m-c
2014-03-29 09:18:08 -07:00
Vicamo Yang
141c9429be
Bug 978709 - 5/6: really add an IPV4V6 option. r=hsinyi
2014-03-29 15:18:26 +08:00
Edgar Chen
0c858f8485
Bug 978709 - 4.h/6: NetworkInterfaceListService changes. r=vicamo
2014-03-29 15:18:25 +08:00
Jessica Jong
49d41bb08c
Bug 978709 - 4.e/6: nsIRILNetworkInterface changes. r=vicamo
2014-03-29 15:18:22 +08:00
Jessica Jong
ec539f9721
Bug 978709 - 4.d/6: secondary routes changes to support IPv4v6. f=echen, r=vicamo
2014-03-29 15:18:20 +08:00
Jessica Jong
d0526bcd0a
Bug 978709 - 4.c/6: NetworkUtils changes to support IPv4v6. f=echen, r=vicamo
2014-03-29 15:18:19 +08:00
Jessica Jong
b4f2c54fa4
Bug 978709 - 4.b/6: NetworkService changes to support IPv4v6. f=echen r=vicamo
2014-03-29 15:18:18 +08:00
Jessica Jong
6e7ca92be6
Bug 978709 - 4.a/6: idl changes to support IPv4v6. f=echen r=vicamo
2014-03-29 15:18:17 +08:00
Vicamo Yang
366b897865
Bug 978709 - 3.b/6: support multiple addresses in ril_worker. r=hsinyi
2014-03-29 15:18:16 +08:00
Vicamo Yang
7cc115fa1d
Bug 978709 - 3.a/6: RIL_Data_Call_Response_v5 has also DNS server list. r=hsinyi
2014-03-29 15:18:15 +08:00
Vicamo Yang
23f4b13fb2
Bug 978709 - 2.e/6: remove unused data call enumeration stuff. r=hsinyi
2014-03-29 15:18:14 +08:00
Vicamo Yang
acc0fa401f
Bug 978709 - 2.d/6: don't throw in _deliverDataCallCallback loop. r=hsinyi
2014-03-29 15:18:13 +08:00
Vicamo Yang
680d5de7a0
Bug 978709 - 2.c/6: completely remove nsIRILDataCallback. r=hsinyi
2014-03-29 15:18:12 +08:00
Vicamo Yang
6997a6fa3c
Bug 978709 - 2.b/6: don't use nsIRILDataCallback in GonkGPSGeolocationProvider. r=kanru
...
nsIRILDataCallback has been abused in RadioInterfaceLayer.js and is
becoming an RIL internal utility. Besides, nsIRILDataCallback has
also racing problem as described in bug 976897. We should really use
NetworkManager observer events to replace the notification mechanism
here.
2014-03-29 15:18:11 +08:00
Vicamo Yang
4672fd7378
Bug 978709 - 2.a/6: remove nsIRILDataCallback::receiveDataCallList. r=hsinyi
...
nsIRILDataCallback::receiveDataCallList has been obsoleted for a long
long time and all the existing classes that implement
nsIRILDataCallback leave the function body empty. Since we're going
to change the object layout of a |datacall| JS object, removing
related but obsoleted functions saves us some time.
2014-03-29 15:18:10 +08:00
Vicamo Yang
612f4dfdfc
Bug 978709 - 1/6: remove nsINetworkInterface::broadcast. r=hsinyi
2014-03-29 15:18:09 +08:00
Boris Zbarsky
9553dba3d6
Bug 987112. Remove the redundant and somewhat annoying parentObject argument to dictionary ToObject() methods. r=bholley
2014-03-29 01:45:10 -04:00