Commit Graph

20 Commits

Author SHA1 Message Date
roytam1 eb31645dcb ported from UXP:
- Issue #2548 - Part 1 - Implement MathML DOM and pre-requisites. https://bugzilla.mozilla.org/show_bug.cgi?id=1571487 Introduce interface mixins. https://bugzilla.mozilla.org/show_bug.cgi?id=1414372 Switch XPathEvaluator to using IDL mixins and remaining users of IDL "implements" over to mixin syntax. https://bugzilla.mozilla.org/show_bug.cgi?id=1574195 Introduce GlobalEventHandlers/DocumentAndElementEventHandlers/ElementCSSInlineStyle mixin. https://bugzilla.mozilla.org/show_bug.cgi?id=1579457 Introduce DocumentAndElementEventHandlers to more closely align with the HTML spec. https://bugzilla.mozilla.org/show_bug.cgi?id=1330457 Remove the use of IsCallerChrome in FetchRequest. https://bugzilla.mozilla.org/show_bug.cgi?id=1335368 (85600c73)
- Issue #2548 - Part 2 - Collection of WebIDL parsing updates in an attempt to fix partial interface mixin error. We should ensure, at build-time, that partial interfaces are defined in the same file as the interface they extend. Since our build system doesn't really support correct dep builds if they're placed in a different file. https://bugzilla.mozilla.org/show_bug.cgi?id=1333117 WebIDL: Better error message for trying to inherit from a mixin. https://bugzilla.mozilla.org/show_bug.cgi?id=1575384 Fix webidl identifier conflicts involving typedefs to produce saner exceptions. https://bugzilla.mozilla.org/show_bug.cgi?id=1531623 Disallow nullable types for WebIDL constants. https://bugzilla.mozilla.org/show_bug.cgi?id=1535647 Add support for extended attributes on types in Web IDL https://bugzilla.mozilla.org/show_bug.cgi?id=1359269 Allow LenientFloat to be only in a specific overload https://bugzilla.mozilla.org/show_bug.cgi?id=1020975 (81b4f0c3)
- Issue #2548 - Part 3 - Fix some MathML issues encountered since WebIDL works. https://bugzilla.mozilla.org/show_bug.cgi?id=1316616 Also added a Fetch() change that was not in the Mozilla patch. (20354b67)
- Issue #2548 - Part 4 - Fix some missed changes for ElementCSSInlineStyle. Introduce GlobalEventHandlers/DocumentAndElementEventHandlers/ElementCSSInlineStyle mixin. https://bugzilla.mozilla.org/show_bug.cgi?id=157945 (502c7047)
- Issue #2548 - Part 5 - Implement the HTMLOrForeignElement mixin. https://bugzilla.mozilla.org/show_bug.cgi?id=1577660 Add 'preventScroll' option to HTMLElement's, SVGElement's and XULElement's 'focus' method. https://bugzilla.mozilla.org/show_bug.cgi?id=1374045 (3febe21f)
2026-03-27 09:54:37 +08:00
roytam1 e309430413 ported from UXP: Unprefix -moz-read-write / -moz-read-only (4cc014cb) 2025-07-04 22:43:27 +08:00
roytam1 66afe9f75d ported from UXP: Issue #2721 - Create special case exception for <A>.Click() outside of DOM (37de431a)
mostly are done already.
2025-06-17 14:18:44 +08:00
roytam1 058c37fa0e ported from UXP: Issue #2736 - Part 2: Pass subject principal to SetAttribute and friends. (824d0cad) 2025-05-14 15:08:01 +08:00
roytam1 a1f0c688f7 ported from UXP: Issue #2488 - Part 3: Remove the StyleSetHandle smart pointer class (4bf43b8f) 2024-04-04 08:43:53 +08:00
roytam1 9f07cc69f7 ported from UXP: Issue #2488 - Part 2: Remove the DeclarationBlock class and use Declaration directly (4d7bdeda) 2024-04-04 08:11:21 +08:00
roytam1 fec87b3ce7 ported from UXP: Issue #2112 - Part 10: Remove remaining Stylo/Servo includes and code (d6852b31)
also fixups for removal of LazyComputeBehavior enum.
2024-04-03 16:57:11 +08:00
roytam1 df33d59d4e import from UXP: Issue #2135 - Bug 1066965: Make contentEditable and spellchecking to work in Shadow DOM (010db07b) 2023-03-07 09:49:18 +08:00
roytam1 5ef0835f1c import from UXP: Issue #1620 - Enable Intrinsic Ratio by Default (9f48a599) 2022-04-15 14:42:37 +08:00
roytam1 c90bd59134 import from UXP: Issue #1620 - Remove Development Comments (c02e4249) 2022-04-15 14:41:16 +08:00
roytam1 6e43fd52d6 ported from UXP: Issue #1620 - Use Intrinsic Aspect Ratio for Images (be1f68f3) 2022-04-15 14:40:36 +08:00
roytam1 b80c8a551b ported from UXP: Issue #1603 - Part 1: Reorganize ScriptLoader/ScriptElement (f85b274e) 2022-04-15 11:43:57 +08:00
roytam1 d19176440b ported from UXP: Issue #1557 - Allow event dispatch on disabled form controls. (f6b3f2c3) 2022-04-15 10:22:24 +08:00
roytam1 02ecb352a8 ported from UXP: Bug 1373798 - Move HTML dir attribute state into event state flags (3b2a22f0) 2022-04-12 16:58:28 +08:00
roytam1 364b306792 ported from UXP: Bug 1365092 - Move side effects of SetAttr and ParseAttribute to BeforeSetAttr and AfterSetAttr (6aa436b5) 2022-04-12 16:27:03 +08:00
roytam1 e0cd84d6f3 ported from UXP: Bug 1363481 - Add the old attribute value as a parameter to Element::AfterSetAttr (1f233fa1) 2022-04-12 15:44:59 +08:00
roytam1 10c80c5731 import from UXP: Bug 656197 - Push state updates further out across beforesetattr/aftersetattr (7a3f9be5) 2022-04-12 13:55:39 +08:00
roytam1 8031c7d968 ported from UXP: Bug 1377993 - Make node slots less memory hungry in common cases. (dd7fa403) 2022-04-06 13:49:16 +08:00
roytam1 6d0cdf8b25 port change from tenfourfox:
- #579: M1218456 +backbugs -nsILinkHandler removal, with changes for 45 (5e0cd430c)
2019-11-23 13:10:01 +08:00
roytam1 89ff1ebc22 Initial import from https://github.com/MoonchildProductions/moebius/commit/16fa730b3332a750e047aac26ebe65ea8c513849 2018-03-03 17:47:54 +08:00