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

Side by Side Diff: chrome/common/extensions/extension_constants.h

Issue 412008: Introduce a new 'all_frames' property to content scripts and (Closed)
Patch Set: responses to comments Created 11 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
« no previous file with comments | « chrome/common/extensions/extension.cc ('k') | chrome/common/extensions/extension_constants.cc » ('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) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 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 #ifndef CHROME_COMMON_EXTENSIONS_EXTENSION_CONSTANTS_H_ 5 #ifndef CHROME_COMMON_EXTENSIONS_EXTENSION_CONSTANTS_H_
6 #define CHROME_COMMON_EXTENSIONS_EXTENSION_CONSTANTS_H_ 6 #define CHROME_COMMON_EXTENSIONS_EXTENSION_CONSTANTS_H_
7 7
8 // Keys used in JSON representation of extensions. 8 // Keys used in JSON representation of extensions.
9 namespace extension_manifest_keys { 9 namespace extension_manifest_keys {
10 extern const wchar_t* kAllFrames;
10 extern const wchar_t* kBackground; 11 extern const wchar_t* kBackground;
11 extern const wchar_t* kBrowserAction; 12 extern const wchar_t* kBrowserAction;
12 extern const wchar_t* kChromeURLOverrides; 13 extern const wchar_t* kChromeURLOverrides;
13 extern const wchar_t* kContentScripts; 14 extern const wchar_t* kContentScripts;
14 extern const wchar_t* kConvertedFromUserScript; 15 extern const wchar_t* kConvertedFromUserScript;
15 extern const wchar_t* kCss; 16 extern const wchar_t* kCss;
16 extern const wchar_t* kDefaultLocale; 17 extern const wchar_t* kDefaultLocale;
17 extern const wchar_t* kDescription; 18 extern const wchar_t* kDescription;
18 extern const wchar_t* kExcludeGlobs; 19 extern const wchar_t* kExcludeGlobs;
19 extern const wchar_t* kIcons; 20 extern const wchar_t* kIcons;
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 extern const char* kInvalidMatchCount; 83 extern const char* kInvalidMatchCount;
83 extern const char* kInvalidMatch; 84 extern const char* kInvalidMatch;
84 extern const char* kInvalidMatches; 85 extern const char* kInvalidMatches;
85 extern const char* kInvalidName; 86 extern const char* kInvalidName;
86 extern const char* kInvalidPlugins; 87 extern const char* kInvalidPlugins;
87 extern const char* kInvalidPluginsPath; 88 extern const char* kInvalidPluginsPath;
88 extern const char* kInvalidPluginsPublic; 89 extern const char* kInvalidPluginsPublic;
89 extern const char* kInvalidPrivacyBlacklists; 90 extern const char* kInvalidPrivacyBlacklists;
90 extern const char* kInvalidPrivacyBlacklistsPath; 91 extern const char* kInvalidPrivacyBlacklistsPath;
91 92
93 extern const char* kInvalidAllFrames;
92 extern const char* kInvalidBackground; 94 extern const char* kInvalidBackground;
93 extern const char* kInvalidRunAt; 95 extern const char* kInvalidRunAt;
94 extern const char* kInvalidSignature; 96 extern const char* kInvalidSignature;
95 extern const char* kInvalidToolstrip; 97 extern const char* kInvalidToolstrip;
96 extern const char* kInvalidToolstrips; 98 extern const char* kInvalidToolstrips;
97 extern const char* kInvalidVersion; 99 extern const char* kInvalidVersion;
98 extern const char* kInvalidPageAction; 100 extern const char* kInvalidPageAction;
99 extern const char* kInvalidPageActionName; 101 extern const char* kInvalidPageActionName;
100 extern const char* kInvalidPageActionsList; 102 extern const char* kInvalidPageActionsList;
101 extern const char* kInvalidPageActionsListSize; 103 extern const char* kInvalidPageActionsListSize;
(...skipping 22 matching lines...) Expand all
124 extern const char* kInvalidDefaultLocale; 126 extern const char* kInvalidDefaultLocale;
125 extern const char* kLocalesNoDefaultLocaleSpecified; 127 extern const char* kLocalesNoDefaultLocaleSpecified;
126 extern const char* kLocalesNoDefaultMessages; 128 extern const char* kLocalesNoDefaultMessages;
127 extern const char* kLocalesNoValidLocaleNamesListed; 129 extern const char* kLocalesNoValidLocaleNamesListed;
128 extern const char* kLocalesTreeMissing; 130 extern const char* kLocalesTreeMissing;
129 extern const char* kLocalesMessagesFileMissing; 131 extern const char* kLocalesMessagesFileMissing;
130 extern const char* kInvalidOptionsPage; 132 extern const char* kInvalidOptionsPage;
131 } // namespace extension_manifest_errors 133 } // namespace extension_manifest_errors
132 134
133 #endif // CHROME_COMMON_EXTENSIONS_EXTENSION_CONSTANTS_H_ 135 #endif // CHROME_COMMON_EXTENSIONS_EXTENSION_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/common/extensions/extension.cc ('k') | chrome/common/extensions/extension_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698