diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:50 +0000 |
commit | def92d1b8e9d373e2f6f27c366d578d97d8960c6 (patch) | |
tree | 2ef34b9ad8bb9a9220e05d60352558b15f513894 /xpcom/ds/StaticAtoms.py | |
parent | Adding debian version 125.0.3-1. (diff) | |
download | firefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.tar.xz firefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.zip |
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'xpcom/ds/StaticAtoms.py')
-rw-r--r-- | xpcom/ds/StaticAtoms.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xpcom/ds/StaticAtoms.py b/xpcom/ds/StaticAtoms.py index 2a0a25431e..5be3323986 100644 --- a/xpcom/ds/StaticAtoms.py +++ b/xpcom/ds/StaticAtoms.py @@ -634,7 +634,6 @@ STATIC_ATOMS = [ Atom("lowest", "lowest"), Atom("lowsrc", "lowsrc"), Atom("ltr", "ltr"), - Atom("lwtheme", "lwtheme"), Atom("main", "main"), Atom("map", "map"), Atom("manifest", "manifest"), @@ -773,7 +772,6 @@ STATIC_ATOMS = [ Atom("onbeforeunload", "onbeforeunload"), Atom("onblocked", "onblocked"), Atom("onblur", "onblur"), - Atom("onbounce", "onbounce"), Atom("onboundschange", "onboundschange"), Atom("onbroadcast", "onbroadcast"), Atom("onbufferedamountlow", "onbufferedamountlow"), @@ -929,6 +927,7 @@ STATIC_ATOMS = [ Atom("ontypechange", "ontypechange"), Atom("onterminate", "onterminate"), Atom("ontext", "ontext"), + Atom("ontextInput", "ontextInput"), Atom("ontoggle", "ontoggle"), Atom("ontonechange", "ontonechange"), Atom("ontouchstart", "ontouchstart"), @@ -2253,6 +2252,7 @@ STATIC_ATOMS = [ Atom("_moz_windows_accent_color_in_tabs", "-moz-windows-accent-color-in-tabs"), Atom("_moz_mac_big_sur_theme", "-moz-mac-big-sur-theme"), Atom("_moz_mac_rtl", "-moz-mac-rtl"), + Atom("_moz_mac_titlebar_height", "-moz-mac-titlebar-height"), Atom("_moz_platform", "-moz-platform"), Atom("_moz_gtk_theme_family", "-moz-gtk-theme-family"), Atom("_moz_menubar_drag", "-moz-menubar-drag"), @@ -2487,6 +2487,7 @@ STATIC_ATOMS = [ PseudoElementAtom("PseudoElement_firstLine", ":first-line"), PseudoElementAtom("PseudoElement_highlight", ":highlight"), PseudoElementAtom("PseudoElement_selection", ":selection"), + PseudoElementAtom("PseudoElement_targetText", ":target-text"), PseudoElementAtom("PseudoElement_mozFocusInner", ":-moz-focus-inner"), PseudoElementAtom("PseudoElement_mozNumberSpinBox", ":-moz-number-spin-box"), PseudoElementAtom("PseudoElement_mozNumberSpinUp", ":-moz-number-spin-up"), |