Andrea Marchesini
dab932f0bd
Bug 920015 - Expose DOM URL to js modules, r=ehsan, f=emk, r=bz, r=bholley, r=smaug
...
--HG--
rename : js/xpconnect/tests/unit/test_textDecoder.js => js/xpconnect/tests/unit/test_url.js
2013-10-10 08:56:01 +02:00
Ehsan Akhgari
f1fbe50293
Bug 924248 - Make nsIDocument.h go on a diet; r=jst
...
The nsMacShellService code is rewritten to stop using GetLoadContext
which will now only be available in libxul.
2013-10-07 22:21:07 -04:00
Olli Pettay
a0cb8012e2
Bug 924682 - [Pure] getters for some often used attributes, r=bz
...
--HG--
extra : rebase_source : b77cb6514838e6f3489896eda905622e345fff9e
2013-10-09 21:58:15 +03:00
Ben Turner
f12a9883ec
Bug 925070, r=bz
2013-10-09 18:00:38 -04:00
Ryan VanderMeulen
c430ecd99d
Merge m-c to inbound.
...
CLOSED TREE
2013-10-09 15:34:02 -04:00
Ryan VanderMeulen
9c1c885192
Backed out changeset 8517afe50156 (bug 540456) for reftest failures.
...
CLOSED TREE
2013-10-09 15:12:21 -04:00
Boris Zbarsky
0630264884
Bug 817194 followup to work around emergent namespace+template MSVC bugginess: it was seeing mozilla::dom::detail in TypeTraits.h because it looks at namespaces at template _instantiation_, not declaration. Or something. Leading, of course, to a CLOSED TREE.
2013-10-09 14:12:17 -04:00
EKR
f047d70810
Bug 924991 - Make ICE candidates 0-based. r=abr
2013-10-09 10:37:04 -07:00
Boris Zbarsky
e9898392f2
Bug 817194. Make WebIDL dictionary types sanely initialized by default; add a new Fast subclass to handle cases when we can skip the initialization safely. r=khuey
2013-10-09 12:05:22 -04:00
Ethan Tseng
4fea9ce938
Bug 920361 - Add error handle in NetworkManager.js::resetRoutingTable. r=vchang
2013-10-01 14:17:55 +08:00
Carsten "Tomcat" Book
30cc46554b
Merge mozilla-central to b2g-inbound
2013-10-09 14:14:15 +02:00
Carsten "Tomcat" Book
6fb588efa7
merge b2g-inbound to mozilla-central
2013-10-09 10:13:52 +02:00
Fabrice Desré
628b85da4f
Bug 918658 - Don't pretend that mozIApplication inherits from mozIDOMApplication r=bent
2013-10-08 15:52:26 -07:00
Andrea Marchesini
98d069099d
Bug 923776 - AudioChannelService should not send notifications and/or use callbacks when XPCOM is shutting down, r=ehsan
2013-10-08 08:30:04 +02:00
Andrea Marchesini
fae74e4567
Bug 923704 - AudioChannelService should check if obs is null before using it, r=ehsan
2013-10-08 08:27:23 +02:00
Reuben Morais
f707258233
Backed out 2 changesets (bug 899574) for breaking Gaia tests
...
--HG--
rename : dom/tests/mochitest/notification/desktop-notification/create_notification.html => dom/tests/mochitest/notification/create_notification.html
rename : dom/tests/mochitest/notification/desktop-notification/notification_common.js => dom/tests/mochitest/notification/notification_common.js
rename : dom/tests/mochitest/notification/desktop-notification/test_basic_notification.html => dom/tests/mochitest/notification/test_basic_notification.html
rename : dom/tests/mochitest/notification/desktop-notification/test_basic_notification_click.html => dom/tests/mochitest/notification/test_basic_notification_click.html
rename : dom/tests/mochitest/notification/desktop-notification/test_leak_windowClose.html => dom/tests/mochitest/notification/test_leak_windowClose.html
rename : dom/tests/mochitest/notification/desktop-notification/test_notification_tag.html => dom/tests/mochitest/notification/test_notification_tag.html
rename : dom/tests/mochitest/notification/desktop-notification/test_system_principal.xul => dom/tests/mochitest/notification/test_system_principal.xul
2013-10-07 14:41:13 -04:00
Andrea Marchesini
8801bcf4dc
Bug 924125 - DataStore API is always returning empty objects, r=ehsan
...
--HG--
rename : dom/datastore/tests/test_basic.html => dom/datastore/tests/test_bug924104.html
2013-10-07 12:09:08 -04:00
Honza Bambas
ab22a6b8a8
Bug 916781 - DOM storage instances across managers must not share single eTLD+1 limit check, part2, r=smaug
2013-10-07 16:28:30 +02:00
Honza Bambas
3cc47ba520
Bug 916781 - DOM storage instances across managers must not share single eTLD+1 limit check, r=smaug
2013-10-07 16:12:20 +02:00
Phil Ringnalda
4960e67245
Merge b-i to m-c
2013-10-06 18:31:14 -07:00
Andrea Marchesini
40b3730a18
Bug 923417 - Enabling DataStore for b2g and Desktop (non-release build), r=khuey
2013-10-05 19:35:19 -04:00
Masatoshi Kimura
ab2dd4c4b2
Bug 922931 - Display a placeholder for broken images if the alt attribute is unset even in no-quirks mode. r=bz
2013-10-06 05:25:49 +09:00
Ryan VanderMeulen
aa2d9b929c
Backed out changeset f4e60efc867f (bug 923417) for B2G mochitest-2 failures.
2013-10-05 16:23:00 -04:00
Michael Henretty
46d59dbe62
Bug 899574 - Part 2, add Notification.get() with notification storage. r=bent
...
--HG--
rename : dom/tests/mochitest/notification/create_notification.html => dom/tests/mochitest/notification/desktop-notification/create_notification.html
rename : dom/tests/mochitest/notification/notification_common.js => dom/tests/mochitest/notification/desktop-notification/notification_common.js
rename : dom/tests/mochitest/notification/test_basic_notification.html => dom/tests/mochitest/notification/desktop-notification/test_basic_notification.html
rename : dom/tests/mochitest/notification/test_basic_notification_click.html => dom/tests/mochitest/notification/desktop-notification/test_basic_notification_click.html
rename : dom/tests/mochitest/notification/test_leak_windowClose.html => dom/tests/mochitest/notification/desktop-notification/test_leak_windowClose.html
rename : dom/tests/mochitest/notification/test_notification_tag.html => dom/tests/mochitest/notification/desktop-notification/test_notification_tag.html
rename : dom/tests/mochitest/notification/test_system_principal.xul => dom/tests/mochitest/notification/desktop-notification/test_system_principal.xul
2013-10-02 18:27:53 -07:00
Thomas Zimmermann
750ccd808d
Bug 922617: Don't inherit BluetoothDBusService from RawDBusConnection, r=echou
...
BluetoothDBusService uses RawDBusConnection, but isn't one. With
this patch, the connection is instead maintained as a field of
the class.
This change also allows to delete the class instance when the
connection gets closed, which will allow for further cleanups
of the DBus connection handling within Bluetooth.
2013-10-01 12:29:02 +02:00
Vicamo Yang
62e008f3e1
Bug 922531: remove dummy entries from dom/bindings/Bindings.conf. r=Ms2ger
2013-10-09 14:32:45 +08:00
Michael Henretty
927a6de48d
Bug 899574 - Add public API for resolving promises in C++. r=baku
2013-09-26 11:09:16 -07:00
Hsin-Yi Tsai
8373c47857
Bug 842239 - B2G Multi-SIM: get the number of RadioInterfaces. r=vicamo
2013-10-02 11:13:56 +08:00
Hsin-Yi Tsai
4cef5f3f3b
Bug 917922 - temporary CLIR mode not working. r=ferjm
2013-10-02 13:45:23 +08:00
Andrea Marchesini
396b35c0d0
Bug 923417 - Enabling DataStore for b2g and Desktop (non-release build), r=khuey
2013-10-05 08:36:53 -04:00
Phil Ringnalda
6a8b9e286b
Merge m-c to m-i
2013-10-04 22:17:30 -07:00
Phil Ringnalda
a82cbc5d48
Merge b-i to m-c
2013-10-04 22:06:34 -07:00
Phil Ringnalda
0a24c6f994
Merge f-t to m-c
2013-10-04 22:05:03 -07:00
Fernando Jiménez
eb608955b0
Bug 915598 - Allow strong references to DOMRequestIPCHelper message listeners. Part 4: Tests. r=fabrice
2013-10-04 23:59:48 +02:00
Fernando Jiménez
10a581db78
Bug 915598 - Allow strong references to DOMRequestIPCHelper message listeners. Part 3: Webapps usage. r=fabrice
2013-10-04 23:59:48 +02:00
Fernando Jiménez
1e85d0d32b
Bug 915598 - Allow strong references to DOMRequestIPCHelper message listeners. Part 2: Add Ci.nsISupportsWeakReference were needed. r=fabrice
2013-10-04 23:59:48 +02:00
Fernando Jiménez
1bd2567c1f
Bug 915598 - Allow strong references to DOMRequestIPCHelper message listeners. Part 1: DOMRequestHelper. r=fabrice
2013-10-04 23:59:48 +02:00
Andrew Quartey
927815603a
Bug 893309 - Part b: Expose TrackEvent as a property on the window. r=smaug
2013-10-04 14:28:25 -04:00
Andrew Quartey
f53cab1745
Bug 893309 - Implement TrackEvent. r=cpearce
2013-10-04 14:28:25 -04:00
Paul Rouget
01a3e1e0c3
Bug 919981 - Dispatch app (un)install events via the webapps actor. r=fabrice
2013-10-04 13:01:14 -04:00
Andrea Marchesini
7ff9d39823
Bug 923635 - DataStore mochitests should use mochitest.ini file, r=ms2ger
2013-10-04 13:08:28 -04:00
Andrew Quartey
6525bbe727
Bug 918940 - Part b: Implement setRangeText for HTMLTextAreaElement. r=ehsan
2013-10-04 11:30:07 -04:00
Bobby Holley
3fc5ba84fa
Bug 921454 - Refactor proxy creation to use an options object. r=jonco
2013-10-04 13:29:35 +02:00
Bobby Holley
197eaa4082
Bug 921448 - Remove FunctionProxyObjects. r=ejpbruel
...
\o/
2013-10-04 13:29:34 +02:00
Phil Ringnalda
b757a4e18f
Merge b-i to m-c
2013-10-03 20:56:15 -07:00
Andrea Marchesini
d80fda2e51
Bug 923497 - Crash in AudioChannelService when the browser is closed, r=ehsan
2013-10-03 14:40:53 -04:00
Phil Ringnalda
9592b8fd7e
Merge m-c to b-i
2013-10-03 08:00:21 -07:00
Phil Ringnalda
e5e02fc355
Backed out changeset bd2a54f589c3 (bug 915002) for mochitest-8 bustage
2013-10-03 07:41:07 -07:00
Andy Wingo
53ce73ba77
Bug 907077: Change for-of to conform to latest ES6 specification. r=jwalden
2013-10-03 13:37:57 +01:00
Boris Zbarsky
6225c78b1a
Bug 923010. When rethrowing exceptions from JS-implemented components to content script, make sure to give them a useful filename and line number, pointing to the content script location that triggered the exception. r=peterv
2013-10-03 08:34:47 -04:00