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

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

Issue 253353002: Remove window.performance.webkitGet* (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 8 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 HTMLMarqueeElement = 53, 111 HTMLMarqueeElement = 53,
112 Reflection = 55, 112 Reflection = 55,
113 PrefixedStorageInfo = 57, 113 PrefixedStorageInfo = 57,
114 XFrameOptions = 58, 114 XFrameOptions = 58,
115 XFrameOptionsSameOrigin = 59, 115 XFrameOptionsSameOrigin = 59,
116 XFrameOptionsSameOriginWithBadAncestorChain = 60, 116 XFrameOptionsSameOriginWithBadAncestorChain = 60,
117 DeprecatedFlexboxWebContent = 61, 117 DeprecatedFlexboxWebContent = 61,
118 DeprecatedFlexboxChrome = 62, 118 DeprecatedFlexboxChrome = 62,
119 DeprecatedFlexboxChromeExtension = 63, 119 DeprecatedFlexboxChromeExtension = 63,
120 UnprefixedPerformanceTimeline = 65, 120 UnprefixedPerformanceTimeline = 65,
121 PrefixedPerformanceTimeline = 66,
122 UnprefixedUserTiming = 67, 121 UnprefixedUserTiming = 67,
123 WindowEvent = 69, 122 WindowEvent = 69,
124 ContentSecurityPolicyWithBaseElement = 70, 123 ContentSecurityPolicyWithBaseElement = 70,
125 PrefixedMediaAddKey = 71, 124 PrefixedMediaAddKey = 71,
126 PrefixedMediaGenerateKeyRequest = 72, 125 PrefixedMediaGenerateKeyRequest = 72,
127 DocumentClear = 74, 126 DocumentClear = 74,
128 SVGFontElement = 76, 127 SVGFontElement = 76,
129 XMLDocument = 77, 128 XMLDocument = 77,
130 XSLProcessingInstruction = 78, 129 XSLProcessingInstruction = 78,
131 XSLTProcessor = 79, 130 XSLTProcessor = 79,
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 414
416 void updateMeasurements(); 415 void updateMeasurements();
417 416
418 OwnPtr<BitVector> m_countBits; 417 OwnPtr<BitVector> m_countBits;
419 BitVector m_CSSFeatureBits; 418 BitVector m_CSSFeatureBits;
420 }; 419 };
421 420
422 } // namespace WebCore 421 } // namespace WebCore
423 422
424 #endif // UseCounter_h 423 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « LayoutTests/inspector/console/only-one-deprecation-warning-expected.txt ('k') | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698