| OLD | NEW |
| 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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 TextReplaceWholeText = 100, | 144 TextReplaceWholeText = 100, |
| 145 PrefixedShadowRootConstructor = 101, | 145 PrefixedShadowRootConstructor = 101, |
| 146 ConsoleMarkTimeline = 102, | 146 ConsoleMarkTimeline = 102, |
| 147 CSSPseudoElementUserAgentCustomPseudo = 103, | 147 CSSPseudoElementUserAgentCustomPseudo = 103, |
| 148 DocumentTypeInternalSubset = 105, // Removed from DOM4. | 148 DocumentTypeInternalSubset = 105, // Removed from DOM4. |
| 149 ElementGetAttributeNode = 107, // Removed from DOM4. | 149 ElementGetAttributeNode = 107, // Removed from DOM4. |
| 150 ElementSetAttributeNode = 108, // Removed from DOM4. | 150 ElementSetAttributeNode = 108, // Removed from DOM4. |
| 151 ElementRemoveAttributeNode = 109, // Removed from DOM4. | 151 ElementRemoveAttributeNode = 109, // Removed from DOM4. |
| 152 ElementGetAttributeNodeNS = 110, // Removed from DOM4. | 152 ElementGetAttributeNodeNS = 110, // Removed from DOM4. |
| 153 DocumentCreateAttribute = 111, // Removed from DOM4. | 153 DocumentCreateAttribute = 111, // Removed from DOM4. |
| 154 DocumentCreateAttributeNS = 112, // Removed from DOM4. |
| 154 DocumentCreateCDATASection = 113, // Removed from DOM4. | 155 DocumentCreateCDATASection = 113, // Removed from DOM4. |
| 155 DocumentInputEncoding = 114, // Removed from DOM4. | 156 DocumentInputEncoding = 114, // Removed from DOM4. |
| 156 DocumentXMLEncoding = 115, // Removed from DOM4. | 157 DocumentXMLEncoding = 115, // Removed from DOM4. |
| 157 DocumentXMLStandalone = 116, // Removed from DOM4. | 158 DocumentXMLStandalone = 116, // Removed from DOM4. |
| 158 DocumentXMLVersion = 117, // Removed from DOM4. | 159 DocumentXMLVersion = 117, // Removed from DOM4. |
| 159 NodeIsSameNode = 118, // Removed from DOM4. | 160 NodeIsSameNode = 118, // Removed from DOM4. |
| 160 NodeNamespaceURI = 120, // Removed from DOM4. | 161 NodeNamespaceURI = 120, // Removed from DOM4. |
| 161 NodeLocalName = 122, // Removed from DOM4. | 162 NodeLocalName = 122, // Removed from DOM4. |
| 162 NavigatorProductSub = 123, | 163 NavigatorProductSub = 123, |
| 163 NavigatorVendor = 124, | 164 NavigatorVendor = 124, |
| (...skipping 20 matching lines...) Expand all Loading... |
| 184 DOMNodeRemovedEvent = 145, | 185 DOMNodeRemovedEvent = 145, |
| 185 DOMNodeRemovedFromDocumentEvent = 146, | 186 DOMNodeRemovedFromDocumentEvent = 146, |
| 186 DOMNodeInsertedIntoDocumentEvent = 147, | 187 DOMNodeInsertedIntoDocumentEvent = 147, |
| 187 DOMCharacterDataModifiedEvent = 148, | 188 DOMCharacterDataModifiedEvent = 148, |
| 188 DocumentAllLegacyCall = 150, | 189 DocumentAllLegacyCall = 150, |
| 189 HTMLAppletElementLegacyCall = 151, | 190 HTMLAppletElementLegacyCall = 151, |
| 190 HTMLEmbedElementLegacyCall = 152, | 191 HTMLEmbedElementLegacyCall = 152, |
| 191 HTMLObjectElementLegacyCall = 153, | 192 HTMLObjectElementLegacyCall = 153, |
| 192 GetMatchedCSSRules = 155, | 193 GetMatchedCSSRules = 155, |
| 193 SVGFontInCSS = 156, | 194 SVGFontInCSS = 156, |
| 195 AttributeOwnerElement = 160, // Removed in DOM4. |
| 194 AttributeSpecified = 162, // Removed in DOM4. | 196 AttributeSpecified = 162, // Removed in DOM4. |
| 195 PrefixedAudioDecodedByteCount = 164, | 197 PrefixedAudioDecodedByteCount = 164, |
| 196 PrefixedVideoDecodedByteCount = 165, | 198 PrefixedVideoDecodedByteCount = 165, |
| 197 PrefixedVideoSupportsFullscreen = 166, | 199 PrefixedVideoSupportsFullscreen = 166, |
| 198 PrefixedVideoDisplayingFullscreen = 167, | 200 PrefixedVideoDisplayingFullscreen = 167, |
| 199 PrefixedVideoEnterFullscreen = 168, | 201 PrefixedVideoEnterFullscreen = 168, |
| 200 PrefixedVideoExitFullscreen = 169, | 202 PrefixedVideoExitFullscreen = 169, |
| 201 PrefixedVideoEnterFullScreen = 170, | 203 PrefixedVideoEnterFullScreen = 170, |
| 202 PrefixedVideoExitFullScreen = 171, | 204 PrefixedVideoExitFullScreen = 171, |
| 203 PrefixedVideoDecodedFrameCount = 172, | 205 PrefixedVideoDecodedFrameCount = 172, |
| (...skipping 26 matching lines...) Expand all Loading... |
| 230 SVGLocatableFarthestViewportElement = 205, | 232 SVGLocatableFarthestViewportElement = 205, |
| 231 HTMLHeadElementProfile = 207, | 233 HTMLHeadElementProfile = 207, |
| 232 OverflowChangedEvent = 208, | 234 OverflowChangedEvent = 208, |
| 233 SVGPointMatrixTransform = 209, | 235 SVGPointMatrixTransform = 209, |
| 234 HTMLHtmlElementManifest = 210, | 236 HTMLHtmlElementManifest = 210, |
| 235 DOMFocusInOutEvent = 211, | 237 DOMFocusInOutEvent = 211, |
| 236 FileGetLastModifiedDate = 212, | 238 FileGetLastModifiedDate = 212, |
| 237 HTMLElementInnerText = 213, | 239 HTMLElementInnerText = 213, |
| 238 HTMLElementOuterText = 214, | 240 HTMLElementOuterText = 214, |
| 239 ReplaceDocumentViaJavaScriptURL = 215, | 241 ReplaceDocumentViaJavaScriptURL = 215, |
| 242 ElementSetAttributeNodeNS = 216, // Removed from DOM4. |
| 240 ElementPrefixedMatchesSelector = 217, | 243 ElementPrefixedMatchesSelector = 217, |
| 241 DOMImplementationCreateCSSStyleSheet = 218, | 244 DOMImplementationCreateCSSStyleSheet = 218, |
| 242 CSSStyleSheetRules = 219, | 245 CSSStyleSheetRules = 219, |
| 243 CSSStyleSheetAddRule = 220, | 246 CSSStyleSheetAddRule = 220, |
| 244 CSSStyleSheetRemoveRule = 221, | 247 CSSStyleSheetRemoveRule = 221, |
| 245 // The above items are available in M33 branch. | 248 // The above items are available in M33 branch. |
| 246 | 249 |
| 247 InitMessageEvent = 222, | 250 InitMessageEvent = 222, |
| 248 PrefixedInitMessageEvent = 223, | 251 PrefixedInitMessageEvent = 223, |
| 249 ElementSetPrefix = 224, // Element.prefix is readonly in DOM4. | 252 ElementSetPrefix = 224, // Element.prefix is readonly in DOM4. |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 399 | 402 |
| 400 void updateMeasurements(); | 403 void updateMeasurements(); |
| 401 | 404 |
| 402 OwnPtr<BitVector> m_countBits; | 405 OwnPtr<BitVector> m_countBits; |
| 403 BitVector m_CSSFeatureBits; | 406 BitVector m_CSSFeatureBits; |
| 404 }; | 407 }; |
| 405 | 408 |
| 406 } // namespace WebCore | 409 } // namespace WebCore |
| 407 | 410 |
| 408 #endif // UseCounter_h | 411 #endif // UseCounter_h |
| OLD | NEW |