summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extensions_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Change plugin handling in extension from "plugin_dir" to a "plugin" list ofmpcomplete@google.com2009-06-031-0/+10
* The extensions service wasn't getting inited despite being used by themes (th...glen@chromium.org2009-06-021-11/+24
* Implements a Zip() utility function. Refactor existingaa@chromium.org2009-06-011-1/+1
* Coverity underground warfare: Uninitalized membercpu@google.com2009-05-301-1/+3
* Allow themes to be installed without any commandline flag, still require flag...glen@chromium.org2009-05-291-1/+28
* Fix a browser crash that occurs if the extension unpacker process crashesmpcomplete@google.com2009-05-291-2/+15
* Fix a race condition in the unpacking of the extension system.finnur@chromium.org2009-05-261-0/+4
* Remove unused code from ExtensionsService.mpcomplete@google.com2009-05-261-132/+2
* Have the browser process rewrite manifest.json and theme/page action imagesmpcomplete@google.com2009-05-221-31/+80
* Hook up more of extension uninstall.aa@chromium.org2009-05-211-140/+148
* Move the validation of icons for page actions to load time.finnur@chromium.org2009-05-211-5/+19
* Revert "Hook up more of extension uninstall."aa@chromium.org2009-05-211-148/+140
* Hook up more of extension uninstall.aa@chromium.org2009-05-201-140/+148
* TBR: Revert "Hook up more of extension uninstall."aa@chromium.org2009-05-201-148/+140
* Hook up more of extension uninstall.aa@chromium.org2009-05-201-140/+148
* Introducing the Utility process, which handles the unpacking and verificationmpcomplete@google.com2009-05-151-77/+153
* Add ExtensionsService::Uninstall() plus unit tests.aa@chromium.org2009-05-151-14/+68
* 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