Ryan VanderMeulen
|
4d272a44a3
|
Merge inbound to m-c.
|
2014-01-15 14:34:05 -05:00 |
|
Andrea Marchesini
|
ba2e827564
|
Bug 959988 - Remove URLSearchParams.prototype.size, r=ehsan
|
2014-01-15 17:30:07 +01:00 |
|
Alexandre Poirot
|
2a7cec823c
|
Bug 891882 - DOMWindowUtils.sendMouseEvent dispatch events with isSynthesized chrome attribute set to true. r=smaug
|
2014-01-15 09:28:04 -05:00 |
|
Andrea Marchesini
|
aad7f635be
|
Bug 959190 - [URL API] stringify href attribute, r=bz
|
2014-01-13 23:46:04 +01:00 |
|
Andrea Marchesini
|
bfbfe3fb50
|
Bug 959684 - Implement URLSearchParams stringifier. r=ehsan
|
2014-01-15 09:50:18 -05:00 |
|
Andrea Marchesini
|
c0b77c900e
|
Bug 949488 - postMessage's targetOrigin argument should accept /, r=bholley
|
2014-01-07 19:53:31 +01:00 |
|
Wes Kocher
|
84aaa0cdb5
|
Backed out changeset e451b39305f6 (bug 949488) for breaking mochitest-8 on at least b2g
|
2014-01-06 18:10:34 -08:00 |
|
Andrea Marchesini
|
55c3093167
|
Bug 949488 - postMessage's targetOrigin argument should accept /, r=bholley
|
2014-01-07 00:05:01 +01:00 |
|
Andrea Marchesini
|
26c45f5a92
|
Bug 930450 - Setting port to the empty string should set URL's port to the default value. Setting it to "0" should set URL's port to 0., r=bz, r=honzab
|
2014-01-04 20:42:42 +00:00 |
|
Boris Zbarsky
|
7602e270d7
|
Bug 949471. history.state should be null, not undefined, when there is no state. r=smaug
|
2013-12-12 16:11:56 -05:00 |
|
Andrea Marchesini
|
578ebe29fb
|
Bug 887836 - URLSearchParams and URL, r=ehsan, r=bz, r=smaug
--HG--
rename : dom/workers/test/urlSearchparams_worker.js => dom/workers/test/urlSearchParams_worker.js
|
2013-12-12 19:30:27 +00:00 |
|
Andrea Marchesini
|
cb62561baa
|
Bug 887836 - URLQuery object, r=khuey
|
2013-12-12 19:30:10 +00:00 |
|
Boris Zbarsky
|
b3607329f0
|
Bug 946067 part 3. Adjust codegen to allow cross-origin this values based on WebIDL annotations. r=peterv
|
2013-12-09 10:34:04 -05:00 |
|
Peter Van der Beken
|
b742139fb8
|
Bug 936129 - nsGlobalWindow::InnerForSetTimeoutOrInterval is a no-op for bareword setTimeout. r=bz.
--HG--
extra : rebase_source : 3a7875435f6443c67af9030fa4e39cac6aac8a49
|
2013-11-26 16:28:34 +01:00 |
|
Andrea Marchesini
|
bc1faeb812
|
Bug 930450 - Setting port to the empty string should set URL's port to "0", r=ehsan
|
2013-12-05 21:05:51 +00:00 |
|
Fernando Jiménez
|
f754242b9a
|
Bug 928389 - Default to strong listeners added via DOMRequestHelper. r=fabrice, genelian, bkelly
|
2013-12-02 21:39:04 +01:00 |
|
Boris Zbarsky
|
6153f11d20
|
Bug 943418. Check for active documents, not current inners, in History APIs. r=bholley
|
2013-11-27 11:16:07 -05:00 |
|
Ben Kelly
|
3a6863e700
|
Bug 924565: Part 3: Add tests verifying DOMRequestHelper cleanup and weak ref behavior. r=fabrice
|
2013-11-20 13:33:24 +08:00 |
|
Ed Morley
|
e27c3b1f4f
|
Merge latest green b2g-inbound changeset and mozilla-central
|
2013-11-18 10:54:01 +00:00 |
|
"Kan-Ru Chen (陳侃如)"
|
0db54ecb73
|
Bug 931746 - Make sure all mozbrowser mm are in the target chain. r=smaug
---
dom/base/nsGlobalWindow.cpp | 8 ++
dom/base/test/file_empty.html | 1 +
dom/base/test/mochitest.ini | 2 +
dom/base/test/test_messagemanager_targetchain.html | 129 ++++++++++++++++++++
4 files changed, 140 insertions(+)
create mode 100644 dom/base/test/file_empty.html
create mode 100644 dom/base/test/test_messagemanager_targetchain.html
|
2013-11-17 01:07:24 +08:00 |
|
Robert Longson
|
35179a17ac
|
Bug 939445 - general.appname.override has stopped working. r=smaug
|
2013-11-17 23:10:15 +00:00 |
|
Kyle Huey
|
2789485d96
|
Bug 928312: Convert the worker global object and all remaining EventTargets to new DOM bindings. r=bent,peterv,smaug
|
2013-11-05 22:16:26 +08:00 |
|
Peter Van der Beken
|
d28bec1d7c
|
Bug 931768 - Mark openDialog ChromeOnly. r=bz.
--HG--
extra : rebase_source : ac7f71f50428e9a3f0a2c76f394ef1065bd7dc99
|
2013-10-28 22:03:15 +01:00 |
|
Andrea Marchesini
|
164582e714
|
Bug 927735 - TypeError check for URL API. r=ehsan
|
2013-10-18 10:17:03 -04:00 |
|
Andrea Marchesini
|
f1f2c23069
|
Bug 926890 - Throw JavaScript exceptions for URL, r=ehsan
|
2013-10-16 16:04:26 +02:00 |
|
Andrea Marchesini
|
9e6050b059
|
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 |
|
Fernando Jiménez
|
c842df0573
|
Bug 915598 - Allow strong references to DOMRequestIPCHelper message listeners. Part 4: Tests. r=fabrice
|
2013-10-04 23:59:48 +02:00 |
|
Ms2ger
|
105ce73cfa
|
Bug 922268 - Remove empty makefiles; r=gps
|
2013-10-03 09:10:00 +02:00 |
|
Kartikaya Gupta
|
b85e28af73
|
Bug 919437 - Add a test to ensure setting the scrollport size overrides the inner size. r=roc
|
2013-10-01 21:21:53 -04:00 |
|
Gregory Szorc
|
cc1da2c22a
|
Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger
|
2013-09-30 09:52:01 +02:00 |
|
Gregory Szorc
|
e53ac5e38d
|
Bug 920223 - Part 1: Mass convert MOCHITEST_FILES to manifests; rs=Ms2ger
|
2013-09-30 09:51:57 +02:00 |
|
Ed Morley
|
d84dee3273
|
Backed out changeset 77bff106b704 (bug 920223)
|
2013-09-30 12:50:12 +01:00 |
|
Ed Morley
|
038cae0901
|
Backed out changeset 68b6b152f51a (bug 920223)
|
2013-09-30 12:50:09 +01:00 |
|
Gregory Szorc
|
483a776413
|
Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger
|
2013-09-30 09:52:01 +02:00 |
|
Gregory Szorc
|
cabc6369a6
|
Bug 920223 - Part 1: Mass convert MOCHITEST_FILES to manifests; rs=Ms2ger
|
2013-09-30 09:51:57 +02:00 |
|
Andrea Marchesini
|
2b892b82b4
|
Bug 911213 - Implement new promise constructor, r=bz
|
2013-09-11 18:03:04 +02:00 |
|
Andrea Marchesini
|
12b0fc30b0
|
Bug 913761 - Something is wrong when transferring MessagePort object via MessageChannel. r=smaug
CLOSED TREE
|
2013-09-10 13:42:22 -04:00 |
|
Mike Hommey
|
f1cf3b4238
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
|
Andrea Marchesini
|
4715ba2404
|
Bug 887364 - URL API for main thread. r=ehsan
|
2013-09-04 13:07:21 -04:00 |
|
Andrea Marchesini
|
aa3daea368
|
Bug 677638 - MessageChannel and MessagePort disabled by pref, r=smaug
|
2013-09-03 14:39:03 +02:00 |
|
Andrea Marchesini
|
b075f7288e
|
Bug 677638 - unshipped message port queue, r=smaug
|
2013-09-03 14:39:01 +02:00 |
|
Andrea Marchesini
|
1fed76e9bd
|
Bug 677638 - cycle collection and timeout, r=smaug
|
2013-09-03 14:38:58 +02:00 |
|
Andrea Marchesini
|
75eefc4c47
|
Bug 677638 - Start() method
|
2013-09-03 14:38:56 +02:00 |
|
Andrea Marchesini
|
7d723f3d7e
|
Bug 677638 - MessagePort.PostMessage
|
2013-09-03 14:38:54 +02:00 |
|
Andrea Marchesini
|
861af1ae77
|
Bug 677638 - MessagePorts in Structured Clone Algorithm, r=smaug
|
2013-09-03 14:38:51 +02:00 |
|
Andrea Marchesini
|
15e2ddeb72
|
Bug 677638 - Patch 1 - MessageChannel and MessagePort interfaces, r=smaug
|
2013-09-03 14:38:49 +02:00 |
|
Nikhil Marathe
|
b1c04087a0
|
Bug 902030 - DOMRequestIpcHelper stores/retrieves Promises too. r=fabrice
--HG--
extra : rebase_source : 4610af506cc1e15f8f2efdc682e3d7989626cebf
|
2013-08-09 18:11:11 -07:00 |
|
Masatoshi Kimura
|
ab73027c06
|
Bug 898817 - Stop exposing nsIDOM* interfaces on the global automatically. r=bz
|
2013-07-30 22:26:27 +09:00 |
|
Fernando Jiménez
|
b937a4c00e
|
Bug 885701 - [DOMRequest] Implement DOMRequestService.fireDetailedError. r,sr=sicking
|
2013-06-28 10:53:44 +08:00 |
|
Andrea Marchesini
|
38fc5d8909
|
Bug 870856 - Convert DOMError to WebIDL. r=Ms2ger, r=bz
|
2013-05-18 13:52:06 -04:00 |
|