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

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

Issue 738833002: Un-deprecate APIs which have been un-removed in the DOM Standard (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: exclude Element.setAttributeNodeNS() Created 6 years, 1 month 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') | Source/core/frame/UseCounter.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 ElementGetAttributeNode = 107, // Removed from DOM4. 137 ElementGetAttributeNode = 107,
138 ElementSetAttributeNode = 108, // Removed from DOM4. 138 ElementSetAttributeNode = 108,
139 ElementRemoveAttributeNode = 109, // Removed from DOM4. 139 ElementRemoveAttributeNode = 109,
140 ElementGetAttributeNodeNS = 110, // Removed from DOM4. 140 ElementGetAttributeNodeNS = 110,
141 DocumentCreateAttribute = 111, // Removed from DOM4. 141 DocumentCreateAttribute = 111,
142 DocumentCreateAttributeNS = 112, // Removed from DOM4. 142 DocumentCreateAttributeNS = 112,
143 DocumentCreateCDATASection = 113, // Removed from DOM4. 143 DocumentCreateCDATASection = 113, // Removed from DOM4.
144 DocumentInputEncoding = 114, // Removed from DOM4. 144 DocumentInputEncoding = 114, // Removed from DOM4.
145 DocumentXMLEncoding = 115, // Removed from DOM4. 145 DocumentXMLEncoding = 115, // Removed from DOM4.
146 DocumentXMLStandalone = 116, // Removed from DOM4. 146 DocumentXMLStandalone = 116, // Removed from DOM4.
147 DocumentXMLVersion = 117, // Removed from DOM4. 147 DocumentXMLVersion = 117, // Removed from DOM4.
148 NodeIsSameNode = 118, // Removed from DOM4. 148 NodeIsSameNode = 118, // Removed from DOM4.
149 NodeNamespaceURI = 120, // Removed from DOM4. 149 NodeNamespaceURI = 120, // Removed from DOM4.
150 NodeLocalName = 122, // Removed from DOM4. 150 NodeLocalName = 122, // Removed from DOM4.
151 NavigatorProductSub = 123, 151 NavigatorProductSub = 123,
152 NavigatorVendor = 124, 152 NavigatorVendor = 124,
153 NavigatorVendorSub = 125, 153 NavigatorVendorSub = 125,
154 FileError = 126, 154 FileError = 126,
155 DocumentCharset = 127, // Documented as IE extensions = 0, from KHTML da ys. 155 DocumentCharset = 127, // Documented as IE extensions = 0, from KHTML da ys.
156 PrefixedAnimationEndEvent = 128, 156 PrefixedAnimationEndEvent = 128,
157 UnprefixedAnimationEndEvent = 129, 157 UnprefixedAnimationEndEvent = 129,
158 PrefixedAndUnprefixedAnimationEndEvent = 130, 158 PrefixedAndUnprefixedAnimationEndEvent = 130,
159 PrefixedAnimationStartEvent = 131, 159 PrefixedAnimationStartEvent = 131,
160 UnprefixedAnimationStartEvent = 132, 160 UnprefixedAnimationStartEvent = 132,
161 PrefixedAndUnprefixedAnimationStartEvent = 133, 161 PrefixedAndUnprefixedAnimationStartEvent = 133,
162 PrefixedAnimationIterationEvent = 134, 162 PrefixedAnimationIterationEvent = 134,
163 UnprefixedAnimationIterationEvent = 135, 163 UnprefixedAnimationIterationEvent = 135,
164 PrefixedAndUnprefixedAnimationIterationEvent = 136, 164 PrefixedAndUnprefixedAnimationIterationEvent = 136,
165 EventReturnValue = 137, // Legacy IE extension. 165 EventReturnValue = 137, // Legacy IE extension.
166 SVGSVGElement = 138, 166 SVGSVGElement = 138,
167 InsertAdjacentText = 140, 167 InsertAdjacentText = 140,
168 InsertAdjacentElement = 141, 168 InsertAdjacentElement = 141,
169 HasAttributes = 142, // Removed from DOM4. 169 HasAttributes = 142,
170 DOMSubtreeModifiedEvent = 143, 170 DOMSubtreeModifiedEvent = 143,
171 DOMNodeInsertedEvent = 144, 171 DOMNodeInsertedEvent = 144,
172 DOMNodeRemovedEvent = 145, 172 DOMNodeRemovedEvent = 145,
173 DOMNodeRemovedFromDocumentEvent = 146, 173 DOMNodeRemovedFromDocumentEvent = 146,
174 DOMNodeInsertedIntoDocumentEvent = 147, 174 DOMNodeInsertedIntoDocumentEvent = 147,
175 DOMCharacterDataModifiedEvent = 148, 175 DOMCharacterDataModifiedEvent = 148,
176 DocumentAllLegacyCall = 150, 176 DocumentAllLegacyCall = 150,
177 HTMLEmbedElementLegacyCall = 152, 177 HTMLEmbedElementLegacyCall = 152,
178 HTMLObjectElementLegacyCall = 153, 178 HTMLObjectElementLegacyCall = 153,
179 GetMatchedCSSRules = 155, 179 GetMatchedCSSRules = 155,
180 AttributeOwnerElement = 160, // Removed in DOM4. 180 AttributeOwnerElement = 160,
181 AttributeSpecified = 162, // Removed in DOM4. 181 AttributeSpecified = 162,
182 PrefixedAudioDecodedByteCount = 164, 182 PrefixedAudioDecodedByteCount = 164,
183 PrefixedVideoDecodedByteCount = 165, 183 PrefixedVideoDecodedByteCount = 165,
184 PrefixedVideoSupportsFullscreen = 166, 184 PrefixedVideoSupportsFullscreen = 166,
185 PrefixedVideoDisplayingFullscreen = 167, 185 PrefixedVideoDisplayingFullscreen = 167,
186 PrefixedVideoEnterFullscreen = 168, 186 PrefixedVideoEnterFullscreen = 168,
187 PrefixedVideoExitFullscreen = 169, 187 PrefixedVideoExitFullscreen = 169,
188 PrefixedVideoEnterFullScreen = 170, 188 PrefixedVideoEnterFullScreen = 170,
189 PrefixedVideoExitFullScreen = 171, 189 PrefixedVideoExitFullScreen = 171,
190 PrefixedVideoDecodedFrameCount = 172, 190 PrefixedVideoDecodedFrameCount = 172,
191 PrefixedVideoDroppedFrameCount = 173, 191 PrefixedVideoDroppedFrameCount = 173,
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
634 634
635 void updateMeasurements(); 635 void updateMeasurements();
636 636
637 OwnPtr<BitVector> m_countBits; 637 OwnPtr<BitVector> m_countBits;
638 BitVector m_CSSFeatureBits; 638 BitVector m_CSSFeatureBits;
639 }; 639 };
640 640
641 } // namespace blink 641 } // namespace blink
642 642
643 #endif // UseCounter_h 643 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « Source/core/dom/Element.idl ('k') | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698