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

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

Issue 169303003: CSP 1.1: Revert CSSOM changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. 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/frame/ContentSecurityPolicy.cpp ('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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 FormNameAccessForImageElement = 246, 287 FormNameAccessForImageElement = 246,
288 FormNameAccessForPastNamesMap = 247, 288 FormNameAccessForPastNamesMap = 247,
289 FormAssociationByParser = 248, 289 FormAssociationByParser = 248,
290 HTMLSourceElementMedia = 249, 290 HTMLSourceElementMedia = 249,
291 SVGSVGElementInDocument = 250, 291 SVGSVGElementInDocument = 250,
292 SVGDocumentRootElement = 251, 292 SVGDocumentRootElement = 251,
293 DocumentCreateEventOptionalArgument = 252, 293 DocumentCreateEventOptionalArgument = 252,
294 MediaErrorEncrypted = 253, 294 MediaErrorEncrypted = 253,
295 EventSourceURL = 254, 295 EventSourceURL = 254,
296 WebSocketURL = 255, 296 WebSocketURL = 255,
297 UnsafeEvalBlocksCSSOM = 256,
298 WorkerSubjectToCSP = 257, 297 WorkerSubjectToCSP = 257,
299 WorkerAllowedByChildBlockedByScript = 258, 298 WorkerAllowedByChildBlockedByScript = 258,
300 HTMLMediaElementControllerNotNull = 259, 299 HTMLMediaElementControllerNotNull = 259,
301 DeprecatedWebKitGradient = 260, 300 DeprecatedWebKitGradient = 260,
302 DeprecatedWebKitLinearGradient = 261, 301 DeprecatedWebKitLinearGradient = 261,
303 DeprecatedWebKitRepeatingLinearGradient = 262, 302 DeprecatedWebKitRepeatingLinearGradient = 262,
304 DeprecatedWebKitRadialGradient = 263, 303 DeprecatedWebKitRadialGradient = 263,
305 DeprecatedWebKitRepeatingRadialGradient = 264, 304 DeprecatedWebKitRepeatingRadialGradient = 264,
306 PrefixedGetImageDataHD = 265, 305 PrefixedGetImageDataHD = 265,
307 PrefixedPutImageDataHD = 266, 306 PrefixedPutImageDataHD = 266,
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 359
361 void updateMeasurements(); 360 void updateMeasurements();
362 361
363 OwnPtr<BitVector> m_countBits; 362 OwnPtr<BitVector> m_countBits;
364 BitVector m_CSSFeatureBits; 363 BitVector m_CSSFeatureBits;
365 }; 364 };
366 365
367 } // namespace WebCore 366 } // namespace WebCore
368 367
369 #endif // UseCounter_h 368 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « Source/core/frame/ContentSecurityPolicy.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698