| Commit message (Expand) | Author | Age | Files | Lines |
* | Update uses of UTF conversions in chrome/common to use the base:: namespace. | avi@chromium.org | 2013-12-25 | 1 | -2/+3 |
* | Move directory creation functions to base namespace. | brettw@chromium.org | 2013-12-03 | 1 | -10/+10 |
* | Move Extension and PermissionsData to extensions/common. | yoz@chromium.org | 2013-11-15 | 1 | -1/+1 |
* | Move chrome/common/extensions/background_info.h to src/extensions | jamescook@chromium.org | 2013-11-09 | 1 | -109/+0 |
* | Move Feature and Manifest to top-level extensions. | yoz@chromium.org | 2013-08-22 | 1 | -1/+1 |
* | Rename extension_manifest_keys namespace to extensions::manifest_keys. | yoz@chromium.org | 2013-08-15 | 1 | -2/+2 |
* | Rename base::Delete to base::DeleteFile | brettw@chromium.org | 2013-07-16 | 1 | -1/+1 |
* | Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to... | brettw@chromium.org | 2013-07-15 | 1 | -11/+11 |
* | Move file_util::Delete to the base namespace | brettw@chromium.org | 2013-07-01 | 1 | -1/+1 |
* | Use a direct include of strings headers in chrome/common/, part 1. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in chrome/app/, chrome/commo... | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-02 | 1 | -20/+19 |
* | Clean up ifdef around FilePath creation | mrunal.kapade@intel.com | 2013-05-31 | 1 | -7/+2 |
* | Consolidate manifest handler registration. | yoz@chromium.org | 2013-05-06 | 1 | -21/+0 |
* | Move path functions from file_util to FilePath object. | brettw@chromium.org | 2013-04-12 | 1 | -1/+2 |
* | Move IconsHandler from c/c/e/api/ to c/c/e | rdevlin.cronin@chromium.org | 2013-04-12 | 1 | -1/+1 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Really fix build after r193020. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Move ContentScripts out of Extension | rdevlin.cronin@chromium.org | 2013-03-24 | 1 | -0/+2 |
* | Move CrxFile, FileReader, ExtensionResource to src/extensions. | yoz@chromium.org | 2013-03-23 | 1 | -2/+3 |
* | Allow _platform_specific as a name for a directory in extensions | asargent@chromium.org | 2013-03-21 | 1 | -2/+7 |
* | Let ManifestHandlers do file validation. | yoz@chromium.org | 2013-03-13 | 1 | -6/+6 |
* | Reenable tests that were disabled due to crashing on Vista Tests (3). | yoz@chromium.org | 2013-03-12 | 1 | -30/+1 |
* | Manifest handler for all keys background-related. | yoz@chromium.org | 2013-03-01 | 1 | -15/+10 |
* | Move Icons out of Extension class | rdevlin.cronin@chromium.org | 2013-02-27 | 1 | -0/+4 |
* | Change --load-extension flag so the extensions don't persist across restart. | mpcomplete@chromium.org | 2013-02-27 | 1 | -12/+12 |
* | Revert 184352 | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Add utf_string_conversions to base namespace. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Cleanup: Remove deprecated base::Value methods from chrome/common. Use base::... | thestig@chromium.org | 2013-02-14 | 1 | -12/+13 |
* | Move page action manifest parsing out of Extension; the first multi-key manif... | yoz@chromium.org | 2013-02-13 | 1 | -1/+8 |
* | Use base namespace for FilePath in chrome/common and content/common. | brettw@chromium.org | 2013-02-07 | 1 | -43/+47 |
* | Allow manifest handlers to declare keys they depend on that must be parsed be... | yoz@chromium.org | 2013-02-05 | 1 | -2/+2 |
* | Move Extension Location and Type enums to Manifest, and move InstallWarning t... | yoz@chromium.org | 2013-01-31 | 1 | -18/+20 |
* | Move default_locale out of Extension class. | MHX348@motorola.com | 2013-01-30 | 1 | -0/+4 |
* | Move BrowserAction out of Extension | rdevlin.cronin@chromium.org | 2013-01-28 | 1 | -16/+29 |
* | Move scoped_temp_dir from base to base/files | brettw@chromium.org | 2012-11-16 | 1 | -9/+9 |
* | First couple of steps of improving the extension/app update process. | mek@chromium.org | 2012-11-07 | 1 | -3/+21 |
* | Check zero-length icon files during extension validation. | mitchellwrosen@chromium.org | 2012-08-02 | 1 | -0/+42 |
* | Revert 142427 - Cleaning Up Extensions When Local Content Removed | yoz@chromium.org | 2012-06-19 | 1 | -0/+57 |
* | Cleaning Up Extensions When Local Content Removed | rdevlin.cronin@chromium.org | 2012-06-15 | 1 | -57/+0 |
* | From the 'no free lunch' department: Add a warning when developing an extensi... | aa@chromium.org | 2012-06-13 | 1 | -6/+10 |
* | Prevent developers from accidentally including their private keys in extensions. | jyasskin@chromium.org | 2012-06-01 | 1 | -3/+98 |
* | Remove Extension::STRICT_ERROR_CHECKS, it was never used. | aa@chromium.org | 2012-05-31 | 1 | -5/+5 |
* | Move Extension into extensions namespace | aa@chromium.org | 2012-05-21 | 1 | -0/+2 |
* | Add schema chrome-extension-resource:// for extension resources. It may be us... | penghuang@chromium.org | 2012-05-18 | 1 | -2/+68 |
* | Revert 137794 - Add schema chrome-extension-resource:// for extension resourc... | rsleevi@chromium.org | 2012-05-18 | 1 | -68/+2 |
* | Add schema chrome-extension-resource:// for extension resources. It may be us... | penghuang@chromium.org | 2012-05-18 | 1 | -2/+68 |
* | Revert 134062 (broke sync_integration_tests) - Cleaning Up Extensions When Lo... | szym@chromium.org | 2012-04-26 | 1 | -0/+57 |