| Commit message (Expand) | Author | Age | Lines |
* | Issue #1682 - Remove vibrator DOM interface and support code. | Moonchild | 2020-11-13 | -22/+3 |
* | Issue #1656 - Part 6: Clean up the build files | Moonchild | 2020-09-23 | -1/+0 |
* | Issue #1656 - Part 4: Tackle *.idl, *.css, *.ipdlh, *.webidl, *.cc | Moonchild | 2020-09-23 | -5/+0 |
* | Issue #1655: Update MediaQueryList to the current draft spec. | Moonchild | 2020-09-23 | -6/+29 |
* | Issue #1643 - Part 2: Implement ResizeObserver API | Moonchild | 2020-09-16 | -0/+40 |
* | Merge pull request #1632 from athenian200/link_element_disabled | Moonchild | 2020-08-18 | -1/+1 |
|\ |
|
| * | Issue #1629 - Part 1: Implement basic logic in HTMLLinkElement. | athenian200 | 2020-08-13 | -1/+1 |
* | | Pref and disable getRootNode() | Moonchild | 2020-08-07 | -1/+1 |
* | | Issue #1391 - Remove the DOM battery API | Moonchild | 2020-07-28 | -32/+0 |
* | | Issue #1587 Part 12 (followup 2): Allow clearing of signal by setting to null. | Moonchild | 2020-07-25 | -1/+1 |
* | | Issue #1587 Part 11 (followup 1): Implement multithreaded signals for workers. | Moonchild | 2020-07-24 | -0/+4 |
|/ |
|
* | Bug 1430299 - Add DocumentOrShadowRoot interface | Matt A. Tobin | 2020-06-13 | -6/+31 |
* | Bug 1429656 - Implement ShadowRoot.activeElement | Matt A. Tobin | 2020-06-13 | -0/+2 |
* | Merge branch 'abortcontroller-work' | Moonchild | 2020-06-12 | -0/+62 |
|\ |
|
| * | Issue #1587 - Part 8: Remove controller follow/unfollow | Moonchild | 2020-06-12 | -2/+0 |
| * | Issue #1587 - Part 7: Rename FetchController to AbortController | Moonchild | 2020-06-11 | -11/+11 |
| * | Issue #1587 - Part 4: Implement FetchObserver | Moonchild | 2020-06-11 | -0/+31 |
| * | Issue #1587 - Part 1: Implement FetchController/FetchSignal interface | Moonchild | 2020-06-10 | -0/+33 |
* | | Issue #439 - Debug follow up to remove no longer existing headers | Gaming4JC | 2020-06-11 | -4/+4 |
|/ |
|
* | Issue #1585 - Replace node.rootNode with node.getRootNode() | Moonchild | 2020-06-10 | -2/+7 |
* | Issue #1538 - remove speech recognition engine | Moonchild | 2020-05-20 | -210/+0 |
* | Issue #1449 - Implement URLSearchParams's sort() | Matt A. Tobin | 2020-05-02 | -0/+4 |
* | Bug 1425685 - Implement HTMLSlotElement.assignedElements(); | Matt A. Tobin | 2020-04-17 | -0/+1 |
* | Issue #1375 - Fix IsWebComponentsEnabled checks | Matt A. Tobin | 2020-04-17 | -4/+4 |
* | Bug 1426503 - Remove DestInsertionPoints stuff | Matt A. Tobin | 2020-04-17 | -2/+0 |
* | Bug 1412775 - Implement Event.composedPath | Matt A. Tobin | 2020-04-17 | -0/+2 |
* | Bug 1422931 - Fix crash with slot element and make webcomponents preference p... | Matt A. Tobin | 2020-04-17 | -1/+1 |
* | Bug 1418002 - Remove HTMLContentElement | Matt A. Tobin | 2020-04-17 | -21/+0 |
* | Bug 1416999 - Remove document.registerElement | Matt A. Tobin | 2020-04-17 | -12/+0 |
* | Bug 1411878 - Support Element.shadowRoot and Element.assignedSlot / TextNode.... | Matt A. Tobin | 2020-04-17 | -3/+3 |
* | Bug 1404842 - Implement Element.attachShadow and Element.slot | Matt A. Tobin | 2020-04-17 | -6/+29 |
* | Bug 1408341 - Implement assignedSlot on Element and Text | Matt A. Tobin | 2020-04-17 | -0/+7 |
* | Bug 1402941 - Add HTMLSlotElement | Matt A. Tobin | 2020-04-17 | -0/+23 |
* | Bug 1396584 - Remove support for multiple ShadowRoots | Matt A. Tobin | 2020-04-17 | -21/+0 |
* | Bug 1330843 - Allow JS to create NAC pseudo-elements | Matt A. Tobin | 2020-04-17 | -0/+3 |
* | Bug 1346623 - Allow anonymous content created with nsIDocument::InsertAnonymo... | Matt A. Tobin | 2020-04-16 | -0/+8 |
* | Issue #316 - Pre-process Performance.webidl | wolfbeast | 2020-02-20 | -1/+1 |
* | Issue #316 - Make the memory GC performance object conditional (WIP) | wolfbeast | 2020-02-20 | -0/+2 |
* | Issue #1395 - Remove FlyWeb Service | Matt A. Tobin | 2020-02-06 | -101/+0 |
* | Issue #1390 - Get rid of the Presentation API | Matt A. Tobin | 2020-02-06 | -380/+0 |
* | Issue #26 Part 2a: make more EME code conditional. | wolfbeast | 2020-02-03 | -9/+13 |
* | Bug 1396620 - Part 1: Remove created callback for custom elements | Gaming4JC | 2020-01-26 | -2/+0 |
* | Bug 1121994 - Implement adopted callback for custom elements. | Gaming4JC | 2020-01-26 | -0/+3 |
* | Bug 1334044: Replace detached callback (v0) with disconnected callback (v1). | Gaming4JC | 2020-01-26 | -2/+2 |
* | Bug 1334043 - Part 1: Replace attached callback (v0) with connected callback ... | Gaming4JC | 2020-01-26 | -2/+2 |
* | Bug 1334051 - Part 1: Include namespace in attributeChangedCallback. | Gaming4JC | 2020-01-26 | -1/+4 |
* | Bug 1315885 - Part 1: Add ShadowRoot CEReactions annotation. | Gaming4JC | 2020-01-26 | -1/+1 |
* | Bug 1340027 - Part 5: Add XSLTProcessor CEReactions annotation. | Gaming4JC | 2020-01-26 | -2/+2 |
* | Bug 1340027 - Part 4: Add DOM parsing CEReactions annotation. | Gaming4JC | 2020-01-26 | -4/+4 |
* | Bug 1340027 - Part 3: Add CSSStyleDeclaration CEReactions annotation. | Gaming4JC | 2020-01-26 | -3/+3 |