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

Side by Side Diff: third_party/WebKit/public/web/WebSettings.h

Issue 2885033007: Disable color/date chooser in VR mode via WebPreferences (Closed)
Patch Set: added explanatory comment. Created 3 years, 6 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 | « third_party/WebKit/Source/web/tests/ChromeClientImplTest.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 virtual void SetLoadWithOverviewMode(bool) = 0; 201 virtual void SetLoadWithOverviewMode(bool) = 0;
202 virtual void SetShouldReuseGlobalForUnownedMainFrame(bool) = 0; 202 virtual void SetShouldReuseGlobalForUnownedMainFrame(bool) = 0;
203 virtual void SetProgressBarCompletion(ProgressBarCompletion) = 0; 203 virtual void SetProgressBarCompletion(ProgressBarCompletion) = 0;
204 virtual void SetLocalStorageEnabled(bool) = 0; 204 virtual void SetLocalStorageEnabled(bool) = 0;
205 virtual void SetMainFrameClipsContent(bool) = 0; 205 virtual void SetMainFrameClipsContent(bool) = 0;
206 virtual void SetMainFrameResizesAreOrientationChanges(bool) = 0; 206 virtual void SetMainFrameResizesAreOrientationChanges(bool) = 0;
207 virtual void SetMaxTouchPoints(int) = 0; 207 virtual void SetMaxTouchPoints(int) = 0;
208 virtual void SetMediaPlaybackGestureWhitelistScope(const WebString&) = 0; 208 virtual void SetMediaPlaybackGestureWhitelistScope(const WebString&) = 0;
209 virtual void SetPresentationRequiresUserGesture(bool) = 0; 209 virtual void SetPresentationRequiresUserGesture(bool) = 0;
210 virtual void SetEmbeddedMediaExperienceEnabled(bool) = 0; 210 virtual void SetEmbeddedMediaExperienceEnabled(bool) = 0;
211 virtual void SetPagePopupsSuppressed(bool) = 0;
211 virtual void SetMinimumAccelerated2dCanvasSize(int) = 0; 212 virtual void SetMinimumAccelerated2dCanvasSize(int) = 0;
212 virtual void SetMinimumFontSize(int) = 0; 213 virtual void SetMinimumFontSize(int) = 0;
213 virtual void SetMinimumLogicalFontSize(int) = 0; 214 virtual void SetMinimumLogicalFontSize(int) = 0;
214 virtual void SetMockScrollbarsEnabled(bool) = 0; 215 virtual void SetMockScrollbarsEnabled(bool) = 0;
215 virtual void SetHideScrollbars(bool) = 0; 216 virtual void SetHideScrollbars(bool) = 0;
216 virtual void SetOfflineWebApplicationCacheEnabled(bool) = 0; 217 virtual void SetOfflineWebApplicationCacheEnabled(bool) = 0;
217 virtual void SetPassiveEventListenerDefault(PassiveEventListenerDefault) = 0; 218 virtual void SetPassiveEventListenerDefault(PassiveEventListenerDefault) = 0;
218 virtual void SetPasswordEchoDurationInSeconds(double) = 0; 219 virtual void SetPasswordEchoDurationInSeconds(double) = 0;
219 virtual void SetPasswordEchoEnabled(bool) = 0; 220 virtual void SetPasswordEchoEnabled(bool) = 0;
220 virtual void SetPerTilePaintingEnabled(bool) = 0; 221 virtual void SetPerTilePaintingEnabled(bool) = 0;
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 virtual void SetMediaControlsEnabled(bool) = 0; 305 virtual void SetMediaControlsEnabled(bool) = 0;
305 virtual void SetDoNotUpdateSelectionOnMutatingSelectionRange(bool) = 0; 306 virtual void SetDoNotUpdateSelectionOnMutatingSelectionRange(bool) = 0;
306 307
307 protected: 308 protected:
308 ~WebSettings() {} 309 ~WebSettings() {}
309 }; 310 };
310 311
311 } // namespace blink 312 } // namespace blink
312 313
313 #endif 314 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/tests/ChromeClientImplTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698