Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Issue #80 - De-unify dom/messagechannel | Matt A. Tobin | 2020-04-18 |
| | |||
* | Issue #80 - De-unify dom/audiochannel | Matt A. Tobin | 2020-04-18 |
| | |||
* | Issue #80 - De-unify dom/notification | Matt A. Tobin | 2020-04-18 |
| | |||
* | Issue #80 - De-unify dom/url | Matt A. Tobin | 2020-04-18 |
| | |||
* | Issue #80 - De-unify dom/encoding | Matt A. Tobin | 2020-04-18 |
| | |||
* | Issue #80 - De-unify dom/json | Matt A. Tobin | 2020-04-18 |
| | |||
* | Issue #80 - De-unify dom/u2f | Matt A. Tobin | 2020-04-18 |
| | |||
* | Issue #80 - De-unify dom/power | Matt A. Tobin | 2020-04-18 |
| | |||
* | Issue #80 - De-unify dom/mathml | Matt A. Tobin | 2020-04-18 |
| | |||
* | Issue #80 - De-unify dom/jsurl | Matt A. Tobin | 2020-04-18 |
| | |||
* | Issue #80 - De-unify dom/worklet | Matt A. Tobin | 2020-04-18 |
| | |||
* | Issue #80 - De-unify dom/console | Matt A. Tobin | 2020-04-18 |
| | |||
* | Issue #80 - De-unify dom/media/webm | Matt A. Tobin | 2020-04-18 |
| | |||
* | Issue #80 - De-unify dom/media/flac | Matt A. Tobin | 2020-04-18 |
| | |||
* | Issue #80 - De-unify dom/media/mp3 | Matt A. Tobin | 2020-04-18 |
| | |||
* | Issue #80 - De-unify dom/media/ogg | Matt A. Tobin | 2020-04-18 |
| | |||
* | Issue #80 - De-unify dom/media/encoder | Matt A. Tobin | 2020-04-18 |
| | |||
* | Issue #80 - De-unify dom/media/mediasink | Matt A. Tobin | 2020-04-18 |
| | |||
* | Issue #80 - De-unify dom/media/wave | Matt A. Tobin | 2020-04-18 |
| | |||
* | Issue #80 - De-unify dom/storage | Matt A. Tobin | 2020-04-18 |
| | |||
* | Issue #80 - De-unify dom/time | Matt A. Tobin | 2020-04-18 |
| | |||
* | Issue #80 - De-unify dom/permission | Matt A. Tobin | 2020-04-18 |
| | |||
* | Issue #80 - De-unify dom/broadcastchannel | Matt A. Tobin | 2020-04-18 |
| | |||
* | Issue #80 - De-unify dom/offline | Matt A. Tobin | 2020-04-18 |
| | |||
* | Bug 1425685 - Implement HTMLSlotElement.assignedElements(); | Matt A. Tobin | 2020-04-17 |
| | | | | Tag #1375 | ||
* | Issue #1375 - Merge CustomElements pref with Webcomponents Pref | Matt A. Tobin | 2020-04-17 |
| | |||
* | Issue #1375 - Fix IsWebComponentsEnabled checks | Matt A. Tobin | 2020-04-17 |
| | |||
* | Bug 1360154 - nsIPlaintextEditor might have to have hasText property for ↵ | Matt A. Tobin | 2020-04-17 |
| | | | | | | | | | UpdateOverlayTextVisibility * DocumentIsBody should return bool, not nsresult * Add fast path to check whether valus is emtpy Tag #1375 | ||
* | Bug 1425769 - Base class for ShadowRoot and Document to manage style state | Matt A. Tobin | 2020-04-17 |
| | | | | Tag #1375 | ||
* | Issue #80 - De-unify dom/base | Matt A. Tobin | 2020-04-17 |
| | | | | Tag #1375 | ||
* | Bug 1348481 - Part 1b: Generalize FindDocStyleSheetInsertionPoint so it ↵ | Matt A. Tobin | 2020-04-17 |
| | | | | | | doesn't require an array of RefPtrs Tag #1375 | ||
* | Bug 1417829 - Remove unresolved pseudoclass | Matt A. Tobin | 2020-04-17 |
| | | | | Tag #1375 | ||
* | Bug 1426503 - Remove DestInsertionPoints stuff | Matt A. Tobin | 2020-04-17 |
| | | | | Tag #1375 | ||
* | Bug 1426536 - Remove nsContentUtils::IsContentInsertionPoint | Matt A. Tobin | 2020-04-17 |
| | | | | Tag #1375 | ||
* | Bug 1409976 - Add `slotchange` event | Matt A. Tobin | 2020-04-17 |
| | | | | | | | * Add support for `slotchange` event * Signal `slotchange` when slot's assigned nodes changes Tag #1375 | ||
* | Bug 1425441 - Move relatedTarget to WidgetEvent | Matt A. Tobin | 2020-04-17 |
| | | | | Tag #1375 | ||
* | Bug 1327185 - Refine EventStateManager::FireDragEnterOrExit | Matt A. Tobin | 2020-04-17 |
| | | | | Tag #1375 | ||
* | Bug 1412775 - Implement Event.composedPath | Matt A. Tobin | 2020-04-17 |
| | | | | Tag #1375 | ||
* | Bug 1422197 - Add fast path to get DocGroup in binding code for [CEReactions] | Matt A. Tobin | 2020-04-17 |
| | | | | Tag #1375 | ||
* | Bug 1422931 - Fix crash with slot element and make webcomponents preference ↵ | Matt A. Tobin | 2020-04-17 |
| | | | | | | per-doc Tag #1375 | ||
* | Bug 1419799 - Fix nsContentUtils::IsInSameAnonymousTree in Shadow DOM | Matt A. Tobin | 2020-04-17 |
| | | | | Tag #1375 | ||
* | Bug 1413619 - Fix insertion point computation when display: contents pseudos ↵ | Matt A. Tobin | 2020-04-17 |
| | | | | | | are involved. Tag #1375 | ||
* | Bug 1409975 - Implement node distribution for shadow tree slots | Matt A. Tobin | 2020-04-17 |
| | | | | | | | | | | * 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 | ||
* | Bug 1418002 - Remove HTMLContentElement | Matt A. Tobin | 2020-04-17 |
| | | | | Tag #1375 | ||
* | Bug 1416999 - Remove document.registerElement | Matt A. Tobin | 2020-04-17 |
| | | | | Tag #1375 | ||
* | Bug 1411878 - Support Element.shadowRoot and Element.assignedSlot / ↵ | Matt A. Tobin | 2020-04-17 |
| | | | | | | TextNode.assignedSlot on closed shadow root Tag #1375 | ||
* | Bug 1404842 - Implement Element.attachShadow and Element.slot | Matt A. Tobin | 2020-04-17 |
| | | | | Tag #1375 | ||
* | Bug 1411754 - Rename PresShell::DestroyFramesFor to DestroyFramesForAndRestyle | Matt A. Tobin | 2020-04-17 |
| | | | | Tag #1375 | ||
* | Bug 1404789 - Stop reconstructing frames for the whole shadow root each time ↵ | Matt A. Tobin | 2020-04-17 |
| | | | | | | | | | | | | content is inserted in a shadow tree * Cleanup a bit the ShadowRoot code * Privatize ShadowRoot methods * When the shadow tree distribution changes, post a restyle + reframe * Simplify ShadowRoot::IsPooledNode * Be a bit better at detecting distribution changes Tag #1375 | ||
* | Bug 1408341 - Implement assignedSlot on Element and Text | Matt A. Tobin | 2020-04-17 |
| | | | | Tag #1375 |