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

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

Issue 143173003: Remove unused feature ElementSetAttributeNodeNS (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed failing test case expectation Created 6 years, 10 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
« 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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 IsIndexElement, 271 IsIndexElement,
272 HTMLHeadElementProfile, 272 HTMLHeadElementProfile,
273 OverflowChangedEvent, 273 OverflowChangedEvent,
274 SVGPointMatrixTransform, 274 SVGPointMatrixTransform,
275 HTMLHtmlElementManifest, 275 HTMLHtmlElementManifest,
276 DOMFocusInOutEvent, 276 DOMFocusInOutEvent,
277 FileGetLastModifiedDate, 277 FileGetLastModifiedDate,
278 HTMLElementInnerText, 278 HTMLElementInnerText,
279 HTMLElementOuterText, 279 HTMLElementOuterText,
280 ReplaceDocumentViaJavaScriptURL, 280 ReplaceDocumentViaJavaScriptURL,
281 ElementSetAttributeNodeNS, // Removed from DOM4. 281 REMOVEDElementSetAttributeNodeNS, // Removed from DOM4.
282 ElementPrefixedMatchesSelector, 282 ElementPrefixedMatchesSelector,
283 DOMImplementationCreateCSSStyleSheet, 283 DOMImplementationCreateCSSStyleSheet,
284 CSSStyleSheetRules, 284 CSSStyleSheetRules,
285 CSSStyleSheetAddRule, 285 CSSStyleSheetAddRule,
286 CSSStyleSheetRemoveRule, 286 CSSStyleSheetRemoveRule,
287 InitMessageEvent, 287 InitMessageEvent,
288 PrefixedInitMessageEvent, 288 PrefixedInitMessageEvent,
289 ElementSetPrefix, // Element.prefix is readonly in DOM4. 289 ElementSetPrefix, // Element.prefix is readonly in DOM4.
290 CSSStyleDeclarationGetPropertyCSSValue, 290 CSSStyleDeclarationGetPropertyCSSValue,
291 SVGElementGetPresentationAttribute, 291 SVGElementGetPresentationAttribute,
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 370
371 void updateMeasurements(); 371 void updateMeasurements();
372 372
373 OwnPtr<BitVector> m_countBits; 373 OwnPtr<BitVector> m_countBits;
374 BitVector m_CSSFeatureBits; 374 BitVector m_CSSFeatureBits;
375 }; 375 };
376 376
377 } // namespace WebCore 377 } // namespace WebCore
378 378
379 #endif // UseCounter_h 379 #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