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

Side by Side Diff: content/public/common/content_switches.h

Issue 2612323002: Add --disable-slimming-paint-invalidation (Closed)
Patch Set: Alphabetize Created 3 years, 11 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
« no previous file with comments | « content/child/runtime_features.cc ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Defines all the "content" command-line switches. 5 // Defines all the "content" command-line switches.
6 6
7 #ifndef CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 7 #ifndef CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
8 #define CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 8 #define CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
9 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 CONTENT_EXPORT extern const char kDisableRGBA4444Textures[]; 87 CONTENT_EXPORT extern const char kDisableRGBA4444Textures[];
88 CONTENT_EXPORT extern const char kDisableReadingFromCanvas[]; 88 CONTENT_EXPORT extern const char kDisableReadingFromCanvas[];
89 extern const char kDisableRemoteFonts[]; 89 extern const char kDisableRemoteFonts[];
90 CONTENT_EXPORT extern const char kDisableRemotePlaybackAPI[]; 90 CONTENT_EXPORT extern const char kDisableRemotePlaybackAPI[];
91 extern const char kDisableRendererAccessibility[]; 91 extern const char kDisableRendererAccessibility[];
92 CONTENT_EXPORT extern const char kDisableRendererBackgrounding[]; 92 CONTENT_EXPORT extern const char kDisableRendererBackgrounding[];
93 CONTENT_EXPORT extern const char kDisableResizeLock[]; 93 CONTENT_EXPORT extern const char kDisableResizeLock[];
94 CONTENT_EXPORT extern const char kDisableSeccompFilterSandbox[]; 94 CONTENT_EXPORT extern const char kDisableSeccompFilterSandbox[];
95 CONTENT_EXPORT extern const char kDisableSetuidSandbox[]; 95 CONTENT_EXPORT extern const char kDisableSetuidSandbox[];
96 CONTENT_EXPORT extern const char kDisableSharedWorkers[]; 96 CONTENT_EXPORT extern const char kDisableSharedWorkers[];
97 CONTENT_EXPORT extern const char kDisableSlimmingPaintInvalidation[];
97 CONTENT_EXPORT extern const char kDisableSmoothScrolling[]; 98 CONTENT_EXPORT extern const char kDisableSmoothScrolling[];
98 CONTENT_EXPORT extern const char kDisableSoftwareRasterizer[]; 99 CONTENT_EXPORT extern const char kDisableSoftwareRasterizer[];
99 CONTENT_EXPORT extern const char kDisableSpeechAPI[]; 100 CONTENT_EXPORT extern const char kDisableSpeechAPI[];
100 CONTENT_EXPORT extern const char kDisableThreadedCompositing[]; 101 CONTENT_EXPORT extern const char kDisableThreadedCompositing[];
101 CONTENT_EXPORT extern const char kDisableThreadedScrolling[]; 102 CONTENT_EXPORT extern const char kDisableThreadedScrolling[];
102 extern const char kDisableV8IdleTasks[]; 103 extern const char kDisableV8IdleTasks[];
103 CONTENT_EXPORT extern const char kDisableWebGLImageChromium[]; 104 CONTENT_EXPORT extern const char kDisableWebGLImageChromium[];
104 CONTENT_EXPORT extern const char kDisableWebSecurity[]; 105 CONTENT_EXPORT extern const char kDisableWebSecurity[];
105 extern const char kDisableXSSAuditor[]; 106 extern const char kDisableXSSAuditor[];
106 CONTENT_EXPORT extern const char kDisableZeroCopy[]; 107 CONTENT_EXPORT extern const char kDisableZeroCopy[];
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 extern const char kIpcDumpDirectory[]; 325 extern const char kIpcDumpDirectory[];
325 extern const char kIpcFuzzerTestcase[]; 326 extern const char kIpcFuzzerTestcase[];
326 #endif 327 #endif
327 328
328 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 329 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
329 // alphabetical order, or in one of the ifdefs (also in order in each section). 330 // alphabetical order, or in one of the ifdefs (also in order in each section).
330 331
331 } // namespace switches 332 } // namespace switches
332 333
333 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 334 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « content/child/runtime_features.cc ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698