summaryrefslogtreecommitdiffstats
path: root/dom/html
Commit message (Expand)AuthorAgeLines
* Issue #1719 - Make <menuitem> pref-controlled and disable by default.Moonchild2021-01-25-5/+20
* Issue #1656 - Part 6: Clean up the build filesMoonchild2020-09-23-1/+0
* Issue #1656 - Part 2: Unmangle some unfortunate UTF-8 victims.Moonchild2020-09-23-1/+1
* Issue #1656 - Part 1: Nuke most vim config lines in the tree.Moonchild2020-09-23-178/+1
* Issue #1224 - Remove constant expressions from /domMoonchild2020-09-17-4/+2
* Merge branch 'es-modules-work'Moonchild2020-09-08-0/+3
|\
| * Issue #618 - Clear the module map when changing a Document's global and addMoonchild2020-09-08-0/+3
* | [media] Only include source error details in debugging scenarios.Moonchild2020-08-28-1/+13
|/
* Issue #618 - (async) Implement async attribute for inline module scripts.Moonchild2020-08-25-9/+16
* Merge pull request #1632 from athenian200/link_element_disabledMoonchild2020-08-18-20/+66
|\
| * Fix nitsathenian2002020-08-14-3/+3
| * Issue #1629 - Part 3: Implement behind preference.athenian2002020-08-14-7/+18
| * Issue #1629 - Part 2: Implement the Explicitly Enabled flag.athenian2002020-08-13-8/+31
| * Issue #1629 - Part 1: Implement basic logic in HTMLLinkElement.athenian2002020-08-13-11/+23
* | Issue #1620 - Enable Intrinsic Ratio by DefaultAndy2020-08-07-1/+1
* | Issue #1620 - Remove Development CommentsAndy2020-08-07-2/+0
* | Issue #1620 - Use Intrinsic Aspect Ratio for ImagesAndy2020-08-04-17/+54
|/
* Issue #1603 - Part 1: Reorganize ScriptLoader/ScriptElementMoonchild2020-06-30-6/+7
* Bug 1426494 - Share more code between nsIDocument and ShadowRootMatt A. Tobin2020-06-13-4/+1
* Bug 1355787 - nsIdentifierMapEntry should let one to use either strings or at...Matt A. Tobin2020-06-13-1/+1
* Issue #1525 - Kill marquee elementMoonchild2020-06-01-36/+1
* Issue #1557 - Allow event dispatch on disabled form controls.athenian2002020-05-21-25/+33
* Revert "Merge pull request #1357 from athenian200/form-disabled-issue"athenian2002020-05-20-13/+39
* Issue #1543 - Align <img> with no src to the updated spec.Moonchild2020-05-11-0/+1
* Issue #80 - De-unify dom/htmlwolfbeast2020-04-21-6/+12
* Bug 1425685 - Implement HTMLSlotElement.assignedElements();Matt A. Tobin2020-04-17-0/+14
* Bug 1360154 - nsIPlaintextEditor might have to have hasText property for Upda...Matt A. Tobin2020-04-17-0/+22
* Bug 1409976 - Add `slotchange` eventMatt A. Tobin2020-04-17-0/+24
* Bug 1422197 - Add fast path to get DocGroup in binding code for [CEReactions]Matt A. Tobin2020-04-17-0/+19
* Bug 1422931 - Fix crash with slot element and make webcomponents preference p...Matt A. Tobin2020-04-17-1/+1
* Bug 1409975 - Implement node distribution for shadow tree slotsMatt A. Tobin2020-04-17-2/+172
* Bug 1418002 - Remove HTMLContentElementMatt A. Tobin2020-04-17-507/+0
* Bug 1416999 - Remove document.registerElementMatt A. Tobin2020-04-17-134/+0
* Bug 1404789 - Stop reconstructing frames for the whole shadow root each time ...Matt A. Tobin2020-04-17-12/+3
* Bug 1402941 - Add HTMLSlotElementMatt A. Tobin2020-04-17-0/+123
* Bug 1396584 - Remove support for multiple ShadowRootsMatt A. Tobin2020-04-17-472/+2
* Issue #1375 - Stop largely using the parser serviceMatt A. Tobin2020-04-17-7/+2
* Bug 1377978 - Make nsRange use uint32_t to offsetMatt A. Tobin2020-04-17-1/+1
* Bug 1373798 - Move HTML dir attribute state into event state flagsMatt A. Tobin2020-04-17-27/+42
* Bug 1365092 - Move side effects of SetAttr and ParseAttribute to BeforeSetAtt...Matt A. Tobin2020-04-17-850/+783
* Bug 1363481 - Add the old attribute value as a parameter to Element::AfterSet...Matt A. Tobin2020-04-17-62/+125
* Issue #1375 - Include content rules from HTMLTableCellElement::WalkContentSty...Matt A. Tobin2020-04-17-253/+130
* Bug 1347640 - HTMLInputElement shouldn't try to cancel image request on all t...Matt A. Tobin2020-04-16-66/+73
* Bug 656197 - Push state updates further out across beforesetattr/aftersetattrMatt A. Tobin2020-04-16-40/+21
* Bug 1340333 - Eagerly compute whether a frame is really a browser.Matt A. Tobin2020-04-16-22/+19
* Bug 1305458 - Changing -moz-appearence on hover breaks change eventMatt A. Tobin2020-04-14-75/+147
* Issue #26 Part 2a: make more EME code conditional.wolfbeast2020-02-03-2/+16
* Issue #1384 - Match standard for colSpan/rowSpanwin7-72020-02-03-18/+8
* Merge branch 'master' of https://github.com/MoonchildProductions/UXP into for...athenian2002020-01-27-358/+176
|\
| * Bug 1430951 - Avoid element name atomizing to improve performance of LookupCu...Gaming4JC2020-01-26-1/+2