Ehsan Akhgari
323eb451e8
Bug 998738 - Kill nsIDOMXPathNamespace (and window.XPathNamespace); r=smaug
2014-04-24 12:07:44 -04:00
Gregor Wagner
d42df218be
Bug 999572 - Fix settingsService usage in NetworkGeolocationProvider.js. r=bent
2014-04-23 14:16:24 -07:00
Hsin-Yi Tsai
393e8c031d
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
7c073d465d
Bug 997584 - part 1 - remove kPrefClirModePreference. r=vicamo
2014-04-18 16:11:40 +08:00
Edgar Chen
bcc7e20156
Bug 995109 - Don't handle |dataInfo.connected| in DataConnectionHandler. r=hsinyi
2014-04-11 16:53:57 +08:00
Dimi Lee
bdf6e19ae4
Bug 998274 - [NFC] Support pass tag technology to GAIA. r=allstars.chh
2014-04-18 19:25:47 +08:00
Yoshi Huang
39d0f2704a
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
5c2d886611
Bug 996409 - Part 2: Marionette test for 'network-active-changed'. r=hsinyi
2014-04-14 18:15:20 +08:00
Edgar Chen
20db359f39
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
385e2f9891
Bug 991812: B2G Fixups CLOSED TREE. r=me
2014-04-15 15:30:00 -07:00
Kyle Huey
1e28725524
Bug 991812: B2G Fixups CLOSED TREE. r=me
2014-04-15 15:26:43 -07:00
Kyle Huey
4b25f94dc9
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"
4a955516e6
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
be657e134d
Merge m-c to inbound on a CLOSED TREE.
2014-04-13 22:52:50 -04:00
Dimi Lee
8ea790b5b6
Bug 994524 - [Follow up of bug 989135] Fix ssid buffer may overflow.
2014-04-11 12:00:19 +08:00
Bevis Tseng
aa65c6f3c6
Bug 991988 - Resolve HostName of either MMS Proxy or MMSC. r=vyang
2014-04-10 12:03:56 +08:00
Edgar Chen
6551be22dd
Bug 980259 - Dynamic enable network related debug log. r=vchang
2014-04-09 14:10:04 +08:00
Yoshi Huang
14173a99f6
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
5c7ab7028c
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
9d7ac97787
Bug 994601: fix undefined 'RequestSettingValue' and 'nsIRILNetworkInterface' in Flatfish build. r=kanru
2014-04-11 22:28:01 +08:00
Vicamo Yang
7c817ef026
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
eaa3ff4eed
Bug 987064 - Remove AudioChannelType. r=roc, r=mchen, r=bent
2014-04-10 18:39:20 +01:00
Jessica Jong
9ce98e6211
Bug 961921 - Part 1: separate roaming preference for each client. r=hsinyi
2014-04-08 20:55:00 +02:00
Szu-Yu Chen [:aknow]
56ab53a7ec
Bug 993255 - Part 3: Fix related test case. r=hsinyi
2014-04-10 02:06:00 +02:00
Szu-Yu Chen [:aknow]
28141d73a9
Bug 993255 - Part 2: Hangup pending outgoing call. r=hsinyi
2014-04-10 02:06:00 +02:00
Szu-Yu Chen [:aknow]
a3e0395827
Bug 993255 - Part 1: Refactor: extract removeVoiceCall. r=hsinyi
2014-04-10 02:05:00 +02:00
Yoshi Huang
7fb797dee0
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
7cd09aa69d
merge b2g-inbound to mozilla-central
2014-04-09 14:27:34 +02:00
Edgar Chen
627ebb29a3
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
3567f2c50f
Bug 978027 - Part 2: RIL implementation for prl version. r=allstars.chh
2014-04-07 15:29:04 +08:00
Boris Zbarsky
35fca5eeeb
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
56f44fdf10
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
37c6e279dc
Bug 990918 - Part 2: Add Xpcshell Test Case for setCellBroadcastSearchList(). r=htsai
2014-04-03 16:46:51 +08:00
Bevis Tseng
5e679ebe22
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
55244323f3
Merge b2g-inbound to m-c.
2014-04-07 22:29:35 -04:00
Dimi Lee
c9fbadf21a
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
620c42bcde
Merge inbound to m-c.
2014-04-04 14:51:38 -04:00
Szu-Yu Chen [:aknow]
9557433410
Bug 990467 - Part 2: Add pending outgoing call. r=hsinyi
2014-04-04 08:18:17 -04:00
Szu-Yu Chen [:aknow]
59e0ad2af1
Bug 990467 - Part 1: Refactor: Extract function of adding new voice call. r=hsinyi
2014-04-04 08:17:59 -04:00
Masayuki Nakano
ff8b968574
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
bdd40d3fae
Bug 990383 - Set default value of 'supportedNetworkTypes' as 'wcdma/gsm'. r=hsinyi
2014-04-01 15:11:36 +08:00
Masayuki Nakano
54d409dfca
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
8b68d74cfd
Merge b-i to m-c
2014-03-29 09:18:08 -07:00
Vicamo Yang
cdf964dedb
Bug 978709 - 5/6: really add an IPV4V6 option. r=hsinyi
2014-03-29 15:18:26 +08:00
Edgar Chen
2fc8f9200b
Bug 978709 - 4.h/6: NetworkInterfaceListService changes. r=vicamo
2014-03-29 15:18:25 +08:00
Jessica Jong
0cb92ca61e
Bug 978709 - 4.e/6: nsIRILNetworkInterface changes. r=vicamo
2014-03-29 15:18:22 +08:00
Jessica Jong
723face563
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
c8544cb2c2
Bug 978709 - 4.c/6: NetworkUtils changes to support IPv4v6. f=echen, r=vicamo
2014-03-29 15:18:19 +08:00
Jessica Jong
899fec8702
Bug 978709 - 4.b/6: NetworkService changes to support IPv4v6. f=echen r=vicamo
2014-03-29 15:18:18 +08:00
Jessica Jong
e7b797a003
Bug 978709 - 4.a/6: idl changes to support IPv4v6. f=echen r=vicamo
2014-03-29 15:18:17 +08:00
Vicamo Yang
42e98bca9c
Bug 978709 - 3.b/6: support multiple addresses in ril_worker. r=hsinyi
2014-03-29 15:18:16 +08:00
Vicamo Yang
2651a589d5
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
e08eee5c24
Bug 978709 - 2.e/6: remove unused data call enumeration stuff. r=hsinyi
2014-03-29 15:18:14 +08:00
Vicamo Yang
c763a82d83
Bug 978709 - 2.d/6: don't throw in _deliverDataCallCallback loop. r=hsinyi
2014-03-29 15:18:13 +08:00
Vicamo Yang
3284f1c5d5
Bug 978709 - 2.c/6: completely remove nsIRILDataCallback. r=hsinyi
2014-03-29 15:18:12 +08:00
Vicamo Yang
ef958c57b3
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
8dd297dbbc
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
3c86c42f4c
Bug 978709 - 1/6: remove nsINetworkInterface::broadcast. r=hsinyi
2014-03-29 15:18:09 +08:00
Boris Zbarsky
d4a40b2bea
Bug 987112. Remove the redundant and somewhat annoying parentObject argument to dictionary ToObject() methods. r=bholley
2014-03-29 01:45:10 -04:00
Wes Kocher
7d471d658b
Merge b2g-inbound to m-c
2014-03-27 19:37:17 -07:00
Bevis Tseng
a33d1467f5
Bug 981077 - Part 3: Remove unused method of getClientIdByIccId(). r=vyang
2014-03-25 15:04:33 +08:00
Thomas Zimmermann
ea2c4302bc
Bug 986440: Add missing field |number| for REQUEST_QUERY_CALL_FORWARD_STATUS, r=htsai
...
The field |number| is missing when REQUEST_QUERY_CALL_FORWARD_STATUS
gets invoked from RilContentHelper.js. This patch adds a test to the
function |queryCallForwardingStatus| for handling this case.
--HG--
extra : rebase_source : c56474a2023434ac3658c7771244c6380ca2a6e0
2014-03-27 10:35:30 +01:00
Thomas Zimmermann
2e711b04a9
Bug 986440: Check for |radioTech| in |voiceRegistrationState|, r=htsai
...
When starting up RIL, |radioTech| in |voiceRegistrationState| is not
defined before we received REQUEST_VOICE_REGISTRATION_STATE. This
patch adds an extra test to avoid the respective error message.
--HG--
extra : rebase_source : 19927ec9a3892606d81f3209ea470ce297d927d7
2014-03-27 10:35:24 +01:00
Thomas Zimmermann
a2623c2ab0
Bug 986440: Test for |options.rilMessageType| in REQUEST_GET_SMSC_ADDRESS handler, r=htsai
...
The response handler for REQUEST_GET_SMSC_ADDRESS expects the field
|rilMessageType| to be present in its options. This is not the case
if the request was generated from within ril_worker.js.
This patch handles this case by adding an extra test for the existance
of the field. The response handler will return without sending a reply
to the content helper. This is not a problem since the content handler
did not invoke the request anyway.
--HG--
extra : rebase_source : 211d5f4dc29dd99b745bc29d856c291175f156f1
2014-03-27 10:35:17 +01:00
Thomas Zimmermann
c217994116
Bug 986440: Return 'null' from RIL-worker function, r=htsai
...
One of the functions in ril_worker.js is supposed to return 'null'
on errors, but returns 'undefined' instead. This patch fixes the
problem.
--HG--
extra : rebase_source : 0f0c1cc06fb4bcb6fe034ab3c88890b351a6cad6
2014-03-27 10:35:09 +01:00
Yoshi Huang
c6f6c3646f
Bug 987595 - B2G NFC: onpeerready isn't called. r=dimi
2014-03-25 19:14:41 +08:00
Doug Turner
308efc43ed
Bug 987019 - Shutdown Wifi scanning after geolocation request has completed. r=kanru
2014-03-24 12:40:42 -07:00
Doug Turner
1b505adf19
Bug 977725 - MLS Geolocation seeding GONK GPS Provider. r=kanru
2014-03-22 00:42:55 -07:00
John Shih
54a51887c3
Bug 960426 - Part 4: Support Network Information API in Fifrefox OS. r=vchang
2014-03-17 14:33:48 +08:00
Doug Turner
ab6130fd89
Bug 989692 - Add GPS Debugging Logging. r=kchen
2014-03-24 21:58:18 -07:00
Neil Rashbrook
a8a5decf6f
Bug 514280 Only use nsCOMPtr for interfaces r=bsmedberg
2014-04-03 23:06:26 +01:00
Vivien Nicolas
b2e05b2a68
Bug 985735 - dom/system/gonk/NetworkService.js: WARNING: no preprocessor directives found. r=gwagner
2014-03-20 13:01:34 +08:00
Jessica Jong
bae45ed494
Bug 984327 - Part 2: Modify test cases for dun. r=vicamo
2014-03-19 08:39:00 -04:00
Jessica Jong
6552af2779
Bug 984327 - Part 1: Include dun apn type in isNetworkTypeSecondaryMobile(...) and elsewhere. r=vicamo
2014-03-19 08:39:00 -04:00
Shawn Ku
216568d9b9
Bug 977433 - Part 1: RIL patch - B2G RIL: Handling LTE signal strength. r=HsinYi
2014-03-18 10:28:17 +08:00
Yoshi Huang
328762f66a
Bug 933678 - B2G NFC: Add exposedProps for those objects passed to Gaia. r=dimi
2014-02-20 18:13:40 +08:00
Bevis Tseng
55a682ebe0
Bug 945089 - Part 2: Revice deprecated test cases. r=vyang
2014-03-05 16:47:37 +08:00
Bevis Tseng
ac783a7b2f
Bug 945089 - Part 1.2: Move SMS concatenation logic from ril_worker.js to RadioInterfaceLayer.js. r=vyang
2014-03-13 01:27:00 +09:00
Edgar Chen
bec6eb2377
Bug 946589 - Remove 'ril.radio.preferredNetworkType' setting handler. r=hsinyi
2014-02-12 20:58:11 +08:00
Edgar Chen
1a9331e5f8
Bug 980826 - Part 2: Add xpcshell tests for updateContactFieldType2() for the case that the recordId in IAP is 0xff. r=allstars.chh
2014-03-11 14:03:25 +08:00
Edgar Chen
e16b35f2a3
Bug 980826 - Part 1: updateContactFieldType2() doesn't trigger either onsuccess or onerror callback in some case. r=allstars.chh
2014-03-11 11:20:26 +08:00
Bevis Tseng
2c55576445
Bug 976897 - Define new notification between NetworkManager and outer modules to prevent the race condition of setting routes and using network interface. r=vyang.
2014-03-10 12:36:42 +09:00
Thomas Zimmermann
f21e0f75d3
Bug 982126: Set session ID in NFC messages, r=allstars.chh
2014-03-11 15:23:30 +01:00
Ryan VanderMeulen
638c17a5bb
Merge b2g-inbound to m-c.
2014-03-08 01:23:46 -08:00
Vicamo Yang
01f8ef8bf5
Bug 957917 - 1/2: B2G RIL - read PDP type from APN settings. r=hsinyi
2014-03-11 22:17:57 +08:00
Ryan VanderMeulen
fee54ff24f
Backed out changesets a7ea2d51414d and 901717199390 (bug 957917) for causing bug 980375.
2014-03-06 16:30:35 -05:00
Shawn Ku
11e6563a1e
Bug 976491 - Add test case. r=Yoshi
2014-03-06 09:53:40 +08:00
Shawn Ku
a8e522d859
Bug 976491 - B2G RIL: Don't throw exception when running readICCID for some CMCC cards. r=Yoshi
2014-03-06 09:52:44 +08:00
Hsin-Yi Tsai
eb357af8b7
Bug 980236 - [B2G] [RIL] test_ril_worker_icc.js fails with DEBUG = true. r=allstars.chh
2014-03-06 18:05:38 +08:00
Bevis Tseng
345798baec
Bug 977920 - Retrieve iccId without checking prototype of IccInfo. r=vyang
2014-03-05 11:10:46 +08:00
Bevis Tseng
07ae6b7a7c
Bug 974820 - Part 2: Add error handling of sending/receiving SMS/MMS when device storage is full. r=vyang
2014-02-20 12:21:11 +08:00
Vicamo Yang
f988ed247e
Bug 957917 - 1/2: B2G RIL - read PDP type from APN settings. r=hsinyi
2014-03-05 10:37:42 +08:00
Alan Huang
dbb6bb4e64
Bug 971612 - Implement "mount" and "unmount" API for device storage. r=dhylands
2014-03-04 19:24:19 +08:00
Yoshi Huang
45695d8615
Bug 977440 - B2G RIL: add xpcshell tests for the processICCIOError. r=vicamo
...
From e13745bd7ccd720f66d75c75259af7fd7f4e6014 Mon Sep 17 00:00:00 2001
---
dom/system/gonk/tests/test_ril_worker_icc.js | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
2014-02-27 15:35:45 +08:00
Chuck Lee
b4e63d4f53
Bug 975813 - Support IPv6 in Network Manager. r=vicamo,fabrice
2014-02-28 20:24:35 +08:00
Jessica Jong
4025634f1f
Bug 960865 - Part 5: add dun connection timer and reference count. r=vchang
2014-02-28 18:05:10 +08:00
Jessica Jong
fdff1b130f
Bug 960865 - Part 4: dun support implementation in NetworkManager. r=vchang
2014-02-28 18:05:06 +08:00
Jessica Jong
5938501a14
Bug 960865 - Part 3: modify nat command to support setting rules for secondary routing table. r=vchang
2014-02-28 18:05:02 +08:00
Jessica Jong
688c8cab8b
Bug 960865 - Part 2: handle dun apn type in RadioInterfaceLayer. r=hsinyi
2014-02-28 18:04:59 +08:00
Jessica Jong
948ed046c8
Bug 960865 - Part 1: add dun apn type constant in idls. r=vchang
2014-02-28 18:04:55 +08:00
Kai-Zhen Li
d0d48dfbc5
Bug 976944 - Update softap parameters for kk. r=vchang
2014-02-26 14:41:42 +08:00
Edgar Chen
d2d3b8ca0d
Bug 961571 - Part 4: Add test case for data connection. r=hsinyi
2014-02-26 07:11:00 +08:00
Edgar Chen
de0c8e87ce
Bug 961571 - Part 3: Handle ims apn type in NetworkManager. r=hsinyi
2014-02-26 00:08:00 +08:00
Edgar Chen
e16d5ab15b
Bug 961571 - Part 2: Handle ims apn type in RILNetworkInterface. r=hsinyi
2014-02-26 00:08:00 +08:00
Edgar Chen
774271d2b2
Bug 961571 - Part 1: IDL changes for adding ims apn type. r=hsinyi
2014-02-26 00:07:00 +08:00
Hsin-Yi Tsai
fc0d71b672
Bug 881174 - part2 - cdma 3way call RIL impl. r=vicamo
2014-02-21 17:46:58 +08:00
Edgar Chen
a553864770
Bug 976959 - Change the netmask to prefix length for supporting IPv6. r=vchang,hsinyi
2014-02-26 18:08:46 +08:00
Dimi Lee
59d9c13851
Bug 977469 - When USB/Wifi Tethering are both enabled, disable one of them will also disable IP forwarding. r=vchang
2014-02-27 14:20:50 +08:00
Dimi Lee
0aec8c7dcf
Bug 977479 - updateUpStream function in NetworkService.js doesn't work. r=vchang
2014-02-27 15:40:00 +08:00
Fabien Cazenave (kaze@mozilla.com)
de3de525b7
Bug 968550 - onerror is undefined in processICCIOError. r=yoshi
2014-02-27 15:25:17 +08:00
John Shih
1dba42f7f1
Bug 961598 - support DNS reslover. r=vchang
2014-02-20 19:04:51 +08:00
Bevis Tseng
a24603a35e
Bug 975356 - Append iccId into the message sent by SystemMessenger. r=vyang
2014-02-24 18:34:06 +08:00
Andrea Marchesini
a76825ad9f
Bug 923247 - patch 1 - window in the AudioChannelAgent, r=mchen
2014-03-11 10:46:04 +00:00
Ed Morley
8d91261c3c
Backed out changeset d86a702e24c0 (bug 923247) for build failures; CLOSED TREE
2014-03-10 17:04:25 +00:00
Andrea Marchesini
9202ffb069
Bug 923247 - patch 1 - window in the AudioChannelAgent, r=mchen
2014-03-10 16:36:07 +00:00
Jessica Jong
219d40bf53
Bug 973842 - Part 3: Support adding secondary routes (NetworkUtils). r=vchang
2014-02-24 09:19:20 -05:00
Jessica Jong
48a8cf9ff3
Bug 973842 - Part 2: Support adding secondary routes (NetworkService). r=vchang
2014-02-24 09:19:20 -05:00
Jessica Jong
9479a0c783
Bug 973842 - Part 1: Support adding secondary routes (idl/cid). r=vchang
2014-02-24 09:19:20 -05:00
Hsin-Yi Tsai
409f2b974d
Bug 974580 - _timer shouldn't be null. r=allstars.chh
2014-02-21 14:15:35 +08:00
Edgar Chen
e06802c2bf
Bug 973771 - Part 1: RIL implementation for LTE preferred network types. r=hsinyi
2014-02-18 14:21:09 +08:00
Edgar Chen
522237197d
Bug 900429 - Part 2: Xpcshell tests for CDMA personalization state and lock type. r=allstars.chh
2014-02-21 10:48:26 +08:00
Edgar Chen
4d4ae5a83d
Bug 900429 - Part 1: Add personalization state and lock type for CDMA. r=allstars.chh
2014-02-20 14:00:56 +08:00
Ehsan Akhgari
f1e844fd62
Bug 935778 - Part 0.4: Spray even more MOZ_DECLARE_REFCOUNTED_TYPENAME across the tree
2014-02-21 09:11:33 -05:00
Vicamo Yang
82fc05d83f
Bug 974260: fix potential xpcshell errors in test_ril_worker_icc.js when RILQUIRKS_V5_LEGACY is set to true. r=yoshi
2014-02-19 20:02:16 +08:00
Michael Wu
cd62c59398
Bug 848004 - Set the time to a minimum plausible time when necessary, r=gene
2014-02-18 15:41:36 +01:00
Vicamo Yang
e1a0120c37
Bug 960894 - 4/4: fix existing ril_worker test cases. r=hsinyi,yoshi
2014-02-17 19:35:13 +08:00
Vicamo Yang
88d0aeb6e3
Bug 960894 - 3.f/4: really merge all RIL worker instances into one. r=hsinyi
2014-02-17 19:35:12 +08:00
Vicamo Yang
3be8155688
Bug 960894 - 3.e/4: multiple contexts in one RIL worker. r=hsinyi
2014-02-17 19:35:11 +08:00
Vicamo Yang
5668e11f5c
Bug 960894 - 3.d.3/4: use 'this.context.debug'. r=hsinyi
2014-02-17 19:35:10 +08:00
Vicamo Yang
224eb35f5c
Bug 960894 - 3.d.2/4: use 'this.context.clientId'. r=hsinyi
2014-02-17 19:35:08 +08:00
Vicamo Yang
52e914fefc
Bug 960894 - 3.d/4: look up foreign objects through 'this.context'. r=hsinyi
2014-02-17 19:35:07 +08:00
Vicamo Yang
15da5adad5
Bug 960894 - 3.c/4: construct global objects from constructors. r=hsinyi
2014-02-17 19:35:06 +08:00
Vicamo Yang
19476e2fcc
Bug 960894 - 3.b/4: don't modify global. r=hsinyi
2014-02-17 19:35:05 +08:00
Vicamo Yang
5ad42bba3e
Bug 960894 - 3.a/4: Move PENDING_NETWORK_TYPE into RIL and rename to pendingNetworkType. r=hsinyi
2014-02-17 19:35:04 +08:00
Vicamo Yang
ec5fa0f27e
Bug 960894 - 2.b/4: allow sharing WorkerMessenger between RadioInterface instances. r=hsinyi
2014-02-17 19:35:03 +08:00
Vicamo Yang
973a04b07a
Bug 960894 - 2.a/4: move ril_worker init code out of RadioInterfaceLayer ctor. r=hsinyi
2014-02-17 19:35:02 +08:00
Vicamo Yang
aef8dda771
Bug 960894 - 1/4: allow representing multiple clients in one RIL worker. r=bz
2014-02-17 19:35:01 +08:00
Sam Joch
05d227e6b6
Bug 968215 - SettingsService needs to have a callback when transaction are completed. r=bent
2014-02-07 12:19:58 +01:00
Szu-Yu Chen [:aknow]
f6bcd1648d
Bug 963054 - Wait card state initialization. r=hsinyi
2014-02-14 17:42:32 +08:00
Albert Crespell
4e787730ae
Bug 968689 - Netd BandwidthController sets costlyAlert to invalid quota. r=vchang
2014-02-10 09:03:29 +01:00
Szu-Yu Chen [:aknow]
a8a7256b6e
Bug 968713 - Remove callError in ril_worker. r=hsinyi
2014-02-12 14:31:13 +08:00
Yoshi Huang
250bcf8508
Bug 970241 - B2G NFC: Don't enable/disable NFC when nfc.enabled settings changed. r=dimi
2014-02-11 20:34:19 +08:00
Dimi Lee
06bfa1f3c3
Bug 969275 - COPY_SEQUENCE_FIELD macro in NetworkUtils.h has coding error. r=vchang
2014-02-11 18:14:22 +08:00
Edgar Chen
e2b44c84ea
Bug 970191 - Fix unable to switch default client of data connection in DSDS. r=hsinyi
2014-02-10 14:42:11 +08:00
Robert Longson
e7f708a1fd
Bug 964200 (Part 3b activate) - Implement Filter Effects Module feDropShadow filter r=mstange
2014-02-09 09:46:16 +00:00
Edgar Chen
ea4ce35995
Bug 968093 - Fix JavaScript error: "this._processNextMessage is not a function". r=hsinyi
2014-02-06 11:32:27 +08:00
Edgar Chen
03533e5515
Bug 964974 - Part 1: Dropping all active voice call when power off radio. r=hsinyi
2014-02-06 12:31:53 +08:00
Edgar Chen
a7b8a1bedb
Bug 905568 - Part 2: Move data connection related code to DataConnectionManager/DataConnectionHandler. r=hsinyi
2013-12-03 14:18:32 +08:00
Edgar Chen
36cf6332f6
Bug 905568 - Part 1: Add DataConnectionManager and DataConnectionHandler. r=hsinyi
2013-08-22 17:18:13 +08:00
Hsin-Yi Tsai
dc3cfb4e37
Bug 968716 - avoid redundant operation for un-supported supp notification type. r=aknow
2014-02-06 18:58:46 +08:00
Dimi Lee
56d196b3a5
Bug 959109 - B2G NFC: Disable NFC when screen is off. r=allstars.chh
2014-01-28 12:14:19 +08:00
Garner Lee
8610fd38f5
Bug 964186 - Rename MozNdefRecord to MozNDEFRecord. r=smaug, sr=sicking
...
--HG--
rename : dom/nfc/MozNdefRecord.cpp => dom/nfc/MozNDEFRecord.cpp
rename : dom/nfc/MozNdefRecord.h => dom/nfc/MozNDEFRecord.h
rename : dom/webidl/MozNdefRecord.webidl => dom/webidl/MozNDEFRecord.webidl
2014-01-28 16:20:17 -08:00
Ryan VanderMeulen
2a828dc50d
Merge m-c to inbound.
2014-02-01 17:22:56 -05:00
Albert Crespell
59401f1bda
Bug 966175 - NetworkUtils sends wrong message to netd in setQuota function. r=vchang
2014-01-31 07:37:05 +01:00
Jon Coppeard
50e1f34d5a
Bug 959787 - Handlify JS_GetProperty and related APIs r=terrence r=bz
2014-01-31 09:55:20 +00:00
Siddartha Pothapragada
b60037e1a0
Bug 959437 - Part 2: Add NotifySendFileStatus to Chrome process. r=allstars.chh
2014-01-15 15:42:49 -08:00
Jessica Jong
4e3192aebf
Bug 963516 - Part 3: ril implementation to support matchMvno(). f=edgar r=hsinyi
2014-01-28 02:22:00 +08:00
Jessica Jong
2383031d54
Bug 931348 - Part 3: Use allDataDisconnected() instead of anyDataConnected(). r=hsinyi
2014-01-29 08:20:26 -05:00
Jessica Jong
dc4a79e37d
Bug 931348 - Part 2: Defer setup of apn settings after data calls are cleared. r=vicamo
2014-01-29 08:20:10 -05:00
Jessica Jong
83d397aeb8
Bug 931348 - Part 1: Split updateApnSettings() into two parts. r=vicamo
2014-01-29 08:19:55 -05:00
Dimi Lee
6421638467
Bug 864931 - Rewrite net worker in C++. r=fabrice, r=vchang
2014-01-29 19:38:50 +08:00
Edgar Chen
76fbe0238b
Bug 962522 - Part 1: Fix the JavaScript error thrown in checkRoamingBetweenOperators() when the operator information is not available. r=hsinyi
2014-01-23 17:28:24 +08:00
Henry Chang
ac7a892a3b
Bug 811635 - Part 4: Wifi Direct core implementation. r=vchang
2014-01-14 18:23:42 +08:00
Yoshi Huang
c4610d83ff
Bug 961271 - Part 2: xpcshell test case. r=vicamo
2014-01-27 18:27:18 +08:00
Yoshi Huang
f8a9196aaa
Bug 961271 - Part 1: write BCD chars. r=vicamo
2014-01-27 14:24:57 +08:00
Hsin-Yi Tsai
bf8637fd08
Bug 962447 - [fugu][b2g] should getFailCauseCode() even the connection hasn't been established. r=vicamo
2014-01-23 13:58:30 +08:00
"allstars.chh"
3d4501950c
Bug 951177 - Part 2: xpcshell for removal. r=vicamo
2014-01-21 12:01:37 +01:00
"allstars.chh"
9fb367deec
Bug 951177 - Part 1: removal of anr and email. r=vicamo
2014-01-18 17:20:26 +01:00
Terrence Cole
efb40c153d
Bug 959787 - Handlify several JSAPI interfaces that can GC, Part 6; r=jonco
2014-01-17 10:10:17 -08:00
Jessica Jong
984225f21a
Bug 952374 - [Fugu] data connectivity lost after left idle. r=hsinyi
2014-01-23 17:05:04 +08:00
Jessica Jong
3f52d885d8
Bug 960961 - Part 3: add logs for setup/deactivate data call. r=vicamo
2014-01-23 16:44:49 +08:00
Jessica Jong
133cf0ed2c
Bug 960961 - Part 2: remove ril logs or wrap them with DEBUG flag. r=vicamo
2014-01-23 16:44:20 +08:00
Jessica Jong
89ec2c1361
Bug 960961 - Part 1: add back some function names in ril_worker. r=vicamo
...
This reverts "Bug 934125 - 3.a/3: correct ril_worker 'RIL[FOO] = function FOO()' as well."
2014-01-23 16:43:14 +08:00
Edgar Chen
3bb9469a59
Bug 952386 - Disable radio power by default when b2g bootup. r=hsinyi
2014-01-16 14:30:03 +08:00
Albert Crespell
3baed1d44a
Bug 961007 - Data mobile usage is not counted. r=chucklee
2014-01-19 10:03:24 +01:00
na-kobayashi
3f6b3b3be4
Bug 958445 - Support for Shift-JIS decoding of SMS msssage body in CDMA. r=chulee, r=vicamo
2014-01-14 16:49:36 +09:00
Nicolas Del Piano
3bda253758
Bug 957084 - Allow the sending of empty SMS messages (Gecko side). r=gene
...
This patch allows to send empty messages. The fragmentText function did not
contemplate the empty message case. So, I changed and added some behaviours
that removed the conflict.
2014-01-18 11:13:35 -03:00
Garner Lee
2b3deaac26
Bug 960790: Fix P2P presence discovery handling. r=allstars.chh
2014-01-20 14:40:08 +01:00
Siddartha Pothapragada
f40aa2d161
Bug 948870 - Remove App target info from the registered list when the application is killed. r=allstars.chh
2014-01-14 17:43:21 -08:00
Ryan VanderMeulen
b05202b7e2
Merge inbound to m-c.
2014-01-16 15:06:12 -05:00
Chuck Lee
bcc2830cea
Bug 948743 - Query interface stat directly. r=vchang, r=acperez
2014-01-16 09:57:26 +08:00
Tom Schuster
e64b35e141
Bug 939294 - Change xpidl jsval to handles. r=gabor,bz,khuey,bsmedberg,terrence
2014-01-09 18:39:36 +01:00
Gene Lian
7b73a362e4
Bug 931699 - SNTP can only update system time when WiFi or Mobile gets connected (not MMS/SUPL). r=skao,echen
2013-10-29 16:13:06 +08:00
Ryan VanderMeulen
46830c6e47
Backed out 6 changesets (bug 811635) for B2G debug mochitest orange.
...
Backed out changeset 2da820ed2587 (bug 811635)
Backed out changeset 3f7ee595646d (bug 811635)
Backed out changeset 96772cc4e346 (bug 811635)
Backed out changeset 61694318819a (bug 811635)
Backed out changeset 687a84bf0785 (bug 811635)
Backed out changeset 89b90ccdf603 (bug 811635)
2014-01-15 13:24:02 -05:00
Ryan VanderMeulen
aeb53312fb
Backed out changeset 658e616bd231 (bug 957084) for marionette-webapi orange.
2014-01-15 13:24:02 -05:00
Ed Morley
aa88ab2dc2
Merge mozilla-central and b2g-inbound
...
--HG--
rename : content/events/src/nsDOMEvent.h => dom/events/nsDOMEvent.h
2014-01-15 18:09:12 +00:00
Ed Morley
5de6cbb3a7
Merge latest green b2g-inbound changeset and mozilla-central
2014-01-15 15:57:30 +00:00
Nicolas Del Piano
700ba4002b
Bug 957084 - Allow the sending of empty SMS messages (Gecko side). r=gene
...
This patch allows to send empty messages. The fragmentText function did not
contemplate the empty message case. So, I changed and added some behaviours
that removed the conflict.
2014-01-15 10:14:10 -03:00
Szu-Yu Chen [:aknow]
bb5902ca29
Bug 943215 - Control radio according to cardState. r=hsinyi
2014-01-15 09:40:49 -05:00
Robert O'Callahan
6a0b04292d
Bug 946065. Part 5: Move content/events to dom/ and flatten away 'src' directory. r=Ms2ger
...
--HG--
rename : content/events/src/DOMWheelEvent.cpp => dom/events/DOMWheelEvent.cpp
rename : content/events/src/DOMWheelEvent.h => dom/events/DOMWheelEvent.h
rename : content/events/src/EventTarget.cpp => dom/events/EventTarget.cpp
rename : content/events/public/EventTarget.h => dom/events/EventTarget.h
rename : content/events/public/MutationEvent.h => dom/events/MutationEvent.h
rename : content/events/src/PointerEvent.cpp => dom/events/PointerEvent.cpp
rename : content/events/src/PointerEvent.h => dom/events/PointerEvent.h
rename : content/events/src/SpeechRecognitionError.cpp => dom/events/SpeechRecognitionError.cpp
rename : content/events/src/SpeechRecognitionError.h => dom/events/SpeechRecognitionError.h
rename : content/events/src/TextComposition.cpp => dom/events/TextComposition.cpp
rename : content/events/src/TextComposition.h => dom/events/TextComposition.h
rename : content/events/src/Touch.cpp => dom/events/Touch.cpp
rename : content/events/src/Touch.h => dom/events/Touch.h
rename : content/events/crashtests/104310-1.html => dom/events/crashtests/104310-1.html
rename : content/events/crashtests/116206-1.html => dom/events/crashtests/116206-1.html
rename : content/events/crashtests/135345-1.html => dom/events/crashtests/135345-1.html
rename : content/events/crashtests/422009-1.xhtml => dom/events/crashtests/422009-1.xhtml
rename : content/events/crashtests/457776-1.html => dom/events/crashtests/457776-1.html
rename : content/events/crashtests/496308-1.html => dom/events/crashtests/496308-1.html
rename : content/events/crashtests/682637-1.html => dom/events/crashtests/682637-1.html
rename : content/events/crashtests/crashtests.list => dom/events/crashtests/crashtests.list
rename : content/events/crashtests/eventctor-nulldictionary.html => dom/events/crashtests/eventctor-nulldictionary.html
rename : content/events/crashtests/eventctor-nullstorage.html => dom/events/crashtests/eventctor-nullstorage.html
rename : content/events/crashtests/recursive-DOMNodeInserted.html => dom/events/crashtests/recursive-DOMNodeInserted.html
rename : content/events/crashtests/recursive-onload.html => dom/events/crashtests/recursive-onload.html
rename : content/events/src/moz.build => dom/events/moz.build
rename : content/events/src/nsAsyncDOMEvent.cpp => dom/events/nsAsyncDOMEvent.cpp
rename : content/events/public/nsAsyncDOMEvent.h => dom/events/nsAsyncDOMEvent.h
rename : content/events/src/nsContentEventHandler.cpp => dom/events/nsContentEventHandler.cpp
rename : content/events/src/nsContentEventHandler.h => dom/events/nsContentEventHandler.h
rename : content/events/src/nsDOMAnimationEvent.cpp => dom/events/nsDOMAnimationEvent.cpp
rename : content/events/src/nsDOMAnimationEvent.h => dom/events/nsDOMAnimationEvent.h
rename : content/events/src/nsDOMBeforeUnloadEvent.cpp => dom/events/nsDOMBeforeUnloadEvent.cpp
rename : content/events/src/nsDOMBeforeUnloadEvent.h => dom/events/nsDOMBeforeUnloadEvent.h
rename : content/events/src/nsDOMClipboardEvent.cpp => dom/events/nsDOMClipboardEvent.cpp
rename : content/events/src/nsDOMClipboardEvent.h => dom/events/nsDOMClipboardEvent.h
rename : content/events/src/nsDOMCommandEvent.cpp => dom/events/nsDOMCommandEvent.cpp
rename : content/events/src/nsDOMCommandEvent.h => dom/events/nsDOMCommandEvent.h
rename : content/events/src/nsDOMCompositionEvent.cpp => dom/events/nsDOMCompositionEvent.cpp
rename : content/events/src/nsDOMCompositionEvent.h => dom/events/nsDOMCompositionEvent.h
rename : content/events/src/nsDOMDataContainerEvent.cpp => dom/events/nsDOMDataContainerEvent.cpp
rename : content/events/src/nsDOMDataContainerEvent.h => dom/events/nsDOMDataContainerEvent.h
rename : content/events/src/nsDOMDataTransfer.cpp => dom/events/nsDOMDataTransfer.cpp
rename : content/events/src/nsDOMDataTransfer.h => dom/events/nsDOMDataTransfer.h
rename : content/events/src/nsDOMDeviceMotionEvent.cpp => dom/events/nsDOMDeviceMotionEvent.cpp
rename : content/events/src/nsDOMDeviceMotionEvent.h => dom/events/nsDOMDeviceMotionEvent.h
rename : content/events/src/nsDOMDragEvent.cpp => dom/events/nsDOMDragEvent.cpp
rename : content/events/src/nsDOMDragEvent.h => dom/events/nsDOMDragEvent.h
rename : content/events/src/nsDOMEvent.cpp => dom/events/nsDOMEvent.cpp
rename : content/events/src/nsDOMEvent.h => dom/events/nsDOMEvent.h
rename : content/events/src/nsDOMEventTargetHelper.cpp => dom/events/nsDOMEventTargetHelper.cpp
rename : content/events/src/nsDOMEventTargetHelper.h => dom/events/nsDOMEventTargetHelper.h
rename : content/events/src/nsDOMFocusEvent.cpp => dom/events/nsDOMFocusEvent.cpp
rename : content/events/src/nsDOMFocusEvent.h => dom/events/nsDOMFocusEvent.h
rename : content/events/public/nsDOMKeyNameList.h => dom/events/nsDOMKeyNameList.h
rename : content/events/src/nsDOMKeyboardEvent.cpp => dom/events/nsDOMKeyboardEvent.cpp
rename : content/events/src/nsDOMKeyboardEvent.h => dom/events/nsDOMKeyboardEvent.h
rename : content/events/src/nsDOMMessageEvent.cpp => dom/events/nsDOMMessageEvent.cpp
rename : content/events/src/nsDOMMessageEvent.h => dom/events/nsDOMMessageEvent.h
rename : content/events/src/nsDOMMouseEvent.cpp => dom/events/nsDOMMouseEvent.cpp
rename : content/events/src/nsDOMMouseEvent.h => dom/events/nsDOMMouseEvent.h
rename : content/events/src/nsDOMMouseScrollEvent.cpp => dom/events/nsDOMMouseScrollEvent.cpp
rename : content/events/src/nsDOMMouseScrollEvent.h => dom/events/nsDOMMouseScrollEvent.h
rename : content/events/src/nsDOMMutationEvent.cpp => dom/events/nsDOMMutationEvent.cpp
rename : content/events/src/nsDOMMutationEvent.h => dom/events/nsDOMMutationEvent.h
rename : content/events/src/nsDOMNotifyAudioAvailableEvent.cpp => dom/events/nsDOMNotifyAudioAvailableEvent.cpp
rename : content/events/src/nsDOMNotifyAudioAvailableEvent.h => dom/events/nsDOMNotifyAudioAvailableEvent.h
rename : content/events/src/nsDOMNotifyPaintEvent.cpp => dom/events/nsDOMNotifyPaintEvent.cpp
rename : content/events/src/nsDOMNotifyPaintEvent.h => dom/events/nsDOMNotifyPaintEvent.h
rename : content/events/src/nsDOMScrollAreaEvent.cpp => dom/events/nsDOMScrollAreaEvent.cpp
rename : content/events/src/nsDOMScrollAreaEvent.h => dom/events/nsDOMScrollAreaEvent.h
rename : content/events/src/nsDOMSimpleGestureEvent.cpp => dom/events/nsDOMSimpleGestureEvent.cpp
rename : content/events/src/nsDOMSimpleGestureEvent.h => dom/events/nsDOMSimpleGestureEvent.h
rename : content/events/src/nsDOMTextEvent.cpp => dom/events/nsDOMTextEvent.cpp
rename : content/events/src/nsDOMTextEvent.h => dom/events/nsDOMTextEvent.h
rename : content/events/src/nsDOMTouchEvent.cpp => dom/events/nsDOMTouchEvent.cpp
rename : content/events/src/nsDOMTouchEvent.h => dom/events/nsDOMTouchEvent.h
rename : content/events/src/nsDOMTransitionEvent.cpp => dom/events/nsDOMTransitionEvent.cpp
rename : content/events/src/nsDOMTransitionEvent.h => dom/events/nsDOMTransitionEvent.h
rename : content/events/src/nsDOMUIEvent.cpp => dom/events/nsDOMUIEvent.cpp
rename : content/events/src/nsDOMUIEvent.h => dom/events/nsDOMUIEvent.h
rename : content/events/src/nsDOMXULCommandEvent.cpp => dom/events/nsDOMXULCommandEvent.cpp
rename : content/events/src/nsDOMXULCommandEvent.h => dom/events/nsDOMXULCommandEvent.h
rename : content/events/src/nsEventDispatcher.cpp => dom/events/nsEventDispatcher.cpp
rename : content/events/public/nsEventDispatcher.h => dom/events/nsEventDispatcher.h
rename : content/events/src/nsEventListenerManager.cpp => dom/events/nsEventListenerManager.cpp
rename : content/events/src/nsEventListenerManager.h => dom/events/nsEventListenerManager.h
rename : content/events/src/nsEventListenerService.cpp => dom/events/nsEventListenerService.cpp
rename : content/events/src/nsEventListenerService.h => dom/events/nsEventListenerService.h
rename : content/events/public/nsEventNameList.h => dom/events/nsEventNameList.h
rename : content/events/src/nsEventStateManager.cpp => dom/events/nsEventStateManager.cpp
rename : content/events/src/nsEventStateManager.h => dom/events/nsEventStateManager.h
rename : content/events/public/nsEventStates.h => dom/events/nsEventStates.h
rename : content/events/public/nsIEventListenerService.idl => dom/events/nsIEventListenerService.idl
rename : dom/base/nsIJSEventListener.h => dom/events/nsIJSEventListener.h
rename : content/events/src/nsIMEStateManager.cpp => dom/events/nsIMEStateManager.cpp
rename : content/events/src/nsIMEStateManager.h => dom/events/nsIMEStateManager.h
rename : content/events/public/nsIPrivateTextEvent.h => dom/events/nsIPrivateTextEvent.h
rename : content/events/public/nsIPrivateTextRange.h => dom/events/nsIPrivateTextRange.h
rename : dom/src/events/nsJSEventListener.cpp => dom/events/nsJSEventListener.cpp
rename : dom/src/events/nsJSEventListener.h => dom/events/nsJSEventListener.h
rename : content/events/src/nsPaintRequest.cpp => dom/events/nsPaintRequest.cpp
rename : content/events/src/nsPaintRequest.h => dom/events/nsPaintRequest.h
rename : content/events/src/nsPrivateTextRange.cpp => dom/events/nsPrivateTextRange.cpp
rename : content/events/src/nsPrivateTextRange.h => dom/events/nsPrivateTextRange.h
rename : content/events/public/nsVKList.h => dom/events/nsVKList.h
rename : content/events/test/bug226361_iframe.xhtml => dom/events/test/bug226361_iframe.xhtml
rename : content/events/test/bug299673.js => dom/events/test/bug299673.js
rename : content/events/test/bug322588-popup.html => dom/events/test/bug322588-popup.html
rename : content/events/test/bug415498-doc1.html => dom/events/test/bug415498-doc1.html
rename : content/events/test/bug415498-doc2.html => dom/events/test/bug415498-doc2.html
rename : content/events/test/bug426082.html => dom/events/test/bug426082.html
rename : content/events/test/bug457672.html => dom/events/test/bug457672.html
rename : content/events/test/bug591249_iframe.xul => dom/events/test/bug591249_iframe.xul
rename : content/events/test/bug602962.xul => dom/events/test/bug602962.xul
rename : content/events/test/bug656379-1.html => dom/events/test/bug656379-1.html
rename : content/events/test/chrome.ini => dom/events/test/chrome.ini
rename : content/events/test/empty.js => dom/events/test/empty.js
rename : content/events/test/file_bug679494.html => dom/events/test/file_bug679494.html
rename : content/events/test/mochitest.ini => dom/events/test/mochitest.ini
rename : content/events/test/test_addEventListenerExtraArg.html => dom/events/test/test_addEventListenerExtraArg.html
rename : content/events/test/test_all_synthetic_events.html => dom/events/test/test_all_synthetic_events.html
rename : content/events/test/test_bug226361.xhtml => dom/events/test/test_bug226361.xhtml
rename : content/events/test/test_bug238987.html => dom/events/test/test_bug238987.html
rename : content/events/test/test_bug288392.html => dom/events/test/test_bug288392.html
rename : content/events/test/test_bug299673-1.html => dom/events/test/test_bug299673-1.html
rename : content/events/test/test_bug299673-2.html => dom/events/test/test_bug299673-2.html
rename : content/events/test/test_bug322588.html => dom/events/test/test_bug322588.html
rename : content/events/test/test_bug328885.html => dom/events/test/test_bug328885.html
rename : content/events/test/test_bug336682.js => dom/events/test/test_bug336682.js
rename : content/events/test/test_bug336682_1.html => dom/events/test/test_bug336682_1.html
rename : content/events/test/test_bug336682_2.xul => dom/events/test/test_bug336682_2.xul
rename : content/events/test/test_bug367781.html => dom/events/test/test_bug367781.html
rename : content/events/test/test_bug368835.html => dom/events/test/test_bug368835.html
rename : content/events/test/test_bug379120.html => dom/events/test/test_bug379120.html
rename : content/events/test/test_bug391568.xhtml => dom/events/test/test_bug391568.xhtml
rename : content/events/test/test_bug402089.html => dom/events/test/test_bug402089.html
rename : content/events/test/test_bug405632.html => dom/events/test/test_bug405632.html
rename : content/events/test/test_bug409604.html => dom/events/test/test_bug409604.html
rename : content/events/test/test_bug412567.html => dom/events/test/test_bug412567.html
rename : content/events/test/test_bug415498.xul => dom/events/test/test_bug415498.xul
rename : content/events/test/test_bug422132.html => dom/events/test/test_bug422132.html
rename : content/events/test/test_bug426082.html => dom/events/test/test_bug426082.html
rename : content/events/test/test_bug427537.html => dom/events/test/test_bug427537.html
rename : content/events/test/test_bug428988.html => dom/events/test/test_bug428988.html
rename : content/events/test/test_bug432698.html => dom/events/test/test_bug432698.html
rename : content/events/test/test_bug443985.html => dom/events/test/test_bug443985.html
rename : content/events/test/test_bug447736.html => dom/events/test/test_bug447736.html
rename : content/events/test/test_bug448602.html => dom/events/test/test_bug448602.html
rename : content/events/test/test_bug450876.html => dom/events/test/test_bug450876.html
rename : content/events/test/test_bug456273.html => dom/events/test/test_bug456273.html
rename : content/events/test/test_bug457672.html => dom/events/test/test_bug457672.html
rename : content/events/test/test_bug489671.html => dom/events/test/test_bug489671.html
rename : content/events/test/test_bug493251.html => dom/events/test/test_bug493251.html
rename : content/events/test/test_bug502818.html => dom/events/test/test_bug502818.html
rename : content/events/test/test_bug508479.html => dom/events/test/test_bug508479.html
rename : content/events/test/test_bug517851.html => dom/events/test/test_bug517851.html
rename : content/events/test/test_bug534833.html => dom/events/test/test_bug534833.html
rename : content/events/test/test_bug545268.html => dom/events/test/test_bug545268.html
rename : content/events/test/test_bug547996-1.html => dom/events/test/test_bug547996-1.html
rename : content/events/test/test_bug547996-2.xhtml => dom/events/test/test_bug547996-2.xhtml
rename : content/events/test/test_bug556493.html => dom/events/test/test_bug556493.html
rename : content/events/test/test_bug563329.html => dom/events/test/test_bug563329.html
rename : content/events/test/test_bug574663.html => dom/events/test/test_bug574663.html
rename : content/events/test/test_bug586961.xul => dom/events/test/test_bug586961.xul
rename : content/events/test/test_bug591249.xul => dom/events/test/test_bug591249.xul
rename : content/events/test/test_bug591815.html => dom/events/test/test_bug591815.html
rename : content/events/test/test_bug593959.html => dom/events/test/test_bug593959.html
rename : content/events/test/test_bug602962.xul => dom/events/test/test_bug602962.xul
rename : content/events/test/test_bug603008.html => dom/events/test/test_bug603008.html
rename : content/events/test/test_bug605242.html => dom/events/test/test_bug605242.html
rename : content/events/test/test_bug607464.html => dom/events/test/test_bug607464.html
rename : content/events/test/test_bug613634.html => dom/events/test/test_bug613634.html
rename : content/events/test/test_bug615597.html => dom/events/test/test_bug615597.html
rename : content/events/test/test_bug617528.xul => dom/events/test/test_bug617528.xul
rename : content/events/test/test_bug624127.html => dom/events/test/test_bug624127.html
rename : content/events/test/test_bug635465.html => dom/events/test/test_bug635465.html
rename : content/events/test/test_bug641477.html => dom/events/test/test_bug641477.html
rename : content/events/test/test_bug648573.html => dom/events/test/test_bug648573.html
rename : content/events/test/test_bug650493.html => dom/events/test/test_bug650493.html
rename : content/events/test/test_bug656379-1.html => dom/events/test/test_bug656379-1.html
rename : content/events/test/test_bug656379-2.html => dom/events/test/test_bug656379-2.html
rename : content/events/test/test_bug656954.html => dom/events/test/test_bug656954.html
rename : content/events/test/test_bug659071.html => dom/events/test/test_bug659071.html
rename : content/events/test/test_bug659350.html => dom/events/test/test_bug659350.html
rename : content/events/test/test_bug662678.html => dom/events/test/test_bug662678.html
rename : content/events/test/test_bug667612.html => dom/events/test/test_bug667612.html
rename : content/events/test/test_bug667919-1.html => dom/events/test/test_bug667919-1.html
rename : content/events/test/test_bug679494.xul => dom/events/test/test_bug679494.xul
rename : content/events/test/test_bug689564.html => dom/events/test/test_bug689564.html
rename : content/events/test/test_bug698929.html => dom/events/test/test_bug698929.html
rename : content/events/test/test_bug741666.html => dom/events/test/test_bug741666.html
rename : content/events/test/test_bug742376.html => dom/events/test/test_bug742376.html
rename : content/events/test/test_bug812744.html => dom/events/test/test_bug812744.html
rename : content/events/test/test_bug822898.html => dom/events/test/test_bug822898.html
rename : content/events/test/test_bug847597.html => dom/events/test/test_bug847597.html
rename : content/events/test/test_bug855741.html => dom/events/test/test_bug855741.html
rename : content/events/test/test_bug864040.html => dom/events/test/test_bug864040.html
rename : content/events/test/test_bug930374-chrome.html => dom/events/test/test_bug930374-chrome.html
rename : content/events/test/test_bug930374-content.html => dom/events/test/test_bug930374-content.html
rename : content/events/test/test_bug944011.html => dom/events/test/test_bug944011.html
rename : content/events/test/test_bug944847.html => dom/events/test/test_bug944847.html
rename : content/events/test/test_bug946632.html => dom/events/test/test_bug946632.html
rename : content/events/test/test_clickevent_on_input.html => dom/events/test/test_clickevent_on_input.html
rename : content/events/test/test_continuous_wheel_events.html => dom/events/test/test_continuous_wheel_events.html
rename : content/events/test/test_dblclick_explicit_original_target.html => dom/events/test/test_dblclick_explicit_original_target.html
rename : content/events/test/test_dom_keyboard_event.html => dom/events/test/test_dom_keyboard_event.html
rename : content/events/test/test_dom_mouse_event.html => dom/events/test/test_dom_mouse_event.html
rename : content/events/test/test_dom_wheel_event.html => dom/events/test/test_dom_wheel_event.html
rename : content/events/test/test_draggableprop.html => dom/events/test/test_draggableprop.html
rename : content/events/test/test_dragstart.html => dom/events/test/test_dragstart.html
rename : content/events/test/test_eventctors.html => dom/events/test/test_eventctors.html
rename : content/events/test/test_eventctors.xul => dom/events/test/test_eventctors.xul
rename : content/events/test/test_focus_disabled.html => dom/events/test/test_focus_disabled.html
rename : content/events/test/test_messageEvent.html => dom/events/test/test_messageEvent.html
rename : content/events/test/test_moz_mouse_pixel_scroll_event.html => dom/events/test/test_moz_mouse_pixel_scroll_event.html
rename : content/events/test/test_wheel_default_action.html => dom/events/test/test_wheel_default_action.html
rename : content/events/test/window_bug493251.html => dom/events/test/window_bug493251.html
rename : content/events/test/window_bug617528.xul => dom/events/test/window_bug617528.xul
rename : content/events/test/window_bug659071.html => dom/events/test/window_bug659071.html
rename : content/events/test/window_wheel_default_action.html => dom/events/test/window_wheel_default_action.html
extra : rebase_source : 5eb1db8f1791b8842ddc683e3c0ea13e4e3a933b
2014-01-10 16:03:25 +13:00
Edgar Chen
e6d1f935fd
Bug 952043 - Part 3: RIL implementation for providing the network types supported by platform. r=hsinyi
2014-01-08 14:10:58 +08:00
Yoshi Huang
394820c3d6
Bug 958423 - B2G NFC: ndef in 'nfc-manager-tech-discovered' is two levels of array. r=khuey
2014-01-13 16:46:55 +08:00
Carsten "Tomcat" Book
c02c383dfc
Merge mozilla-central to b2g-inbound
2014-01-14 15:58:25 +01:00
Carsten "Tomcat" Book
bb74d145f0
merge b2g-inbound to mozilla-central
2014-01-14 15:47:29 +01:00
Vicamo Yang
b586f9516f
Bug 959503: B2G RIL - move netHelper related code up to RadioInterfaceLayer.js. r=hsinyi
2014-01-14 18:33:28 +08:00
Fabrice Desré
c454407503
Bug 958773 - Don't use js-ctypes in the ril worker r=vicamo
2014-01-13 10:16:05 -08:00
Ed Morley
4fe26beb1d
Backed out changeset 5c6a41cf65df (bug 958773) for marionette-webapi test failures
2014-01-14 09:36:43 +00:00
Fabrice Desré
9e994fab01
Bug 958773 - Don't use js-ctypes in the ril worker r=vicamo
2014-01-13 10:16:05 -08:00
Ed Morley
0b471a6414
Merge mozilla-central and inbound
2014-01-14 09:57:58 +00:00
Ben Tian
0e05b3a258
Bug 948337 - create BluetoothHfpManagerBase for audio manager access
2014-01-13 13:58:43 +08:00
Garner Lee
6038bbc419
Bug 950269 - Rename tech to techList in techDiscovered (Gecko side). r=yoshi
2014-01-09 11:34:30 -08:00
Henry Chang
fe96936527
Bug 811635 - Part 4: Wifi Direct core implementation. r=vchang
2014-01-14 18:23:42 +08:00
Kai-Zhen Li
97045fb30b
Bug 946257 - Update NetUtils and WifiUtils to support KK. r=fabrice, vchang.
2013-12-10 15:10:46 +08:00
Vicamo Yang
39f8b4c336
Bug 934125 - 3.b/3: fix alignment. r=gene
2014-01-13 10:44:56 +08:00
Vicamo Yang
626cfc33a2
Bug 934125 - 3.a/3: correct ril_worker 'RIL[FOO] = function FOO()' as well. r=gene
...
sed -i dom/system/gonk/ril_worker.js -e '/^RIL\[\w\+\] =/ {N; s/RIL\[\(\w\+\)\] =\s*function \w\+(/RIL[\1] = function(/}'
2014-01-13 10:44:52 +08:00
Vicamo Yang
5d53c27a4c
Bug 934125 - 2.b/3: fix alignment. r=gene
...
for f in `git show --name-only | grep ^dom/`; do
[ -n "`grep -e '\w\+: function([^)]*\$' $f`" ] && echo $f;
done | xargs sh -c 'rvim "$@" </dev/tty' asdf
2014-01-13 10:44:44 +08:00
Vicamo Yang
91e5172240
Bug 934125 - 2.a/3: s/\(\w\+\): function \(\w\+\)(/\1: function(/ . r=gene
...
RILDIRS="dom/cellbroadcast/ dom/icc/ dom/mobilemessage/ dom/network/ dom/telephony/ dom/voicemail/ dom/system/gonk/";
for f in `find $RILDIRS -type f -name \*.js -o -name \*.jsm`; do
sed -i $f -e '/\w\+:/ {N; s/\(\w\+\):\s*function \(\w\+\)(/\1: function(/g}';
done
grep -nRe '\w\+: function \w\+(' $RILDIRS
2014-01-13 10:44:40 +08:00
Vicamo Yang
95c21b2c67
Bug 934125 - 1/3: s/function \+(/function(/ . r=gene
...
RILDIRS="dom/cellbroadcast/ dom/icc/ dom/mobilemessage/ dom/network/ dom/telephony/ dom/voicemail/ dom/system/gonk/";
for f in `find $RILDIRS -type f -name \*.js -o -name \*.jsm`; do
sed -i $f -e 's/function \+(/function(/';
done
2014-01-13 10:44:33 +08:00
Ryan VanderMeulen
00c6315595
Merge inbound to m-c.
2014-01-10 14:46:40 -05:00
Clayton Hughes
5ca8f69099
Bug 931424 - Fix AutoMounter to use AutoRestore instead of AutoBool. r=dhylands
2013-11-01 18:02:31 -07:00
Siddartha Pothapragada
73c0d4b415
Bug 933093 - Part 2: Add 'sendFile' implementation to Chrome process. r=yoshi
...
The chrome process is the arbitrator / mediator between the content process that issued the nfc 'sendFile' operation and the system-process (content) that is responsible for performing handover to an alternate carrier(AC).
The chrome process notifies the system process through a 'nfc-manager-send-file' system-message to initiate the handover process.
The system-process subsequently handovers the data to alternate carrier's (AC's : BT / WiFi) 'sendFile' interface.
2013-12-14 00:57:11 -08:00
Jessica Jong
8f823ad191
Bug 952371 - Part 3: ril implementation - [DSDS] mozMobileconnection.lastKnownNetwork and .lastKnownHomeNetwork aren't working. r=hsinyi
2014-01-08 18:54:34 +08:00
Andrea Marchesini
12742b5c15
Bug 952079 - Porting nsIDOMWakeLock to WebIDL, r=smaug
2014-01-07 13:16:07 +01:00
Wes Kocher
48cae0a5ad
Merge m-c to inbound
2014-01-09 17:05:12 -08:00
Daniel Holbert
639392449f
Bug 958203: Move logging macros from OpenFileFinder.h to its .cpp file, to fix 'redefined' build warnings in AutoMounter.cpp. r=dhylands
2014-01-09 13:01:43 -08:00
Ehsan Akhgari
ebd358dfd7
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
...
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.h \
-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 PRUnichar char16_t
2014-01-04 10:02:17 -05:00
Shawn Ku
a1ae6811af
Bug 924740 Part2: Test Cases Part - [fugu]It throws exception when run ICCIOHelper.processICCIOGetResponse for USIM card. v2. r=yoshi.
2014-01-03 14:39:30 +08:00
Shawn Ku
7465ccf377
Bug 924740 Part1: RIL patch - [fugu]It throws exception when run ICCIOHelper.processICCIOGetResponse for USIM card. v2. r=yoshi.
2014-01-02 11:14:40 +08:00
Szu-Yu Chen [:aknow]
a997fae2e4
Bug 951030 - Radio state rollback. r=hsinyi
2014-01-02 10:39:26 -05:00
Shawn Ku
17598b0659
Bug 947110 - Part2: Add test cases. B2G RIL: Add support for decoding FCP Template in BerTlvHelper. v2. r=yoshi.
2013-12-23 13:55:29 +08:00
Shawn Ku
ab82a2b460
Bug 947110 - Part1: RIL patch. B2G RIL: Add support for decoding FCP Template in BerTlvHelper. v5. r=yoshi.
2013-12-23 10:35:39 +08:00
Jessica Jong
e6778a79c5
Bug 943191 - Part 2: Attach/detach data registration on demand (for fugu). r=hsinyi
2013-12-20 15:56:35 -05:00
Jessica Jong
fc590c016a
Bug 943191 - Part 1: Move dsds data setup handling to RadioInterfaceLayer. r=hsinyi
2013-12-20 15:56:35 -05:00
Jessica Jong
6d2d4fa547
Bug 951958 - B2G RIL: set/get preferred network type error message is not set accordingly. r=hsinyi
2013-12-19 11:07:14 -05:00
Bevis Tseng
a8fb6bd78a
Bug 792798 - B2G SMS: Develop test cases for Message Class 2. r=vyang
2013-12-17 14:55:46 +08:00
Gene Lian
d1f4a97072
Bug 901457 - [sms][mms] We need a property for the "sent" timestamp (part 2, implementation). r=vicamo
2013-09-23 10:31:32 +08:00
Ryan VanderMeulen
b35f277656
Merge m-c to inbound.
2013-12-16 09:05:12 -05:00
Dimi Lee
1c63e8351f
Bug 947100 - B2G NFC: enable/disable NFC worker at runtime. r=yoshi
2013-12-11 14:04:27 +08:00
Szu-Yu Chen [:aknow]
0cb9eba572
Bug 949876 - Fix setRadioEnabled queueing method. r=hsinyi
2013-12-13 11:46:23 -05:00
Bevis Tseng
d271b6cd6e
Bug 949318 - B2G SMS: Class 2 SMS is not working after ICCRecordHelper.readSMS() was refactored into SimRecordHelper. r=vyang
2013-12-12 15:59:34 +08:00
Bevis Tseng
ef480d31cc
Bug 768441 - Part 2: Test Case to Verify the Access of EF_MWIS. r=vyang
2013-12-10 19:24:27 +08:00
Bevis Tseng
38d566c7a4
Bug 768441 - Part 1: Support Stored Message Waiting Indicators. r=vyang
2013-12-06 17:35:13 +08:00
Ryan VanderMeulen
ec9c13c73e
Backed out changeset ac002daf081b (bug 947100) for B2G mochitest-3 orange.
2013-12-11 14:05:37 -05:00
Dimi Lee
6e9be45313
Bug 947100 - B2G NFC: enable/disable NFC worker at runtime. r=yoshi
2013-12-11 14:04:27 +08:00
Jessica Jong
0e7bcad713
Bug 944225 - Part 3: Add set/getPreferredNetworkType() API (ril). r=hsinyi
2013-12-11 11:15:03 +08:00
Bevis Tseng
7733bb2687
Bug 940259 - Test Case for the support of CDMA WAP Push. r=gene
...
--HG--
extra : rebase_source : 5edf826ec7e8e54050efb32d2488890a69594fab
2013-11-26 18:34:14 +08:00
Bevis Tseng
da79acce0c
Bug 940259 - B2G SMS: Support Wap Push over CDMA SMS. r=gene
...
--HG--
extra : rebase_source : b6b41223a0facd9f0f6b226321b45ab52bfe7792
2013-11-26 18:28:53 +08:00
Carsten "Tomcat" Book
4408dc08c5
merge b2g-inbound to mozilla-central
2013-12-09 09:32:02 +01:00
Bevis Tseng
7c06155fec
Bug 946081 - [B2G][SMS] Store MWI Message Into Message Inbox if MWI is Store Message Type. r=vyang
2013-12-06 11:18:17 +08:00
Birunthan Mohanathas
bdda80d8b8
Bug 798033 - Remove 'using namespace' from dom/ headers. r=echou
2013-12-08 21:53:11 -05:00
Bevis Tseng
e4800f9a31
Bug 946079 - Part 1: Treat Return Call SMS Message as Replaced Type Message instead of MWI message. r=vyang
2013-12-05 14:24:31 +08:00
Arno Puder
07a1bde05b
Bug 933585 - NFC Worker changes. r=yoshi
2013-11-11 18:05:01 -08:00
Trevor Saunders
907dfc4528
bug 949821 - use MOZ_UTF16 more and NS_LITERAL_STRING less r=froydnj
2013-12-12 20:50:01 -05:00
Albert Crespell
82fc6fa9ed
Bug 858005 - Part 2: Netd integration. r=vchang
2013-05-24 11:28:20 +02:00
Edgar Chen
a3c14d2fea
Bug 946165 - Send REQUEST_REPORT_STK_SERVICE_IS_RUNNING after iccid is ready. r=allstars.chh
2013-12-06 13:42:36 +08:00
Bevis Tseng
4257a47b66
Bug 943749 - B2G SMS: Support Class 2 SMS received and stored in SIM. r=vyang
2013-12-04 18:52:31 +08:00
Yoshi Huang
3d3600a677
Bug 944725 - Part 2: add xpcshell-tests for testing returned errorMsg. r=vicamo
2013-12-03 17:02:58 +08:00
Yoshi Huang
6ec32b2019
Bug 944725 - Part 1: Unify the errorMsg for icc.read/updateContacts. r=vicamo
2013-12-03 16:25:05 +08:00
Alan Huang
888891e62b
Bug 931456 - Initialize the chrome process pid information while we are constructing OpenFileFinder. r=dhylands
2013-12-04 10:24:36 +08:00
Hsin-Yi Tsai
9cfa2b993c
Bug 944589 - [Voice Channel][Dialer][Airplane Mode] If you switch to airplane mode when talking, voice channel will not recover. r=vicamo
2013-12-02 18:51:54 +08:00
Shawn Ku
7be16a3cee
Bug 946062 - Disable nsIRadioInterfaceLayer in AudioManager.cpp for fixing flatfish build break. r=mchen
...
--HG--
extra : rebase_source : 75726539cf0f16bebaf6e83ad23452010d6f545f
2013-12-04 14:57:40 +08:00
Georgia Wang
e1bb3e926a
Bug 935401 - Part 2: Modify xpcshell test for SimRecordHelper. r=yoshi
...
--HG--
extra : rebase_source : afa4f4f7cc8b05820a27473ff57c954de63b9dc8
2013-11-12 17:28:48 +08:00
Georgia Wang
6f580763c4
Bug 935401 - Part 1: Add SimRecordHelper in ril_worker. r=yoshi
...
--HG--
extra : rebase_source : 8e70ea07749813f645da4b1ce28b8c4a67d7e770
2013-11-12 16:33:45 +08:00
Siddartha Pothapragada
1aaf49d01b
Bug 933136 - Part 2: Add support to notify 'onpeerready' and 'onpeerlost' events from Chrome process. r=yoshi
...
Add two new P2P IPC messages 'CheckP2PRegistration' and 'NotifyUserAcceptedP2P'
to establish User Communication on P2P UI from content process to chrome process. These IPC messages are needed to support basic PeerToPeer use cases.
--HG--
extra : rebase_source : 0c0815e9ee873fe017bb6bbc91f3505891533769
2013-12-03 13:22:21 -08:00
Carsten "Tomcat" Book
0c9040312f
Backed out changeset deaef09b17c1 (bug 944725) for marionette web-api bustage on a CLOSED TREE
2013-12-04 10:06:32 +01:00
Carsten "Tomcat" Book
2decfc57f7
Backed out changeset 82345b162c51 (bug 944725) for marionette web-api bustage on a CLOSED TREE
2013-12-04 10:06:14 +01:00
Yoshi Huang
e2982d7097
Bug 944725 - Part 2: add xpcshell-tests for testing errorMsg. r=vicamo
2013-12-03 16:26:32 +08:00
Yoshi Huang
96140bde93
Bug 944725 - Part 1: Unify the errorMsg for icc.read/updateContacts. r=vicamo
2013-12-03 16:25:05 +08:00
Alan Huang
b4f15c610e
Bug 841660 - Part 2: Implement format interface for volume-based device storage, r=dhylands
2013-12-03 17:32:56 +08:00
Ryan VanderMeulen
b3a76666df
Backed out 5 changesets (bug 811635) for B2G mochitest-8 orange.
...
Backed out changeset ad72f0b9e16a (bug 811635)
Backed out changeset 4acc0f028076 (bug 811635)
Backed out changeset b695cdc91edc (bug 811635)
Backed out changeset 6c9ca70f582d (bug 811635)
Backed out changeset 0338e84d99a7 (bug 811635)
2013-12-03 10:06:59 -05:00
Alan Huang
0ef5814566
Bug 931456 - Check whether b2g and its descendant have opened files only. r=dhylands
2013-12-03 15:35:03 +08:00
Henry Chang
aec543d46d
Bug 811635 - Part 4: Wifi Direct core implementation. r=vchang
2013-11-28 16:02:44 +08:00
Edgar Chen
e33656c076
Bug 942096 - Extend stk system message to support multiple sim. r=hsinyi
2013-11-25 18:10:34 +08:00
Georgia Wang
b4b25635a8
Bug 935402 - Part 2: Modify xpcshell test for EF_PBR. r=yoshi
2013-11-18 15:06:58 +08:00
Georgia Wang
5c8f628128
Bug 935402 - Part 1: Cache EF_PBR field. r=yoshi
2013-11-18 15:04:22 +08:00
Shawn Ku
1de0c6379b
Bug 931722 - Part 2: Extra mute request to RIL at AudioManager. r=mchen
2013-11-27 15:46:27 +08:00
Shawn Ku
f4cf56ac43
Bug 931722 - Part 1: RIL related code change. r=hsinyi
2013-11-27 15:45:31 +08:00
Alan Huang
6381088980
Bug 841660 - Implement format interface for volume-based device storage, r=dhylands
2013-09-06 14:11:58 +08:00
Georgia Wang
eb81162a84
Bug 908554 - Part3: Add STK Set Up Menu xpcshell test. r=yoshi
2013-11-08 11:04:10 +08:00
Georgia Wang
23b6af8d77
Bug 908554 - Part2: STK Support Next Action Indicator in RIL r=yoshi.
2013-11-08 10:47:48 +08:00
Georgia Wang
9035756977
Bug 938466 - Part3: Modify xpcshell BIP test case. r=yoshi
2013-11-14 11:31:50 +08:00
Georgia Wang
4cd83656e3
Bug 938466 - Part2: modify STK BIP command const. r=yoshi
2013-11-14 11:18:57 +08:00
Edgar Chen
ba9367c59d
Bug 944234 - Same message type with different client id should be treated as a different message. r=hsinyi
2013-11-28 18:10:38 +08:00
Edgar Chen
2be311daa9
Bug 944250 - Remove RILQUIRKS_MODEM_DEFAULTS_TO_EMERGENCY_MODE and correct marionette tests. r=hsinyi
2013-11-28 15:21:02 +08:00
Yoshi Huang
8c0bae43cd
Bug 943234 - Part 1: return mozContact in updateContact. r=vicamo
...
From 237b1d77da6e1470979dfc422e3f2e2f30066b43 Mon Sep 17 00:00:00 2001
---
dom/system/gonk/RILContentHelper.js | 29 ++++++++++++++++++++++++++++-
dom/system/gonk/ril_worker.js | 7 +++++--
2 files changed, 33 insertions(+), 3 deletions(-)
2013-11-28 17:50:01 +08:00
Carsten "Tomcat" Book
f3646b005a
Backed out changeset 8ef36d96a366 (bug 938466) for marionette webapi bustage on a CLOSED TREE
2013-11-27 09:23:31 +01:00
Carsten "Tomcat" Book
05a646c7c1
Backed out changeset abf315caa163 (bug 938466) for marionette webapi bustage on a CLOSED TREE
2013-11-27 09:23:22 +01:00
Georgia Wang
024b039904
Bug 938466 - Part 3: Modify xpcshell BIP test case. r=yoshi
2013-11-14 11:31:50 +08:00
Georgia Wang
6c72fdaf01
Bug 938466 - Part 2: Modify STK BIP command const. r=yoshi
2013-11-14 11:18:57 +08:00
Georgia Wang
7f029ed8cc
Bug 824611 - Part 2: Modify xpcshell for ICCPDUHelper. r=yoshi
2013-11-11 14:39:00 +08:00
Georgia Wang
1a44d8833e
Bug 824611 - Part 1: Add ICC PDU Helper. r=yoshi
2013-11-11 14:28:20 +08:00
Szu-Yu Chen [:aknow]
5ac9a48676
Bug 942731 - Fix unexpected reverse. r=vicamo
2013-11-26 13:58:41 -05:00
Szu-Yu Chen [:aknow]
5da902ab31
Bug 942218 - Fix isRadioChanging. r=hsinyi
2013-11-26 13:58:28 -05:00
Ben Tian
9b8fb0cc7b
Bug 921991 - B2G BT: support multiple sim cards, r=echou, r=mrbkap
2013-11-26 14:11:06 +08:00
Ryan VanderMeulen
d7e49cc136
Merge b-i to m-c.
2013-11-22 15:35:31 -05:00
Jessica Jong
7a1b378256
Bug 926372 - B2G DSDS: setup data call. r=hsinyi
2013-11-22 10:16:31 -05:00
Szu-Yu Chen [:aknow]
1980a324a8
Bug 856553 - Part 4: Add setRadioEnabled API (ril). r=hsinyi
2013-11-21 09:09:14 -05:00
Szu-Yu Chen [:aknow]
7015e51522
Bug 935537 - Fix powerOffRadioSafely. r=hsinyi
2013-11-20 11:14:43 -05:00
Ben Kelly
6cbcf4947b
Bug 924565: Part 1: Declare nsIObserver QI in DOMRequestHelper child classes. r=fabrice
2013-11-20 13:33:10 +08:00
Edgar Chen
406de69554
Bug 814637 - Part 7: Xpcshell test changes. r=hsinyi,allstars.chh
2013-11-11 12:18:51 +08:00
Edgar Chen
aac1ccfd53
Bug 814637 - Part 4: RIL implementation changes for iccManager multi-sim. r=hsinyi,allstars.chh
2013-09-27 19:05:41 +08:00
Vicamo Yang
8c86750769
Bug 736708 - 1/3: WebSMS - support Replace-Short-Message-Type. Don't return next message id. r=gene
2013-11-20 03:46:12 +08:00
Mike Hommey
a65383e1e9
Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps
...
Landing on a CLOSED TREE.
2013-11-19 11:50:54 +09:00
Mike Hommey
8ceb917350
Bug 939074 - Remove most LIBXUL_LIBRARY. rs=gps
2013-11-19 11:48:10 +09:00
Mike Hommey
bb6779efe3
Bug 939044 - Remove most definitions of MODULE. r=mshal
2013-11-19 11:47:39 +09:00
Mike Hommey
d7b6f95761
Bug 935881 - Use FINAL_LIBRARY for all (fake) libraries that end up linked in a single other library. r=gps
2013-11-19 11:47:14 +09:00
Szu-Yu Chen [:aknow]
87d982b779
Bug 936504 - Disable 'ril_worker.js' test in test_ril_code_quality.py. r=hsinyi
2013-11-18 12:39:03 -05:00
Ed Morley
4931f8d4b2
Merge mozilla-central and b2g-inbound
2013-11-18 11:03:06 +00:00
Ben Tian
532c0d2852
Bug 936732 - Patch 3/3: system/gonk file change, r=khuey
2013-11-18 14:30:19 +08:00
Tom Schuster
f311064c6e
Bug 933834 - Rename and handlify JS_ValueToString. r=terrence,bz
2013-11-16 13:31:36 +01:00
Ms2ger
6b38d3ca3d
Backout changesets ded0d64f6786:03f041d03f24 and 30cbd1abde1a (bug 935696, bug 933834 and bug 939194) for build bustage.
2013-11-17 16:39:25 +01:00
Tom Schuster
dd485f9336
Bug 933834 - Rename and handlify JS_ValueToString. r=terrence,bz
2013-11-16 13:31:36 +01:00
Henry Chang
3c4da63c86
Bug 935363 - Add and make use of NetworkService xpcom. r=vyang, r=vchang
2013-11-15 17:35:33 +08:00
Garner Lee
7e93d14213
Bug 674741 - Part 6: NFC Build System Changes. r=khuey
...
--HG--
extra : rebase_source : 259fbadf1e2dad187d2704a34ec94f883c25baeb
2013-11-12 10:11:39 -08:00
Siddartha Pothapragada
51016c01ae
Bug 674741 - Part 4: NFC Chrome Worker. r=yoshi
...
--HG--
extra : rebase_source : 4aee7bf49a45f778d70ce7354c94fd454384cb93
2013-11-05 14:18:56 -08:00
John Shih
ad0b697381
Bug 936393 - Make sure stop tethering works correctly when there are different tethering types enabled. r=vchang
2013-11-08 18:31:53 +08:00
Yoshi Huang
52eb46b33c
Bug 936309 - [FDN] "Add contact" is broken. r=vicamo
2013-11-11 19:35:06 +08:00
Yoshi Huang
48a6928a48
Bug 902788 - B2G RIL: Update xpcshell-tests for updating ICC
...
From 9a0db7c853f2b09b91b28fbd78d950405c6639cb Mon Sep 17 00:00:00 2001
Contact. r=vicamo
---
dom/system/gonk/tests/test_ril_worker_icc.js | 84 ++++++++++++++------------
1 file changed, 47 insertions(+), 37 deletions(-)
2013-10-01 14:43:37 +08:00
Georgia Wang
4f08873102
Bug 927234 - Part2: getIMSI_M/decodeIMSI xpcshell test. r=yoshi.
2013-10-23 16:51:39 +08:00
Georgia Wang
f34d63d1a8
Bug 927234 - Part1: add getIMSI_M function to get IMSI,MCC,MNC. r=yoshi
2013-10-23 16:33:45 +08:00
"allstars.chh"
9f3ef14d4e
Bug 921318 - Part 2: update xpcshell-tests. r=vicamo
2013-11-11 14:36:08 +08:00
"allstars.chh"
46453238fb
Bug 921318 - Part 1: Use contactId. r=vicamo
2013-11-08 18:49:38 +08:00
Gregor Wagner
c9d954d8dc
Backout 69acb8830b8c for real.
2013-11-11 10:40:50 -08:00
Carsten "Tomcat" Book
54656e2880
merge b2g-inbound to mozilla-central
2013-11-11 12:03:04 +01:00
Ms2ger
5e1bd894df
No bug - Fix some style issues in DOM code.
2013-11-11 09:04:41 +01:00
Ms2ger
b381084fe3
Bug 931459 - Move LOCAL_INCLUDES to moz.build in dom/; r=mshal
2013-11-11 09:04:11 +01:00
Ben Tian
eb401b4b9a
Bug 921991 - B2G BT: support multiple sim cards, r=echou
2013-11-08 14:41:12 +08:00
Vicamo Yang
019be0b8d8
Bug 936359 - Honor the DEBUG flag in RilContentHelper.js. r=hsinyi
2013-11-08 18:38:16 +08:00
Georgia Wang
baf4418943
Bug 921322 - Part2: xpcshell test for searchForNextTag. r=yoshi
2013-10-29 16:32:18 +08:00
Georgia Wang
33cb5325c2
Bug 921322 - Part1: Add "searchForNextTag" in StkProactiveCmdHelper. r=yoshi
2013-10-24 12:06:40 +08:00
Dave Hylands
ad9af99987
Bug 949004 - Check to see if lock is null before using it. r=qDot
...
--HG--
extra : rebase_source : 115a50601853376ae1a0548aad4d61f58e96c8d1
2013-11-07 16:14:44 -08:00
Shawn Ku
40039e9a6f
Bug 930394 - Part 3: Add test cases. B2G RIL: Correct cardState to permanentBlocked when no more PUK retry. r=yoshi.
2013-11-07 18:00:12 +08:00
Shawn Ku
583844b22b
Bug 930394 - Part 2: RIL patch. B2G RIL: Correct cardState to permanentBlocked when no more PUK retry. r=yoshi.
2013-11-07 17:59:09 +08:00
Star Cheng
5e33b3598c
Bug 923742 - Listening BT SCO Link status in HandleBTStatusChanged() instead of using SetForceUse in SetPhoneState() r=echou,mchen
2013-10-22 16:32:14 +08:00
Bevis Tseng
a7b0b857a8
Bug 913313: Part 2, Add Unit Test to verify the parsing of CDMA SMS Delivery Report and the flag of enabling Delivery Report. r=gene
2013-11-04 09:59:12 +08:00
Bevis Tseng
b71cc8bbe9
Bug 913313 - [wasabi][CDMA] There is no tick icon next to the message sent after enabling "Delivery reports". r=gene
2013-10-30 15:24:17 +08:00
Edgar Chen
1e0a0ea185
Bug 930918 - Don't expose CDMA MIN due to security concern. r=allstars.chh,hsinyi
2013-11-04 16:39:27 +08:00
Chuck Lee
7083f71260
Bug 859215 - 0003. Get SMSC address in RIL. r=vicamo
2013-09-16 10:12:40 +08:00
Chuck Lee
348ff21961
Bug 859215 - 0001. IDL change. r=vicamo
2013-09-16 10:12:35 +08:00
Hsin-Yi Tsai
d846a226f3
Bug 814634 - part4 - RIL and tests. r=vicamo
2013-10-29 17:40:44 +08:00
Hsin-Yi Tsai
86d21a4f76
Backed out changeset 9e63eda1ca2f (bug 814634) for missing r= in comment
2013-11-06 13:48:17 +08:00
Hsin-Yi Tsai
b889245961
Bug 814634 - part4 - RIL and tests. r=vicamo
2013-10-29 17:40:44 +08:00
Garner Lee
8bd7d04054
Bug 933635 - Part 3: NFC IPC Sources. r=yoshi
2013-11-01 17:45:46 +08:00
Garner Lee
093d8a1dcc
Bug 933635 - Part 2: SystemWorkerManagager IDL changes. r=khuey
2013-11-01 14:53:37 +08:00
Georgia Wang
d917dd0a48
Bug 908536 - Part3: STK BIP-CLOSE_CHANNEL, RECEIVE/SEND_DATA xpcshell test. r=yoshi.
2013-10-23 10:40:08 +08:00
Georgia Wang
f88f2a2cfe
Bug 908536 - Part2: STK BIP CLOSE_CHANNEL, RECEIVE/SEND_DATA handle in RIL. r=yoshi.
2013-10-23 10:39:23 +08:00
Georgia Wang
bf7a0d33de
Bug 908535 - Part3: xpcshell test for OPEN CHANNEL proactive cmd. r=yoshi
2013-10-23 10:31:27 +08:00
Georgia Wang
518c930ba9
Bug 908535 - Part2: Process STK OPEN CHANNEL cmd and ctlvs in ril. r=yoshi
2013-10-23 10:30:10 +08:00
Gene Lian
459e3cb46f
Bug 854326 - B2G Multi-SIM: support multiple SIM cards for SMS/MMS (part 5-2, MMS APN settings). r=vicamo
2013-11-02 18:17:58 +08:00
Gene Lian
3a28b0d79a
Bug 854326 - B2G Multi-SIM: support multiple SIM cards for SMS/MMS (part 5-1, clean up the APN setting logic). r=vicamo
2013-11-02 18:17:45 +08:00
Gene Lian
6a15b2f799
Bug 854326 - B2G Multi-SIM: support multiple SIM cards for SMS/MMS (part 4, handle service ID). r=vicamo
2013-11-02 18:17:35 +08:00
Gene Lian
45643f23c9
Bug 854326 - B2G Multi-SIM: support multiple SIM cards for SMS/MMS (part 3, add ICC ID). r=vicamo
2013-11-02 18:17:25 +08:00
Gene Lian
570e93a1d6
Bug 854326 - B2G Multi-SIM: support multiple SIM cards for SMS/MMS (part 2, IPDL for IPC). r=vicamo
2013-11-02 18:17:16 +08:00
Gene Lian
715fa51aa8
Backout b796080cf4d0 (bug 931699) due to causing bug 933787.
2013-11-02 17:41:29 +08:00
Gene Lian
6ee6d2a61e
Bug 933207 - B2G SMS & MMS: Fire system messages for the delivery reports (follow-up). r=ctai
2013-11-01 22:45:57 +08:00
Hsin-Yi Tsai
ce31635505
Bug 912849 - part4 - gonk & ril impl. r=vicamo
2013-10-28 14:46:54 +08:00
Gene Lian
5e32be762d
Bug 887159 - B2G SMS: Handle message delivered timestamp for delivery report (part 2, implementation and tests). r=vicamo
2013-11-01 20:00:55 +08:00
Gene Lian
369aca7ecc
Bug 933207 - B2G SMS & MMS: Fire system messages for the delivery reports. r=ctai
2013-11-01 17:55:54 +08:00
Szu-Yu Chen [:aknow]
f86a1899ed
Bug 814625 - Part 8: RIL: Add multisim support. r=hsinyi
2013-10-31 08:05:52 -04:00
Edgar Chen
59d68c1173
Bug 926343 - Part 4: RIL implementation changes. r=hsinyi
2013-09-30 18:46:02 +08:00