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