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

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

Issue 2394653002: Disable download for overlay panel content (Closed)
Patch Set: rebase Created 4 years, 2 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/WebSettingsImpl.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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 virtual bool multiTargetTapNotificationEnabled() = 0; 173 virtual bool multiTargetTapNotificationEnabled() = 0;
174 virtual void setMultiTargetTapNotificationEnabled(bool) = 0; 174 virtual void setMultiTargetTapNotificationEnabled(bool) = 0;
175 virtual void setExperimentalWebGLEnabled(bool) = 0; 175 virtual void setExperimentalWebGLEnabled(bool) = 0;
176 virtual void setFantasyFontFamily(const WebString&, 176 virtual void setFantasyFontFamily(const WebString&,
177 UScriptCode = USCRIPT_COMMON) = 0; 177 UScriptCode = USCRIPT_COMMON) = 0;
178 virtual void setFixedFontFamily(const WebString&, 178 virtual void setFixedFontFamily(const WebString&,
179 UScriptCode = USCRIPT_COMMON) = 0; 179 UScriptCode = USCRIPT_COMMON) = 0;
180 virtual void setForcePreloadNoneForMediaElements(bool) = 0; 180 virtual void setForcePreloadNoneForMediaElements(bool) = 0;
181 virtual void setForceZeroLayoutHeight(bool) = 0; 181 virtual void setForceZeroLayoutHeight(bool) = 0;
182 virtual void setFullscreenSupported(bool) = 0; 182 virtual void setFullscreenSupported(bool) = 0;
183 virtual void setHideDownloadUI(bool) = 0;
183 virtual void setHistoryEntryRequiresUserGesture(bool) = 0; 184 virtual void setHistoryEntryRequiresUserGesture(bool) = 0;
184 virtual void setHyperlinkAuditingEnabled(bool) = 0; 185 virtual void setHyperlinkAuditingEnabled(bool) = 0;
185 virtual void setIgnoreMainFrameOverflowHiddenQuirk(bool) = 0; 186 virtual void setIgnoreMainFrameOverflowHiddenQuirk(bool) = 0;
186 virtual void setImageAnimationPolicy(ImageAnimationPolicy) = 0; 187 virtual void setImageAnimationPolicy(ImageAnimationPolicy) = 0;
187 virtual void setImagesEnabled(bool) = 0; 188 virtual void setImagesEnabled(bool) = 0;
188 virtual void setInlineTextBoxAccessibilityEnabled(bool) = 0; 189 virtual void setInlineTextBoxAccessibilityEnabled(bool) = 0;
189 virtual void setInertVisualViewport(bool) = 0; 190 virtual void setInertVisualViewport(bool) = 0;
190 virtual void setJavaScriptCanAccessClipboard(bool) = 0; 191 virtual void setJavaScriptCanAccessClipboard(bool) = 0;
191 virtual void setJavaScriptCanOpenWindowsAutomatically(bool) = 0; 192 virtual void setJavaScriptCanOpenWindowsAutomatically(bool) = 0;
192 virtual void setJavaScriptEnabled(bool) = 0; 193 virtual void setJavaScriptEnabled(bool) = 0;
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 virtual void setWideViewportQuirkEnabled(bool) = 0; 290 virtual void setWideViewportQuirkEnabled(bool) = 0;
290 virtual void setXSSAuditorEnabled(bool) = 0; 291 virtual void setXSSAuditorEnabled(bool) = 0;
291 292
292 protected: 293 protected:
293 ~WebSettings() {} 294 ~WebSettings() {}
294 }; 295 };
295 296
296 } // namespace blink 297 } // namespace blink
297 298
298 #endif 299 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/WebSettingsImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698