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

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

Issue 690033002: Remove HTMLHeadElement.profile (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 InputTypePasswordMaxLength = 193, 208 InputTypePasswordMaxLength = 193,
209 ShowModalDialog = 195, 209 ShowModalDialog = 195,
210 PrefixedPageVisibility = 196, 210 PrefixedPageVisibility = 196,
211 CSSStyleSheetInsertRuleOptionalArg = 198, // Inconsistent with the speci fication and other browsers. 211 CSSStyleSheetInsertRuleOptionalArg = 198, // Inconsistent with the speci fication and other browsers.
212 DocumentBeforeUnloadRegistered = 200, 212 DocumentBeforeUnloadRegistered = 200,
213 DocumentBeforeUnloadFired = 201, 213 DocumentBeforeUnloadFired = 201,
214 DocumentUnloadRegistered = 202, 214 DocumentUnloadRegistered = 202,
215 DocumentUnloadFired = 203, 215 DocumentUnloadFired = 203,
216 SVGLocatableNearestViewportElement = 204, 216 SVGLocatableNearestViewportElement = 204,
217 SVGLocatableFarthestViewportElement = 205, 217 SVGLocatableFarthestViewportElement = 205,
218 HTMLHeadElementProfile = 207,
219 OverflowChangedEvent = 208, 218 OverflowChangedEvent = 208,
220 SVGPointMatrixTransform = 209, 219 SVGPointMatrixTransform = 209,
221 DOMFocusInOutEvent = 211, 220 DOMFocusInOutEvent = 211,
222 FileGetLastModifiedDate = 212, 221 FileGetLastModifiedDate = 212,
223 HTMLElementInnerText = 213, 222 HTMLElementInnerText = 213,
224 HTMLElementOuterText = 214, 223 HTMLElementOuterText = 214,
225 ReplaceDocumentViaJavaScriptURL = 215, 224 ReplaceDocumentViaJavaScriptURL = 215,
226 ElementSetAttributeNodeNS = 216, // Removed from DOM4. 225 ElementSetAttributeNodeNS = 216, // Removed from DOM4.
227 ElementPrefixedMatchesSelector = 217, 226 ElementPrefixedMatchesSelector = 217,
228 CSSStyleSheetRules = 219, 227 CSSStyleSheetRules = 219,
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 620
622 void updateMeasurements(); 621 void updateMeasurements();
623 622
624 OwnPtr<BitVector> m_countBits; 623 OwnPtr<BitVector> m_countBits;
625 BitVector m_CSSFeatureBits; 624 BitVector m_CSSFeatureBits;
626 }; 625 };
627 626
628 } // namespace blink 627 } // namespace blink
629 628
630 #endif // UseCounter_h 629 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null-expected.txt ('k') | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698