summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extensions_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Add browser_theme_provider to GYP so that Mac and Linux can build.glen@chromium.org2009-05-091-18/+2
* This is the first pass at themes.glen@chromium.org2009-05-091-4/+49
* Resurrect ExtensionProcessManager. Move the code for starting extensionmpcomplete@google.com2009-05-061-35/+2
* Create a separate UI surface for extensions (bottom shelf) and remove them fr...erikkay@google.com2009-05-061-10/+0
* PageActions now work across tabs and windows.finnur@chromium.org2009-05-061-3/+10
* honor index in createTab()rafaelw@chromium.org2009-05-061-1/+1
* Several minor visual fixes to toolstrips:aa@chromium.org2009-05-041-19/+28
* Refactor ExtensionView to support a UI-less extension instance.mpcomplete@google.com2009-04-291-2/+24
* Remove ExtensionProcessManager and move its functionality ontompcomplete@google.com2009-04-161-2/+15
* Initial plumbing for sending events from the browser to extension renderers. ...rafaelw@chromium.org2009-04-161-0/+4
* Try one more time to check in http://codereview.chromium.org/60112aa@chromium.org2009-04-081-15/+9
* Revert "Implement chromium.self in content scripts..."aa@chromium.org2009-04-071-9/+15
* Implement chromium.self in content scripts, so that developers don'taa@chromium.org2009-04-071-15/+9
* Remove deprecated wstring ctor of JSONFileValueSerializer.phajdan.jr@chromium.org2009-04-031-1/+1
* Make the "id" key for extension manifests optional inaa@chromium.org2009-03-311-1/+20
* Minor tweaks to get chrome-ui://extensions working on the Mac.jrg@chromium.org2009-03-261-0/+12
* 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