summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension.cc
Commit message (Expand)AuthorAgeFilesLines
* Move Extension and PermissionsData to extensions/common.yoz@chromium.org2013-11-151-794/+0
* Enable permission warnings from ManifestHandlers.rpaquay@chromium.org2013-11-151-0/+1
* Revert 232631 - Revert 232499 "Move ManifestHandler to top-level extensions."yoz@chromium.org2013-11-061-1/+1
* This CL broke the official builders.karen@chromium.org2013-11-021-1/+1
* Move ManifestHandler to top-level extensions.yoz@chromium.org2013-11-011-1/+1
* Move PermissionSet to top-level extensions.yoz@chromium.org2013-10-291-1/+1
* Extension cleanup: Move scripting whitelist to ExtensionsClient.yoz@chromium.org2013-10-261-57/+0
* Move extension_misc::UnloadedExtensionReason from extension_constants.h to Un...yoz@chromium.org2013-10-231-1/+2
* Move APIPermission, APIPermissionSet, PermissionsInfo to top-level extensions.yoz@chromium.org2013-10-081-2/+2
* When packing an extension, if generating a new key default to 2048 bitsmvrable@chromium.org2013-09-181-2/+0
* Move the rest of extension_manifest_constants to top-level extensions/rdevlin.cronin@chromium.org2013-09-161-5/+5
* Disable windows reserved characters and reserved names in manifest resourcesHokein.Wu@gmail.com2013-09-111-0/+16
* Allow ChromeVox to have access to the web store again.dtseng@chromium.org2013-09-061-1/+1
* Added ability to process short_name property in manifest filetmdiep@chromium.org2013-08-271-1/+19
* Move Feature and Manifest to top-level extensions.yoz@chromium.org2013-08-221-1/+1
* Make sure that apps that are implementation details are not visible in the ma...mek@chromium.org2013-08-161-10/+22
* Rename extension_manifest_keys namespace to extensions::manifest_keys.yoz@chromium.org2013-08-151-6/+8
* Reland 213912 - Stop sending EXTENSION_UNLOADED notification when uninstallin...yoz@chromium.org2013-08-031-1/+0
* Use extension API features instead of kNonPermissionModulesNames.mpcomplete@chromium.org2013-08-021-3/+3
* Revert 213912 "Stop sending EXTENSION_UNLOADED notification when..."yoz@chromium.org2013-07-291-0/+1
* Stop sending EXTENSION_UNLOADED notification when uninstalling disabled exten...yoz@chromium.org2013-07-261-1/+0
* Move ".crx"/".pem" constants and extension_filenames constants into extension...yoz@chromium.org2013-07-231-7/+1
* Move UserScript and Extension switches to top-level extensions/.yoz@chromium.org2013-07-191-1/+1
* Move minimum_chrome_version checking to a manifest handler.yoz@chromium.org2013-07-181-45/+0
* Force "Allow in Incognito" to be checked for extensions that modify incognito...DHNishi@gmail.com2013-07-101-0/+4
* chrome: Migrate from googleurl/ includes to url/ ones. Part 3.tfarina@chromium.org2013-07-041-1/+1
* Make chrome/common and chrome/renderer use base namespace for Value.brettw@chromium.org2013-06-181-7/+7
* Use a direct include of strings headers in chrome/common/, part 1.avi@chromium.org2013-06-111-3/+3
* Move some extension manifest consistency checks to BackgroundManifestHandler.yoz@chromium.org2013-06-081-39/+0
* Use a direct include of utf_string_conversions.h in chrome/app/, chrome/commo...avi@chromium.org2013-06-071-1/+1
* Pull sync type / syncability out of Extension.yoz@chromium.org2013-06-051-57/+0
* Move parsing of app.launch keys out of Extension.yoz@chromium.org2013-06-051-216/+1
* Move Extension::GetBasicInfo to a static helper.yoz@chromium.org2013-06-041-23/+0
* Move Extension::UpdatesFromGallery to ManifestURL.yoz@chromium.org2013-06-041-6/+3
* Move multiple UI surfaces check to PageActionHandler.yoz@chromium.org2013-05-311-21/+0
* Clean up ifdef around FilePath creationmrunal.kapade@intel.com2013-05-311-5/+1
* Move parsing of NaCl modules out of Extension.yoz@chromium.org2013-05-301-42/+1
* Windows: When an app is updated and its name changes, recreate shortcuts.mgiuca@chromium.org2013-05-291-2/+4
* Properly catch user scriptsrdevlin.cronin@chromium.org2013-05-231-3/+3
* Make sure the google wallet in-app payment support app is always installed.mek@chromium.org2013-05-231-0/+4
* Move RuntimeData and related permissions out of Extension classrdevlin.cronin@chromium.org2013-05-171-250/+5
* Cleanup: Remove unneeded base/file_util.h includes in chrome.thestig@chromium.org2013-05-151-1/+0
* Remove the optional_permission_set, required_permission_set, and initial_api_...rdevlin.cronin@chromium.org2013-05-091-280/+8
* Support component v2 packaged apps in incognito modeasargent@chromium.org2013-05-031-1/+2
* Made it possible to tell whether an extension is being installed or updated.mgiuca@chromium.org2013-05-031-3/+9
* Move ThemeHandler from c/c/e/api; move GetBrowserImages() out of Extension classrdevlin.cronin@chromium.org2013-04-191-51/+0
* Move IconsHandler from c/c/e/api/ to c/c/erdevlin.cronin@chromium.org2013-04-121-3/+1
* Load extensions features file separately when neededcduvall@chromium.org2013-04-111-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-2/+2
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-2/+2