| Commit message (Expand) | Author | Age | Files | Lines |
* | Generalize crypto::SignatureCreator to allow choice of hash function, so as t... | dougsteed | 2014-09-19 | 1 | -1/+2 |
* | Change base/file_utils.h includes to base/files/file_utils.h in chrome/ | thestig | 2014-08-26 | 1 | -1/+1 |
* | Use a qualified path for chromium_strings, google_chrome_strings, and generat... | thestig@chromium.org | 2014-08-22 | 1 | -1/+1 |
* | Extensions: Move id_util functions to crx_file component. | tommycli@chromium.org | 2014-08-21 | 1 | -2/+2 |
* | Componentize component_updater: Split crx_file code off into its own component. | tommycli@chromium.org | 2014-08-15 | 1 | -5/+5 |
* | Remove base/memory/scoped_handle.h | brettw@chromium.org | 2014-06-10 | 1 | -5/+5 |
* | Move most of extension_file_util.cc into extensions/common/file_util.cc | jamescook@chromium.org | 2014-04-15 | 1 | -7/+6 |
* | Move WriteFile and WriteFileDescriptor from file_util to base namespace. | brettw@chromium.org | 2014-03-06 | 1 | -1/+1 |
* | Revert 239400 "Revert 239280 "Move more file_util functions to b..." | thakis@chromium.org | 2013-12-08 | 1 | -3/+3 |
* | Revert 239280 "Move more file_util functions to base namespace." | thakis@chromium.org | 2013-12-08 | 1 | -3/+3 |
* | Move more file_util functions to base namespace. | brettw@chromium.org | 2013-12-07 | 1 | -3/+3 |
* | Move Extension and PermissionsData to extensions/common. | yoz@chromium.org | 2013-11-15 | 1 | -1/+1 |
* | When packing an extension, if generating a new key default to 2048 bits | mvrable@chromium.org | 2013-09-18 | 1 | -1/+1 |
* | Move ReadFileToString to the base namespace. | brettw@chromium.org | 2013-08-30 | 1 | -2/+1 |
* | Fix a bug where packing an extension with bad private key causes crash. | DHNishi@gmail.com | 2013-07-31 | 1 | -1/+5 |
* | Rename base::Delete to base::DeleteFile | brettw@chromium.org | 2013-07-16 | 1 | -2/+2 |
* | Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to... | brettw@chromium.org | 2013-07-15 | 1 | -1/+1 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 1 | -5/+5 |
* | Move file_util::Delete to the base namespace | brettw@chromium.org | 2013-07-01 | 1 | -2/+2 |
* | Use a direct include of strings headers in chrome/browser/extensions/, part 3. | avi@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | Move components/zip to third_party/zip | alecflett@chromium.org | 2013-05-03 | 1 | -1/+1 |
* | Revert "Move components/zip to third_party/zip", which broke linux and androi... | mattm@chromium.org | 2013-05-02 | 1 | -1/+1 |
* | Move components/zip to third_party/zip | alecflett@chromium.org | 2013-05-02 | 1 | -1/+1 |
* | Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>. | erg@chromium.org | 2013-04-17 | 1 | -3/+3 |
* | Move path functions from file_util to FilePath object. | brettw@chromium.org | 2013-04-12 | 1 | -2/+3 |
* | [components] Make zip a component so that src/chromeos can use it. | phajdan.jr@chromium.org | 2013-04-08 | 1 | -1/+1 |
* | Rewrite scoped_array<T> to scoped_ptr<T[]> in chrome, Linux edition. | dcheng@chromium.org | 2013-04-06 | 1 | -2/+2 |
* | Move CrxFile, FileReader, ExtensionResource to src/extensions. | yoz@chromium.org | 2013-03-23 | 1 | -4/+3 |
* | Merge branch 'master' into file_path_browser | brettw@chromium.org | 2013-02-10 | 1 | -20/+20 |
* | Move Extension Location and Type enums to Manifest, and move InstallWarning t... | yoz@chromium.org | 2013-01-31 | 1 | -1/+1 |
* | Move scoped_temp_dir from base to base/files | brettw@chromium.org | 2012-11-16 | 1 | -2/+2 |
* | Disallow packing or loading unpacked manifest v1 extensions. | aa@chromium.org | 2012-09-02 | 1 | -3/+11 |
* | Move ExtensionCreator and ExtensionCreatorFilter into extensions namespace | rdevlin.cronin@chromium.org | 2012-07-11 | 1 | -2/+4 |
* | Refactor CRX file header into SandboxedExtensionHeader. | pkl@chromium.org | 2012-06-26 | 1 | -9/+9 |
* | Prevent developers from accidentally including their private keys in extensions. | jyasskin@chromium.org | 2012-06-01 | 1 | -1/+1 |
* | Remove Extension::STRICT_ERROR_CHECKS, it was never used. | aa@chromium.org | 2012-05-31 | 1 | -1/+1 |
* | Move Extension into extensions namespace | aa@chromium.org | 2012-05-21 | 1 | -0/+2 |
* | Allow extensions to be packed where the resources are symlinks. | agl@chromium.org | 2012-04-20 | 1 | -5/+6 |
* | Use less temporary extension IDs during pack and unpack. | jstritar@chromium.org | 2012-02-15 | 1 | -11/+29 |
* | Warn before overwriting CRX files in extension pack UI. | aa@chromium.org | 2012-01-08 | 1 | -4/+19 |
* | Revert 116407 - Update Extension Pack UI to warn before overwriting existing CRX | mrossetti@chromium.org | 2012-01-05 | 1 | -20/+5 |
* | Update Extension Pack UI to warn before overwriting existing CRX | aa@chromium.org | 2012-01-04 | 1 | -5/+20 |
* | Put zip functions into 'zip' namespace. | satorux@chromium.org | 2011-10-26 | 1 | -1/+1 |
* | Improve extension packaging by filtering more kinds of files. | miket@chromium.org | 2011-09-07 | 1 | -1/+7 |
* | Fix a crash in the Extension Creator when crx is in use. | finnur@chromium.org | 2011-08-16 | 1 | -0/+4 |
* | Move scoped_temp_dir and scoped_native_library back from base/memory to base. | thakis@chromium.org | 2011-05-19 | 1 | -4/+4 |
* | Move crypto files out of base, to a top level directory. | rvargas@google.com | 2011-04-14 | 1 | -12/+12 |
* | Replace bools in extension creation with flags. | mihaip@chromium.org | 2011-03-29 | 1 | -2/+1 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -3/+3 |
* | Path to extension directory to be packed must be absolute. | skerner@chromium.org | 2011-03-11 | 1 | -1/+8 |