Peter Van der Beken
dd0ed1d78e
Bug 1018658 - Convert XPathNSResolver to WebIDL bindings, switch XPathNSResolver to WebIDL. r=bz.
...
--HG--
extra : rebase_source : 5edb613061b8d0dcb533ae6e1c3a5244e43dd545
2014-10-14 16:27:24 +02:00
Lars T Hansen
ad21f14cea
Bug 979594 - Atomics object, atomic operations on SharedArrayBuffer (no jit support). r=luke
2014-10-23 14:23:16 +02:00
Sid Stamm
7ebb241108
Bug 1042135 - Change three-state DNT back to two state and update text. (r=dolske,jst,mcmanus)
...
--HG--
extra : rebase_source : 52556477cba80e87651ce7c84a531a2de500d21a
2014-01-28 09:26:16 -08:00
Phil Ringnalda
c0ef8f8666
Back out 3 changesets (bug 1042135) for robocop bustage
...
CLOSED TREE
Backed out changeset dffed5d2a799 (bug 1042135)
Backed out changeset b80a02b929cc (bug 1042135)
Backed out changeset 093ea94a1697 (bug 1042135)
2014-10-21 23:11:11 -07:00
Sid Stamm
a2a9eb01b1
Bug 1042135 - Change three-state DNT back to two state and update text. (r=dolske,jst,mcmanus)
...
--HG--
extra : rebase_source : 2cc113eb167b83ded586b36380bb444a827f0084
2014-01-28 09:26:16 -08:00
Valentin Gosu
b29daa4e67
Bug 1064706 - Enable dom/testing/mochitest/general/ tests under e10s r=bz
2014-10-06 12:31:58 +03:00
Rik Cabanier
b0c5296dce
Bug 1082663 - Fix for bug 1082663 - DOMMatrix does not implement stringifier from spec. r=bz
2014-10-20 11:14:00 +02:00
Nikhil Marathe
b8edaa21bb
Bug 1039846 - Patch 4: FetchDriver with about:, blob: and data: fetching. r=baku
...
--HG--
extra : transplant_source : o%29%0E%5D%90%11%FA%1ExO%26%7E%9D_%F2%E7%0B%FE%21%B2
2014-10-06 11:01:20 -07:00
Bobby Holley
bd7f40a7db
Bug 1081985 - Remove prototype remapping and make COWs simple. r=gabor
...
\o/
2014-10-20 15:52:53 +02:00
William Chen
d113c56ce9
Bug 1083587 - Add host and olderShadowRoot properties to ShadowRoot interface. r=smaug
2014-10-15 18:25:45 -07:00
Boris Zbarsky
1aac40cee5
Bug 1073124 part 3. Make PromiseDebugging [Exposed=System]. r=bholley
2014-10-17 11:30:19 -04:00
Ryan VanderMeulen
7442d9d745
Merge inbound to m-c. a=merge
2014-10-16 14:43:13 -04:00
Szu-Yu Chen [:aknow]
cf1a94db84
Bug 1058397 - Part 5: Fix test: USSDReceivedEvent is not exposed. r=bzbarsky
2014-10-15 02:51:00 -04:00
Ryan VanderMeulen
b87718267b
Merge inbound to m-c. a=merge
...
CLOSED TREE
2014-10-15 14:31:16 -04:00
Fabrice Desré
f46b32e993
Bug 982874 - Import / export API for apps : Part 2: dom/webapps implementation r=marco,sicking
2014-10-14 22:55:14 -07:00
Ryan VanderMeulen
77e8bee35e
Backed out 6 changesets (bug 989198, bug 1082963) for causing bug 1083231.
...
Backed out changeset a7c972407578 (bug 1082963)
Backed out changeset 94d1b30bde00 (bug 989198)
Backed out changeset 01e064ceb505 (bug 989198)
Backed out changeset f5a538109e36 (bug 989198)
Backed out changeset 3ff227d79d74 (bug 989198)
Backed out changeset 186743fc6f6d (bug 989198)
CLOSED TREE
2014-10-16 12:57:18 -04:00
Ms2ger
aa2acf8255
Bug 932350 - Re-enable dom-level0 tests.
...
They were disabled because the folder name is similar to the unrelated
dom-level1-core, dom-level2-core and dom-level2-html folders.
2014-10-14 16:55:13 +02:00
Ryan VanderMeulen
0b5623dde3
Bug 932350 - Re-enable the dom-level* mochitests on desktop platforms.
2014-10-14 10:31:15 -04:00
Gina Yeh
abdd389011
Bug 989198, Patch 2: Implementation of BeforeAfterKeyboardEvent, sr=smaug, r=masayuki.
...
---
dom/events/BeforeAfterKeyboardEvent.cpp | 92 ++++++++++++++++++++++
dom/events/BeforeAfterKeyboardEvent.h | 45 +++++++++++
dom/events/EventDispatcher.cpp | 3 +
dom/events/KeyboardEvent.cpp | 60 ++++++++------
dom/events/KeyboardEvent.h | 8 +-
dom/events/moz.build | 2 +
dom/events/test/test_all_synthetic_events.html | 4 +
dom/interfaces/events/nsIDOMEvent.idl | 7 ++
dom/tests/mochitest/general/test_interfaces.html | 48 ++++++-----
dom/webidl/BeforeAfterKeyboardEvent.webidl | 24 ++++++
dom/webidl/moz.build | 1 +
11 files changed, 250 insertions(+), 44 deletions(-)
create mode 100644 dom/events/BeforeAfterKeyboardEvent.cpp
create mode 100644 dom/events/BeforeAfterKeyboardEvent.h
create mode 100644 dom/webidl/BeforeAfterKeyboardEvent.webidl
2014-10-14 15:09:20 +08:00
Ryan VanderMeulen
9eae2ec853
Bug 962029 - Skip test_bug746272-2.html on B2G because it depends on where the mochitest chunks are split.
2014-10-10 10:40:32 -04:00
Andrew McCreight
1bda485eec
Back out 30e935a33442 (bug 1064706, part 3), because it probably depends on part 2.
...
This reverts commit 0b3cc3d4acee2cf3ad7f3e2f578e20a802633969.
2014-10-09 13:02:17 -07:00
Jon Morton
0f167a14a3
Bug 979835: Port BoxObject and its subclasses to WebIDL. r=khuey sr=bz
...
--HG--
rename : layout/xul/nsIPopupBoxObject.idl => dom/webidl/PopupBoxObject.webidl
rename : layout/xul/tree/nsITreeBoxObject.idl => dom/webidl/TreeBoxObject.webidl
rename : layout/xul/nsBoxObject.cpp => layout/xul/BoxObject.cpp
rename : layout/xul/nsBoxObject.h => layout/xul/BoxObject.h
rename : layout/xul/nsListBoxObject.cpp => layout/xul/ListBoxObject.cpp
rename : layout/xul/nsMenuBoxObject.cpp => layout/xul/MenuBoxObject.cpp
rename : layout/xul/nsPopupBoxObject.cpp => layout/xul/PopupBoxObject.cpp
2014-10-14 13:15:21 -07:00
Andrew Halberstadt
2da4ee197d
Bug 1066735 - Remove root b2g and android specific xpcshell manifests, r=chmanchester
2014-10-07 18:18:28 -04:00
Ryan VanderMeulen
96a15f3c66
Merge inbound to m-c. a=merge
2014-10-06 17:05:56 -04:00
Carsten "Tomcat" Book
697adf6cd4
Merge m-c to b2g-inbound
2014-10-06 15:54:45 +02:00
Garvan Keeley
aca5ddbbe7
Bug 1061186 - increase timeout from 500ms to 1sec to avoid rare failures. r=jdm
2014-09-19 16:55:00 +02:00
Edgar Chen
6b28ee6382
Bug 994461 - Part 1: Move IccInfo to WebIDL. r=smaug,vicamo
...
--HG--
rename : dom/icc/interfaces/nsIDOMIccInfo.idl => dom/icc/interfaces/nsIIccInfo.idl
2014-09-19 15:53:05 +08:00
Ryan VanderMeulen
9b7cb69f1b
Merge m-c to inbound. a=merge
2014-10-03 16:26:37 -04:00
Andrew Osmond
290c9d9b2b
Bug 994912 - Add support for promises and event-based notifications to camera. r=mikeh, r=bz
2014-10-03 04:19:00 -04:00
Ryan VanderMeulen
8eb45d35cd
Merge b-i to m-c. a=merge
2014-10-02 12:51:02 -04:00
Edgar Chen
f12df79281
Bug 1007062 - Fix SpecialPower API doesn't work on Marionette test-container. r=mdas,jmaher
2014-09-28 22:43:32 +08:00
Nick Lebedev
3694da2a86
Bug 1055773 - Move hasAttributes method from Node to Element. r=bz
2014-10-01 10:16:00 +02:00
Cameron McCormack
65626faba5
Bug 1028497 - Part 2: Add Web IDL interfaces for CSS Font Loading API. r=bzbarsky
2014-10-02 12:32:05 +10:00
Michael Pruett
1e54b96268
Bug 1056871 - Remove workarounds for bug 687194 in tests. r=mconley
2014-09-28 21:52:25 -05:00
Ryan VanderMeulen
b8afeaae1d
Merge b2g-inbound to m-c. a=merge
2014-09-29 15:55:33 -04:00
Ryan VanderMeulen
dbdc908a0f
Merge m-c to b2g-inbound. a=merge
...
CLOSED TREE
2014-09-29 10:46:00 -04:00
Bobby Holley
bae8838328
Bug 1070842 - Tests. r=bz
2014-09-29 15:34:22 +02:00
Richard Barnes
9efc83e361
Bug 1037892 - Implement changes to WebCrypto API from latest Editor's Draft r=bz,ttaubert
2014-09-27 14:22:57 -04:00
Wes Kocher
ce80476811
Backed out changeset 398bdeea30b0 (bug 1037892) for build bustage
2014-09-26 15:35:38 -07:00
William Chen
f6d15ee24b
Bug 1062578 - Call BindToTree/UnbindFromTree on shadow root children when host is bound/unbound from tree. r=smaug
2014-09-26 15:07:40 -07:00
Richard Barnes
2176cd99b3
Bug 1037892 - Implement changes to WebCrypto API from latest Editor's Draft r=bz,ttaubert
...
* * *
Add check for old structured clone format.
2014-09-26 17:36:39 -04:00
Peter Van der Beken
82ea691e0a
Bug 787070 - Expandos on the xray of DOM prototypes should have effect on xrays of DOM nodes, make Xrays walk the prototype chain when resolving DOM properties. r=bholley.
...
* * *
Bug 787070 - Expandos on the xray of DOM prototypes should have effect on xrays of DOM nodes, remove obsolete code. r=bholley.
--HG--
extra : rebase_source : 7a9aa81d3e9d74ed958374942020474147aa4f86
2014-09-15 16:51:40 +02:00
Carsten "Tomcat" Book
05a473f758
Backed out changeset 7d7ccb243db5 (bug 1062578) for breaking webplatform 4 tests
2014-09-26 08:14:23 +02:00
Bevis Tseng
7d338ea936
Bug 864484 - Part 3: Move MozCellBroadcastMessage to webidl implementation. r=vyang, r=smaug
...
--HG--
rename : dom/cellbroadcast/interfaces/nsIDOMMozCellBroadcastMessage.idl => dom/webidl/MozCellBroadcastMessage.webidl
extra : rebase_source : 1fe6072c1db53fc4751e9a931adadb31a246f247
2014-08-15 13:13:05 +08:00
Ryan VanderMeulen
1fe0a415bd
Backed out changesets b08e57dbef4e and 1049cfbf3426 (bug 947044) for various regressions.
2014-09-25 14:32:43 -04:00
Valentin Gosu
bb9c196e21
Bug 1070146 - Test resource timing info for script resources. r=bz
2014-09-24 01:51:54 +03:00
Michael Henretty
be5cc7b9e5
Bug 960762 - Disable notification storage tests for non-debug builds too. r=gerard-majax
2014-09-23 14:20:32 -07:00
Nick Fitzgerald
b4caf18aad
Bug 947044 - Part 2: Fix tests that check ReferenceError's message. r=gavin
2014-09-22 16:13:00 +02:00
Edwin Flores
2c8d65c398
Bug 1044742 - Fix review comments on rev 9f9b3c194a76 - r=bz
2014-09-24 16:48:02 +12:00
Edwin Flores
6a540f3e68
Bug 1044742 - Add EME globals to test_interfaces.html - r=bz
2014-09-24 15:59:12 +12:00