| Commit message (Expand) | Author | Age | Files | Lines |
* | Move Extension and PermissionsData to extensions/common. | yoz@chromium.org | 2013-11-15 | 1 | -794/+0 |
* | Enable permission warnings from ManifestHandlers. | rpaquay@chromium.org | 2013-11-15 | 1 | -0/+1 |
* | Revert 232631 - Revert 232499 "Move ManifestHandler to top-level extensions." | yoz@chromium.org | 2013-11-06 | 1 | -1/+1 |
* | This CL broke the official builders. | karen@chromium.org | 2013-11-02 | 1 | -1/+1 |
* | Move ManifestHandler to top-level extensions. | yoz@chromium.org | 2013-11-01 | 1 | -1/+1 |
* | Move PermissionSet to top-level extensions. | yoz@chromium.org | 2013-10-29 | 1 | -1/+1 |
* | Extension cleanup: Move scripting whitelist to ExtensionsClient. | yoz@chromium.org | 2013-10-26 | 1 | -57/+0 |
* | Move extension_misc::UnloadedExtensionReason from extension_constants.h to Un... | yoz@chromium.org | 2013-10-23 | 1 | -1/+2 |
* | Move APIPermission, APIPermissionSet, PermissionsInfo to top-level extensions. | yoz@chromium.org | 2013-10-08 | 1 | -2/+2 |
* | When packing an extension, if generating a new key default to 2048 bits | mvrable@chromium.org | 2013-09-18 | 1 | -2/+0 |
* | Move the rest of extension_manifest_constants to top-level extensions/ | rdevlin.cronin@chromium.org | 2013-09-16 | 1 | -5/+5 |
* | Disable windows reserved characters and reserved names in manifest resources | Hokein.Wu@gmail.com | 2013-09-11 | 1 | -0/+16 |
* | Allow ChromeVox to have access to the web store again. | dtseng@chromium.org | 2013-09-06 | 1 | -1/+1 |
* | Added ability to process short_name property in manifest file | tmdiep@chromium.org | 2013-08-27 | 1 | -1/+19 |
* | Move Feature and Manifest to top-level extensions. | yoz@chromium.org | 2013-08-22 | 1 | -1/+1 |
* | Make sure that apps that are implementation details are not visible in the ma... | mek@chromium.org | 2013-08-16 | 1 | -10/+22 |
* | Rename extension_manifest_keys namespace to extensions::manifest_keys. | yoz@chromium.org | 2013-08-15 | 1 | -6/+8 |
* | Reland 213912 - Stop sending EXTENSION_UNLOADED notification when uninstallin... | yoz@chromium.org | 2013-08-03 | 1 | -1/+0 |
* | Use extension API features instead of kNonPermissionModulesNames. | mpcomplete@chromium.org | 2013-08-02 | 1 | -3/+3 |
* | Revert 213912 "Stop sending EXTENSION_UNLOADED notification when..." | yoz@chromium.org | 2013-07-29 | 1 | -0/+1 |
* | Stop sending EXTENSION_UNLOADED notification when uninstalling disabled exten... | yoz@chromium.org | 2013-07-26 | 1 | -1/+0 |
* | Move ".crx"/".pem" constants and extension_filenames constants into extension... | yoz@chromium.org | 2013-07-23 | 1 | -7/+1 |
* | Move UserScript and Extension switches to top-level extensions/. | yoz@chromium.org | 2013-07-19 | 1 | -1/+1 |
* | Move minimum_chrome_version checking to a manifest handler. | yoz@chromium.org | 2013-07-18 | 1 | -45/+0 |
* | Force "Allow in Incognito" to be checked for extensions that modify incognito... | DHNishi@gmail.com | 2013-07-10 | 1 | -0/+4 |
* | chrome: Migrate from googleurl/ includes to url/ ones. Part 3. | tfarina@chromium.org | 2013-07-04 | 1 | -1/+1 |
* | Make chrome/common and chrome/renderer use base namespace for Value. | brettw@chromium.org | 2013-06-18 | 1 | -7/+7 |
* | Use a direct include of strings headers in chrome/common/, part 1. | avi@chromium.org | 2013-06-11 | 1 | -3/+3 |
* | Move some extension manifest consistency checks to BackgroundManifestHandler. | yoz@chromium.org | 2013-06-08 | 1 | -39/+0 |
* | Use a direct include of utf_string_conversions.h in chrome/app/, chrome/commo... | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Pull sync type / syncability out of Extension. | yoz@chromium.org | 2013-06-05 | 1 | -57/+0 |
* | Move parsing of app.launch keys out of Extension. | yoz@chromium.org | 2013-06-05 | 1 | -216/+1 |
* | Move Extension::GetBasicInfo to a static helper. | yoz@chromium.org | 2013-06-04 | 1 | -23/+0 |
* | Move Extension::UpdatesFromGallery to ManifestURL. | yoz@chromium.org | 2013-06-04 | 1 | -6/+3 |
* | Move multiple UI surfaces check to PageActionHandler. | yoz@chromium.org | 2013-05-31 | 1 | -21/+0 |
* | Clean up ifdef around FilePath creation | mrunal.kapade@intel.com | 2013-05-31 | 1 | -5/+1 |
* | Move parsing of NaCl modules out of Extension. | yoz@chromium.org | 2013-05-30 | 1 | -42/+1 |
* | Windows: When an app is updated and its name changes, recreate shortcuts. | mgiuca@chromium.org | 2013-05-29 | 1 | -2/+4 |
* | Properly catch user scripts | rdevlin.cronin@chromium.org | 2013-05-23 | 1 | -3/+3 |
* | Make sure the google wallet in-app payment support app is always installed. | mek@chromium.org | 2013-05-23 | 1 | -0/+4 |
* | Move RuntimeData and related permissions out of Extension class | rdevlin.cronin@chromium.org | 2013-05-17 | 1 | -250/+5 |
* | Cleanup: Remove unneeded base/file_util.h includes in chrome. | thestig@chromium.org | 2013-05-15 | 1 | -1/+0 |
* | Remove the optional_permission_set, required_permission_set, and initial_api_... | rdevlin.cronin@chromium.org | 2013-05-09 | 1 | -280/+8 |
* | Support component v2 packaged apps in incognito mode | asargent@chromium.org | 2013-05-03 | 1 | -1/+2 |
* | Made it possible to tell whether an extension is being installed or updated. | mgiuca@chromium.org | 2013-05-03 | 1 | -3/+9 |
* | Move ThemeHandler from c/c/e/api; move GetBrowserImages() out of Extension class | rdevlin.cronin@chromium.org | 2013-04-19 | 1 | -51/+0 |
* | Move IconsHandler from c/c/e/api/ to c/c/e | rdevlin.cronin@chromium.org | 2013-04-12 | 1 | -3/+1 |
* | Load extensions features file separately when needed | cduvall@chromium.org | 2013-04-11 | 1 | -1/+1 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -2/+2 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -2/+2 |