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

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

Issue 1237133002: Remove the allowfullscreen exemption for the video-specific fullscreen API (reland) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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/Fullscreen.cpp ('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 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 UseAsm = 473, 407 UseAsm = 473,
408 DOMWindowOpen = 475, 408 DOMWindowOpen = 475,
409 DOMWindowOpenFeatures = 476, 409 DOMWindowOpenFeatures = 476,
410 MediaStreamTrackGetSources = 478, 410 MediaStreamTrackGetSources = 478,
411 AspectRatioFlexItem = 479, 411 AspectRatioFlexItem = 479,
412 DetailsElement = 480, 412 DetailsElement = 480,
413 DialogElement = 481, 413 DialogElement = 481,
414 MapElement = 482, 414 MapElement = 482,
415 MeterElement = 483, 415 MeterElement = 483,
416 ProgressElement = 484, 416 ProgressElement = 484,
417 VideoFullscreenAllowedExemption = 485,
418 PrefixedHTMLElementDropzone = 490, 417 PrefixedHTMLElementDropzone = 490,
419 WheelEventWheelDeltaX = 491, 418 WheelEventWheelDeltaX = 491,
420 WheelEventWheelDeltaY = 492, 419 WheelEventWheelDeltaY = 492,
421 WheelEventWheelDelta = 493, 420 WheelEventWheelDelta = 493,
422 SendBeacon = 494, 421 SendBeacon = 494,
423 SendBeaconQuotaExceeded = 495, 422 SendBeaconQuotaExceeded = 495,
424 SVGSMILElementInDocument = 501, 423 SVGSMILElementInDocument = 501,
425 MouseEventOffsetX = 502, 424 MouseEventOffsetX = 502,
426 MouseEventOffsetY = 503, 425 MouseEventOffsetY = 503,
427 MouseEventX = 504, 426 MouseEventX = 504,
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
879 878
880 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR ecordedMeasurement(feature); } 879 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR ecordedMeasurement(feature); }
881 880
882 CountBits m_countBits; 881 CountBits m_countBits;
883 BitVector m_CSSFeatureBits; 882 BitVector m_CSSFeatureBits;
884 }; 883 };
885 884
886 } // namespace blink 885 } // namespace blink
887 886
888 #endif // UseCounter_h 887 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « Source/core/dom/Fullscreen.cpp ('k') | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698