| Commit message (Expand) | Author | Age | Files | Lines |
* | Move most of extension_file_util.cc into extensions/common/file_util.cc | jamescook@chromium.org | 2014-04-15 | 1 | -302/+2 |
* | Move extensions manifest IconsHandler to //extensions | jamescook@chromium.org | 2014-04-09 | 1 | -31/+1 |
* | Move core extensions l10n code to //extensions | rockot@chromium.org | 2014-04-08 | 1 | -57/+1 |
* | Move extension_icon_set.{h,cc} to //extensions | rockot@chromium.org | 2014-04-07 | 1 | -1/+1 |
* | Resubmit: Remove ExtensionService Garbage-Collecting methods. | rdevlin.cronin@chromium.org | 2014-04-02 | 1 | -83/+3 |
* | Revert of Remove ExtensionService Garbage-Collecting methods. (https://codere... | dalecurtis@chromium.org | 2014-03-28 | 1 | -3/+83 |
* | Remove ExtensionService Garbage-Collecting methods. | rdevlin.cronin@chromium.org | 2014-03-28 | 1 | -83/+3 |
* | Revert 257524 "Move IsStringASCII/UTF8 to base namespace." | brettw@chromium.org | 2014-03-17 | 1 | -1/+1 |
* | Move IsStringASCII/UTF8 to base namespace. | brettw@chromium.org | 2014-03-17 | 1 | -1/+1 |
* | Move UTF16ToASCII, remove WideToASCII. | brettw@chromium.org | 2014-03-14 | 1 | -1/+1 |
* | Move extension_messages.h to extensions/common. | derat@chromium.org | 2014-03-13 | 1 | -1/+1 |
* | When installations are in progress only delay cleaning up of Temp directory, ... | mek@chromium.org | 2014-01-14 | 1 | -2/+4 |
* | Update uses of UTF conversions in chrome/common to use the base:: namespace. | avi@chromium.org | 2013-12-25 | 1 | -1/+1 |
* | Fix leading-underscore-filename error message on Windows. | yoz@chromium.org | 2013-12-23 | 1 | -1/+1 |
* | Move GetFileSize, NormalizeFilePath to base namespace | brettw@chromium.org | 2013-12-04 | 1 | -1/+1 |
* | Move directory creation functions to base namespace. | brettw@chromium.org | 2013-12-03 | 1 | -2/+2 |
* | 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 | -44/+0 |
* | 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 the rest of extension_manifest_constants to top-level extensions/ | rdevlin.cronin@chromium.org | 2013-09-16 | 1 | -2/+2 |
* | Move ReadFileToString to the base namespace. | brettw@chromium.org | 2013-08-30 | 1 | -1/+1 |
* | Move Feature and Manifest to top-level extensions. | yoz@chromium.org | 2013-08-22 | 1 | -1/+1 |
* | Make having a reserved file/folder name when installing a packed extension a ... | DHNishi@gmail.com | 2013-08-21 | 1 | -4/+5 |
* | Add a "key" entry to InstallWarnings, remove InstallWarning::Format | rdevlin.cronin@chromium.org | 2013-08-15 | 1 | -1/+0 |
* | Move ".crx"/".pem" constants and extension_filenames constants into extension... | yoz@chromium.org | 2013-07-23 | 1 | -2/+1 |
* | Rename base::Delete to base::DeleteFile | brettw@chromium.org | 2013-07-16 | 1 | -6/+6 |
* | Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to... | brettw@chromium.org | 2013-07-15 | 1 | -3/+3 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 1 | -7/+7 |
* | Move DeleteAfterReboot, Move, and ReplaceFile to base namespace | brettw@chromium.org | 2013-07-01 | 1 | -2/+2 |
* | Move file_util::Delete to the base namespace | brettw@chromium.org | 2013-07-01 | 1 | -6/+6 |
* | Make chrome/common and chrome/renderer use base namespace for Value. | brettw@chromium.org | 2013-06-18 | 1 | -6/+7 |
* | Use a direct include of strings headers in chrome/common/, part 1. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-06-08 | 1 | -10/+10 |
* | Use a direct include of utf_string_conversions.h in chrome/app/, chrome/commo... | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Clean up ifdef around FilePath creation | mrunal.kapade@intel.com | 2013-05-31 | 1 | -9/+1 |
* | Revert 198820 "Move FileEnumerator to its own file, do some refa..." | dbeam@chromium.org | 2013-05-08 | 1 | -10/+10 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-05-07 | 1 | -10/+10 |
* | Move ThemeHandler from c/c/e/api; move GetBrowserImages() out of Extension class | rdevlin.cronin@chromium.org | 2013-04-19 | 1 | -0/+44 |
* | Move path functions from file_util to FilePath object. | brettw@chromium.org | 2013-04-12 | 1 | -4/+4 |
* | Move ContentScripts out of Extension | rdevlin.cronin@chromium.org | 2013-03-24 | 1 | -64/+0 |
* | Move CrxFile, FileReader, ExtensionResource to src/extensions. | yoz@chromium.org | 2013-03-23 | 1 | -6/+7 |
* | Allow _platform_specific as a name for a directory in extensions | asargent@chromium.org | 2013-03-21 | 1 | -0/+1 |
* | Let ManifestHandlers do file validation. | yoz@chromium.org | 2013-03-13 | 1 | -210/+22 |
* | Move Plugins out of Extension class | rdevlin.cronin@chromium.org | 2013-03-08 | 1 | -8/+14 |
* | Manifest handler for all keys background-related. | yoz@chromium.org | 2013-03-01 | 1 | -8/+9 |
* | Move Icons out of Extension class | rdevlin.cronin@chromium.org | 2013-02-27 | 1 | -2/+3 |
* | 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 |