summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extensions_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Review URL: http://codereview.chromium.org/42288georged@chromium.org2009-03-181-8/+21
* Unrevert 11294.mpcomplete@google.com2009-03-101-9/+1
* Reverting 11294.mpcomplete@google.com2009-03-091-1/+9
* Support loading extensions into the bookmark toolbar.mpcomplete@google.com2009-03-091-9/+1
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-7/+7
* Also fixes a bug where an externally installedaa@chromium.org2009-03-041-131/+134
* revert broken change 10833nsylvain@chromium.org2009-03-031-5/+3
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-3/+5
* Revert dsh's change 10818nsylvain@chromium.org2009-03-031-5/+3
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-3/+5
* Prototype extension process. This is a proof of concept, with a lot ofmpcomplete@google.com2009-02-271-3/+12
* Add a centralized error reporter to theaa@chromium.org2009-02-271-33/+3
* Fix a memory leak in extension install.erikkay@google.com2009-02-261-1/+11
* Auto install and update extensions from a registry defined location. This al...erikkay@google.com2009-02-261-208/+384
* Add logging to ExtensionsService, UserScriptMaster,aa@chromium.org2009-02-241-0/+11
* Fix linux/mac build bustage.estade@chromium.org2009-02-211-2/+0
* Add NPAPI plugins contained in extensions to the PluginList.mpcomplete@google.com2009-02-211-1/+16
* Create the extensions (<Profile>/Extensions) and user script (<Profile>/User ...rafaelw@chromium.org2009-02-211-0/+5
* Complain when an extension does not contain a user script it claims to.aa@chromium.org2009-02-201-0/+13
* Manifest renames.aa@chromium.org2009-02-191-1/+1
* Do two TODOs related to --load-extension:aa@chromium.org2009-02-171-13/+7
* Put up a dialog for extension load and install errors. (this is temporary un...erikkay@google.com2009-02-131-0/+11
* Fix a leak in the extension installation code.erikkay@google.com2009-02-041-3/+5
* Add a command line flag to load a single extension from an arbitrary (non-ver...erikkay@google.com2009-02-031-12/+23
* Extension loading improvements.erikkay@google.com2009-02-031-30/+59
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-2/+4
* Add support for loading Current Version. (haven't removed the old style loadi...erikkay@google.com2009-01-311-16/+40
* Simple installation of extensions using chrome.exe --install-extensionChanged...erikkay@google.com2009-01-291-12/+383
* Add user script support to extensions.aa@chromium.org2009-01-251-2/+23
* Try again to commit r8486, which updates the manifestaa@chromium.org2009-01-231-1/+5
* Replace cases of Append(FILE_PATH_LITERAL()) with AppendASCII("").deanm@chromium.org2009-01-221-1/+2
* Change the signature of JSONReader::Read() and relatedaa@chromium.org2008-12-291-4/+3
* Implement extension:// protocol.aa@chromium.org2008-12-241-3/+7
* Move file enumeration to filepaths.avi@google.com2008-12-111-8/+9
* bad merge, no need to delete a scoped_ptrtc@google.com2008-12-081-1/+0
* Fix a leak in ExtensionsService and another in ExtensionsServiceTest.aa@chromium.org2008-12-081-3/+5
* Report errors during extension load. Change all the error strings to utf-8.aa@chromium.org2008-12-081-15/+16
* Add error messages to JSONReader and friends. This required a bit of refactor...aa@chromium.org2008-12-051-1/+1
* Introduce ExtensionsService. Load extensions on startup from a directory inaa@chromium.org2008-12-051-0/+130