Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(536)

Side by Side Diff: Source/core/css/RuleFeature.cpp

Issue 1233503003: Remove the :-webkit-full-screen-document pseudo class (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/core/css/CSSSelector.cpp ('k') | Source/core/css/SelectorChecker.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 1999 Lars Knoll (knoll@kde.org) 2 * Copyright (C) 1999 Lars Knoll (knoll@kde.org)
3 * (C) 2004-2005 Allan Sandfeld Jensen (kde@carewolf.com) 3 * (C) 2004-2005 Allan Sandfeld Jensen (kde@carewolf.com)
4 * Copyright (C) 2006, 2007 Nicholas Shanks (webkit@nickshanks.com) 4 * Copyright (C) 2006, 2007 Nicholas Shanks (webkit@nickshanks.com)
5 * Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Apple Inc. All r ights reserved. 5 * Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Apple Inc. All r ights reserved.
6 * Copyright (C) 2007 Alexey Proskuryakov <ap@webkit.org> 6 * Copyright (C) 2007 Alexey Proskuryakov <ap@webkit.org>
7 * Copyright (C) 2007, 2008 Eric Seidel <eric@webkit.org> 7 * Copyright (C) 2007, 2008 Eric Seidel <eric@webkit.org>
8 * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. (http://www.t orchmobile.com/) 8 * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. (http://www.t orchmobile.com/)
9 * Copyright (c) 2011, Code Aurora Forum. All rights reserved. 9 * Copyright (c) 2011, Code Aurora Forum. All rights reserved.
10 * Copyright (C) Research In Motion Limited 2011. All rights reserved. 10 * Copyright (C) Research In Motion Limited 2011. All rights reserved.
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 case CSSSelector::PseudoDecrement: 128 case CSSSelector::PseudoDecrement:
129 case CSSSelector::PseudoIncrement: 129 case CSSSelector::PseudoIncrement:
130 case CSSSelector::PseudoHorizontal: 130 case CSSSelector::PseudoHorizontal:
131 case CSSSelector::PseudoVertical: 131 case CSSSelector::PseudoVertical:
132 case CSSSelector::PseudoStart: 132 case CSSSelector::PseudoStart:
133 case CSSSelector::PseudoEnd: 133 case CSSSelector::PseudoEnd:
134 case CSSSelector::PseudoDoubleButton: 134 case CSSSelector::PseudoDoubleButton:
135 case CSSSelector::PseudoSingleButton: 135 case CSSSelector::PseudoSingleButton:
136 case CSSSelector::PseudoNoButton: 136 case CSSSelector::PseudoNoButton:
137 case CSSSelector::PseudoFullScreen: 137 case CSSSelector::PseudoFullScreen:
138 case CSSSelector::PseudoFullScreenDocument:
139 case CSSSelector::PseudoFullScreenAncestor: 138 case CSSSelector::PseudoFullScreenAncestor:
140 case CSSSelector::PseudoInRange: 139 case CSSSelector::PseudoInRange:
141 case CSSSelector::PseudoOutOfRange: 140 case CSSSelector::PseudoOutOfRange:
142 case CSSSelector::PseudoWebKitCustomElement: 141 case CSSSelector::PseudoWebKitCustomElement:
143 case CSSSelector::PseudoCue: 142 case CSSSelector::PseudoCue:
144 case CSSSelector::PseudoFutureCue: 143 case CSSSelector::PseudoFutureCue:
145 case CSSSelector::PseudoPastCue: 144 case CSSSelector::PseudoPastCue:
146 case CSSSelector::PseudoUnresolved: 145 case CSSSelector::PseudoUnresolved:
147 case CSSSelector::PseudoContent: 146 case CSSSelector::PseudoContent:
148 case CSSSelector::PseudoHost: 147 case CSSSelector::PseudoHost:
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
583 visitor->trace(siblingRules); 582 visitor->trace(siblingRules);
584 visitor->trace(uncommonAttributeRules); 583 visitor->trace(uncommonAttributeRules);
585 visitor->trace(m_classInvalidationSets); 584 visitor->trace(m_classInvalidationSets);
586 visitor->trace(m_attributeInvalidationSets); 585 visitor->trace(m_attributeInvalidationSets);
587 visitor->trace(m_idInvalidationSets); 586 visitor->trace(m_idInvalidationSets);
588 visitor->trace(m_pseudoInvalidationSets); 587 visitor->trace(m_pseudoInvalidationSets);
589 #endif 588 #endif
590 } 589 }
591 590
592 } // namespace blink 591 } // namespace blink
OLDNEW
« no previous file with comments | « Source/core/css/CSSSelector.cpp ('k') | Source/core/css/SelectorChecker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698