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

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

Issue 124643003: Remove Attr.isId and Attr.ownerElement. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Bump unused use counter slot number due to conflict. Created 6 years, 11 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/Attr.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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 DocumentAllTags, 211 DocumentAllTags,
212 DocumentAllLegacyCall, 212 DocumentAllLegacyCall,
213 HTMLAppletElementLegacyCall, 213 HTMLAppletElementLegacyCall,
214 HTMLEmbedElementLegacyCall, 214 HTMLEmbedElementLegacyCall,
215 HTMLObjectElementLegacyCall, 215 HTMLObjectElementLegacyCall,
216 BeforeLoadEvent, 216 BeforeLoadEvent,
217 GetMatchedCSSRules, 217 GetMatchedCSSRules,
218 SVGFontInCSS, 218 SVGFontInCSS,
219 ScrollTopBodyNotQuirksMode, 219 ScrollTopBodyNotQuirksMode,
220 ScrollLeftBodyNotQuirksMode, 220 ScrollLeftBodyNotQuirksMode,
221 AttributeIsId, // Removed in DOM4. 221 UnusedSlot07, // Removed, was Attr.isId.
222 AttributeOwnerElement, // Removed in DOM4. 222 UnusedSlot08, // Removed, was Attr.ownerElement.
223 AttributeSetPrefix, // Attribute prefix is readonly in DOM4. 223 AttributeSetPrefix, // Attribute prefix is readonly in DOM4.
224 AttributeSpecified, // Removed in DOM4. 224 AttributeSpecified, // Removed in DOM4.
225 BeforeLoadEventInIsolatedWorld, 225 BeforeLoadEventInIsolatedWorld,
226 PrefixedAudioDecodedByteCount, 226 PrefixedAudioDecodedByteCount,
227 PrefixedVideoDecodedByteCount, 227 PrefixedVideoDecodedByteCount,
228 PrefixedVideoSupportsFullscreen, 228 PrefixedVideoSupportsFullscreen,
229 PrefixedVideoDisplayingFullscreen, 229 PrefixedVideoDisplayingFullscreen,
230 PrefixedVideoEnterFullscreen, 230 PrefixedVideoEnterFullscreen,
231 PrefixedVideoExitFullscreen, 231 PrefixedVideoExitFullscreen,
232 PrefixedVideoEnterFullScreen, 232 PrefixedVideoEnterFullScreen,
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 332
333 void updateMeasurements(); 333 void updateMeasurements();
334 334
335 OwnPtr<BitVector> m_countBits; 335 OwnPtr<BitVector> m_countBits;
336 BitVector m_CSSFeatureBits; 336 BitVector m_CSSFeatureBits;
337 }; 337 };
338 338
339 } // namespace WebCore 339 } // namespace WebCore
340 340
341 #endif // UseCounter_h 341 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « Source/core/dom/Attr.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698