summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension.cc
Commit message (Expand)AuthorAgeFilesLines
* Unrevert 11294.mpcomplete@google.com2009-03-101-0/+13
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* Reverting 11294.mpcomplete@google.com2009-03-091-13/+0
* Support loading extensions into the bookmark toolbar.mpcomplete@google.com2009-03-091-0/+13
* NO CODE CHANGE.maruel@google.com2009-03-051-11/+11
* Add trivial theming support in extensions.erikkay@google.com2009-03-041-0/+39
* revert broken change 10833nsylvain@chromium.org2009-03-031-17/+17
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-17/+17
* Revert dsh's change 10818nsylvain@chromium.org2009-03-031-17/+17
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-17/+17
* Fix ExtensionViewTest and reenable it.mpcomplete@google.com2009-03-031-0/+4
* Fix the linux modules build. Comparision between signed and unsigned integers.jhawkins@chromium.org2009-02-261-1/+1
* Enforce new id format (hex str of sha-1)erikkay@google.com2009-02-261-13/+7
* Coalesce more hardcoded schemes to using predefined constants.brettw@chromium.org2009-02-261-8/+4
* Add NPAPI plugins contained in extensions to the PluginList.mpcomplete@google.com2009-02-211-0/+13
* 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