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

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

Issue 208503004: Remove prefixed Shadow DOM APIs in Element. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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.idl ('k') | no next file » | 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 DocumentClear = 74, 127 DocumentClear = 74,
128 SVGFontElement = 76, 128 SVGFontElement = 76,
129 XMLDocument = 77, 129 XMLDocument = 77,
130 XSLProcessingInstruction = 78, 130 XSLProcessingInstruction = 78,
131 XSLTProcessor = 79, 131 XSLTProcessor = 79,
132 SVGSwitchElement = 80, 132 SVGSwitchElement = 80,
133 DocumentAll = 83, 133 DocumentAll = 83,
134 FormElement = 84, 134 FormElement = 84,
135 DemotedFormElement = 85, 135 DemotedFormElement = 85,
136 CaptureAttributeAsEnum = 86, 136 CaptureAttributeAsEnum = 86,
137 ShadowDOMPrefixedCreateShadowRoot = 88,
138 ShadowDOMPrefixedShadowRoot = 89,
139 SVGAnimationElement = 90, 137 SVGAnimationElement = 90,
140 KeyboardEventKeyLocation = 91, 138 KeyboardEventKeyLocation = 91,
141 LineClamp = 96, 139 LineClamp = 96,
142 SubFrameBeforeUnloadRegistered = 97, 140 SubFrameBeforeUnloadRegistered = 97,
143 SubFrameBeforeUnloadFired = 98, 141 SubFrameBeforeUnloadFired = 98,
144 CSSPseudoElementPrefixedDistributed = 99, 142 CSSPseudoElementPrefixedDistributed = 99,
145 TextReplaceWholeText = 100, 143 TextReplaceWholeText = 100,
146 PrefixedShadowRootConstructor = 101, 144 PrefixedShadowRootConstructor = 101,
147 ConsoleMarkTimeline = 102, 145 ConsoleMarkTimeline = 102,
148 CSSPseudoElementUserAgentCustomPseudo = 103, 146 CSSPseudoElementUserAgentCustomPseudo = 103,
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 371
374 void updateMeasurements(); 372 void updateMeasurements();
375 373
376 OwnPtr<BitVector> m_countBits; 374 OwnPtr<BitVector> m_countBits;
377 BitVector m_CSSFeatureBits; 375 BitVector m_CSSFeatureBits;
378 }; 376 };
379 377
380 } // namespace WebCore 378 } // namespace WebCore
381 379
382 #endif // UseCounter_h 380 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « Source/core/dom/Element.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698