diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2018-03-27 18:51:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-27 18:51:48 -0400 |
commit | 97c12bd3927c057d5610b0295f0e8320b64af5e5 (patch) | |
tree | 25f3fcc5be8ed6d55885d7f076e4ae3d31577a79 /components/style/gecko/generated/structs.rs | |
parent | 84513d43bae2de596686e01d3584cb560a3e6e9e (diff) | |
parent | 688fb23d25e72fe434ebb5b927bee619f56d4f61 (diff) | |
download | servo-97c12bd3927c057d5610b0295f0e8320b64af5e5.tar.gz servo-97c12bd3927c057d5610b0295f0e8320b64af5e5.zip |
Auto merge of #20456 - upsuper:remove-nscsspseudoclasses, r=emilio
Remove nsCSSPseudoClasses and friends
This is the Servo side change of [bug 1449097](https://bugzilla.mozilla.org/show_bug.cgi?id=1449097) and [bug 1449089](https://bugzilla.mozilla.org/show_bug.cgi?id=1449089).
Diffstat (limited to 'components/style/gecko/generated/structs.rs')
-rw-r--r-- | components/style/gecko/generated/structs.rs | 91 |
1 files changed, 0 insertions, 91 deletions
diff --git a/components/style/gecko/generated/structs.rs b/components/style/gecko/generated/structs.rs index 923b16f41d4..874568e7d19 100644 --- a/components/style/gecko/generated/structs.rs +++ b/components/style/gecko/generated/structs.rs @@ -12267,97 +12267,6 @@ pub mod root { ) ); } - pub type CSSPseudoClassTypeBase = u8; - #[repr(u8)] - #[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)] - pub enum CSSPseudoClassType { - empty = 0, - mozOnlyWhitespace = 1, - lang = 2, - root = 3, - any = 4, - firstChild = 5, - firstNode = 6, - lastChild = 7, - lastNode = 8, - onlyChild = 9, - firstOfType = 10, - lastOfType = 11, - onlyOfType = 12, - nthChild = 13, - nthLastChild = 14, - nthOfType = 15, - nthLastOfType = 16, - mozIsHTML = 17, - mozNativeAnonymous = 18, - mozUseShadowTreeRoot = 19, - mozLocaleDir = 20, - mozLWTheme = 21, - mozLWThemeBrightText = 22, - mozLWThemeDarkText = 23, - mozWindowInactive = 24, - mozTableBorderNonzero = 25, - mozBrowserFrame = 26, - scope = 27, - negation = 28, - dir = 29, - link = 30, - mozAnyLink = 31, - anyLink = 32, - visited = 33, - active = 34, - checked = 35, - disabled = 36, - enabled = 37, - focus = 38, - focusWithin = 39, - hover = 40, - mozDragOver = 41, - target = 42, - indeterminate = 43, - mozDevtoolsHighlighted = 44, - mozStyleeditorTransitioning = 45, - fullscreen = 46, - mozFullScreen = 47, - mozFocusRing = 48, - mozBroken = 49, - mozLoading = 50, - mozUserDisabled = 51, - mozSuppressed = 52, - mozHandlerClickToPlay = 53, - mozHandlerVulnerableUpdatable = 54, - mozHandlerVulnerableNoUpdate = 55, - mozHandlerDisabled = 56, - mozHandlerBlocked = 57, - mozHandlerCrashed = 58, - mozMathIncrementScriptLevel = 59, - mozHasDirAttr = 60, - mozDirAttrLTR = 61, - mozDirAttrRTL = 62, - mozDirAttrLikeAuto = 63, - mozAutofill = 64, - mozAutofillPreview = 65, - required = 66, - optional = 67, - valid = 68, - invalid = 69, - inRange = 70, - outOfRange = 71, - defaultPseudo = 72, - placeholderShown = 73, - mozReadOnly = 74, - mozReadWrite = 75, - mozSubmitInvalid = 76, - mozUIInvalid = 77, - mozUIValid = 78, - mozMeterOptimum = 79, - mozMeterSubOptimum = 80, - mozMeterSubSubOptimum = 81, - mozPlaceholder = 82, - Count = 83, - NotPseudo = 84, - MAX = 85, - } #[repr(C)] pub struct GeckoFont { pub gecko: root::nsStyleFont, |