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

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

Issue 453813003: Remove the needsSiteSpecificQuirks setting (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 4 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
« no previous file with comments | « Source/core/frame/Settings.in ('k') | Source/web/WebSettingsImpl.cpp » ('j') | 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 virtual void setLocalStorageEnabled(bool) OVERRIDE; 106 virtual void setLocalStorageEnabled(bool) OVERRIDE;
107 virtual void setMainFrameClipsContent(bool) OVERRIDE; 107 virtual void setMainFrameClipsContent(bool) OVERRIDE;
108 virtual void setMainFrameResizesAreOrientationChanges(bool) OVERRIDE; 108 virtual void setMainFrameResizesAreOrientationChanges(bool) OVERRIDE;
109 virtual void setMaxTouchPoints(int) OVERRIDE; 109 virtual void setMaxTouchPoints(int) OVERRIDE;
110 virtual void setMediaControlsOverlayPlayButtonEnabled(bool) OVERRIDE; 110 virtual void setMediaControlsOverlayPlayButtonEnabled(bool) OVERRIDE;
111 virtual void setMediaPlaybackRequiresUserGesture(bool) OVERRIDE; 111 virtual void setMediaPlaybackRequiresUserGesture(bool) OVERRIDE;
112 virtual void setMinimumAccelerated2dCanvasSize(int) OVERRIDE; 112 virtual void setMinimumAccelerated2dCanvasSize(int) OVERRIDE;
113 virtual void setMinimumFontSize(int) OVERRIDE; 113 virtual void setMinimumFontSize(int) OVERRIDE;
114 virtual void setMinimumLogicalFontSize(int) OVERRIDE; 114 virtual void setMinimumLogicalFontSize(int) OVERRIDE;
115 virtual void setMockScrollbarsEnabled(bool) OVERRIDE; 115 virtual void setMockScrollbarsEnabled(bool) OVERRIDE;
116 virtual void setNeedsSiteSpecificQuirks(bool) OVERRIDE;
117 virtual void setOfflineWebApplicationCacheEnabled(bool) OVERRIDE; 116 virtual void setOfflineWebApplicationCacheEnabled(bool) OVERRIDE;
118 virtual void setOpenGLMultisamplingEnabled(bool) OVERRIDE; 117 virtual void setOpenGLMultisamplingEnabled(bool) OVERRIDE;
119 virtual void setPasswordEchoDurationInSeconds(double) OVERRIDE; 118 virtual void setPasswordEchoDurationInSeconds(double) OVERRIDE;
120 virtual void setPasswordEchoEnabled(bool) OVERRIDE; 119 virtual void setPasswordEchoEnabled(bool) OVERRIDE;
121 virtual void setPerTilePaintingEnabled(bool) OVERRIDE; 120 virtual void setPerTilePaintingEnabled(bool) OVERRIDE;
122 virtual void setPictographFontFamily(const WebString&, UScriptCode = USCRIPT _COMMON) OVERRIDE; 121 virtual void setPictographFontFamily(const WebString&, UScriptCode = USCRIPT _COMMON) OVERRIDE;
123 virtual void setPinchOverlayScrollbarThickness(int) OVERRIDE; 122 virtual void setPinchOverlayScrollbarThickness(int) OVERRIDE;
124 virtual void setPinchVirtualViewportEnabled(bool) OVERRIDE; 123 virtual void setPinchVirtualViewportEnabled(bool) OVERRIDE;
125 virtual void setPluginsEnabled(bool) OVERRIDE; 124 virtual void setPluginsEnabled(bool) OVERRIDE;
126 virtual void setRenderVSyncNotificationEnabled(bool) OVERRIDE; 125 virtual void setRenderVSyncNotificationEnabled(bool) OVERRIDE;
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 // This quirk is to maintain compatibility with Android apps built on 206 // This quirk is to maintain compatibility with Android apps built on
208 // the Android SDK prior to and including version 18. Presumably, this 207 // the Android SDK prior to and including version 18. Presumably, this
209 // can be removed any time after 2015. See http://crbug.com/313754. 208 // can be removed any time after 2015. See http://crbug.com/313754.
210 bool m_clobberUserAgentInitialScaleQuirk; 209 bool m_clobberUserAgentInitialScaleQuirk;
211 bool m_mainFrameResizesAreOrientationChanges; 210 bool m_mainFrameResizesAreOrientationChanges;
212 }; 211 };
213 212
214 } // namespace blink 213 } // namespace blink
215 214
216 #endif 215 #endif
OLDNEW
« no previous file with comments | « Source/core/frame/Settings.in ('k') | Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698