Matt A. Tobin
5e7917e2c8
Bug 1429656 - Implement ShadowRoot.activeElement
...
Tag #1375
2020-06-13 08:23:21 -04:00
Moonchild
8797b20746
Issue #1585 - Replace node.rootNode with node.getRootNode()
...
This removes the (default disabled) node.rootNode readonly attribute
and replaces it with a node.getRootNode() function per WhatWG
spec discussion.
Based on work by John Dai <jdai@mozilla.com >
2020-06-10 01:19:37 +00:00
athenian200
a965486fcb
Revert "Merge pull request #1357 from athenian200/form-disabled-issue"
...
This reverts commit ed88b99849 , reversing
changes made to c4b0715baa .
2020-05-20 23:25:37 -05:00
Matt A. Tobin
3508e79b1f
Bug 1409976 - Add slotchange event
...
* Add support for `slotchange` event
* Signal `slotchange` when slot's assigned nodes changes
Tag #1375
2020-04-17 07:35:48 -04:00
Matt A. Tobin
7e506bd98d
Bug 1412775 - Implement Event.composedPath
...
Tag #1375
2020-04-17 07:30:43 -04:00
Matt A. Tobin
e31ed5b074
Bug 1409975 - Implement node distribution for shadow tree slots
...
* Implementation for assignedNodes
* Include slots in the flat tree
* Fix event get-the-parent algorithm for a node
* Update and add reftests for Shadow DOM v1
* Update web platform tests expectations
Tag #1375
2020-04-17 07:10:54 -04:00
Matt A. Tobin
3a74795a56
Bug 1411878 - Support Element.shadowRoot and Element.assignedSlot / TextNode.assignedSlot on closed shadow root
...
Tag #1375
2020-04-17 07:05:27 -04:00
Matt A. Tobin
873abc7bcb
Bug 1404842 - Implement Element.attachShadow and Element.slot
...
Tag #1375
2020-04-17 07:04:42 -04:00
Matt A. Tobin
3758434680
Bug 1408341 - Implement assignedSlot on Element and Text
...
Tag #1375
2020-04-17 06:38:37 -04:00
athenian200
7a697172f3
Issue #1356 - Add tests.
...
Forgot to include these before.
2020-01-28 00:03:00 -06:00
Gaming4JC
6ec385fbdb
Bug 1319342 - Clone a node should enqueue an upgrade reaction.
...
Tag UXP Issue #1344
2020-01-26 15:50:30 -05:00
Gaming4JC
8e6ce5fae7
Bug 1121994 - Implement adopted callback for custom elements.
...
Tag UXP Issue #1344
2020-01-26 15:50:30 -05:00
Gaming4JC
6bbb9f062b
Bug 1334044: Replace detached callback (v0) with disconnected callback (v1).
...
Tag UXP Issue #1344
2020-01-26 15:50:29 -05:00
Gaming4JC
01dfbc928f
Bug 1334043 - Part 3: Update tests for connected callback.
...
Tag UXP Issue #1344
2020-01-26 15:50:29 -05:00
Gaming4JC
bf004bb63b
Bug 1334051 - Part 2: Invoke attributeChangedCallback only if attribute name is in the observed attribute list.
...
We call attributeChangedCallback in two cases:
1. When any of the attributes in the observed attribute list has changed, appended, removed, or replaced.
2. When upgrading an element, for each attribute in element's attribute list that is in the observed attribute list.
Note: w/ Fixup for not implementing an API Enhancement Bug 1363481.
Tag UXP Issue #1344
2020-01-26 15:50:25 -05:00
Gaming4JC
5b814fffd6
Bug 1274159 - Part 3-2: Update web-platform-test expected result;
...
Tag UXP Issue #1344
2020-01-26 15:50:10 -05:00
Gaming4JC
2d31ebf6b6
Bug 1274159 - Part 1: Support looking up definitions by using constructor as a key;
...
Tag UXP Issue #1344
2020-01-26 15:50:08 -05:00
Gaming4JC
bc8543bf79
Bug 1271549 - Remove details and summary preference.
...
Tag UXP Issue #1344
2020-01-26 15:50:08 -05:00
Gaming4JC
b91b0c37eb
Bug 1322938 - Put <dialog> element behind preference.
...
Tag #1343
2020-01-07 18:33:23 -05:00
Gaming4JC
a4011e7246
Bug 1322938 - Update <dialog> element Web Platform Tests expected results.
...
Tag #1343
2020-01-07 18:33:23 -05:00
Gaming4JC
0bc4652690
1333045 - Update Location object properties to current spec.
...
Specifically, three changes:
1) valueOf should be non-enumerable.
2) valueOf should be === to Object.prototype.valueOf.
3) There should be no toJSON.
2019-07-18 22:38:20 -04:00
wolfbeast
833be88a6d
Update webplatform tests for multiline placeholder.
...
Note: MANIFEST updated per the normal procedure using
`mach wpt-manifest-update`
lint.whitelist updated to reflect intentional use of CR in these tests.
Resolves #977
2019-02-20 00:19:09 +01:00
janekptacijarabaci
568e27db3f
Bug 1351193 - Update tests
2018-07-20 07:48:10 +02:00
janekptacijarabaci
41e3d0719a
Bug 1182569: Disable hsts priming for loads of type subdocument for wpt tests
2018-04-30 22:20:14 +02:00
janekptacijarabaci
39d4a11267
Bug 1323941 - navigationStart should not be exposed to workers as timing attribute
...
https://hg.mozilla.org/mozilla-central/rev/6be7eb833b11
2018-04-29 12:11:55 +02:00
janekptacijarabaci
e040ed9250
moebius#158: The Performance Resource Timing (added support for "workerStart")
...
https://github.com/MoonchildProductions/moebius/pull/158
2018-04-29 11:49:50 +02:00
Moonchild
3b55277bc5
Merge pull request #237 from janekptacijarabaci/js_dom_getSelection_document_1
...
moebius#121: DOM - Selection API - getSelection() should exist on XMLDocument / Selection.type
2018-04-23 11:45:04 +02:00
janekptacijarabaci
0a9acadcca
moebius#121: DOM - Selection API - getSelection() should exist on XMLDocument / Selection.type
...
https://github.com/MoonchildProductions/moebius/pull/121
2018-04-23 09:16:50 +02:00
janekptacijarabaci
9957290b5a
moebius#123: DOM - Events - support createEvent("FocusEvent")
...
https://github.com/MoonchildProductions/moebius/pull/123
2018-04-23 09:13:00 +02:00
janekptacijarabaci
c559e3e30f
moebius#73: DOM - window.requestIdleCallback - improvements (basic)
...
https://github.com/MoonchildProductions/moebius/pull/73
2018-04-18 15:15:49 +02:00
New Tobin Paradigm
ba80720469
Merge pull request #174 from janekptacijarabaci/url_parser_1
...
moebius#130: URL parser - fix: don't allow empty host name
2018-04-16 08:25:45 -04:00
New Tobin Paradigm
ded797b8bb
Merge pull request #172 from janekptacijarabaci/svg_canvasImageSource_1
...
moebius#106: SVG - CanvasImageSource - allow using an SVGImageElement as a CanvasImageSource
2018-04-16 08:23:26 -04:00
wolfbeast
bdd013826b
Merge branch 'master' of https://github.com/MoonchildProductions/UXP
2018-04-15 11:51:43 +02:00
wolfbeast
fca67bb95d
Merge branch 'html_input_datetime_1'
...
This is almost everything needed for #162 .
2018-04-15 11:51:11 +02:00
janekptacijarabaci
ae14556114
moebius#130: URL parser - fix: don't allow empty host name
...
https://github.com/MoonchildProductions/moebius/issues/130
2018-04-15 07:29:18 +02:00
janekptacijarabaci
f8b9aba821
moebius#106: SVG - CanvasImageSource - allow using an SVGImageElement as a CanvasImageSource
2018-04-15 06:51:24 +02:00
janekptacijarabaci
9ee567082c
moebius#140: Fix: Fetch - headers should sort and combine
...
https://github.com/MoonchildProductions/moebius/pull/140
2018-04-14 22:18:47 +02:00
janekptacijarabaci
aea1fd640e
Bug 1288768 - Better error reporting for network errors in workers
2018-04-04 21:36:19 +02:00
janekptacijarabaci
7f21e9c0cd
Bug 1310080 - Implement the step attribute for <input type=datetime-local>
2018-03-30 20:33:02 +02:00
janekptacijarabaci
0679b939f3
Bug 1310079 - Implement the min and max attribute for <input type=datetime-local>
2018-03-30 19:56:09 +02:00
Tom Ritter
b367c38241
Bug 1430173 - Update tests for 2ms timers. r=baku, a=RyanVM
...
MozReview-Commit-ID: 6xhQ71a5rDU
--HG--
extra : transplant_source : %C2%D3%A7It%0Cg%92h%BB%3A%95%A2%0D.%86%B9C%9B%2B
2018-03-14 11:32:10 +01:00
janekptacijarabaci
6be9e50707
HTML - implement the labels attribute
2018-03-12 09:59:19 +01:00
janekptacijarabaci
b736f53a13
SVG - support radialGradient fr attribute
2018-03-12 08:39:15 +01:00
janekptacijarabaci
228d252ab1
DevTools - network - security (improvements)
...
https://github.com/MoonchildProductions/moebius/pull/113
https://github.com/MoonchildProductions/moebius/pull/118
https://github.com/MoonchildProductions/moebius/pull/127
2018-03-01 09:02:37 +01:00
Matt A. Tobin
5f8de423f1
Add m-esr52 at 52.6.0
2018-02-02 04:16:08 -05:00