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

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

Issue 750183005: Un-deprecate Element.setAttributeNodeNS() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: test Created 6 years 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 DocumentUnloadFired = 203, 212 DocumentUnloadFired = 203,
213 SVGLocatableNearestViewportElement = 204, 213 SVGLocatableNearestViewportElement = 204,
214 SVGLocatableFarthestViewportElement = 205, 214 SVGLocatableFarthestViewportElement = 205,
215 OverflowChangedEvent = 208, 215 OverflowChangedEvent = 208,
216 SVGPointMatrixTransform = 209, 216 SVGPointMatrixTransform = 209,
217 DOMFocusInOutEvent = 211, 217 DOMFocusInOutEvent = 211,
218 FileGetLastModifiedDate = 212, 218 FileGetLastModifiedDate = 212,
219 HTMLElementInnerText = 213, 219 HTMLElementInnerText = 213,
220 HTMLElementOuterText = 214, 220 HTMLElementOuterText = 214,
221 ReplaceDocumentViaJavaScriptURL = 215, 221 ReplaceDocumentViaJavaScriptURL = 215,
222 ElementSetAttributeNodeNS = 216, // Removed from DOM4. 222 ElementSetAttributeNodeNS = 216,
223 ElementPrefixedMatchesSelector = 217, 223 ElementPrefixedMatchesSelector = 217,
224 CSSStyleSheetRules = 219, 224 CSSStyleSheetRules = 219,
225 CSSStyleSheetAddRule = 220, 225 CSSStyleSheetAddRule = 220,
226 CSSStyleSheetRemoveRule = 221, 226 CSSStyleSheetRemoveRule = 221,
227 // The above items are available in M33 branch. 227 // The above items are available in M33 branch.
228 228
229 InitMessageEvent = 222, 229 InitMessageEvent = 222,
230 PrefixedMediaCancelKeyRequest = 229, 230 PrefixedMediaCancelKeyRequest = 229,
231 DOMImplementationHasFeature = 230, 231 DOMImplementationHasFeature = 230,
232 DOMImplementationHasFeatureReturnFalse = 231, 232 DOMImplementationHasFeatureReturnFalse = 231,
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 622
623 void updateMeasurements(); 623 void updateMeasurements();
624 624
625 OwnPtr<BitVector> m_countBits; 625 OwnPtr<BitVector> m_countBits;
626 BitVector m_CSSFeatureBits; 626 BitVector m_CSSFeatureBits;
627 }; 627 };
628 628
629 } // namespace blink 629 } // namespace blink
630 630
631 #endif // UseCounter_h 631 #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