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

Side by Side Diff: chrome/common/pref_names.cc

Issue 20101: Add a command line option --disable-web-security. People can use this option... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 10 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 | « chrome/common/pref_names.h ('k') | chrome/common/render_messages.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/common/pref_names.h" 5 #include "chrome/common/pref_names.h"
6 6
7 namespace prefs { 7 namespace prefs {
8 8
9 // *************** PROFILE PREFS *************** 9 // *************** PROFILE PREFS ***************
10 // These are attached to the user profile 10 // These are attached to the user profile
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 const wchar_t kWebKitFantasyFontFamily[] = 95 const wchar_t kWebKitFantasyFontFamily[] =
96 L"webkit.webprefs.fantasy_font_family"; 96 L"webkit.webprefs.fantasy_font_family";
97 const wchar_t kWebKitDefaultFontSize[] = L"webkit.webprefs.default_font_size"; 97 const wchar_t kWebKitDefaultFontSize[] = L"webkit.webprefs.default_font_size";
98 const wchar_t kWebKitDefaultFixedFontSize[] = 98 const wchar_t kWebKitDefaultFixedFontSize[] =
99 L"webkit.webprefs.default_fixed_font_size"; 99 L"webkit.webprefs.default_fixed_font_size";
100 const wchar_t kWebKitMinimumFontSize[] = L"webkit.webprefs.minimum_font_size"; 100 const wchar_t kWebKitMinimumFontSize[] = L"webkit.webprefs.minimum_font_size";
101 const wchar_t kWebKitMinimumLogicalFontSize[] = 101 const wchar_t kWebKitMinimumLogicalFontSize[] =
102 L"webkit.webprefs.minimum_logical_font_size"; 102 L"webkit.webprefs.minimum_logical_font_size";
103 const wchar_t kWebKitJavascriptEnabled[] = 103 const wchar_t kWebKitJavascriptEnabled[] =
104 L"webkit.webprefs.javascript_enabled"; 104 L"webkit.webprefs.javascript_enabled";
105 const wchar_t kWebKitWebSecurityEnabled[] =
106 L"webkit.webprefs.web_security_enabled";
105 const wchar_t kWebKitJavascriptCanOpenWindowsAutomatically[] = 107 const wchar_t kWebKitJavascriptCanOpenWindowsAutomatically[] =
106 L"webkit.webprefs.javascript_can_open_windows_automatically"; 108 L"webkit.webprefs.javascript_can_open_windows_automatically";
107 const wchar_t kWebKitLoadsImagesAutomatically[] = 109 const wchar_t kWebKitLoadsImagesAutomatically[] =
108 L"webkit.webprefs.loads_images_automatically"; 110 L"webkit.webprefs.loads_images_automatically";
109 const wchar_t kWebKitPluginsEnabled[] = L"webkit.webprefs.plugins_enabled"; 111 const wchar_t kWebKitPluginsEnabled[] = L"webkit.webprefs.plugins_enabled";
110 const wchar_t kWebKitDomPasteEnabled[] = L"webkit.webprefs.dom_paste_enabled"; 112 const wchar_t kWebKitDomPasteEnabled[] = L"webkit.webprefs.dom_paste_enabled";
111 const wchar_t kWebKitShrinksStandaloneImagesToFit[] = 113 const wchar_t kWebKitShrinksStandaloneImagesToFit[] =
112 L"webkit.webprefs.shrinks_standalone_images_to_fit"; 114 L"webkit.webprefs.shrinks_standalone_images_to_fit";
113 const wchar_t kWebKitDeveloperExtrasEnabled[] = 115 const wchar_t kWebKitDeveloperExtrasEnabled[] =
114 L"webkit.webprefs.developer_extras_enabled"; 116 L"webkit.webprefs.developer_extras_enabled";
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 L"user_experience_metrics.num_folders_on_bookmark_bar"; 452 L"user_experience_metrics.num_folders_on_bookmark_bar";
451 const wchar_t kNumBookmarksInOtherBookmarkFolder[] = 453 const wchar_t kNumBookmarksInOtherBookmarkFolder[] =
452 L"user_experience_metrics.num_bookmarks_in_other_bookmark_folder"; 454 L"user_experience_metrics.num_bookmarks_in_other_bookmark_folder";
453 const wchar_t kNumFoldersInOtherBookmarkFolder[] = 455 const wchar_t kNumFoldersInOtherBookmarkFolder[] =
454 L"user_experience_metrics.num_folders_in_other_bookmark_folder"; 456 L"user_experience_metrics.num_folders_in_other_bookmark_folder";
455 457
456 // Number of keywords. 458 // Number of keywords.
457 const wchar_t kNumKeywords[] = L"user_experience_metrics.num_keywords"; 459 const wchar_t kNumKeywords[] = L"user_experience_metrics.num_keywords";
458 460
459 } // namespace prefs 461 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/common/render_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698