summaryrefslogtreecommitdiffstats
path: root/xpcom/ds/StaticAtoms.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:35:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:35:49 +0000
commitd8bbc7858622b6d9c278469aab701ca0b609cddf (patch)
treeeff41dc61d9f714852212739e6b3738b82a2af87 /xpcom/ds/StaticAtoms.py
parentReleasing progress-linux version 125.0.3-1~progress7.99u1. (diff)
downloadfirefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.tar.xz
firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.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.py5
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"),