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

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

Issue 66383005: Remove the concept of user stylesheets. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix WebFrameCSSCallbackTest tests Created 7 years, 1 month 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/web/WebDocument.cpp ('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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 virtual void setSupportsMultipleWindows(bool); 160 virtual void setSupportsMultipleWindows(bool);
161 virtual void setSyncXHRInDocumentsEnabled(bool); 161 virtual void setSyncXHRInDocumentsEnabled(bool);
162 virtual void setTextAreasAreResizable(bool); 162 virtual void setTextAreasAreResizable(bool);
163 virtual void setTextAutosizingEnabled(bool); 163 virtual void setTextAutosizingEnabled(bool);
164 virtual void setTextAutosizingFontScaleFactor(float); 164 virtual void setTextAutosizingFontScaleFactor(float);
165 virtual void setTouchDragDropEnabled(bool); 165 virtual void setTouchDragDropEnabled(bool);
166 virtual void setTouchEditingEnabled(bool); 166 virtual void setTouchEditingEnabled(bool);
167 virtual void setThreadedHTMLParser(bool); 167 virtual void setThreadedHTMLParser(bool);
168 virtual void setUnifiedTextCheckerEnabled(bool); 168 virtual void setUnifiedTextCheckerEnabled(bool);
169 virtual void setUnsafePluginPastingEnabled(bool); 169 virtual void setUnsafePluginPastingEnabled(bool);
170 virtual void setUserStyleSheetLocation(const WebURL&);
171 virtual void setUsesEncodingDetector(bool); 170 virtual void setUsesEncodingDetector(bool);
172 virtual void setUseLegacyBackgroundSizeShorthandBehavior(bool); 171 virtual void setUseLegacyBackgroundSizeShorthandBehavior(bool);
173 virtual void setUseSolidColorScrollbars(bool); 172 virtual void setUseSolidColorScrollbars(bool);
174 virtual void setUseWideViewport(bool); 173 virtual void setUseWideViewport(bool);
175 virtual void setValidationMessageTimerMagnification(int); 174 virtual void setValidationMessageTimerMagnification(int);
176 virtual void setViewportEnabled(bool); 175 virtual void setViewportEnabled(bool);
177 virtual void setViewportMetaEnabled(bool); 176 virtual void setViewportMetaEnabled(bool);
178 virtual void setViewportMetaLayoutSizeQuirk(bool); 177 virtual void setViewportMetaLayoutSizeQuirk(bool);
179 virtual void setViewportMetaMergeContentQuirk(bool); 178 virtual void setViewportMetaMergeContentQuirk(bool);
180 virtual void setViewportMetaNonUserScalableQuirk(bool); 179 virtual void setViewportMetaNonUserScalableQuirk(bool);
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 // the Android SDK prior to and including version 18. Presumably, this 223 // the Android SDK prior to and including version 18. Presumably, this
225 // can be removed any time after 2015. See http://crbug.com/313754. 224 // can be removed any time after 2015. See http://crbug.com/313754.
226 bool m_clobberUserAgentInitialScaleQuirk; 225 bool m_clobberUserAgentInitialScaleQuirk;
227 int m_pinchOverlayScrollbarThickness; 226 int m_pinchOverlayScrollbarThickness;
228 bool m_mainFrameResizesAreOrientationChanges; 227 bool m_mainFrameResizesAreOrientationChanges;
229 }; 228 };
230 229
231 } // namespace blink 230 } // namespace blink
232 231
233 #endif 232 #endif
OLDNEW
« no previous file with comments | « Source/web/WebDocument.cpp ('k') | Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698