summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_host.cc
Commit message (Expand)AuthorAgeFilesLines
* make extension apis tolerate browser absence during start-up & shutdownrafaelw@chromium.org2009-06-041-6/+17
* Fixing more bustage by ifdefing out Windows-only code.ben@chromium.org2009-05-291-1/+15
* Remove unused code from ExtensionsService.mpcomplete@google.com2009-05-261-1/+1
* Fix inspection of extensions.aa@chromium.org2009-05-191-1/+3
* Add a handle to the ExtensionShelf. This is how users will drag extension to...erikkay@google.com2009-05-181-0/+10
* Propagate intrinsic width notification over IPC in all cases (not just extens...pinkerton@chromium.org2009-05-131-1/+1
* Remove executable bit from a bunch of files that shouldn't have it.evan@chromium.org2009-05-111-0/+0
* Make background pages work more nicely with the tabs API.aa@chromium.org2009-05-071-3/+2
* Add inspect links for all active views in chrome://extensions.aa@chromium.org2009-05-071-6/+1
* Plumb the creator URL for popups up to the browser. We don't yet use this fo...pkasting@chromium.org2009-05-051-1/+2
* Adds toplevel app/ directory and moves ResourceBundle into it.ben@chromium.org2009-05-051-1/+1
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-3/+3
* Fix race where sometimes CSS is not applied to toolstrips. Iaa@chromium.org2009-04-291-3/+4
* Refactor ExtensionView to support a UI-less extension instance.mpcomplete@google.com2009-04-291-0/+171