summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension.h
Commit message (Expand)AuthorAgeFilesLines
* Try one more time to check in http://codereview.chromium.org/60112aa@chromium.org2009-04-081-3/+5
* Revert "Implement chromium.self in content scripts..."aa@chromium.org2009-04-071-5/+3
* Implement chromium.self in content scripts, so that developers don'taa@chromium.org2009-04-071-3/+5
* Make the "id" key for extension manifests optional inaa@chromium.org2009-03-311-6/+2
* Support for extensions permissions. This CL only contains, parsing, initializ...rafaelw@chromium.org2009-03-231-4/+15
* Allow multiple toolstrips in an extension.aa@chromium.org2009-03-211-4/+5
* Allow multiple js files per content script. Thanks to georged for making this...aa@chromium.org2009-03-201-1/+0
* Review URL: http://codereview.chromium.org/42288georged@chromium.org2009-03-181-2/+18
* Unrevert 11294.mpcomplete@google.com2009-03-101-34/+21
* Reverting 11294.mpcomplete@google.com2009-03-091-21/+34
* Support loading extensions into the bookmark toolbar.mpcomplete@google.com2009-03-091-34/+21
* Add trivial theming support in extensions.erikkay@google.com2009-03-041-3/+16
* Fix build break on linux (compiler warning).erikkay@google.com2009-02-261-1/+1
* Enforce new id format (hex str of sha-1)erikkay@google.com2009-02-261-0/+3
* Coalesce more hardcoded schemes to using predefined constants.brettw@chromium.org2009-02-261-8/+0
* Add NPAPI plugins contained in extensions to the PluginList.mpcomplete@google.com2009-02-211-0/+10
* Manifest renames.aa@chromium.org2009-02-191-10/+10
* Add early-injection capability to user scripts.aa@chromium.org2009-02-141-0/+6
* Simple installation of extensions using chrome.exe --install-extensionChanged...erikkay@google.com2009-01-291-4/+17
* Try again to commit r8486, which updates the manifestaa@chromium.org2009-01-231-14/+50
* Revert "Parse more user script info out of the manifest and expose"aa@chromium.org2009-01-221-50/+22
* Parse more user script info out of the manifest and exposeaa@chromium.org2009-01-221-22/+50
* Replace cases of Append(FILE_PATH_LITERAL()) with AppendASCII("").deanm@chromium.org2009-01-221-1/+1
* Add version to list of required fields. This is required prep work for exten...erikkay@google.com2009-01-121-0/+8
* Implement extension:// protocol.aa@chromium.org2008-12-241-0/+14
* Switch Extension over to UTF8 strings.scherkus@chromium.org2008-12-181-8/+8
* Report errors during extension load. Change all the error strings to utf-8.aa@chromium.org2008-12-081-8/+8
* Introduce ExtensionsService. Load extensions on startup from a directory inaa@chromium.org2008-12-051-14/+19
* Introduce Extension class that can serializer and deserialize from Valueaa@chromium.org2008-12-021-0/+71