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

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

Issue 153233002: *** DO NOT LAND *** Remove regions support, keeping a bare minimum to support "region-based"... (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/events/EventTypeNames.in ('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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 CSSStyleDeclarationFloatPropertyName, // Pending removal in CSSOM. 250 CSSStyleDeclarationFloatPropertyName, // Pending removal in CSSOM.
251 InputTypeText, 251 InputTypeText,
252 InputTypeTextMaxLength, 252 InputTypeTextMaxLength,
253 InputTypePassword, 253 InputTypePassword,
254 InputTypePasswordMaxLength, 254 InputTypePasswordMaxLength,
255 SVGInstanceRoot, 255 SVGInstanceRoot,
256 ShowModalDialog, 256 ShowModalDialog,
257 PrefixedPageVisibility, 257 PrefixedPageVisibility,
258 HTMLFrameElementLocation, 258 HTMLFrameElementLocation,
259 CSSStyleSheetInsertRuleOptionalArg, // Inconsistent with the specificati on and other browsers. 259 CSSStyleSheetInsertRuleOptionalArg, // Inconsistent with the specificati on and other browsers.
260 CSSWebkitRegionAtRule, // @region rule changed to ::region()
261 DocumentBeforeUnloadRegistered, 260 DocumentBeforeUnloadRegistered,
262 DocumentBeforeUnloadFired, 261 DocumentBeforeUnloadFired,
263 DocumentUnloadRegistered, 262 DocumentUnloadRegistered,
264 DocumentUnloadFired, 263 DocumentUnloadFired,
265 SVGLocatableNearestViewportElement, 264 SVGLocatableNearestViewportElement,
266 SVGLocatableFarthestViewportElement, 265 SVGLocatableFarthestViewportElement,
267 IsIndexElement, 266 IsIndexElement,
268 HTMLHeadElementProfile, 267 HTMLHeadElementProfile,
269 OverflowChangedEvent, 268 OverflowChangedEvent,
270 SVGPointMatrixTransform, 269 SVGPointMatrixTransform,
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 358
360 void updateMeasurements(); 359 void updateMeasurements();
361 360
362 OwnPtr<BitVector> m_countBits; 361 OwnPtr<BitVector> m_countBits;
363 BitVector m_CSSFeatureBits; 362 BitVector m_CSSFeatureBits;
364 }; 363 };
365 364
366 } // namespace WebCore 365 } // namespace WebCore
367 366
368 #endif // UseCounter_h 367 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « Source/core/events/EventTypeNames.in ('k') | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698