diff options
author | Moonchild <moonchild@palemoon.org> | 2021-07-15 23:13:31 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-07-15 23:13:31 +0000 |
commit | feafc2f129df921f9e2954f0a21b1060588e4a0f (patch) | |
tree | 248d2f8df51e96c0d518ae5c782ad801ec53702f /dom/base/nsGkAtomList.h | |
parent | 84825468041d590ff8c660c42cf93b0d2243ad52 (diff) | |
parent | c198ef11b9d2697501b3ea4cbcab98e4dad48a9d (diff) | |
download | uxp-feafc2f129df921f9e2954f0a21b1060588e4a0f.tar.gz |
Merge branch 'master' into releaseRELBASE_20210719RC_20210715
Diffstat (limited to 'dom/base/nsGkAtomList.h')
-rw-r--r-- | dom/base/nsGkAtomList.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dom/base/nsGkAtomList.h b/dom/base/nsGkAtomList.h index caf8061bbc..bd05835980 100644 --- a/dom/base/nsGkAtomList.h +++ b/dom/base/nsGkAtomList.h @@ -2257,15 +2257,11 @@ GK_ATOM(physical_home_button, "physical-home-button") GK_ATOM(windows_classic, "windows-classic") GK_ATOM(windows_theme_aero, "windows-theme-aero") GK_ATOM(windows_theme_aero_lite, "windows-theme-aero-lite") -GK_ATOM(windows_theme_luna_blue, "windows-theme-luna-blue") -GK_ATOM(windows_theme_luna_olive, "windows-theme-luna-olive") -GK_ATOM(windows_theme_luna_silver, "windows-theme-luna-silver") -GK_ATOM(windows_theme_royale, "windows-theme-royale") -GK_ATOM(windows_theme_zune, "windows-theme-zune") GK_ATOM(windows_theme_generic, "windows-theme-generic") // And the same again, as media query keywords. GK_ATOM(_moz_color_picker_available, "-moz-color-picker-available") +GK_ATOM(_moz_dark_theme, "-moz-dark-theme") GK_ATOM(_moz_scrollbar_start_backward, "-moz-scrollbar-start-backward") GK_ATOM(_moz_scrollbar_start_forward, "-moz-scrollbar-start-forward") GK_ATOM(_moz_scrollbar_end_backward, "-moz-scrollbar-end-backward") |