summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension.cc
Commit message (Expand)AuthorAgeFilesLines
* Add ExtensionsService::Uninstall() plus unit tests.aa@chromium.org2009-05-151-0/+1
* FormatErrorMessage() functions are now publicly available from ExtensionError...rafaelw@chromium.org2009-05-121-66/+49
* Use scoped pointers for the theme information in an Extension.glen@chromium.org2009-05-091-10/+10
* Attempt to fix leak in extensions (no Purify here).glen@chromium.org2009-05-091-3/+3
* This is the first pass at themes.glen@chromium.org2009-05-091-25/+92
* Add inspect links for all active views in chrome://extensions.aa@chromium.org2009-05-071-1/+1
* PageActions now work across tabs and windows.finnur@chromium.org2009-05-061-19/+19
* Adds toplevel app/ directory and moves ResourceBundle into it.ben@chromium.org2009-05-051-1/+1
* This is the first part of the PageAction implementation. More work is require...finnur@chromium.org2009-05-011-1/+129
* Refactor ExtensionView to support a UI-less extension instance.mpcomplete@google.com2009-04-291-0/+13
* Try one more time to check in http://codereview.chromium.org/60112aa@chromium.org2009-04-081-18/+18
* Revert "Implement chromium.self in content scripts..."aa@chromium.org2009-04-071-18/+18
* Implement chromium.self in content scripts, so that developers don'taa@chromium.org2009-04-071-18/+18
* Make the "id" key for extension manifests optional inaa@chromium.org2009-03-311-29/+32
* Support for extensions permissions. This CL only contains, parsing, initializ...rafaelw@chromium.org2009-03-231-4/+55
* Allow multiple toolstrips in an extension.aa@chromium.org2009-03-211-8/+18
* Allow multiple js files per content script. Thanks to georged for making this...aa@chromium.org2009-03-201-11/+0
* Review URL: http://codereview.chromium.org/42288georged@chromium.org2009-03-181-75/+145
* 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