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

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

Issue 2536993002: Remove support for the keygen tag (Closed)
Patch Set: Rebased Created 4 years 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 645 matching lines...) Expand 10 before | Expand all | Expand 10 after
656 V8UIEvent_InitUIEvent_Method = 873, 656 V8UIEvent_InitUIEvent_Method = 873,
657 V8Document_CreateTouch_Method = 874, 657 V8Document_CreateTouch_Method = 874,
658 RequestFileSystemNonWebbyOrigin = 876, 658 RequestFileSystemNonWebbyOrigin = 876,
659 V8MemoryInfo_TotalJSHeapSize_AttributeGetter = 879, 659 V8MemoryInfo_TotalJSHeapSize_AttributeGetter = 879,
660 V8MemoryInfo_UsedJSHeapSize_AttributeGetter = 880, 660 V8MemoryInfo_UsedJSHeapSize_AttributeGetter = 880,
661 V8MemoryInfo_JSHeapSizeLimit_AttributeGetter = 881, 661 V8MemoryInfo_JSHeapSizeLimit_AttributeGetter = 881,
662 V8Performance_Timing_AttributeGetter = 882, 662 V8Performance_Timing_AttributeGetter = 882,
663 V8Performance_Navigation_AttributeGetter = 883, 663 V8Performance_Navigation_AttributeGetter = 883,
664 V8Performance_Memory_AttributeGetter = 884, 664 V8Performance_Memory_AttributeGetter = 884,
665 V8SharedWorker_WorkerStart_AttributeGetter = 885, 665 V8SharedWorker_WorkerStart_AttributeGetter = 885,
666 HTMLKeygenElement = 886,
667 // The above items are available in M45 branch. 666 // The above items are available in M45 branch.
668 667
669 HTMLMediaElementPreloadNone = 892, 668 HTMLMediaElementPreloadNone = 892,
670 HTMLMediaElementPreloadMetadata = 893, 669 HTMLMediaElementPreloadMetadata = 893,
671 HTMLMediaElementPreloadAuto = 894, 670 HTMLMediaElementPreloadAuto = 894,
672 HTMLMediaElementPreloadDefault = 895, 671 HTMLMediaElementPreloadDefault = 895,
673 MixedContentBlockableAllowed = 896, 672 MixedContentBlockableAllowed = 896,
674 PseudoBeforeAfterForInputElement = 897, 673 PseudoBeforeAfterForInputElement = 897,
675 V8Permissions_Revoke_Method = 898, 674 V8Permissions_Revoke_Method = 898,
676 LinkRelDnsPrefetch = 899, 675 LinkRelDnsPrefetch = 899,
(...skipping 789 matching lines...) Expand 10 before | Expand all | Expand 10 after
1466 // Tracks what features/properties need to be reported to the legacy 1465 // Tracks what features/properties need to be reported to the legacy
1467 // histograms. 1466 // histograms.
1468 BitVector m_featureBits; 1467 BitVector m_featureBits;
1469 BitVector m_CSSBits; 1468 BitVector m_CSSBits;
1470 } m_legacyCounter; 1469 } m_legacyCounter;
1471 }; 1470 };
1472 1471
1473 } // namespace blink 1472 } // namespace blink
1474 1473
1475 #endif // UseCounter_h 1474 #endif // UseCounter_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698