mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:25:44 +00:00
dcf4178212
- Bug 1218706 - Make 'unicode-bidi: isolate' the default for elements with a dir attribute. r=dbaron,jfkthame (037a5aaf57) - Bug 743198 part 7 - Add :fullscreen pseudo class. r=heycam (05eb82ccc9) - missing bits of Bug 1242904 - Update Brotli t (f4f569d859) - Bug 1235298 - Annotate intentional switch fallthroughs to suppress -Wimplicit-fallthrough warnings in netwerk/. r=mcmanus (c4ae414769) - Bug 1244841 - Don't measure SharedArrayBuffer objects multiple times. r=lth. (e9b665dc82) - Bug 234031 - broken parsing of xlen in gzip rfc 1952 r=mcmanus (c905b50417) - Bug 1239605 - filter insertions into the global object. r=jandem (35520bc5c8) - Bug 1248681 - Warn if the result of putWrapper goes unused; r=sfink (8051888ef8) - Bug 1246293 - Fix a typo in DefineSelfHostedProperty; r=till (5e05a76b2a) - Bug 1243808 - Allow modules to be compiled off main thread r=shu (51e5adca0a) - Bug 1241767 - avoid default-only switch to placate MSVC. r=bbouvier (392aa8eda0) - Bug 1239710 - Use CountingSort for Uint8Array and Int8Array; r=mrrrgn (6f394ab442) - Bug 1246860 - Preserve holes when sorting arrays with a custom comparator. r=till (725b091e55) - Bug 1247283 - Improve self-hosted Array.sort performance; r=till (ab1f3ddb74) - Bug 1248717 - Don't initialize variables in a for head with var, then use them later. r=jorendorff (87a77f9623) - Bug 1242196 - Use RadixSort for typed arrays. r=mrrrgn (a280ea097d) - Bug 1246927 - Fix OOM handling in usages of GlobalObject::maybeGetIntrinsicValue. r=arai (f7f3761c45) - Bug 1248405 - Recover from JSObject::getGroup OOM in CanOptimizeForDenseStorage. r=jandem (68ea32c044) - Bug 1225905 - create a mozharness script that manages each beet mover task logic, NPOTB DONTBUILD r=rail (076f25536f) - Bug 1246074 - add partials template config for mozharness beetmover, DONTBUILD r=rail (2e42c78d92) - Bug 1246074 - add partials mozharness beetmover, custom tc artifact location, DONTBUILD NPOTB r=rail (c74fe0755a) - Bug 1210538 - Add antivirus checks to release promotion graph a=rail (56de774389) - Bug 1238610 - Restore compartment debug mode flags if adding a debuggee global fails r=jimb (f8a9a1fa85) - Bug 1243851 - Treat enter as shift+enter if input is valid but incomplete; r=fitzgen, bgrins (f27c959bc0) - Bug 1238610 - Fix implicit constructor errors r=me (6f26f92763) - Bug 1242111 - Handle OOM in UpdateExecutionObservabilityOfScriptsInZone. (r=jimb) (91b125725f) - Bug 1240503 - Skip the initial block scope when unwinding scopes due to an exception that's thrown in the prologue before the scope chain is properly initialized for a script that starts with a block scope. (r=jorendorff) (0247fc8848) - Bug 1242111 - Fix references to oomTest. (r=me) (a9dc13a648) - Bug 1240546 - Handle OOM in updateObservesAllExecutionOnDebuggees. (r=jimb) (5d7e3a49f4) - Bug 1245961 - Throw a TypeError if less than one argument is supplied to isCompilableUnit;r=fitzgen (f896abb042) - Bug 1240803 - Handle OOM in replaceFrameGuts. (r=jimb) (2d43384c72) - Bug 1248094 - Simplify PCLocationMap with GCHashMap; r=fitzgen (b28d983bbd) - we don't care much abut 68k sadly (51c50300c5) - Bug 1233786 - JSScript::initScriptCounts should report OOMs. r=bhackett (eb42f7b8c1) - Bug 1233178 - Move ScriptCounts allocation outside the HashMap. r=bhackett (c3fa6d487c) - Bug 1141579 - Synchronize access to warmUpCount; r=jandem (a5b72cdf94) - Bug 1203696: Improve comments about lazily-initialized member of js::LazyScript. r=shu (caa895612d) - Bug 1221992 - Fix test using GetMostRecentWindow from the child process. r=smaug (07affe8195) - Bug 1235636 - rewrite PCToLineNumber; r=fitzgen (9dc9ff013e) - Bug 1232100 - "Check charsWritten in non-debug builds.". r=jcoppeard (fc5a64e621) - last bit of Bug 1197932 (86277af34e) - Bug 1067049 - Implement arguments[@@iterator]. r=evilpie (543e513269) - Bug 1248930 - Use Int32Value in ArrayBufferObject::BYTE_LENGTH_SLOT. r=lth (71e3a9ee51) - Bug 1113685 - Report the right name when calling selfhosted functions on incompatible objects. r=till (51f68d4f8d) - some symbol cleanup (83fca10034) - Bug 1165011 - Remove Symbol_isRegExp. r=jorendorff (46a2d293cc) - Bug 1122900: Make libyuv compile with MSVC 2015, r=rjesup. (9e147c7ba7) - bug 1241453 - clean up GetAccessibleWrap() r=davidb (01e37c5012) - Bug 1243331 - Prevent G_DEFINE_TYPE_EXTENDED macro from producing a fatal warning, r=tbsaunde (8bf031c4b9) - Bug 1232527 - Call into WMF PDM to determine if WMF can decode instead of using GMPVideoDecoderTrialCreator. r=jwwang (7d2b1f16f1) - Bug 1229475 - Fix gen-sources for libopus 1.1.1. r=cpearce (1e5a768d94) - Bug 1229475 - Update libopus to 1.1.1 release. r=jmspeex (0b73488ab3) - Bug 1139087 - Add moz.build bugzilla metadata for codecs. r=kinetik,gps (3d906f8f5a) - Bug 1229475 - libopus: Patch out asm flags for run_analysis. r=jmspeex (bfa15edac1) - Bug 1229475 - Fix unified build. r=cpearce (bbeda94cfc) - Bug 1239078 - Update libopus to 1.1.2 release. r=kinetik (9990b00867) - Bug 1239078 - Bump libopus update script for 1.1.2. r=kinetik (eecd46d3d3) - bug 1230377 - part 1/2: ensure nsKeyObject releases NSS resources on shutdown r=jcj (9ceefecbea) - bug 1230377 - part 2/2: simplify nsIKeyObject and nsIKeyObjectFactory r=jcj (1297d168b7) - bug 1239609 - audit nsNSSShutDownObject destructors for correctness r=Cykesiopka,sworkman (c78404e52a) - Bug 1246263 - fix unified build pollution r=valentin (f8db2c45cf) - Bug 1214981 - Disable output stream buffering. r=keeler (d9e7a1b863) - bug 1240173 - improve nsIX509Cert.dbKey r=Cykesiopka (0c0fc8e8a3) - Bug 1238042 - Extract a helper function to check if a JSObject is a global with a particular about: URI. r=ehsan (d065854725) - Bug 1244118 - Shutdown threadpool when xpcom-shutdown-threads happened. r=roc (e6ef2768b6) - Bug 1201685 - Limit the number of indexedDB open() calls in IndexedDBHelper r=gwagner (a4fc80fca2) - Bug 1244049 - Part 3: Replace the type of nsCSSSelector::mPseudoType. r=dbaron (c817ee6145) - Bug 1244049 - Part 4: Define CSSPseudoElementTypeBase. r=dbaron (94dab59375) - Bug 1246846 (part 1) - Avoid nsTHashtable::RawRemoveEntry() in dom/. r=bz. (5371e478da) - Bug 1246846 (part 2) - Avoid nsTHashtable::RawRemoveEntry() in nsPermissionManager. r=mconnor. (d7a1143ed1) - Bug 1246846 (part 3) - Avoid nsTHashtable::RawRemoveEntry() in gfxFontconfigUtils. r=jfkthame. (d23259ca8e) - Bug 1246846 (part 4) - Avoid nsTHashtable::RawRemoveEntry() in FramePropertyTable. r=roc. (7de416abfa) - Bug 1238404 - Use 'using' directive instead of having separate Dispatch impl in subclasses of nsIEventTarget. r=froydnj (43028ed3b3) - Bug 938699 - Remove FindElementWithViewId from nsIDOMWindowUtils.idl and nsDOMWindowUtils.cpp. r=kats (b49d2b5e6a) - missing bit of Bug 1210294 - Remove the release-mode IsCallerChrome assertions (a555243280)
256 lines
13 KiB
C
256 lines
13 KiB
C
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
/* atom list for CSS pseudo-classes */
|
|
|
|
/*
|
|
* This file contains the list of nsIAtoms and their values for CSS
|
|
* pseudo-classes. It is designed to be used as inline input to
|
|
* nsCSSPseudoClasses.cpp *only* through the magic of C preprocessing.
|
|
* All entries must be enclosed in the macros CSS_PSEUDO_CLASS,
|
|
* CSS_STATE_DEPENDENT_PSEUDO_CLASS, or CSS_STATE_PSEUDO_CLASS which
|
|
* will have cruel and unusual things done to them. The entries should
|
|
* be kept in some sort of logical order. The common arguments to these
|
|
* macros are:
|
|
* name_ : The C++ identifier used for the atom (which will be a member
|
|
* of nsCSSPseudoClasses)
|
|
* value_ : The pseudo-class as a string, including the initial colon,
|
|
* used as the string value of the atom.
|
|
* flags_ : A bitfield containing flags defined in nsCSSPseudoClasses.h
|
|
* pref_ : The name of the preference controlling whether the
|
|
* pseudo-class is recognized by the parser, or the empty
|
|
* string if it's unconditional.
|
|
* CSS_STATE_PSEUDO_CLASS has an additional argument:
|
|
* bit_ : The event state bit or bits that corresponds to the
|
|
* pseudo-class, i.e., causes it to match (only one bit
|
|
* required to match).
|
|
* CSS_STATE_DEPENDENT_PSEUDO_CLASS has an additional argument:
|
|
* bit_ : The event state bits that affect whether the pseudo-class
|
|
* matches. Matching depends on a customized per-class
|
|
* algorithm which should be defined in SelectorMatches() in
|
|
* nsCSSRuleProcessor.cpp.
|
|
*
|
|
* If CSS_STATE_PSEUDO_CLASS is not defined, it'll be automatically
|
|
* defined to CSS_STATE_DEPENDENT_PSEUDO_CLASS;
|
|
* if CSS_STATE_DEPENDENT_PSEUDO_CLASS is not defined, it'll be
|
|
* automatically defined to CSS_PSEUDO_CLASS.
|
|
*/
|
|
|
|
// OUTPUT_CLASS=nsCSSPseudoClasses
|
|
// MACRO_NAME=CSS_PSEUDO_CLASS
|
|
|
|
#ifdef DEFINED_CSS_STATE_DEPENDENT_PSEUDO_CLASS
|
|
#error "CSS_STATE_DEPENDENT_PSEUDO_CLASS shouldn't be defined"
|
|
#endif
|
|
|
|
#ifndef CSS_STATE_DEPENDENT_PSEUDO_CLASS
|
|
#define CSS_STATE_DEPENDENT_PSEUDO_CLASS(_name, _value, _flags, _pref, _bit) \
|
|
CSS_PSEUDO_CLASS(_name, _value, _flags, _pref)
|
|
#define DEFINED_CSS_STATE_DEPENDENT_PSEUDO_CLASS
|
|
#endif
|
|
|
|
#ifdef DEFINED_CSS_STATE_PSEUDO_CLASS
|
|
#error "CSS_STATE_PSEUDO_CLASS shouldn't be defined"
|
|
#endif
|
|
|
|
#ifndef CSS_STATE_PSEUDO_CLASS
|
|
#define CSS_STATE_PSEUDO_CLASS(_name, _value, _flags, _pref, _bit) \
|
|
CSS_STATE_DEPENDENT_PSEUDO_CLASS(_name, _value, _flags, _pref, _bit)
|
|
#define DEFINED_CSS_STATE_PSEUDO_CLASS
|
|
#endif
|
|
|
|
// The CSS_PSEUDO_CLASS entries should all come before the
|
|
// CSS_STATE_PSEUDO_CLASS entries. The CSS_PSEUDO_CLASS entry order
|
|
// must be the same as the order of cases in SelectorMatches. :not
|
|
// must be the last CSS_PSEUDO_CLASS.
|
|
|
|
CSS_PSEUDO_CLASS(empty, ":empty", 0, "")
|
|
CSS_PSEUDO_CLASS(mozOnlyWhitespace, ":-moz-only-whitespace", 0, "")
|
|
CSS_PSEUDO_CLASS(mozEmptyExceptChildrenWithLocalname, ":-moz-empty-except-children-with-localname", 0, "")
|
|
CSS_PSEUDO_CLASS(lang, ":lang", 0, "")
|
|
CSS_PSEUDO_CLASS(mozBoundElement, ":-moz-bound-element", 0, "")
|
|
CSS_PSEUDO_CLASS(root, ":root", 0, "")
|
|
CSS_PSEUDO_CLASS(any, ":-moz-any", 0, "")
|
|
|
|
CSS_PSEUDO_CLASS(firstChild, ":first-child", 0, "")
|
|
CSS_PSEUDO_CLASS(firstNode, ":-moz-first-node", 0, "")
|
|
CSS_PSEUDO_CLASS(lastChild, ":last-child", 0, "")
|
|
CSS_PSEUDO_CLASS(lastNode, ":-moz-last-node", 0, "")
|
|
CSS_PSEUDO_CLASS(onlyChild, ":only-child", 0, "")
|
|
CSS_PSEUDO_CLASS(firstOfType, ":first-of-type", 0, "")
|
|
CSS_PSEUDO_CLASS(lastOfType, ":last-of-type", 0, "")
|
|
CSS_PSEUDO_CLASS(onlyOfType, ":only-of-type", 0, "")
|
|
CSS_PSEUDO_CLASS(nthChild, ":nth-child", 0, "")
|
|
CSS_PSEUDO_CLASS(nthLastChild, ":nth-last-child", 0, "")
|
|
CSS_PSEUDO_CLASS(nthOfType, ":nth-of-type", 0, "")
|
|
CSS_PSEUDO_CLASS(nthLastOfType, ":nth-last-of-type", 0, "")
|
|
|
|
// Match nodes that are HTML but not XHTML
|
|
CSS_PSEUDO_CLASS(mozIsHTML, ":-moz-is-html", 0, "")
|
|
|
|
// Match all custom elements whose created callback has not yet been invoked
|
|
CSS_STATE_PSEUDO_CLASS(unresolved, ":unresolved", 0, "", NS_EVENT_STATE_UNRESOLVED)
|
|
|
|
// Matches nodes that are in a native-anonymous subtree (i.e., nodes in
|
|
// a subtree of C++ anonymous content constructed by Gecko for its own
|
|
// purposes).
|
|
CSS_PSEUDO_CLASS(mozNativeAnonymous, ":-moz-native-anonymous",
|
|
CSS_PSEUDO_CLASS_UA_SHEET_ONLY, "")
|
|
|
|
// Matches anything when the specified look-and-feel metric is set
|
|
CSS_PSEUDO_CLASS(mozSystemMetric, ":-moz-system-metric", 0, "")
|
|
|
|
// -moz-locale-dir(ltr) and -moz-locale-dir(rtl) may be used
|
|
// to match based on the locale's chrome direction
|
|
CSS_PSEUDO_CLASS(mozLocaleDir, ":-moz-locale-dir", 0, "")
|
|
|
|
// -moz-lwtheme may be used to match a document that has a lightweight theme
|
|
CSS_PSEUDO_CLASS(mozLWTheme, ":-moz-lwtheme", 0, "")
|
|
|
|
// -moz-lwtheme-brighttext matches a document that has a dark lightweight theme
|
|
CSS_PSEUDO_CLASS(mozLWThemeBrightText, ":-moz-lwtheme-brighttext", 0, "")
|
|
|
|
// -moz-lwtheme-darktext matches a document that has a bright lightweight theme
|
|
CSS_PSEUDO_CLASS(mozLWThemeDarkText, ":-moz-lwtheme-darktext", 0, "")
|
|
|
|
// Matches anything when the containing window is inactive
|
|
CSS_PSEUDO_CLASS(mozWindowInactive, ":-moz-window-inactive", 0, "")
|
|
|
|
// Matches any table elements that have a nonzero border attribute,
|
|
// according to HTML integer attribute parsing rules.
|
|
CSS_PSEUDO_CLASS(mozTableBorderNonzero, ":-moz-table-border-nonzero", 0, "")
|
|
|
|
// Matches HTML frame/iframe elements which are mozbrowser.
|
|
CSS_PSEUDO_CLASS(mozBrowserFrame, ":-moz-browser-frame", 0, "")
|
|
|
|
// Matches whatever the contextual reference elements are for the
|
|
// matching operation.
|
|
CSS_PSEUDO_CLASS(scope, ":scope", 0, "layout.css.scope-pseudo.enabled")
|
|
|
|
// :not needs to come at the end of the non-bit pseudo-class list, since
|
|
// it doesn't actually get directly matched on in SelectorMatches.
|
|
CSS_PSEUDO_CLASS(notPseudo, ":not", 0, "")
|
|
|
|
// :dir(ltr) and :dir(rtl) match elements whose resolved
|
|
// directionality in the markup language is ltr or rtl respectively.
|
|
CSS_STATE_DEPENDENT_PSEUDO_CLASS(dir, ":dir", 0, "",
|
|
NS_EVENT_STATE_LTR | NS_EVENT_STATE_RTL)
|
|
// prefix version is deprecated
|
|
CSS_STATE_DEPENDENT_PSEUDO_CLASS(mozDir, ":-moz-dir", 0, "",
|
|
NS_EVENT_STATE_LTR | NS_EVENT_STATE_RTL)
|
|
|
|
CSS_STATE_PSEUDO_CLASS(link, ":link", 0, "", NS_EVENT_STATE_UNVISITED)
|
|
// what matches :link or :visited
|
|
CSS_STATE_PSEUDO_CLASS(mozAnyLink, ":-moz-any-link", 0, "",
|
|
NS_EVENT_STATE_VISITED | NS_EVENT_STATE_UNVISITED)
|
|
CSS_STATE_PSEUDO_CLASS(visited, ":visited", 0, "", NS_EVENT_STATE_VISITED)
|
|
|
|
CSS_STATE_PSEUDO_CLASS(active, ":active", 0, "", NS_EVENT_STATE_ACTIVE)
|
|
CSS_STATE_PSEUDO_CLASS(checked, ":checked", 0, "", NS_EVENT_STATE_CHECKED)
|
|
CSS_STATE_PSEUDO_CLASS(disabled, ":disabled", 0, "", NS_EVENT_STATE_DISABLED)
|
|
CSS_STATE_PSEUDO_CLASS(enabled, ":enabled", 0, "", NS_EVENT_STATE_ENABLED)
|
|
CSS_STATE_PSEUDO_CLASS(focus, ":focus", 0, "", NS_EVENT_STATE_FOCUS)
|
|
CSS_STATE_PSEUDO_CLASS(hover, ":hover", 0, "", NS_EVENT_STATE_HOVER)
|
|
CSS_STATE_PSEUDO_CLASS(mozDragOver, ":-moz-drag-over", 0, "", NS_EVENT_STATE_DRAGOVER)
|
|
CSS_STATE_PSEUDO_CLASS(target, ":target", 0, "", NS_EVENT_STATE_URLTARGET)
|
|
CSS_STATE_PSEUDO_CLASS(indeterminate, ":indeterminate", 0, "",
|
|
NS_EVENT_STATE_INDETERMINATE)
|
|
|
|
CSS_STATE_PSEUDO_CLASS(mozDevtoolsHighlighted, ":-moz-devtools-highlighted", 0, "",
|
|
NS_EVENT_STATE_DEVTOOLS_HIGHLIGHTED)
|
|
|
|
// Matches the element which is being displayed full-screen, and
|
|
// any containing frames.
|
|
CSS_STATE_PSEUDO_CLASS(fullscreen, ":fullscreen", 0, "", NS_EVENT_STATE_FULL_SCREEN)
|
|
CSS_STATE_PSEUDO_CLASS(mozFullScreen, ":-moz-full-screen", 0, "", NS_EVENT_STATE_FULL_SCREEN)
|
|
|
|
// Matches any element which is an ancestor of the DOM full-screen element,
|
|
// or an ancestor of a containing frame of the full-screen element.
|
|
CSS_STATE_PSEUDO_CLASS(mozFullScreenAncestor, ":-moz-full-screen-ancestor", 0, "", NS_EVENT_STATE_FULL_SCREEN_ANCESTOR)
|
|
|
|
// Matches if the element is focused and should show a focus ring
|
|
CSS_STATE_PSEUDO_CLASS(mozFocusRing, ":-moz-focusring", 0, "", NS_EVENT_STATE_FOCUSRING)
|
|
|
|
// Image, object, etc state pseudo-classes
|
|
CSS_STATE_PSEUDO_CLASS(mozBroken, ":-moz-broken", 0, "", NS_EVENT_STATE_BROKEN)
|
|
CSS_STATE_PSEUDO_CLASS(mozLoading, ":-moz-loading", 0, "", NS_EVENT_STATE_LOADING)
|
|
|
|
CSS_STATE_PSEUDO_CLASS(mozUserDisabled, ":-moz-user-disabled",
|
|
CSS_PSEUDO_CLASS_UA_SHEET_AND_CHROME, "",
|
|
NS_EVENT_STATE_USERDISABLED)
|
|
CSS_STATE_PSEUDO_CLASS(mozSuppressed, ":-moz-suppressed",
|
|
CSS_PSEUDO_CLASS_UA_SHEET_AND_CHROME, "",
|
|
NS_EVENT_STATE_SUPPRESSED)
|
|
CSS_STATE_PSEUDO_CLASS(mozTypeUnsupported, ":-moz-type-unsupported",
|
|
CSS_PSEUDO_CLASS_UA_SHEET_AND_CHROME, "",
|
|
NS_EVENT_STATE_TYPE_UNSUPPORTED)
|
|
CSS_STATE_PSEUDO_CLASS(mozTypeUnsupportedPlatform, ":-moz-type-unsupported-platform",
|
|
CSS_PSEUDO_CLASS_UA_SHEET_AND_CHROME, "",
|
|
NS_EVENT_STATE_TYPE_UNSUPPORTED_PLATFORM)
|
|
CSS_STATE_PSEUDO_CLASS(mozHandlerClickToPlay, ":-moz-handler-clicktoplay",
|
|
CSS_PSEUDO_CLASS_UA_SHEET_AND_CHROME, "",
|
|
NS_EVENT_STATE_TYPE_CLICK_TO_PLAY)
|
|
CSS_STATE_PSEUDO_CLASS(mozHandlerPlayPreview, ":-moz-handler-playpreview",
|
|
CSS_PSEUDO_CLASS_UA_SHEET_AND_CHROME, "",
|
|
NS_EVENT_STATE_TYPE_PLAY_PREVIEW)
|
|
CSS_STATE_PSEUDO_CLASS(mozHandlerVulnerableUpdatable, ":-moz-handler-vulnerable-updatable",
|
|
CSS_PSEUDO_CLASS_UA_SHEET_AND_CHROME, "",
|
|
NS_EVENT_STATE_VULNERABLE_UPDATABLE)
|
|
CSS_STATE_PSEUDO_CLASS(mozHandlerVulnerableNoUpdate, ":-moz-handler-vulnerable-no-update",
|
|
CSS_PSEUDO_CLASS_UA_SHEET_AND_CHROME, "",
|
|
NS_EVENT_STATE_VULNERABLE_NO_UPDATE)
|
|
CSS_STATE_PSEUDO_CLASS(mozHandlerDisabled, ":-moz-handler-disabled",
|
|
CSS_PSEUDO_CLASS_UA_SHEET_AND_CHROME, "",
|
|
NS_EVENT_STATE_HANDLER_DISABLED)
|
|
CSS_STATE_PSEUDO_CLASS(mozHandlerBlocked, ":-moz-handler-blocked",
|
|
CSS_PSEUDO_CLASS_UA_SHEET_AND_CHROME, "",
|
|
NS_EVENT_STATE_HANDLER_BLOCKED)
|
|
CSS_STATE_PSEUDO_CLASS(mozHandlerCrashed, ":-moz-handler-crashed",
|
|
CSS_PSEUDO_CLASS_UA_SHEET_AND_CHROME, "",
|
|
NS_EVENT_STATE_HANDLER_CRASHED)
|
|
|
|
CSS_STATE_PSEUDO_CLASS(mozMathIncrementScriptLevel,
|
|
":-moz-math-increment-script-level", 0, "",
|
|
NS_EVENT_STATE_INCREMENT_SCRIPT_LEVEL)
|
|
|
|
// CSS 3 UI
|
|
// http://www.w3.org/TR/2004/CR-css3-ui-20040511/#pseudo-classes
|
|
CSS_STATE_PSEUDO_CLASS(required, ":required", 0, "", NS_EVENT_STATE_REQUIRED)
|
|
CSS_STATE_PSEUDO_CLASS(optional, ":optional", 0, "", NS_EVENT_STATE_OPTIONAL)
|
|
CSS_STATE_PSEUDO_CLASS(valid, ":valid", 0, "", NS_EVENT_STATE_VALID)
|
|
CSS_STATE_PSEUDO_CLASS(invalid, ":invalid", 0, "", NS_EVENT_STATE_INVALID)
|
|
CSS_STATE_PSEUDO_CLASS(inRange, ":in-range", 0, "", NS_EVENT_STATE_INRANGE)
|
|
CSS_STATE_PSEUDO_CLASS(outOfRange, ":out-of-range", 0, "", NS_EVENT_STATE_OUTOFRANGE)
|
|
CSS_STATE_PSEUDO_CLASS(defaultPseudo, ":default", 0, "", NS_EVENT_STATE_DEFAULT)
|
|
CSS_STATE_PSEUDO_CLASS(mozReadOnly, ":-moz-read-only", 0, "",
|
|
NS_EVENT_STATE_MOZ_READONLY)
|
|
CSS_STATE_PSEUDO_CLASS(mozReadWrite, ":-moz-read-write", 0, "",
|
|
NS_EVENT_STATE_MOZ_READWRITE)
|
|
CSS_STATE_PSEUDO_CLASS(mozSubmitInvalid, ":-moz-submit-invalid", 0, "",
|
|
NS_EVENT_STATE_MOZ_SUBMITINVALID)
|
|
CSS_STATE_PSEUDO_CLASS(mozUIInvalid, ":-moz-ui-invalid", 0, "",
|
|
NS_EVENT_STATE_MOZ_UI_INVALID)
|
|
CSS_STATE_PSEUDO_CLASS(mozUIValid, ":-moz-ui-valid", 0, "",
|
|
NS_EVENT_STATE_MOZ_UI_VALID)
|
|
CSS_STATE_PSEUDO_CLASS(mozMeterOptimum, ":-moz-meter-optimum", 0, "",
|
|
NS_EVENT_STATE_OPTIMUM)
|
|
CSS_STATE_PSEUDO_CLASS(mozMeterSubOptimum, ":-moz-meter-sub-optimum", 0, "",
|
|
NS_EVENT_STATE_SUB_OPTIMUM)
|
|
CSS_STATE_PSEUDO_CLASS(mozMeterSubSubOptimum, ":-moz-meter-sub-sub-optimum", 0, "",
|
|
NS_EVENT_STATE_SUB_SUB_OPTIMUM)
|
|
|
|
// Those values should be parsed but do nothing.
|
|
CSS_STATE_PSEUDO_CLASS(mozPlaceholder, ":-moz-placeholder", 0, "", NS_EVENT_STATE_IGNORE)
|
|
|
|
#ifdef DEFINED_CSS_STATE_PSEUDO_CLASS
|
|
#undef DEFINED_CSS_STATE_PSEUDO_CLASS
|
|
#undef CSS_STATE_PSEUDO_CLASS
|
|
#endif
|
|
|
|
#ifdef DEFINED_CSS_STATE_DEPENDENT_PSEUDO_CLASS
|
|
#undef DEFINED_CSS_STATE_DEPENDENT_PSEUDO_CLASS
|
|
#undef CSS_STATE_DEPENDENT_PSEUDO_CLASS
|
|
#endif
|