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

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

Issue 1233503003: Remove the :-webkit-full-screen-document pseudo class (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
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 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 MixedContentDownload = 612, 522 MixedContentDownload = 612,
523 MixedContentFavicon = 613, 523 MixedContentFavicon = 613,
524 MixedContentImage = 614, 524 MixedContentImage = 614,
525 MixedContentInternal = 615, 525 MixedContentInternal = 615,
526 MixedContentPlugin = 616, 526 MixedContentPlugin = 616,
527 MixedContentPrefetch = 617, 527 MixedContentPrefetch = 617,
528 MixedContentVideo = 618, 528 MixedContentVideo = 618,
529 AudioListenerDopplerFactor = 620, 529 AudioListenerDopplerFactor = 620,
530 AudioListenerSpeedOfSound = 621, 530 AudioListenerSpeedOfSound = 621,
531 AudioListenerSetVelocity = 622, 531 AudioListenerSetVelocity = 622,
532 CSSSelectorPseudoFullScreenDocument = 627,
533 CSSSelectorPseudoFullScreenAncestor = 628, 532 CSSSelectorPseudoFullScreenAncestor = 628,
534 CSSSelectorPseudoFullScreen = 629, 533 CSSSelectorPseudoFullScreen = 629,
535 WebKitCSSMatrix = 630, 534 WebKitCSSMatrix = 630,
536 AudioContextCreateAnalyser = 631, 535 AudioContextCreateAnalyser = 631,
537 AudioContextCreateBiquadFilter = 632, 536 AudioContextCreateBiquadFilter = 632,
538 AudioContextCreateBufferSource = 633, 537 AudioContextCreateBufferSource = 633,
539 AudioContextCreateChannelMerger = 634, 538 AudioContextCreateChannelMerger = 634,
540 AudioContextCreateChannelSplitter = 635, 539 AudioContextCreateChannelSplitter = 635,
541 AudioContextCreateConvolver = 636, 540 AudioContextCreateConvolver = 636,
542 AudioContextCreateDelay = 637, 541 AudioContextCreateDelay = 637,
(...skipping 336 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/css/parser/CSSSelectorParser.cpp ('k') | Source/core/inspector/InspectorTraceEvents.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698