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

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

Issue 243333003: Add back three deprecated DOM APIs removed from Chrome 34 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Make urls clickable Created 6 years, 8 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') | 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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 TextReplaceWholeText = 100, 142 TextReplaceWholeText = 100,
143 PrefixedShadowRootConstructor = 101, 143 PrefixedShadowRootConstructor = 101,
144 ConsoleMarkTimeline = 102, 144 ConsoleMarkTimeline = 102,
145 CSSPseudoElementUserAgentCustomPseudo = 103, 145 CSSPseudoElementUserAgentCustomPseudo = 103,
146 DocumentTypeInternalSubset = 105, // Removed from DOM4. 146 DocumentTypeInternalSubset = 105, // Removed from DOM4.
147 ElementGetAttributeNode = 107, // Removed from DOM4. 147 ElementGetAttributeNode = 107, // Removed from DOM4.
148 ElementSetAttributeNode = 108, // Removed from DOM4. 148 ElementSetAttributeNode = 108, // Removed from DOM4.
149 ElementRemoveAttributeNode = 109, // Removed from DOM4. 149 ElementRemoveAttributeNode = 109, // Removed from DOM4.
150 ElementGetAttributeNodeNS = 110, // Removed from DOM4. 150 ElementGetAttributeNodeNS = 110, // Removed from DOM4.
151 DocumentCreateAttribute = 111, // Removed from DOM4. 151 DocumentCreateAttribute = 111, // Removed from DOM4.
152 DocumentCreateAttributeNS = 112, // Removed from DOM4.
152 DocumentCreateCDATASection = 113, // Removed from DOM4. 153 DocumentCreateCDATASection = 113, // Removed from DOM4.
153 DocumentInputEncoding = 114, // Removed from DOM4. 154 DocumentInputEncoding = 114, // Removed from DOM4.
154 DocumentXMLEncoding = 115, // Removed from DOM4. 155 DocumentXMLEncoding = 115, // Removed from DOM4.
155 DocumentXMLStandalone = 116, // Removed from DOM4. 156 DocumentXMLStandalone = 116, // Removed from DOM4.
156 DocumentXMLVersion = 117, // Removed from DOM4. 157 DocumentXMLVersion = 117, // Removed from DOM4.
157 NodeIsSameNode = 118, // Removed from DOM4. 158 NodeIsSameNode = 118, // Removed from DOM4.
158 NodeNamespaceURI = 120, // Removed from DOM4. 159 NodeNamespaceURI = 120, // Removed from DOM4.
159 NodeLocalName = 122, // Removed from DOM4. 160 NodeLocalName = 122, // Removed from DOM4.
160 NavigatorProductSub = 123, 161 NavigatorProductSub = 123,
161 NavigatorVendor = 124, 162 NavigatorVendor = 124,
(...skipping 20 matching lines...) Expand all
182 DOMNodeRemovedEvent = 145, 183 DOMNodeRemovedEvent = 145,
183 DOMNodeRemovedFromDocumentEvent = 146, 184 DOMNodeRemovedFromDocumentEvent = 146,
184 DOMNodeInsertedIntoDocumentEvent = 147, 185 DOMNodeInsertedIntoDocumentEvent = 147,
185 DOMCharacterDataModifiedEvent = 148, 186 DOMCharacterDataModifiedEvent = 148,
186 DocumentAllLegacyCall = 150, 187 DocumentAllLegacyCall = 150,
187 HTMLAppletElementLegacyCall = 151, 188 HTMLAppletElementLegacyCall = 151,
188 HTMLEmbedElementLegacyCall = 152, 189 HTMLEmbedElementLegacyCall = 152,
189 HTMLObjectElementLegacyCall = 153, 190 HTMLObjectElementLegacyCall = 153,
190 GetMatchedCSSRules = 155, 191 GetMatchedCSSRules = 155,
191 SVGFontInCSS = 156, 192 SVGFontInCSS = 156,
193 AttributeOwnerElement = 160, // Removed in DOM4.
192 AttributeSpecified = 162, // Removed in DOM4. 194 AttributeSpecified = 162, // Removed in DOM4.
193 PrefixedAudioDecodedByteCount = 164, 195 PrefixedAudioDecodedByteCount = 164,
194 PrefixedVideoDecodedByteCount = 165, 196 PrefixedVideoDecodedByteCount = 165,
195 PrefixedVideoSupportsFullscreen = 166, 197 PrefixedVideoSupportsFullscreen = 166,
196 PrefixedVideoDisplayingFullscreen = 167, 198 PrefixedVideoDisplayingFullscreen = 167,
197 PrefixedVideoEnterFullscreen = 168, 199 PrefixedVideoEnterFullscreen = 168,
198 PrefixedVideoExitFullscreen = 169, 200 PrefixedVideoExitFullscreen = 169,
199 PrefixedVideoEnterFullScreen = 170, 201 PrefixedVideoEnterFullScreen = 170,
200 PrefixedVideoExitFullScreen = 171, 202 PrefixedVideoExitFullScreen = 171,
201 PrefixedVideoDecodedFrameCount = 172, 203 PrefixedVideoDecodedFrameCount = 172,
(...skipping 25 matching lines...) Expand all
227 SVGLocatableFarthestViewportElement = 205, 229 SVGLocatableFarthestViewportElement = 205,
228 HTMLHeadElementProfile = 207, 230 HTMLHeadElementProfile = 207,
229 OverflowChangedEvent = 208, 231 OverflowChangedEvent = 208,
230 SVGPointMatrixTransform = 209, 232 SVGPointMatrixTransform = 209,
231 HTMLHtmlElementManifest = 210, 233 HTMLHtmlElementManifest = 210,
232 DOMFocusInOutEvent = 211, 234 DOMFocusInOutEvent = 211,
233 FileGetLastModifiedDate = 212, 235 FileGetLastModifiedDate = 212,
234 HTMLElementInnerText = 213, 236 HTMLElementInnerText = 213,
235 HTMLElementOuterText = 214, 237 HTMLElementOuterText = 214,
236 ReplaceDocumentViaJavaScriptURL = 215, 238 ReplaceDocumentViaJavaScriptURL = 215,
239 ElementSetAttributeNodeNS = 216, // Removed from DOM4.
237 ElementPrefixedMatchesSelector = 217, 240 ElementPrefixedMatchesSelector = 217,
238 CSSStyleSheetRules = 219, 241 CSSStyleSheetRules = 219,
239 CSSStyleSheetAddRule = 220, 242 CSSStyleSheetAddRule = 220,
240 CSSStyleSheetRemoveRule = 221, 243 CSSStyleSheetRemoveRule = 221,
241 // The above items are available in M33 branch. 244 // The above items are available in M33 branch.
242 245
243 InitMessageEvent = 222, 246 InitMessageEvent = 222,
244 PrefixedInitMessageEvent = 223, 247 PrefixedInitMessageEvent = 223,
245 ElementSetPrefix = 224, // Element.prefix is readonly in DOM4. 248 ElementSetPrefix = 224, // Element.prefix is readonly in DOM4.
246 CSSStyleDeclarationGetPropertyCSSValue = 225, 249 CSSStyleDeclarationGetPropertyCSSValue = 225,
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 414
412 void updateMeasurements(); 415 void updateMeasurements();
413 416
414 OwnPtr<BitVector> m_countBits; 417 OwnPtr<BitVector> m_countBits;
415 BitVector m_CSSFeatureBits; 418 BitVector m_CSSFeatureBits;
416 }; 419 };
417 420
418 } // namespace WebCore 421 } // namespace WebCore
419 422
420 #endif // UseCounter_h 423 #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