summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension.cc
Commit message (Expand)AuthorAgeFilesLines
* Complain when an extension does not contain a user script it claims to.aa@chromium.org2009-02-201-2/+2
* Manifest renames.aa@chromium.org2009-02-191-34/+34
* Add early-injection capability to user scripts.aa@chromium.org2009-02-141-0/+23
* Integrate URLPattern with Extension user scripts.aa@chromium.org2009-02-051-7/+15
* Simple installation of extensions using chrome.exe --install-extensionChanged...erikkay@google.com2009-01-291-3/+44
* Try again to commit r8486, which updates the manifestaa@chromium.org2009-01-231-52/+179
* Revert "Parse more user script info out of the manifest and expose"aa@chromium.org2009-01-221-176/+52
* Parse more user script info out of the manifest and exposeaa@chromium.org2009-01-221-52/+176
* Replace cases of Append(FILE_PATH_LITERAL()) with AppendASCII("").deanm@chromium.org2009-01-221-2/+1
* Add version to list of required fields. This is required prep work for exten...erikkay@google.com2009-01-121-1/+13
* Switch Extension over to UTF8 strings.scherkus@chromium.org2008-12-181-1/+1
* Report errors during extension load. Change all the error strings to utf-8.aa@chromium.org2008-12-081-16/+16
* Fixed a bogus initialization of string constants. The stack allocated string...erikkay@google.com2008-12-051-12/+6
* Introduce ExtensionsService. Load extensions on startup from a directory inaa@chromium.org2008-12-051-18/+23
* Introduce Extension class that can serializer and deserialize from Valueaa@chromium.org2008-12-021-0/+115