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

Side by Side Diff: third_party/WebKit/Source/web/WebSettingsImpl.h

Issue 1914963002: Introduce v8-cache-strategies-for-cache-storage setting flags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2009 Google Inc. All rights reserved. 2 * Copyright (C) 2009 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 are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 void setTextTrackTextSize(const WebString&) override; 174 void setTextTrackTextSize(const WebString&) override;
175 void setThreadedScrollingEnabled(bool) override; 175 void setThreadedScrollingEnabled(bool) override;
176 void setTouchDragDropEnabled(bool) override; 176 void setTouchDragDropEnabled(bool) override;
177 void setUnifiedTextCheckerEnabled(bool) override; 177 void setUnifiedTextCheckerEnabled(bool) override;
178 void setUsesEncodingDetector(bool) override; 178 void setUsesEncodingDetector(bool) override;
179 void setUseLegacyBackgroundSizeShorthandBehavior(bool) override; 179 void setUseLegacyBackgroundSizeShorthandBehavior(bool) override;
180 void setViewportStyle(WebViewportStyle) override; 180 void setViewportStyle(WebViewportStyle) override;
181 void setUseSolidColorScrollbars(bool) override; 181 void setUseSolidColorScrollbars(bool) override;
182 void setUseWideViewport(bool) override; 182 void setUseWideViewport(bool) override;
183 void setV8CacheOptions(V8CacheOptions) override; 183 void setV8CacheOptions(V8CacheOptions) override;
184 void setV8CacheStrategiesForCacheStorage(V8CacheStrategiesForCacheStorage) o verride;
184 void setValidationMessageTimerMagnification(int) override; 185 void setValidationMessageTimerMagnification(int) override;
185 void setViewportEnabled(bool) override; 186 void setViewportEnabled(bool) override;
186 void setViewportMetaEnabled(bool) override; 187 void setViewportMetaEnabled(bool) override;
187 void setViewportMetaLayoutSizeQuirk(bool) override; 188 void setViewportMetaLayoutSizeQuirk(bool) override;
188 void setViewportMetaMergeContentQuirk(bool) override; 189 void setViewportMetaMergeContentQuirk(bool) override;
189 void setViewportMetaNonUserScalableQuirk(bool) override; 190 void setViewportMetaNonUserScalableQuirk(bool) override;
190 void setViewportMetaZeroValuesQuirk(bool) override; 191 void setViewportMetaZeroValuesQuirk(bool) override;
191 void setWebGLErrorsToConsoleEnabled(bool) override; 192 void setWebGLErrorsToConsoleEnabled(bool) override;
192 void setWebSecurityEnabled(bool) override; 193 void setWebSecurityEnabled(bool) override;
193 void setWheelGesturesEnabled(bool) override; 194 void setWheelGesturesEnabled(bool) override;
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 bool m_viewportMetaNonUserScalableQuirk; 231 bool m_viewportMetaNonUserScalableQuirk;
231 // This quirk is to maintain compatibility with Android apps built on 232 // This quirk is to maintain compatibility with Android apps built on
232 // the Android SDK prior to and including version 18. Presumably, this 233 // the Android SDK prior to and including version 18. Presumably, this
233 // can be removed any time after 2015. See http://crbug.com/313754. 234 // can be removed any time after 2015. See http://crbug.com/313754.
234 bool m_clobberUserAgentInitialScaleQuirk; 235 bool m_clobberUserAgentInitialScaleQuirk;
235 }; 236 };
236 237
237 } // namespace blink 238 } // namespace blink
238 239
239 #endif 240 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/AssertMatchingEnums.cpp ('k') | third_party/WebKit/Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698