Commit Graph

533 Commits

Author SHA1 Message Date
Albert Crespell
541ca248f2 Bug 944051 - Return networks for SIMs that already doesn't have a data connection. r=gene, r=jshih 2013-12-03 17:26:04 +01:00
Albert Crespell
2940d90868 Bug 944008 - Usage reset doesn't work properly. r=gene 2013-11-29 08:06:20 +01:00
Patrick Wang
dd0ab99f17 Bug 870660: Part 4: Remove test_udpsocket. r=jdm 2013-11-30 00:17:35 +08:00
Patrick Wang
1ee49af721 Bug 870660: Part 1: Add packat filter to UDPSocketParent/Child. r=jduell 2013-11-30 00:13:44 +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
Ehsan Akhgari
68fcdac4bb Bug 942633 - Build more dom/ code in unified mode; r=bzbarsky
--HG--
extra : rebase_source : 7d4187e2286cbfc278f463317043a280ea227e9d
2013-11-26 11:38:52 -05:00
Ed Morley
00d712484e Backed out changeset 8c69c6e6fc39 (bug 942633) for build failures on a CLOSED TREE 2013-11-26 17:30:55 +00:00
Ehsan Akhgari
2f9e193735 Bug 942633 - Build more dom/ code in unified mode; r=bzbarsky 2013-11-26 11:38:52 -05:00
John Shih
30a93e5f0c Bug 939061 - [NetworkStats API] Remove redundant indexes in NetworkStatsDB.jsm. r=gene 2013-11-20 09:32:55 +08:00
Szu-Yu Chen [:aknow]
1d2cb7873b Bug 856553 - Part 5: Add setRadioEnabled marionette test. r=hsinyi 2013-11-21 09:09:25 -05:00
Szu-Yu Chen [:aknow]
602517e64e Bug 856553 - Part 2: Add setRadioEnabled API (dom). r=khuey 2013-11-21 09:08:50 -05:00
Szu-Yu Chen [:aknow]
0eda72a2f2 Bug 856553 - Part 1: Add setRadioEnabled API (idl). r=hsinyi 2013-11-21 09:08:36 -05:00
Albert Crespell
cfe00af616 Bug 937041 - Update tests. r=gene 2013-11-15 16:56:17 +01:00
Albert Crespell
8dcbf7b96b Bug 937041 - Modify availableNetworks method to return all networks having data in database. r=gene, r=jshih 2013-11-19 13:03:34 +01: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
Jan Varga
4752b723fe Bug 921478 - Remove BackstagePass IDB constructor resolve hook and use Cu.importGlobalProperties. r=bholley,bent
--HG--
rename : dom/indexedDB/test/test_globalObjects.xul => dom/indexedDB/test/test_globalObjects_chrome.xul
rename : dom/indexedDB/test/test_globalObjects.html => dom/indexedDB/test/test_globalObjects_content.html
rename : dom/indexedDB/test/unit/test_globalObjects.js => dom/indexedDB/test/unit/test_globalObjects_xpc.js
2013-11-19 08:36:12 +01:00
Carsten "Tomcat" Book
381f762d9f Backed out changeset 5cda44ae1ba0 (bug 921478) for perma-orange on Mochitest-1 on B2G Linux Opt on a CLOSED TREE
--HG--
rename : dom/indexedDB/test/test_globalObjects_content.html => dom/indexedDB/test/test_globalObjects.html
rename : dom/indexedDB/test/test_globalObjects_chrome.xul => dom/indexedDB/test/test_globalObjects.xul
rename : dom/indexedDB/test/unit/test_globalObjects_xpc.js => dom/indexedDB/test/unit/test_globalObjects.js
2013-11-19 11:41:52 +01:00
Jan Varga
a1c86d73e5 Bug 921478 - Remove BackstagePass IDB constructor resolve hook and use Cu.importGlobalProperties. r=bholley,bent
--HG--
rename : dom/indexedDB/test/test_globalObjects.xul => dom/indexedDB/test/test_globalObjects_chrome.xul
rename : dom/indexedDB/test/test_globalObjects.html => dom/indexedDB/test/test_globalObjects_content.html
rename : dom/indexedDB/test/unit/test_globalObjects.js => dom/indexedDB/test/unit/test_globalObjects_xpc.js
2013-11-19 08:36:12 +01: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
Antonio M. Amaya
6b3e722db6 Bug 939116 - Apply the TCPSocket.send offset parameter correctly. r=dpreston 2013-11-15 18:28:00 +01:00
John Shih
42b7209e26 Bug 932630 - [NetworkStats API] Need to fix saveAppStats(...) in test_networkstats_service_proxy.js. r=gene 2013-10-30 14:55:28 +08: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
Albert Crespell
3d42056284 Bug 938167 - Error when multiple queries to getSamples are received. r=gene 2013-11-13 17:46:32 +01:00
Patrick Wang
16e3c9392c Bug 932183: Part 3: test case r=honzab 2013-11-14 16:00:48 +08:00
Patrick Wang
ca7389aa8a Bug 932183: Part 2: Update child's bufferedAmount more frequently. r=honzeb 2013-11-14 16:00:28 +08:00
Patrick Wang
55493da3eb Bug 932183: Part 1: Rename function and add comments in TCPSocket implementation to make it more readable. r=honzab 2013-11-14 15:59:55 +08:00
Jessica Jong
9ecee8ce12 Bug 814629 - Part 5: modify mozMobileConnection related tests. r=hsinyi,khuey 2013-11-13 16:51:43 +08:00
Jessica Jong
19cf0f678f Bug 814629 - Part 4: MobileConnectionArray implementation. f=hsinyi r=khuey 2013-11-13 16:51:23 +08:00
Jessica Jong
1a3992385c Bug 814629 - Part 3: MobileConnection changes (dom). f=hsinyi,edgar r=khuey 2013-11-13 16:51:04 +08:00
Jessica Jong
480eb00837 Bug 814629 - Part 2: nsIDOMMobileConnection changes (idl). f=edgar r=hsinyi 2013-11-13 16:50:46 +08:00
Shih-Chiang Chien
e4ec4aa825 Bug 936801 - use forward declaration for NetAddr instead of include DNS.h. r=mcmanus. 2013-11-12 13:54:17 +01:00
Ms2ger
b381084fe3 Bug 931459 - Move LOCAL_INCLUDES to moz.build in dom/; r=mshal 2013-11-11 09:04:11 +01:00
Shih-Chiang Chien
306862180d Bug 869869 - Part 2, add PUDPSocket IPDL interface, r=jdm. 2013-05-10 20:00:28 +08:00
Nathan Froyd
ad3ed9e5be Bug 918651 - part 5 - qualify all IPDL using statements with required header; r=ehsan 2013-10-01 15:25:07 -04:00
John Shih
6e559c0d20 Bug 927328 - Make sure app stats is updated when retrieving function is called. r=gene 2013-10-16 17:59:07 +08:00
Jessica Jong
bcfb56bd2b Bug 818353 - Part 2: DOM changes - use default client id (0) in MobileConnection. f=hsinyi,edgar r=smaug 2013-10-30 12:02:47 +08:00
Jessica Jong
a56803adff Bug 818353 - Part 1: idl changes. f=edgar r=hsinyi 2013-10-30 12:01:51 +08:00
Gene Lian
11e1ea21bc Bug 923382 - B2G Multi-SIM: support multiple SIM cards for network metering (a follow-up of bug 887699). r=albert 2013-10-29 16:33:18 +08:00
Vicamo Yang
3eb62fc290 Bug 920551 - 2.h/2: fix dom/system/gonk/*. r=hsinyi,khuey 2013-10-29 16:12:45 +08:00
Vicamo Yang
466c463b7c Bug 920551 - 2.e/2: fix MobileConnection. r=hsinyi,khuey 2013-10-29 16:12:41 +08:00
Nicholas Nethercote
ba1e9bce90 Bug 925584 - Remove some unnecessary jsapi.h inclusions from .cpp files. r=Ms2ger.
--HG--
extra : rebase_source : 41fcb0e922a519ef679c1c1b6293c2b638e83a48
2013-10-10 15:22:35 -07:00
Albert Crespell
d526bfe1a6 Bug 887699 - Part 4/4 Tests. r=gene 2013-10-08 08:10:10 +02:00
Albert Crespell
0d40b444e1 Bug 887699 - Part 3/4 Fix access of websocket channel and TCPSocket to NetworkStats API. r=jduell,gene 2013-10-11 08:54:34 +02:00
Albert Crespell
6157915cf9 Bug 887699 - Part 2/4 Multi SIM implementation. r=gene,jshih 2013-10-08 08:09:58 +02:00
Albert Crespell
1a770989a9 Bug 887699 - Part 1/4 IDL definition. r=jonas,hsinyi 2013-10-15 12:01:16 +02:00
Mike Hommey
1d566f7586 Bug 929905 - Consolidate sources in moz.build. r=gps 2013-10-25 08:23:05 +09:00
Trevor Saunders
d3d322d222 [PATCH] bug 922566 - kill dom-config.mk
From 6681eaa8bb47ddb4756fd71738771c4c437101c0 Mon Sep 17 00:00:00 2001
---
 content/media/webspeech/recognition/Makefile.in |  1 -
 content/media/webspeech/recognition/moz.build   |  5 +-
 content/media/webspeech/synth/Makefile.in       |  1 -
 content/media/webspeech/synth/pico/Makefile.in  |  3 --
 dom/alarm/Makefile.in                           |  2 -
 dom/apps/src/Makefile.in                        |  1 -
 dom/base/Makefile.in                            |  2 -
 dom/base/moz.build                              | 26 ++++++++++-
 dom/battery/Makefile.in                         |  1 -
 dom/bindings/Makefile.in                        |  3 --
 dom/bindings/moz.build                          | 17 ++++++-
 dom/bindings/test/Makefile.in                   |  5 +-
 dom/bluetooth/Makefile.in                       |  2 -
 dom/bluetooth/moz.build                         |  7 ++-
 dom/browser-element/Makefile.in                 |  3 --
 dom/browser-element/moz.build                   |  6 ++-
 dom/camera/Makefile.in                          |  1 -
 dom/camera/moz.build                            |  5 +-
 dom/devicestorage/Makefile.in                   |  1 -
 dom/dom-config.mk                               | 61 -------------------------
 dom/encoding/Makefile.in                        |  1 -
 dom/fmradio/Makefile.in                         |  2 -
 dom/fmradio/ipc/Makefile.in                     |  1 -
 dom/fmradio/ipc/moz.build                       |  5 +-
 dom/fmradio/moz.build                           |  5 +-
 dom/icc/src/Makefile.in                         |  4 --
 dom/media/Makefile.in                           |  3 --
 dom/media/moz.build                             |  6 ++-
 dom/mobilemessage/src/Makefile.in               |  1 -
 dom/mobilemessage/src/moz.build                 |  5 +-
 dom/network/src/Makefile.in                     |  2 -
 dom/plugins/base/Makefile.in                    |  1 -
 dom/plugins/base/moz.build                      |  8 +++-
 dom/power/Makefile.in                           |  1 -
 dom/quota/Makefile.in                           |  1 -
 dom/system/gonk/Makefile.in                     |  2 -
 dom/telephony/Makefile.in                       |  1 -
 dom/time/Makefile.in                            |  1 -
 dom/wifi/Makefile.in                            |  5 --
 39 files changed, 85 insertions(+), 123 deletions(-)
 delete mode 100644 dom/dom-config.mk
 delete mode 100644 dom/wifi/Makefile.in
2013-10-23 17:20:55 -04:00
Alexandre Poirot
9a210377b3 Bug 920586 - Allows chrome usages of TCPSocket r=bent 2013-09-25 08:58:00 +01:00
Tomoaki Konno
3adb6e5c3b Bug 908248 - Intermittent test_tcpserversocket.js. r=jdm 2013-10-24 02:48:00 +01:00
Brian O'Keefe
4c98f61956 Bug 928709 - Convert chromium-config.mk to mozbuild, r=mshal 2013-10-02 13:17:55 -04:00
Dave Hylands
e6c78fd10b Backout 32307c4a20bc (Bug 818353) due to causing bug 929815. 2013-10-22 21:12:04 -07:00
Dave Hylands
4e28b733d0 Backout c6a0d5f696ec (Bug 818353) due to causing bug 929815. 2013-10-22 21:12:04 -07:00
Vicamo Yang
0af7b1d4de Bug 814556 - 1/2: Move mozilla::dom::icc::* to mozilla::dom. r=khuey, f=Ms2ger 2013-10-22 19:23:00 +08:00
Jessica Jong
4e00ce1a01 Bug 818353 - Part 2: DOM changes - use default client id (0) in MobileConnection. f=hsinyi,edgar r=smaug 2013-10-18 15:01:03 +08:00
Jessica Jong
5f7d738be2 Bug 818353 - Part 1: idl changes. f=edgar r=hsinyi 2013-10-18 15:01:03 +08:00
Ryan VanderMeulen
82ababf330 Backed out 4 changesets (bug 887699).
Backed out changeset 5c878c48d732 (bug 887699)
Backed out changeset 57b03d7055e8 (bug 887699)
Backed out changeset ea06175feb4f (bug 887699)
Backed out changeset 516d0f14f7fd (bug 887699)
2013-10-16 17:12:54 -04:00
Albert Crespell
588cdf28bd Bug 887699 - Part 4: Tests. r=gene 2013-10-08 08:10:10 +02:00
Albert Crespell
ec8f4f1388 Bug 887699 - Part 3: Fix access of websocket channel and TCPSocket to NetworkStats API. r=jduell, r=gene 2013-10-11 08:54:34 +02:00
Albert Crespell
a2c7f13eb0 Bug 887699 - Part 2: Multi SIM implementation. r=gene 2013-10-08 08:09:58 +02:00
Albert Crespell
1999531b78 Bug 887699 - Part 1: IDL definition. r=jonas, r=hsinyi 2013-10-15 12:01:16 +02:00
Edgar Chen
4612cefbae Bug 926358 - Fix the potential issue in MMI request handler. r=allstars.chh 2013-10-14 18:47:55 +08:00
Jan Varga
8d28f23732 Bug 832883 - Move IDBKeyRange to WebIDL and define indexedDB/IDBKeyRange in all the spots. r=khuey,bent (initial work done by Ms2ger) 2013-09-28 13:25:46 +02:00
Masayuki Nakano
d33f3e133a Bug 912956 part.8 Create mozilla/MiscEvents.h r=roc 2013-09-24 19:04:15 +09:00
Ehsan Akhgari
671bbdc894 Bug 919505 - Minimize the #includes in dom/ipc; r=jst 2013-09-23 17:30:40 -04:00
Wes Kocher
3d4714451c Merge b2g-inbound to m-c 2013-09-18 17:09:39 -07:00
Jessica Jong
2d263a8ebc Bug 909688: B2G RIL - tests cases for data loss. r=vicamo 2013-09-18 22:06:03 +08:00
Trevor Saunders
27e72dc2a7 bug 915566 - rm makefiles in dom/ r=gps 2013-09-13 12:25:21 -04:00
John Shih
c422e8e387 Bug 917667 - Add the check of receving unknown connection type. r=gene 2013-09-18 14:57:28 +08:00
Ethan Tseng
7831cfacab Bug 855951 - Collect and save TX/RX traffic amounts of TCP connections per-App, r=gene, mcmanus 2013-08-29 14:15:08 +08:00
John Shih
079cca2c70 Bug 784575 - Part 6: Testing. r=gene 2013-07-26 17:54:37 +08:00
John Shih
82295c199d Bug 784575 - Part 5: NetworkStatsManager Modification. r=gene 2013-08-28 14:38:28 +08:00
John Shih
b1ee2e5ab1 Bug 784575 - Part 4: NetworkStatsDB Modification. r=gene 2013-07-03 16:36:50 +08:00
John Shih
db79dbfdc9 Bug 784575 - Part 3: NetworkStats API IDL Modification. r=gene, sr=sicking 2013-07-03 16:33:17 +08:00
John Shih
461f94a2a6 Bug 784575 - Part 2: Create NetworkStatsServiceProxy. r=gene 2013-08-14 18:05:35 +08:00
John Shih
6f123d448c Bug 784575 - Part 1: NetworkStatsService Modification. r=gene, r=acperez 2013-08-14 17:10:42 +08:00
Jessica Jong
a736af8434 Bug 821579 - B2G 3G: Add Marionette test for Data Connection. r=vicamo 2013-09-09 10:57:14 +08:00
Patrick Wang
e67df35def Bug 784816 - Adding upgradeToSecure() to support startTLS in MozTCPSocket. r=mayhemer sr=sicking 2013-09-01 03:09:17 +08:00
Andrew Sutherland
c8e1cf19f6 backout Bug 784816 https://hg.mozilla.org/mozilla-central/rev/1000c23df772 for breaking multi-process TCPSocket SSL connections 2013-09-08 11:22:44 +02:00
Wes Kocher
8bba56d03f Merge m-c to inbound 2013-09-04 18:04:50 -07:00
Mike Hommey
f1cf3b4238 Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
Szu-Yu Chen [:aknow]
b16be28c24 Bug 909684 - Add enabled and password checking. r=hsinyi 2013-09-03 08:50:55 -04:00
Ed Morley
5d10fc1e2b Merge latest green b2g-inbound changeset and mozilla-central 2013-09-02 14:57:00 +01:00
Patrick Wang
09491e927a Bug 784816 - Adding upgradeToSecure() to support startTLS in MozTCPSocket. r=mayhemer sr=sicking 2013-09-01 03:09:17 +08:00
Nicholas Nethercote
191ed08f6a Bug 911020 - Introduce js/TypeDecls.h, which holds very commonly used type declarations from the JS engine. r=luke.
--HG--
extra : rebase_source : 008ef689989f93b46627b8be8608bdbc544ca3a2
2013-08-27 19:59:14 -07:00
Szu-Yu Chen [:aknow]
85bc632c34 Bug 909669 - Part 2: Change error code to InvalidParameter (ril, test). r=hsinyi 2013-09-04 08:30:44 -04:00
Szu-Yu Chen [:aknow]
874e04b446 Bug 909669 - Part 1: Change error code to InvalidParameter (idl). r=hsinyi 2013-09-04 08:30:31 -04:00
Ryan VanderMeulen
c11b73d22a Merge m-c to b2g-inbound. 2013-08-29 16:43:30 -04:00
Fabrice Desré
0f957da774 Bug 910774 - Calling socket.resume() on a socket that's not paused doesn't work properly r=honzab 2013-08-29 13:40:07 -07:00
Donovan Preston
2336e5216e Bug 788960 - Disable test_tcpsocket.js on OSX due to intermittent failures. 2013-08-29 11:38:39 -04:00
Brian O'Keefe
4f68eb9b02 Bug 875934 - Move LIBRARY_NAME to moz.build, batch 3; r=mshal 2013-08-15 09:02:09 -04:00
Shawn Ku
fb86c837cf Bug 905479 - Part 4: Add test for change call barring password. r=yoshi, r=hsinyi 2013-08-27 10:03:11 +08:00
Shawn Ku
a11b42b740 Bug 905479 - Part 2: DOM implementation for change call barring password. r=smaug 2013-08-27 09:53:30 +08:00
Shawn Ku
17da54d45d Bug 905479 - Part 1: Add interfaces for change call barring password. r=hsinyi, r=yoshi, sr=smaug 2013-08-27 09:50:02 +08:00
Szu-Yu Chen [:aknow]
f0d2c326ec Bug 882983 - Part 2: Add ota status event (dom). r=khuey 2013-08-27 08:25:53 -04:00
Szu-Yu Chen [:aknow]
063d6ffcc7 Bug 882983 - Part 1: Add ota status event (idl, webidl). r=hsinyi, sr=smaug 2013-08-27 08:25:53 -04:00
Gregor Wagner
e82784d0e3 Bug 903343 - Missing Request in TCPSocketChild. r=bent 2013-08-26 16:38:08 -07:00
Ms2ger
ced3dd8b1c Bug 883284 - Part c: Move LIBXUL_LIBRARY into moz.build (d-e); r=mshal 2013-08-22 08:56:00 +02:00
Ms2ger
4d968c40e1 Bug 882859 - Part b: Move FAIL_ON_WARNINGS into moz.build; r=joey+gps 2013-08-22 08:55:59 +02:00
David Zbarsky
d5f27e312b Bug 890570 - PTCPSocket constructor doesn't need PBrowser r=jduell 2013-08-21 02:49:42 -04:00
Ed Morley
ac93237f7c Merge latest green b2g-inbound changeset and mozilla-central 2013-08-15 11:58:48 +01:00
Gregory Szorc
c089ae373d Bug 850380 - Derecursify and optimize XPIDL processing and move into precompile tier; r=glandium 2013-08-14 08:40:25 -07:00
Ryan VanderMeulen
8b8be2a46a Merge m-c to inbound. 2013-08-14 17:11:30 -04:00
Mihnea Dobrescu-Balaur
84ab52c12f Bug 887054 - Part 4: Mark dom/network/tests/unit/test_tcpserversocket.js to run sequentially. r=ahal 2013-08-14 11:31:20 -07:00
Edgar Chen
2e4902bb3e Bug 903257 - Part 2: Marionette tests for signal when registration status changes. r=hsinyi 2013-08-12 12:15:23 +08:00
Carsten "Tomcat" Book
89b83199da merge mozilla-central to b2g-inbound 2013-08-14 15:02:24 +02:00
Ms2ger
df8525f77d Bug 901323 - Don't include nsContentUtils.h unnecessarily; r=jlebar 2013-08-14 08:56:21 +02:00
Szu-Yu Chen [:aknow]
729be609cb Bug 887690 - Part 2: Add emergency callback mode support (dom). r=bent 2013-08-14 08:50:22 -04:00
Szu-Yu Chen [:aknow]
f9a712c3b6 Bug 887690 - Part 1: Add emergency callback mode support (idl, webidl). r=hsinyi, sr=smaug 2013-08-14 08:48:28 -04:00
Hsin-Yi Tsai
036f3247a2 Bug 869769 - [B2G][CDMA] Set and Query the preferred voice mode in CDMA. part2 - DOM. r=smaug 2013-08-14 16:21:05 +08:00
Hsin-Yi Tsai
c8fc140cc8 Bug 869769 - [B2G][CDMA] Set and Query the preferred voice mode in CDMA. part1 - idl. sr=smaug, r=vicamo 2013-08-14 15:25:13 +08:00
Ryan VanderMeulen
1f7ca11ce8 Backed out 4 changesets (bug 887690) for suspicion of causing frequent mochitest-2 failures.
Backed out changeset 106ae6eee902 (bug 887690)
Backed out changeset e2c72cb029f4 (bug 887690)
Backed out changeset 9eea090ed6f7 (bug 887690)
Backed out changeset 1defeb691f5c (bug 887690)
2013-08-12 19:13:38 -04:00
Szu-Yu Chen [:aknow]
01d5ef3e7c Bug 887690 - Part 2: Add emergency callback mode support (dom). r=bent 2013-08-12 08:25:09 -04:00
Szu-Yu Chen [:aknow]
18dd1799af Bug 887690 - Part 1: Add emergency callback mode support (idl, webidl). r=hsinyi, sr=smaug 2013-08-12 08:24:53 -04:00
Ryan VanderMeulen
64b2bc7dd9 Backed out changesets 1fa1f28c6edf and e74f694f31c4 (bug 850380) for PGO bustage on a CLOSED TREE. 2013-08-14 15:12:20 -04:00
Brian O'Keefe
3a92f0ae7c Bug 896177 - Remove useless config.mk includes; r=gps 2013-07-17 16:06:53 -04:00
Gregory Szorc
9f99cee9a1 Bug 850380 - Derecursify and optimize XPIDL processing and move into precompile tier; r=glandium 2013-08-14 08:40:25 -07:00
Boris Zbarsky
2fec75f25b Bug 707564 part 1. Fix TCPSocket initialization to not throw exceptions on non-b2g. r=gal 2013-08-03 23:38:44 -04:00
Ed Morley
a9606b2dba Merge latest green b2g-inbound changeset and mozilla-central 2013-08-02 13:30:22 +01:00
Mike Hommey
d01b5df996 Bug 881323 - Re-implement CycleCollectorParticipant with actual vtables, with constexpr to avoid static initializers. r=mccr8 2013-08-02 10:29:05 +09:00
Edgar Chen
cdcabc2477 Bug 835237 - Part 2: Add marionette tests for signal strength. r=hsinyi 2013-07-23 17:41:18 +08:00
Edgar Chen
0c54840e85 Bug 899484 - Part 2: Add marionette tests for roaming preference. r=hsinyi 2013-07-30 17:18:24 +08:00
Ryan VanderMeulen
05ac7b8b7c Merge m-c to birch. 2013-07-29 16:07:59 -04:00
Tomoaki Konno
b0f30c01ba Bug 797561 - Expose a server tcp socket API to web applications r=honza 2013-07-29 10:36:43 -07:00
Jon Coppeard
8278efd42a Bug 897484 - GC: Convert JS_GetProperty APIs to take MutableHandleValue r=terrence r=bholley r=smaug 2013-07-26 10:00:38 +01:00
Edgar Chen
7149cfbdb1 Bug 869768 - Part 3: RIL implementation for roaming preference. r=hsinyi 2013-06-10 15:47:03 +08:00
Edgar Chen
8abcf8ab7e Bug 869768 - Part 2: Add interface for roaming preference (DOM). r=bugs 2013-06-10 15:40:08 +08:00
Edgar Chen
837b3f5ea3 Bug 869768 - Part 1: Add interface for roaming preference (IDL). r=hsinyi. sr=mounir 2013-06-04 19:36:06 +08:00
Carsten "Tomcat" Book
8c89deb65b Backed out changeset ae8d72538dee (bug 897484) for b2g bustage 2013-07-26 12:34:25 +02:00
Jon Coppeard
fc9b509d4f Bug 897484 - GC: Convert JS_GetProperty APIs to take MutableHandleValue r=terrence r=bholley r=smaug 2013-07-26 10:00:38 +01:00
Edgar Chen
eed993ab21 Bug 882984 - Part 5: Marionette tests for cdma registration information. r=hsinyi
--HG--
extra : rebase_source : 7d7350b7ab168df830c8472d8c1d742106697ec6
2013-07-18 17:59:21 +08:00
Edgar Chen
9ec2889d66 Bug 882984 - Part 1: Expose CDMA registration information. r=hsinyi
--HG--
extra : rebase_source : df1a455e1a78e73bfb9279abf45acfbdbaa0abfc
2013-07-03 17:29:42 +08:00
Edgar Chen
ad04d642a5 Bug 866619 - Part 2: Fix marionette tests for voice registration state. r=allstars.chh 2013-07-19 15:51:54 +08:00
Thomas Zimmermann
1771da0692 Bug 886239: Remove retryCount from nsIDOMMobileConnection, r=vyang
The attribute retryCount is deprecated and removed by this
patch. When it lands, all users of retryCount have been
converted to getCardLockRetryCount.
2013-07-19 08:48:04 +02:00
Ryan VanderMeulen
c388bb45e1 Merge m-c to birch. 2013-07-18 20:36:44 -04:00
Michael Henretty
5406284265 Bug 890909 - [Contacts API] migration code problem when matching using the substringMatching pref (eg in Brazil). r=gwagner 2013-07-18 16:17:41 -04:00
Ryan VanderMeulen
0439786998 Merge m-c to inbound on a CLOSED TREE. 2013-07-18 14:53:05 -04:00
Jose Antonio Olivera Ortega
5f0d1635da Bug 888904 - Part 2: MobileConnection.cpp additions for supporting CLIR. r=smaug 2013-07-17 23:18:24 +02:00
Jose Antonio Olivera Ortega
de7be0f42b Bug 888904 - Part 1: Support CLIR in mozMobileConnection API. sr=sicking 2013-07-17 23:18:19 +02:00
Boris Zbarsky
9af6d565fa Bug 893004 part 2. Remove various no-longer-used XPCOM bits from Navigator, except the ones from nsIDOMNavigator. r=smaug
--HG--
rename : dom/network/interfaces/nsIDOMNavigatorNetwork.idl => dom/network/interfaces/nsIMozNavigatorNetwork.idl
2013-07-17 23:23:52 -04:00
Brian O'Keefe
a2b1403eb0 Bug 883502 - Part 1: Move 'chromium_config.mk' includes after rules.mk. r=gps 2013-07-04 08:28:43 -04:00
Boris Zbarsky
7631a999ff Bug 838146 part 10. Turn on WebIDL bindings for Navigator. r=smaug 2013-07-12 10:37:23 -04:00
Ryan VanderMeulen
2cca46b24a Merge m-c to birch. 2013-07-12 13:31:17 -04:00
Trevor Saunders
82e5558b37 bug 887483 - remove a bunch of useless assignments to FORCE_STATIC_LIB implied by LIBXUL_LIBRARY=1 r=mshal 2013-07-11 11:06:34 -04:00
Edgar Chen
62efd4aa6c Bug 875721 - Part 6: Fix marionette tests for iccInfo. r=allstars.chh
--HG--
rename : dom/network/tests/marionette/test_mobile_iccinfo.js => dom/icc/tests/marionette/test_icc_info.js
2013-05-30 19:20:39 +08:00
Edgar Chen
69b1b1a79a Bug 875721 - Part 2: Move iccInfo related attribute/event from mozMobileConnection to mozIccManager (DOM). r=smaug 2013-05-30 18:36:10 +08:00
Edgar Chen
e482150a75 Bug 875721 - Part 1: Move iccInfo related attribute/event from mozMobileConnection to mozIccManager (IDL). r=allstars.chh, sr=sicking 2013-05-30 18:04:48 +08:00
Patrick McManus
8c195a71c0 bug 888268 - wifi tickler for mitigating 802.11 psp mode on android r=dougt
--HG--
extra : rebase_source : a767b6c10501105b3c5d22043f11745807caf2f9
2013-07-11 11:39:36 -04:00
Justin Lebar
5b159515e1 Bug 889984 - Don't leak objects which "inherit" from DOMRequestIpcHelper the associated window is closed. r=fabrice 2013-07-08 17:55:42 -04:00
Edgar Chen
54c9905762 Bug 874744 - Part 2: Move card state related attribute/event from mozMobileConnection to mozIccManager (DOM). r=bugs 2013-05-22 16:58:44 +08:00
Edgar Chen
f32c75f38f Bug 874744 - Part 1: Move card state related attribute/event from mozMobileConnection to mozIccManager (IDL). r=allstars.chh. sr=sicking 2013-05-22 16:47:23 +08:00
Mike Shal
edeb7caf7a Bug 868536 - Move ipdl.mk files to moz.build; r=gps
Author: Mike Shal <mshal@mozilla.com>
2013-07-01 09:56:28 -04:00
Joey Armstrong
e44d529d0e bug 870370: EXTRA_COMPONENTS cleanup for conversion patches #1 & #2. 2013-07-03 12:01:06 -04:00
Fernando Jiménez
88023a7889 Bug 883178 - [MMI] Implement DOMMMIResult and DOMMMIError. Part 2: DOMMMIResult and DOMMMIError. r=vicamo, sr=sicking 2013-06-30 20:21:32 +08:00
Justin Lebar
6c46d0633d Bug 820686 - Remove code after MOZ_CRASH or MOZ_ASSUME_NOT_REACHED. r=(see below)
r=tbsaunde for accessible
r=jmuizelaar for gfx
r=waldo for js
r=roc for layout
r=glandium for mozglue
r=jduell for netwerk
r=khuey for everything else
2013-06-28 18:38:32 -07:00
Justin Lebar
75c400493b Bug 802686 - s/MOZ_NOT_REACHED/MOZ_CRASH/ in Gecko. r=(see below)
r=tbsaunde for accessible
r=jmuizelaar for gfx
r=roc for layout
r=glandium for mozglue
r=jduell for netwerk
r=khuey for everything else

This is a mechanical change made with sed.  Later patches in this queue
clean up the whitespace errors and so on.
2013-06-28 18:38:30 -07:00
Josh Matthews
af17c57cd0 Bug 886387, bug 886391, bug 886393 - Update missed IIDs for changed interfaces. 2013-06-24 19:07:03 +01:00
Olli Pettay
8aa806b551 Bug 847611 - Paris bindings for autogenerated events, r=peterv 2013-06-18 21:48:45 +03:00
Albert Crespell
85ea335492 Bug 879790 - Fix data usage lost during the very first start-up of Gecko. r=gene.lian 2013-06-13 16:37:36 +02:00
Albert Crespell
86fdfbd03b Bug 877607 - Tests. r=gene.lian 2013-06-08 09:57:02 +02:00
Albert Crespell
8c0e7fa661 Bug 877607 - Convert sample dates to local timezone when return. r=gene.lian 2013-06-08 09:57:02 +02:00
Edgar Chen
46004136c2 Bug 860585 - Part 2: Move cardLock API from mozMobileConnection to mozIccManager (DOM). r=bugs 2013-04-11 11:45:39 +08:00
Edgar Chen
a5c1747e84 Bug 860585 - Part 1: Move cardLock API from mozMobileConnection to mozIccManager (IDL). r=allstars.chh. sr=sicking
--HG--
rename : dom/icc/interfaces/nsIDOMICCCardLockErrorEvent.idl => dom/icc/interfaces/nsIDOMIccCardLockErrorEvent.idl
2013-04-11 11:19:36 +08:00
Mike Shal
2eff1a24b8 Bug 880245 - Move EXTRA_JS_MODULES to moz.build (conversion part 1); r=joey
From 69c3338a3287ff8cc97533e06069fc4d4cb7c5f6 Mon Sep 17 00:00:00 2001
2013-06-10 12:08:47 -04:00
Albert Crespell
d8f63cf21c Bug 879793 - Update tests. r=clian 2013-06-07 18:57:07 +02:00
Albert Crespell
81847104db Bug 879793 - Update stats when network interface is unregistered. r=clian 2013-06-06 20:40:50 +02:00
Joey Armstrong
d47bba4871 bug 870370: move EXTRA_COMPONENTS to moz.build (file batch #2). r=mshal 2013-06-10 11:19:28 -04:00
Albert Crespell
f43ede4930 Bug 879770 - Remove update stats with fake data when iface is down. r=gene.lian a=tef+ 2013-06-05 16:31:45 +02:00
Gabor Krizsanits
94a2af0a2c Bug 875405 - fixing unpushed cx usages. r=bholley 2013-05-30 16:54:46 +02:00
Mike Shal
994cfe0b6b Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE
From 9e0ba7f425143f545eb6c4b26a9a96b5ade4d8e9 Mon Sep 17 00:00:00 2001
2013-04-23 17:54:15 -04:00
Albert Crespell
e4dc53aa48 Bug 875245 - Mochitest for NetworkStats failure. r=gene 2013-05-23 11:36:31 +02:00
Bobby Holley
91448a9dac Bug 868130 - Remove the lion's share of JSAutoRequests in gecko. r=gabor
There are still a handful that either are used with other runtimes, or that
happen very early/late in cx the lifetime of various things where it doesn't
necessarily make sense to have a cx on the stack. This should definitely ensure
that we're not doing double-duty with the nsCxPusher change, though.
2013-05-22 10:05:28 -06:00
Bobby Holley
54ef3d2952 Bug 868130 - Include nsCxPusher.h everywhere we need it, and stop including it from nsContentUtils.h. r=gabor 2013-05-22 10:05:26 -06:00
Szu-Yu Chen [:aknow]
3fad2ff850 Bug 874791 - Add permission check for call barring API. r=hsinyi 2013-05-22 17:05:08 +08:00
Patrick Wang
2bd43d3813 Bug 835255 - Part 2: adding marionette test for PNN/OPL. r=vicamo 2013-05-22 16:36:03 +08:00
Szu-Yu Chen [:aknow]
8d7b43652f Bug 818393 - Part 4: Add test for call barring. r=htsai.
---
 dom/network/tests/marionette/manifest.ini          |    2 +
 .../marionette/test_call_barring_get_option.js     |   31 +++++++++
 .../marionette/test_call_barring_set_error.js      |   66 ++++++++++++++++++++
 3 files changed, 99 insertions(+)
 create mode 100644 dom/network/tests/marionette/test_call_barring_get_option.js
 create mode 100644 dom/network/tests/marionette/test_call_barring_set_error.js
2013-05-21 13:17:22 +08:00
Szu-Yu Chen [:aknow]
c35a3a1739 Bug 818393 - Part 2: Call barring DOM implementation. r=htsai, smaug.
---
 dom/network/src/MobileConnection.cpp |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
2013-05-21 13:12:59 +08:00
Szu-Yu Chen [:aknow]
b43baef554 Bug 818393 - Part 1: Add interface for call barring config. r=htsai. sr=mounir.
---
 dom/network/interfaces/nsIDOMMobileConnection.idl  |   84 +++++++++++++++++++-
 .../interfaces/nsIMobileConnectionProvider.idl     |    7 +-
 2 files changed, 87 insertions(+), 4 deletions(-)
2013-05-21 13:08:57 +08:00
Edgar Chen
f95fb00c65 Bug 859220 - Part 2: Separate mozIccManager from mozMobileConnection (DOM). r=smaug 2013-04-08 18:34:10 +08:00
Edgar Chen
55f37661f9 Bug 859220 - Part 1: Separate mozIccManager from mozMobileConnection (IDL). r=allstars.chh. sr=sicking 2013-04-08 15:13:09 +08:00
Andrea Marchesini
38fc5d8909 Bug 870856 - Convert DOMError to WebIDL. r=Ms2ger, r=bz 2013-05-18 13:52:06 -04:00
Myk Melez
7759fb1944 bug 860043 - don't log by default; remove extraneous newlines; r=sicking
--HG--
extra : rebase_source : 0eadba653575f9faf9037ecce5904bab107d2f5c
2013-05-16 15:42:18 -07:00
Gregory Szorc
e0fa1f0276 Bug 863069 - Part 4: Reorder lists to be alphabetical; r=ted
--HG--
extra : rebase_source : 87ed9d862bc32824d518438b0be74b47a77c198a
2013-05-16 15:37:18 -07:00
Ryan VanderMeulen
94deccd7c8 Backed out changeset 94978dab7186 (bug 863069) for build bustage.
CLOSED TREE
2013-05-16 13:22:02 -04:00
Gregory Szorc
714eb479c3 Bug 863069 - Part 4: More sorting of existing lists; r=ted 2013-05-16 09:53:27 -07:00
Ryan VanderMeulen
453e5797ca Merge m-c to birch. 2013-05-14 08:38:59 -04:00
Reuben Morais
4b618d23f6 Bug 862353 - Only enable mozSettings in B2G and mochitests. r=gwagner
--HG--
extra : rebase_source : 2b079aa6aca6a65516670cc5adcccf422b5e0261
2013-05-13 18:32:09 -07:00
Joey Armstrong
2dbf79e9a4 bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal 2013-05-13 16:24:07 -04:00
David Zbarsky
1e6ff1698e Bug 868312 - Some more rooting fixes for dom r=bz 2013-05-10 22:39:45 -04:00
Josh Matthews
d477225655 Bug 869638 - Remove xpcshell timeout timers. r=ted 2013-05-10 10:50:33 -04:00
Josh Matthews
1eda1b8b87 Bug 865652 - Separate the logical concepts of a starting offset and the current offset for ArrayBufferInputStream. r=vlad 2013-05-07 12:46:09 -04:00
Vicamo Yang
d632a37da6 Bug 860660 (follow-up): update interface uuid. r=me 2013-05-07 18:18:26 +08:00
Michael Vines
e4b71e139e Bug 860660 - Content process support for display of PIN/PUK retry count. r=vyang 2013-05-06 14:03:00 -07:00
Fabrice Desré
699c83814d Bug 866272 - expose privileged access to mcc+mnc pair for last home network and roaming network r=gal 2013-05-02 18:37:51 -07:00
David Zbarsky
d4b3d0a59f Bug 868312: Various dom rooting fixes r=bz 2013-05-04 03:52:57 -04:00
Andrew Sutherland
ca896c8d9f Bug 861196 - mozTCPSocket needs to translate nsISSLStatus error codes to something that can be exposed to content. r=bsmith, r=jst, a=blocking-b2g=tef+
sufficiently happy try build:
https://tbpl.mozilla.org/?tree=Try&rev=36edcbc1e65a
2013-05-02 03:51:54 -04:00
Terrence Cole
7343617880 Bug 860050 - Remove JSRawObject typedef; r=jonco
--HG--
extra : rebase_source : 507e2dfe13d6a02317502cd7a4b2004c198d1bdf
2013-04-15 18:16:13 -07:00
Joey Armstrong
8e99512c32 bug 844655: Port XPCSHELL_TESTS to moz.build as XPCSHELL_TESTS_MANIFESTS 2013-04-29 14:49:00 -04:00