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

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

Issue 178003008: Remove the HTMLVideoElement-specific prefixed fullscreen API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rm negative test 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 | 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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 HTMLAppletElementLegacyCall = 151, 192 HTMLAppletElementLegacyCall = 151,
193 HTMLEmbedElementLegacyCall = 152, 193 HTMLEmbedElementLegacyCall = 152,
194 HTMLObjectElementLegacyCall = 153, 194 HTMLObjectElementLegacyCall = 153,
195 BeforeLoadEvent = 154, 195 BeforeLoadEvent = 154,
196 GetMatchedCSSRules = 155, 196 GetMatchedCSSRules = 155,
197 SVGFontInCSS = 156, 197 SVGFontInCSS = 156,
198 AttributeSpecified = 162, // Removed in DOM4. 198 AttributeSpecified = 162, // Removed in DOM4.
199 BeforeLoadEventInIsolatedWorld = 163, 199 BeforeLoadEventInIsolatedWorld = 163,
200 PrefixedAudioDecodedByteCount = 164, 200 PrefixedAudioDecodedByteCount = 164,
201 PrefixedVideoDecodedByteCount = 165, 201 PrefixedVideoDecodedByteCount = 165,
202 PrefixedVideoSupportsFullscreen = 166,
203 PrefixedVideoDisplayingFullscreen = 167,
204 PrefixedVideoEnterFullscreen = 168,
205 PrefixedVideoExitFullscreen = 169,
206 PrefixedVideoEnterFullScreen = 170,
207 PrefixedVideoExitFullScreen = 171,
208 PrefixedVideoDecodedFrameCount = 172, 202 PrefixedVideoDecodedFrameCount = 172,
209 PrefixedVideoDroppedFrameCount = 173, 203 PrefixedVideoDroppedFrameCount = 173,
210 PrefixedElementRequestFullscreen = 176, 204 PrefixedElementRequestFullscreen = 176,
211 PrefixedElementRequestFullScreen = 177, 205 PrefixedElementRequestFullScreen = 177,
212 BarPropLocationbar = 178, 206 BarPropLocationbar = 178,
213 BarPropMenubar = 179, 207 BarPropMenubar = 179,
214 BarPropPersonalbar = 180, 208 BarPropPersonalbar = 180,
215 BarPropScrollbars = 181, 209 BarPropScrollbars = 181,
216 BarPropStatusbar = 182, 210 BarPropStatusbar = 182,
217 BarPropToolbar = 183, 211 BarPropToolbar = 183,
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 344
351 void updateMeasurements(); 345 void updateMeasurements();
352 346
353 OwnPtr<BitVector> m_countBits; 347 OwnPtr<BitVector> m_countBits;
354 BitVector m_CSSFeatureBits; 348 BitVector m_CSSFeatureBits;
355 }; 349 };
356 350
357 } // namespace WebCore 351 } // namespace WebCore
358 352
359 #endif // UseCounter_h 353 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « LayoutTests/media/video-play-require-user-gesture-expected.txt ('k') | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698