summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_file_util.cc
Commit message (Expand)AuthorAgeFilesLines
* ExtensionResource::GetFilePath returns empty path if itfinnur@chromium.org2009-11-111-4/+6
* Filter out hidden files, both when loading extensions and whenaa@chromium.org2009-10-281-1/+2
* Fix bug where many extensions don't install due to sandbox.aa@chromium.org2009-10-271-1/+1
* Fixes bug introduced in r28333, where we were checking if path.empty() instea...cira@chromium.org2009-10-271-9/+20
* Replace ExtensionAction with ExtensionAction2.aa@chromium.org2009-10-271-2/+2
* Move page actions over to ExtensionAction2 and get rid ofaa@chromium.org2009-10-271-8/+10
* Refactor BrowserActions, and add support foraa@chromium.org2009-10-241-4/+4
* Implementing better fallback algorithm.cira@chromium.org2009-10-211-0/+1
* Minimize dependency of user scripts.mad@chromium.org2009-10-201-4/+6
* More style nits.erg@google.com2009-10-141-1/+1
* Update page action manifest parsing to match the new format.mpcomplete@chromium.org2009-10-131-4/+2
* Improve error messages when a manifest is not readable or not valid JSON.aa@chromium.org2009-10-091-2/+14
* Loads local resources from current locale subtree if available, if not it fal...cira@chromium.org2009-10-071-7/+9
* Moving ContextualAction class to common/extensions and in the process renamin...finnur@chromium.org2009-09-281-4/+4
* Implement Browser Actions extensions.finnur@chromium.org2009-09-261-3/+17
* Actually run directory validation code on install.aa@chromium.org2009-09-251-2/+2
* CL is the same as http://codereview.chromium.org/173487, but had to be moved ...cira@chromium.org2009-09-181-19/+46
* Get rid of the extension's "Current Version" file.mpcomplete@chromium.org2009-08-201-117/+57
* This change enables Chrome to load locale information for the extension. It d...cira@chromium.org2009-08-191-0/+60
* Lands <http://codereview.chromium.org/165297> for thiago.farina@gmail.com.hbono@chromium.org2009-08-191-1/+1
* Add privacy_blacklists key to extension manifest and validate it.phajdan.jr@chromium.org2009-08-131-0/+12
* extensions: clean up some code I saw while tracking down a bugevan@chromium.org2009-08-051-4/+3
* Implement first cut at the extension installation prompt on Windows.aa@chromium.org2009-08-041-5/+4
* Put the null pointer check for theme images before we use thetc@google.com2009-08-031-1/+1
* Pull all the filesystem manipulation out ofaa@chromium.org2009-07-281-0/+342