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

Side by Side Diff: Source/core/frame/UseCounter.h

Issue 646853007: Remove fallback matching ::cue* pseudo-element selectors (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix inspector dependency Created 6 years, 2 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/dom/Element.cpp ('k') | Source/core/inspector/InspectorTraceEvents.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) 2012 Google, Inc. All rights reserved. 2 * Copyright (C) 2012 Google, Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 1. Redistributions of source code must retain the above copyright 7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer. 8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright 9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the 10 * notice, this list of conditions and the following disclaimer in the
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 DocumentAll = 83, 127 DocumentAll = 83,
128 FormElement = 84, 128 FormElement = 84,
129 DemotedFormElement = 85, 129 DemotedFormElement = 85,
130 SVGAnimationElement = 90, 130 SVGAnimationElement = 90,
131 KeyboardEventKeyLocation = 91, 131 KeyboardEventKeyLocation = 91,
132 LineClamp = 96, 132 LineClamp = 96,
133 SubFrameBeforeUnloadRegistered = 97, 133 SubFrameBeforeUnloadRegistered = 97,
134 SubFrameBeforeUnloadFired = 98, 134 SubFrameBeforeUnloadFired = 98,
135 TextReplaceWholeText = 100, 135 TextReplaceWholeText = 100,
136 ConsoleMarkTimeline = 102, 136 ConsoleMarkTimeline = 102,
137 CSSPseudoElementUserAgentCustomPseudo = 103,
138 ElementGetAttributeNode = 107, // Removed from DOM4. 137 ElementGetAttributeNode = 107, // Removed from DOM4.
139 ElementSetAttributeNode = 108, // Removed from DOM4. 138 ElementSetAttributeNode = 108, // Removed from DOM4.
140 ElementRemoveAttributeNode = 109, // Removed from DOM4. 139 ElementRemoveAttributeNode = 109, // Removed from DOM4.
141 ElementGetAttributeNodeNS = 110, // Removed from DOM4. 140 ElementGetAttributeNodeNS = 110, // Removed from DOM4.
142 DocumentCreateAttribute = 111, // Removed from DOM4. 141 DocumentCreateAttribute = 111, // Removed from DOM4.
143 DocumentCreateAttributeNS = 112, // Removed from DOM4. 142 DocumentCreateAttributeNS = 112, // Removed from DOM4.
144 DocumentCreateCDATASection = 113, // Removed from DOM4. 143 DocumentCreateCDATASection = 113, // Removed from DOM4.
145 DocumentInputEncoding = 114, // Removed from DOM4. 144 DocumentInputEncoding = 114, // Removed from DOM4.
146 DocumentXMLEncoding = 115, // Removed from DOM4. 145 DocumentXMLEncoding = 115, // Removed from DOM4.
147 DocumentXMLStandalone = 116, // Removed from DOM4. 146 DocumentXMLStandalone = 116, // Removed from DOM4.
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 620
622 void updateMeasurements(); 621 void updateMeasurements();
623 622
624 OwnPtr<BitVector> m_countBits; 623 OwnPtr<BitVector> m_countBits;
625 BitVector m_CSSFeatureBits; 624 BitVector m_CSSFeatureBits;
626 }; 625 };
627 626
628 } // namespace blink 627 } // namespace blink
629 628
630 #endif // UseCounter_h 629 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « Source/core/dom/Element.cpp ('k') | Source/core/inspector/InspectorTraceEvents.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698