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

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

Issue 2202493002: NOT FOR REVIEW: Fullscreen WIP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 1 month 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
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 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 MixedContentPresent = 609, 469 MixedContentPresent = 609,
470 MixedContentBlockable = 610, 470 MixedContentBlockable = 610,
471 MixedContentAudio = 611, 471 MixedContentAudio = 611,
472 MixedContentDownload = 612, 472 MixedContentDownload = 612,
473 MixedContentFavicon = 613, 473 MixedContentFavicon = 613,
474 MixedContentImage = 614, 474 MixedContentImage = 614,
475 MixedContentInternal = 615, 475 MixedContentInternal = 615,
476 MixedContentPlugin = 616, 476 MixedContentPlugin = 616,
477 MixedContentPrefetch = 617, 477 MixedContentPrefetch = 617,
478 MixedContentVideo = 618, 478 MixedContentVideo = 618,
479 CSSSelectorPseudoFullScreenAncestor = 628,
480 CSSSelectorPseudoFullScreen = 629, 479 CSSSelectorPseudoFullScreen = 629,
481 WebKitCSSMatrix = 630, 480 WebKitCSSMatrix = 630,
482 AudioContextCreateAnalyser = 631, 481 AudioContextCreateAnalyser = 631,
483 AudioContextCreateBiquadFilter = 632, 482 AudioContextCreateBiquadFilter = 632,
484 AudioContextCreateBufferSource = 633, 483 AudioContextCreateBufferSource = 633,
485 AudioContextCreateChannelMerger = 634, 484 AudioContextCreateChannelMerger = 634,
486 AudioContextCreateChannelSplitter = 635, 485 AudioContextCreateChannelSplitter = 635,
487 AudioContextCreateConvolver = 636, 486 AudioContextCreateConvolver = 636,
488 AudioContextCreateDelay = 637, 487 AudioContextCreateDelay = 637,
489 AudioContextCreateDynamicsCompressor = 638, 488 AudioContextCreateDynamicsCompressor = 638,
(...skipping 980 matching lines...) Expand 10 before | Expand all | Expand 10 after
1470 // Tracks what features/properties need to be reported to the legacy 1469 // Tracks what features/properties need to be reported to the legacy
1471 // histograms. 1470 // histograms.
1472 BitVector m_featureBits; 1471 BitVector m_featureBits;
1473 BitVector m_CSSBits; 1472 BitVector m_CSSBits;
1474 } m_legacyCounter; 1473 } m_legacyCounter;
1475 }; 1474 };
1476 1475
1477 } // namespace blink 1476 } // namespace blink
1478 1477
1479 #endif // UseCounter_h 1478 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameView.cpp ('k') | third_party/WebKit/Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698