John Shih
84795f304b
Bug 784575 - Part 4: NetworkStatsDB Modification. r=gene
2013-07-03 16:36:50 +08:00
John Shih
e031de401b
Bug 784575 - Part 3: NetworkStats API IDL Modification. r=gene, sr=sicking
2013-07-03 16:33:17 +08:00
John Shih
4403e85d0a
Bug 784575 - Part 2: Create NetworkStatsServiceProxy. r=gene
2013-08-14 18:05:35 +08:00
John Shih
3a7e0818af
Bug 784575 - Part 1: NetworkStatsService Modification. r=gene, r=acperez
2013-08-14 17:10:42 +08:00
Jessica Jong
c790fc9f9e
Bug 821579 - B2G 3G: Add Marionette test for Data Connection. r=vicamo
2013-09-09 10:57:14 +08:00
Patrick Wang
74a7822ca9
Bug 784816 - Adding upgradeToSecure() to support startTLS in MozTCPSocket. r=mayhemer sr=sicking
2013-09-01 03:09:17 +08:00
Andrew Sutherland
e0a977dae7
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
545fbb7bd2
Merge m-c to inbound
2013-09-04 18:04:50 -07:00
Mike Hommey
f8bc7fa754
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
Szu-Yu Chen [:aknow]
41f2663310
Bug 909684 - Add enabled and password checking. r=hsinyi
2013-09-03 08:50:55 -04:00
Ed Morley
12c7f19bac
Merge latest green b2g-inbound changeset and mozilla-central
2013-09-02 14:57:00 +01:00
Patrick Wang
c69750f438
Bug 784816 - Adding upgradeToSecure() to support startTLS in MozTCPSocket. r=mayhemer sr=sicking
2013-09-01 03:09:17 +08:00
Nicholas Nethercote
01c70c8c97
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]
597e0f70b3
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]
9d5ca122c3
Bug 909669 - Part 1: Change error code to InvalidParameter (idl). r=hsinyi
2013-09-04 08:30:31 -04:00
Ryan VanderMeulen
df3e3e0cf2
Merge m-c to b2g-inbound.
2013-08-29 16:43:30 -04:00
Fabrice Desré
861f64ec49
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
fce9c7e8bb
Bug 788960 - Disable test_tcpsocket.js on OSX due to intermittent failures.
2013-08-29 11:38:39 -04:00
Brian O'Keefe
d118b95a0d
Bug 875934 - Move LIBRARY_NAME to moz.build, batch 3; r=mshal
2013-08-15 09:02:09 -04:00
Shawn Ku
7024a21a7f
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
8738ba2f41
Bug 905479 - Part 2: DOM implementation for change call barring password. r=smaug
2013-08-27 09:53:30 +08:00
Shawn Ku
9871499ff3
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]
724251e838
Bug 882983 - Part 2: Add ota status event (dom). r=khuey
2013-08-27 08:25:53 -04:00
Szu-Yu Chen [:aknow]
16c6da04b2
Bug 882983 - Part 1: Add ota status event (idl, webidl). r=hsinyi, sr=smaug
2013-08-27 08:25:53 -04:00
Gregor Wagner
b7557293db
Bug 903343 - Missing Request in TCPSocketChild. r=bent
2013-08-26 16:38:08 -07:00
Ms2ger
4fb1aa6786
Bug 883284 - Part c: Move LIBXUL_LIBRARY into moz.build (d-e); r=mshal
2013-08-22 08:56:00 +02:00
Ms2ger
4807f1c86c
Bug 882859 - Part b: Move FAIL_ON_WARNINGS into moz.build; r=joey+gps
2013-08-22 08:55:59 +02:00
David Zbarsky
42c2b55222
Bug 890570 - PTCPSocket constructor doesn't need PBrowser r=jduell
2013-08-21 02:49:42 -04:00
Ed Morley
a4aa297061
Merge latest green b2g-inbound changeset and mozilla-central
2013-08-15 11:58:48 +01:00
Gregory Szorc
df453f8483
Bug 850380 - Derecursify and optimize XPIDL processing and move into precompile tier; r=glandium
2013-08-14 08:40:25 -07:00
Ryan VanderMeulen
1c7ba28dbd
Merge m-c to inbound.
2013-08-14 17:11:30 -04:00
Mihnea Dobrescu-Balaur
641061953b
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
c821f198c6
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
3f249cd751
merge mozilla-central to b2g-inbound
2013-08-14 15:02:24 +02:00
Ms2ger
1a5ae526d9
Bug 901323 - Don't include nsContentUtils.h unnecessarily; r=jlebar
2013-08-14 08:56:21 +02:00
Szu-Yu Chen [:aknow]
bfe6115456
Bug 887690 - Part 2: Add emergency callback mode support (dom). r=bent
2013-08-14 08:50:22 -04:00
Szu-Yu Chen [:aknow]
f82bcc0f60
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
15b00a9c16
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
df67c68ba3
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
4d14292521
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]
be98c1d90b
Bug 887690 - Part 2: Add emergency callback mode support (dom). r=bent
2013-08-12 08:25:09 -04:00
Szu-Yu Chen [:aknow]
bc23e1e885
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
fab2c2a3c8
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
61565e4086
Bug 896177 - Remove useless config.mk includes; r=gps
2013-07-17 16:06:53 -04:00
Gregory Szorc
d87c91cf0c
Bug 850380 - Derecursify and optimize XPIDL processing and move into precompile tier; r=glandium
2013-08-14 08:40:25 -07:00
Boris Zbarsky
3bcc77ed3a
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
4e6f3c8e19
Merge latest green b2g-inbound changeset and mozilla-central
2013-08-02 13:30:22 +01:00
Mike Hommey
2e729aa83d
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
ddb5559cb5
Bug 835237 - Part 2: Add marionette tests for signal strength. r=hsinyi
2013-07-23 17:41:18 +08:00
Edgar Chen
eb775462c9
Bug 899484 - Part 2: Add marionette tests for roaming preference. r=hsinyi
2013-07-30 17:18:24 +08:00
Ryan VanderMeulen
7bd9efe0db
Merge m-c to birch.
2013-07-29 16:07:59 -04:00
Tomoaki Konno
e07a5ce083
Bug 797561 - Expose a server tcp socket API to web applications r=honza
2013-07-29 10:36:43 -07:00
Jon Coppeard
20fb51afdd
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
83aba14176
Bug 869768 - Part 3: RIL implementation for roaming preference. r=hsinyi
2013-06-10 15:47:03 +08:00
Edgar Chen
78b81a6aed
Bug 869768 - Part 2: Add interface for roaming preference (DOM). r=bugs
2013-06-10 15:40:08 +08:00
Edgar Chen
413c5c41d4
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
ce93df92db
Backed out changeset ae8d72538dee (bug 897484) for b2g bustage
2013-07-26 12:34:25 +02:00
Jon Coppeard
9709d43d76
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
23a585c747
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
f0447b986f
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
f5376d4c87
Bug 866619 - Part 2: Fix marionette tests for voice registration state. r=allstars.chh
2013-07-19 15:51:54 +08:00
Thomas Zimmermann
48cbffef50
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
762081ce07
Merge m-c to birch.
2013-07-18 20:36:44 -04:00
Michael Henretty
be57d7fb57
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
76ce8020e7
Merge m-c to inbound on a CLOSED TREE.
2013-07-18 14:53:05 -04:00
Jose Antonio Olivera Ortega
90976cb1fe
Bug 888904 - Part 2: MobileConnection.cpp additions for supporting CLIR. r=smaug
2013-07-17 23:18:24 +02:00
Jose Antonio Olivera Ortega
0fa93036b0
Bug 888904 - Part 1: Support CLIR in mozMobileConnection API. sr=sicking
2013-07-17 23:18:19 +02:00
Boris Zbarsky
9d5d30d8a1
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
f4815f2203
Bug 883502 - Part 1: Move 'chromium_config.mk' includes after rules.mk. r=gps
2013-07-04 08:28:43 -04:00
Boris Zbarsky
2e1a03a7a3
Bug 838146 part 10. Turn on WebIDL bindings for Navigator. r=smaug
2013-07-12 10:37:23 -04:00
Ryan VanderMeulen
ae807eef57
Merge m-c to birch.
2013-07-12 13:31:17 -04:00
Trevor Saunders
f33ade0d68
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
9f039a4b95
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
c7373ca1c4
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
93ee2195ae
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
ec80b06fb8
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
779d96d10f
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
5da09096ef
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
2a90c4175d
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
d5df6bb361
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
a8ffe81a63
bug 870370: EXTRA_COMPONENTS cleanup for conversion patches #1 & #2 .
2013-07-03 12:01:06 -04:00
Fernando Jiménez
83c78dfd70
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
3e059c7221
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
051c5b560a
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
1099e8c558
Bug 886387, bug 886391, bug 886393 - Update missed IIDs for changed interfaces.
2013-06-24 19:07:03 +01:00
Olli Pettay
09024c5489
Bug 847611 - Paris bindings for autogenerated events, r=peterv
2013-06-18 21:48:45 +03:00
Albert Crespell
39f3f03008
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
931d03523d
Bug 877607 - Tests. r=gene.lian
2013-06-08 09:57:02 +02:00
Albert Crespell
69d8a2927a
Bug 877607 - Convert sample dates to local timezone when return. r=gene.lian
2013-06-08 09:57:02 +02:00
Edgar Chen
ababb85564
Bug 860585 - Part 2: Move cardLock API from mozMobileConnection to mozIccManager (DOM). r=bugs
2013-04-11 11:45:39 +08:00
Edgar Chen
28e6efeeaa
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
87c2fdb386
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
c5083a9447
Bug 879793 - Update tests. r=clian
2013-06-07 18:57:07 +02:00
Albert Crespell
60c8fa8f91
Bug 879793 - Update stats when network interface is unregistered. r=clian
2013-06-06 20:40:50 +02:00
Joey Armstrong
e3210c223f
bug 870370: move EXTRA_COMPONENTS to moz.build (file batch #2 ). r=mshal
2013-06-10 11:19:28 -04:00
Albert Crespell
3817b7263b
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
54aa4ccd06
Bug 875405 - fixing unpushed cx usages. r=bholley
2013-05-30 16:54:46 +02:00
Mike Shal
5169c0a913
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
097a4c3342
Bug 875245 - Mochitest for NetworkStats failure. r=gene
2013-05-23 11:36:31 +02:00
Bobby Holley
f2943090bd
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
cdde50556c
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]
c5bf9ac6f9
Bug 874791 - Add permission check for call barring API. r=hsinyi
2013-05-22 17:05:08 +08:00
Patrick Wang
1341003b78
Bug 835255 - Part 2: adding marionette test for PNN/OPL. r=vicamo
2013-05-22 16:36:03 +08:00
Szu-Yu Chen [:aknow]
f1fb7c3140
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]
d404b99597
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]
a8e0e1d9ce
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
a4dd99fe16
Bug 859220 - Part 2: Separate mozIccManager from mozMobileConnection (DOM). r=smaug
2013-04-08 18:34:10 +08:00
Edgar Chen
e70764a7cb
Bug 859220 - Part 1: Separate mozIccManager from mozMobileConnection (IDL). r=allstars.chh. sr=sicking
2013-04-08 15:13:09 +08:00
Andrea Marchesini
0bb228f8cc
Bug 870856 - Convert DOMError to WebIDL. r=Ms2ger, r=bz
2013-05-18 13:52:06 -04:00
Myk Melez
7ff10bebb3
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
cda3054fe8
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
995052ce79
Backed out changeset 94978dab7186 (bug 863069) for build bustage.
...
CLOSED TREE
2013-05-16 13:22:02 -04:00
Gregory Szorc
4b45bf9e76
Bug 863069 - Part 4: More sorting of existing lists; r=ted
2013-05-16 09:53:27 -07:00
Ryan VanderMeulen
c834d91a7c
Merge m-c to birch.
2013-05-14 08:38:59 -04:00
Reuben Morais
40a7cc78b2
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
26736a0ee2
bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal
2013-05-13 16:24:07 -04:00
David Zbarsky
e35c65d6d0
Bug 868312 - Some more rooting fixes for dom r=bz
2013-05-10 22:39:45 -04:00
Josh Matthews
976a997386
Bug 869638 - Remove xpcshell timeout timers. r=ted
2013-05-10 10:50:33 -04:00
Josh Matthews
43fe07571d
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
ae8a6259f7
Bug 860660 (follow-up): update interface uuid. r=me
2013-05-07 18:18:26 +08:00
Michael Vines
99b4773ed1
Bug 860660 - Content process support for display of PIN/PUK retry count. r=vyang
2013-05-06 14:03:00 -07:00
Fabrice Desré
47ceff3c33
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
b7033dea1a
Bug 868312: Various dom rooting fixes r=bz
2013-05-04 03:52:57 -04:00
Andrew Sutherland
6af8bd397d
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
256e0a8901
Bug 860050 - Remove JSRawObject typedef; r=jonco
...
--HG--
extra : rebase_source : 507e2dfe13d6a02317502cd7a4b2004c198d1bdf
2013-04-15 18:16:13 -07:00
Joey Armstrong
321d063783
bug 844655: Port XPCSHELL_TESTS to moz.build as XPCSHELL_TESTS_MANIFESTS
2013-04-29 14:49:00 -04:00
Josh Matthews
4d3a80dc2d
Bug 864775 - Fix for test failures.
2013-04-23 19:40:14 +02:00
Josh Matthews
ea732346b1
Bug 864775 - Build fix.
2013-04-23 18:05:06 +02:00
Josh Matthews
05b66c7602
Bug 864775 - Build fix for wrapper API changes between 18 and m-c.
2013-04-23 17:29:30 +02:00
Josh Matthews
d9d8fe5318
Bug 864775 - Use unwrapped content window object to determine compartment when creating new ArrayBuffers for use by content from TCPSocket. r=bz
2013-04-23 17:12:53 +02:00
Josh Matthews
080fa68325
Bug 863770 - Pass in an ArrayBuffer object for nsBinaryInputStream::ReadAsArrayBuffer to use, for cases when the compartment in which it resides matters. r=vlad
2013-04-22 23:33:55 +02:00
Masatoshi Kimura
60f0e6df40
Bug 859020 - Remove the MSVC exemption for FAIL_ON_WARNINGS in dom. r=bz
2013-04-21 05:36:43 +09:00
David Zbarsky
b1ad5f5a1f
[Bug 857884] Use dom::EventTarget more instead of nsIDOMEventTarget Part 6 r=Ms2ger
2013-04-19 18:18:33 -04:00
Josh Matthews
3fb3555b41
Bug 831107 - Part 2: Add general ArrayBuffer support to TCPSocket. r=vlad,fzzzy
2013-04-19 11:25:33 +02:00
Josh Matthews
e24e7ab8dd
Bug 831107 - Part 1: Allow TCPSocket consumers to receive typed array data without converting it to a byte string first. r=vlad
2013-04-19 11:25:33 +02:00
Jose Antonio Olivera Ortega
16ce03d869
Bug 859318 - Part 2: Changes in MobileConnection.cpp for call waiting functions. r=smaug
2013-04-18 14:18:48 +02:00
Jose Antonio Olivera Ortega
86e7a00556
Bug 859318 - Part 1: IDL changes for call waiting functions. r=sicking
2013-04-18 14:18:45 +02:00
Boris Zbarsky
de948b12f3
Bug 835643 part 4. Put in place all the infrastructure to switch EventListener to WebIDL codegen. r=smaug
2013-04-16 17:16:08 -04:00
Mike Shal
df7deac25b
Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey
2013-04-16 15:24:43 -04:00
Jose Cortes
55924de20e
Bug 842186 - Replace use of jsval with JS::Value in h and cpp files in the dom/network/ dom/camera/ and dom/devicestorage/ directories. r=jwalden
...
--HG--
extra : rebase_source : f765875c5597feb55c9eda3d8a3224fc22ad02fb
2013-04-02 16:17:52 -07:00
Kyle Machulis
72a717a860
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-04-01 11:36:59 -07:00
Ms2ger
e5c6be8742
Bug 853158 - Update the uuid of nsIDOMEventTarget and subclasses.
2013-03-30 10:45:37 +01:00
Kyle Machulis
43628a7867
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
2013-03-29 15:12:58 -07:00
Kyle Machulis
334c0800cf
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
...
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
2013-03-29 13:56:18 -07:00
Mike Shal
7ecea60097
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
2013-03-19 11:47:00 -07:00
Gregory Szorc
7d09ff18e0
Bug 844635 - Part 3: Remove empty Makefile.in files; r=glandium
2013-03-17 18:01:25 -07:00
Yoshi Huang
07ad3c1d38
Bug 849757 - Part 1: Add 'corporateLocked' and 'serviceProviderLocked' to cardState in IDL. r=vicamo. sr=sicking.
2013-03-12 11:27:59 +08:00
Gregory Szorc
de55b5242b
Merge mozilla-central into build-system
...
dom/interfaces/svg/Makefile.in and dom/media/Makefile.in had merge
conflicts. They were resolved by hand. The former needed 2 IDLs removed.
The latter had a context conflict for EXPORTS_NAMESPACES.
2013-03-12 13:04:55 -07:00
Mike Shal
b04d88a2f2
Bug 818246 - Part 9: Move XPIDL_FLAGS to moz.build; r=gps
2013-03-11 22:05:00 -07:00
Mike Shal
cd4191e248
Bug 818246 - Part 7: Move XPIDL_MODULE to moz.build; rs=gps
2013-03-11 22:00:00 -07:00
Gregory Szorc
74dc48b41e
Bug 818246 - Part 5: Move XPIDLSRCS into moz.build (manual); r=glandium
2013-03-12 10:20:41 -07:00
Gregory Szorc
c865547d94
Bug 818246 - Part 4: Move XPIDLSRCS into moz.build (auto); rs=glandium
...
This is the result of running
|mach mozbuild-migrate --list XPIDLSRCS SDK_XPIDLSRCS XPIDL_SOURCES| and
reverting xpcom/sample/*.
2013-03-12 10:17:46 -07:00
Olli Pettay
eaf67cc919
Bug 822399 - Make Event to use Paris bindings, r=peterv
2013-03-09 13:34:29 +02:00
Albert Crespell
67c5fb0930
Bug 844774 - Move old samples to last one. r=khuey
2013-03-04 17:35:40 +01:00
Vicamo Yang
6de16b1144
Bug 834160 - Part 2/7: fix MobileConnection. r=smaug, f=allstars.chh
2013-03-06 17:53:12 +08:00
Vicamo Yang
c6929f7270
Bug 834160 - Part 1/7: Refactor RILContentHelper callback registration. Interface changes. r=allstars.chh,htsai f=mounir
2013-03-06 17:53:08 +08:00
Edgar Chen
80bcee0463
Bug 828307 - Part 5: marionette tests change. r=vyang
2013-02-25 15:56:32 +08:00
Edgar Chen
0f224a4ecd
Bug 828307 - Part 1: IDL change. r=vyang. sr=jonas
2013-02-25 10:56:04 +08:00
L. David Baron
ed2882f064
Bug 846099: Avoid (GC-timing-sensitive) nsTraceRefcnt assertions from duplicate class names. r=mounir
2013-02-28 09:52:15 -08:00
Ms2ger
8fedd090cc
Merge m-i to b-s.
2013-02-28 14:46:10 +01:00
Ed Morley
f2accc3780
Bug 404077 - Adjust annotations of expected assertions; r=me on a CLOSED TREE
2013-02-28 13:24:36 +00:00
Gregory Szorc
0c8ee65118
Merge mozilla-central into build-system
...
There were merges in configure.in and some Makefile.in. None had any
conflicts. I spot verified the Makefile.in changes and confirmed that
the changes did not touch any DIRS* variables.
2013-02-27 10:03:52 -08:00
Ms2ger
aea301eee3
Merge m-c to b-s.
2013-02-26 19:09:25 +01:00
Gregory Szorc
a0e24e2250
Bug 784841 - Part 18k: Convert /dom; f=Ms2ger rs=khuey
2013-02-25 12:47:20 -08:00
Siddartha Pothapragada
aaf8d1d374
Bug 840780 1/3 - New interfaces to access Secure element within UICC. r=mounir
2013-02-25 17:27:18 +08:00
L. David Baron
49b7670edf
Bug 404077: Use navigator.platform.startsWith rather than navigator.platform.indexOf, at Jesse's suggestion.
2013-02-26 22:23:08 -08:00
Bobby Holley
7b9176007d
Bug 834732 - Audit callers of GetNativeContext and use AutoPushJSContext where appropriate. r=mrbkap
2013-02-26 11:04:13 -08:00
Glenna Buford
d903f769b2
Bug 835868 - Consolidate cross-process permission checks for TCPSocket. r=jdm
2013-02-26 13:57:39 -05:00
L. David Baron
a8ee400190
Bug 404077: Annotate known assertions in mochitests.
2013-02-25 18:39:21 -08:00
Yoshi Huang
31c79932c8
Bug 842462 - Part 1: Update IDL comments. r=hsinyi
2013-02-19 15:25:04 +08:00
Peter Van der Beken
c1b3c1ac36
Fix for bug 839529 (Remove various CC participants that don't do anything). r=smaug.
...
--HG--
extra : rebase_source : 8a272905c79396e7ae08aaaf83566ac450c45be0
2013-02-07 10:19:08 +00:00
Vicamo Yang
ff216055f0
Bug 834193: Implement USSDReceivedEvent, DataErrorEvent and CFStateChangeEvent using codegenerator. r=smaug
2013-02-07 19:02:12 +08:00
Glenna Buford
a032ce0c75
Bug 786714 - Remove unnecessary interfaces from TCPSocket's classinfo. r=sicking
2013-02-03 15:36:00 +00:00
Yoshi Huang
a4692705c3
Bug 833711 - Part 4: marionette for lastKnownMcc. r=vicamo
2013-01-24 12:11:17 +08:00
Yoshi Huang
c057bc3239
Bug 833711 - Part 1: Add lastKnownMcc into nsIDOMMobileConnectionInfo. r=vicamo sr=sicking.
2013-01-24 11:04:32 +08:00
Yoshi Huang
d382c69420
Bug 835186: Add delay to run next test case. r=vicamo
2013-01-31 11:15:43 +08:00
Jose Antonio Olivera Ortega
df7f8dbc2e
Bug 822522 - [b2g-ril] Add an explicit GECKO_CARDSTATE_UNKNOWN state. r=qDot
2013-02-01 14:17:48 +01:00
Reuben Morais
24db28157f
Bug 836513 - Support multiple object stores in IndexedDBHelper.jsm. r=gwagner
2013-01-30 18:03:46 -08:00
Vicamo Yang
f0feebae11
Bug 802506: add marionette test case for getting IMEI. r=ferjm
2013-01-27 15:44:25 +08:00
Jose Antonio Olivera Ortega
7243de3c2b
Bug 827280 - Part 3: MobileConnection. r=philikon a=tef+
2013-01-25 19:45:19 +01:00
Jose Antonio Olivera Ortega
ad0f35e96b
Bug 827280 - Part 2: DOMEvent. r=philikon a=tef+
2013-01-25 19:45:16 +01:00
Jose Antonio Olivera Ortega
9ba43aaae7
Bug 827280 - Part 1: IDLs. r=sicking a=tef+
2013-01-25 19:45:12 +01:00
Boris Zbarsky
eb9ded16bd
Bug 832899. Make sure our canonical isupports matches what various consumers expect. r=smaug
2013-01-24 21:27:55 -05:00
Albert Perez
a8ce9112f5
Bug 827198 - Avoid errors when time or timezone is changed. r=philipp
2013-01-24 07:22:47 -05:00
Steve Fink
9effec722d
Bug 828753 - jsid rooting, mostly in jsinfer.*. Also switch JSObject from struct to class. r=terrence
2012-12-31 12:40:21 -08:00
Steve Fink
d8da3e7b9a
Backed out changeset fce4e0f8a553 (bug 828753) for breaking windows warnings-as-errors (stop adding JSObject forward decls, please!)
2013-01-18 13:20:21 -08:00
Steve Fink
0dee2fb42d
Bug 828753 - jsid rooting, mostly in jsinfer.*. Also switch JSObject from struct to class. r=terrence
...
--HG--
extra : rebase_source : c8806b27677594925ad0e6b54c47af5cf17e1153
2012-12-31 12:40:21 -08:00
Trevor Saunders
83bcbe0d6b
bug 822289 - remove NS_IMPL_CYCLE_COLLECTION_CLASS and friends r=mccr8
2013-01-12 07:40:33 -05:00
Philipp von Weitershausen
cfcb2825b6
Bug 814222 - Ensure NetworkStatsManager's messages are handled and return values are wrapped. r=fabrice
2013-01-07 15:26:42 -08:00
Alberto Crespell Perez
57e7d5db0c
Bug 814222 - NetworkStats tests. r=philikon
2013-01-07 15:26:42 -08:00
Alberto Crespell Perez
af053f1ad8
Bug 814222 - Need additional security checks for the networkstats-manage permission. r=philikon
2013-01-07 15:26:41 -08:00
Gene Lian
ebdfa96824
Bug 821671 - Check alarm API parameters in the parent (part 1, provide .AssertAppProcess() with different types). r=sicking
2012-12-22 19:53:38 +08:00
Masatoshi Kimura
9a4812e054
Bug 824247 - Part 3: Disable FAIL_ON_WARNINGS on not-yet-warning-free directories on MSVC. r=ted
2013-01-03 00:56:38 +09:00
Ms2ger
f96f32cdf5
Bug 823107 - Make nsIDOMEvent::SetTrusted return void; r=smaug
2012-12-22 09:18:08 +01:00
William Chen
c3b4bdb077
Bug 820544 - Prefix WebIDL dictionary native member names to avoid C++ keywords. r=bz
2012-12-17 13:44:04 -08:00
Patrick Wang
a8895f4054
Bug 821605 - Adding marionette test for SPDI. r=vicamo
2012-12-14 16:08:07 +08:00
Rob Wood
ffd78152c0
Bug 811580 - Develop WebAPI tests for WebMobileConnection data, update manifest; r=jgriffin
2012-12-13 11:38:24 -08:00
Edgar Chen
74cf7b6045
Bug 804667 - Part 3: Support TIMER MANAGEMENT in RIL. r=allstars.chh
2012-11-28 16:16:20 +08:00
Ed Morley
fbf6fab8e8
Backout 67d84be0cc83 (bug 820544) for bustage
2012-12-14 16:58:51 +00:00
William Chen
45b4ea581a
Bug 820544 - Prefix webidl dictionary native members names to avoid C++ keywords. r=bz
2012-12-11 16:05:46 -08:00
Gregor Wagner
31dc0353a0
Bug 819560 - RIL: remember the last mcc code. r=sicking
2012-12-12 16:57:11 -08:00
Jonathan Griffin
07491708b2
Backed out 9dffd2d825c9 for bustage, Bug 811580
2012-12-11 15:41:40 -08:00
Rob Wood
024e9ce9c5
Bug 811580 - Develop WebAPI test for MobileConnection.data, update manifest; r=jgriffin
2012-12-11 09:06:15 -08:00
Patrick Wang
7336809b6e
Bug 817529 - Set isDisplaySpnRequire = true when current PLMN is equal to HPLMN or one of PLMNs that are listed in EF_SPDI. r=vicamo
2012-12-04 14:08:34 +08:00
Jose Antonio Olivera Ortega
ee284f5819
Bug 815156 - B2G RIL: Expose serviceClass to DOM via nsIDOMMozMobileCFInfo. r=ferjm sr=sicking
2012-12-03 10:30:59 +01:00
Ms2ger
abe686e45d
Bug 814898 - Part d: Cleanup CC goop in some more parts of dom/; r=mccr8
2012-12-02 09:54:51 +01:00
Boris Zbarsky
22f1c17e89
Bug 815671 part 5. Various miscellaneous fixups in dom/ and hal/ code to copy arrays only when we explicitly want to. r=jlebar
2012-11-29 11:14:14 -05:00
Patrick Wang
3177e88a07
Bug 793111 - Part 3 - Test case r=vicamo
2012-11-27 18:26:26 +08:00
Patrick Wang
043d80ff96
Bug 793111 - Part 1 - Add properties in nsIDOMMozMobileICCInfo to indicate if PLMN/SPN is required sr=sicking
2012-11-27 21:08:12 +08:00
Ed Morley
31cbd69fde
Backout 66f3565f4817, 131bc42cd637 & 8cdd43b76d19 (bug 793111) for B2G marionette failures
2012-11-27 15:50:43 +00:00
Vicamo Yang
6874786b5d
Bug 793111 - Part 3 - Test case r=vicamo
2012-11-27 21:29:13 +08:00
Vicamo Yang
f18d446d45
Bug 793111 - Part 1 - Add properties in nsIDOMMozMobileICCInfo to indicate if PLMN/SPN is required sr=sicking
2012-11-27 21:29:07 +08:00
Patrick Wang
acb0bfbcb5
Bug 811680 - Update permission names for accessing settings. r=gwagner
2012-11-14 19:42:11 +08:00
David Zbarsky
dcdecf8a09
No bug, fix struct/class mismatch warnings
2012-11-14 21:38:26 -05:00
Bobby Holley
7c36e30523
Bug 800915 - Remove the cx parameter and simplify various APIs. r=sfink,bz
...
If callers want to throw, it's now their responsibility.
2012-11-14 09:56:26 -08:00
Fernando Jiménez
53033a4ac9
Bug 793192 - MMI Codes: support call forwarding. Part 1 - RIL; r=marshall_law sr=sicking
2012-11-07 14:13:43 -08:00
Ehsan Akhgari
fe6567581a
Bug 579517 follow-up: Remove NSPR types that crept in
2012-11-07 20:34:50 -05:00
Andrew Halberstadt
d6598f5924
Bug 808783 - Disable failing Mn tests, r=jgriffin
2012-11-06 09:17:39 -08:00
Kyle Huey
0469a02b25
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
...
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
2012-10-31 09:13:28 -07:00
Jose Antonio Olivera Ortega
5adce744f3
Bug 793208 - Part 2: DOM impl (C++). r=smaug
2012-10-31 14:58:32 +01:00
Jose Antonio Olivera Ortega
30ba85f770
Bug 793208 - Part 1: DOM API. r=sicking
2012-10-31 14:58:24 +01:00
Vicamo Yang
a78b5b38c7
Backout 67cb43bb8865: Breaks B2G Marionette
2012-10-31 16:35:11 +08:00
Kyle Huey
9a3674d80a
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
2012-10-30 12:28:11 -07:00
Ed Morley
4144129728
Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE
2012-10-30 17:02:31 +00:00
Kyle Huey
50b5d3f681
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
2012-10-30 08:26:12 -07:00
Hsin-Yi Tsai
768a73bb89
Bug 803789 - RIL: refactor (un)registerMessageTargets() in RadioInterfaceLayer. r=philikon
2012-10-29 11:55:55 +08:00
Alexandre Lissy
fcaf0d9f8c
Bug 788191 - Exporting ICC SPN and MSISDN, r=vicamo, sr=sicking
...
SPN is Service Provider Name, MSISDN is Mobile Station ISDN Number (i.e.
user's phone number), and both can be useful to have, e.g., to be able
to display them in Gaia settings (as Android does).
2012-10-23 14:54:51 +08:00
Mounir Lamouri
77a2a49807
Bug 802724 - Make MobileConnection QI to nsIObserver. r=bent
2012-10-19 13:17:30 +01:00
Hsin-Yi Tsai
99382d47f7
Bug 783392 - RadioInterfaceLayer broadcasts radio-state information to all content processes. r=marshall_law
2012-10-09 18:07:11 +08:00
Vicamo Yang
6c73e17aa4
Bug 797972 - Part 2/2: test cases, r=marshall_law
2012-10-19 00:55:41 +08:00
Donovan Preston
234de83db4
Bug 784893 - Rename the event's .socket attribute to .target; remove "on" prefix from event names. r=jonas
2012-10-17 22:29:58 -04:00
Guillermo López
3a10e56c21
Bug 794011 - Add 'sessionEnded' to nsIDOMUSSDReceivedEvent. r=mounir
2012-10-17 12:17:19 +01:00
Andrew Sutherland
5761ea6637
Bug 799547 - Network stats landing in dom/network broke MozTCPSocket when MOZ_B2G_RIL is defined (like on Otoro devies) by clobbering EXTRA_COMPONENTS in Makefile.in. rs=jdm
2012-10-09 12:58:33 -04:00
Hsin-Yi Tsai
86b07b748e
Bug 783525 - part 1 - idl and DOM impl for ICCCardLockErrorEvent. r=smaug, sr=sicking
2012-10-03 14:29:07 +08:00
Ed Morley
4ef3ea11bf
Bug 798419 - Fix incorrect spellings of success(ful) in test output; r=me
2012-10-05 17:48:15 +01:00
Fernando Jiménez
3f59d15b2a
Bug 793186 - MMI Codes: implement sendMMI() and cancelMMI() - Part 1: Rename USSD-MMI; r=philikon
2012-10-05 16:08:55 +02:00
Albert Crespell
c450877df2
Bug 746069: Part 4: Tests for NetworkStats. r=philikon r=marshall
2012-10-04 18:45:56 +02:00
Albert Crespell
abc51198a7
Bug 746069: Part 3: IDL implementation for NetworkStats. r=philikon sr=jst
2012-10-04 18:42:41 +02:00
Albert Crespell
be38fccf0a
Bug 746069: Part 2: DOM interfaces for NetworkStats. r=philikon r=sicking
2012-10-04 18:41:38 +02:00
Nathan Froyd
a30e1929a4
Bug 720768 - add nsDOMEventTargetHelper::DispatchTrustedEvent; r=mounir, sr=smaug
2012-09-27 16:11:31 -04:00
Yoshi Huang
b9a3cdedc7
Bug 790547 - Part 1: IDL for sendEventDownload. r=philikon sr=sicking
2012-09-12 14:19:30 +08:00
Jose Antonio Olivera Ortega
952e98bb47
Bug 772357 - B2G RIL: Support network depersonalization. r=philikon
2012-09-28 12:46:47 +02:00
Vicamo Yang
bf4b5617da
Bug 787420 - Part 2/2: add test case for rolling back on error, r=philikon
2012-09-28 11:45:10 +08:00
Josh Matthews
10314074af
Bug 770778 - Make TCPSocket e10s-friendly. r=bent
2012-09-24 14:53:49 -04:00
Fernando Rodríguez Sela
87877f1fb4
Bug 744700 - B2G 3G: Notify connection errors in the WebMobileConnection API (part 2), r=philikon
2012-09-25 12:22:38 -07:00
Fernando Rodríguez Sela
1bd3305413
Bug 744700 - B2G 3G: Notify connection errors in the WebMobileConnection API (part 1), r=bent
2012-09-25 12:21:39 -07:00
Ms2ger
e734d6f1a2
Bug 792343 - Enable FAIL_ON_WARNINGS in some more of dom/ (second batch); r=mounir
2012-09-20 09:55:36 +02:00
Jose Antonio Olivera Ortega
03c9b79d7d
Bug 785072 - Part 3: Marionette unit test. r=marshall_law
2012-09-14 12:30:59 +02:00
Jose Antonio Olivera Ortega
f3dea01bd1
Bug 785072 - Part 1: ICCD DOM API. r=sicking
2012-09-14 12:30:30 +02:00
Donovan Preston
0d47de68e0
Bug 788960 - Intermittent test_tcpsocket.js | command timed out: 1200 seconds without output, attempting to kill. timeout code to show error to help debugging. r=fabrice
2012-09-11 15:06:08 -07:00