summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove executable bit from a bunch of files that shouldn't have it.evan@chromium.org2009-05-111-0/+0
* Fix a bug where the extension toolstrip could get reparented to the desktop.erikkay@google.com2009-05-111-9/+11
* Add PreferredSizeChanged() to View to allow subviews to notify their parents ...erikkay@google.com2009-05-081-9/+1
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-081-2/+1
* Create a separate UI surface for extensions (bottom shelf) and remove them fr...erikkay@google.com2009-05-061-7/+8
* Several minor visual fixes to toolstrips:aa@chromium.org2009-05-041-4/+3
* Refactor ExtensionView to support a UI-less extension instance.mpcomplete@google.com2009-04-291-136/+76
* Synchronously update the loading state when a load starts so that the UI willbrettw@chromium.org2009-04-281-4/+2
* Implement tabs.createWindow extension api call. Required: (a) new RVHDelegate...rafaelw@chromium.org2009-04-281-0/+7
* Fix several painting glitches for toolstrips.aa@chromium.org2009-04-271-8/+25
* Add transparency support to RenderWidgetHostView.aa@chromium.org2009-04-231-6/+2
* Move Browser implementation of callback interfaces into the private section.stoyan@chromium.org2009-04-231-5/+2
* Revert of http://codereview.chromium.org/87058 which appears to hang the XP T...robertshield@google.com2009-04-231-25/+15
* Fix ExtensionView to properly set the size of the RenderWidgetHostView. With...erikkay@google.com2009-04-221-15/+25
* Rename web_contents_view* files to tab_contents_view* to reflect my previousbrettw@chromium.org2009-04-211-1/+1
* Rename WebContentsView* to TabContentsView* in preparation for mergingbrettw@chromium.org2009-04-201-1/+1
* Hook up a bit more plumbing to ExtensionView which should allow popup windows...erikkay@google.com2009-04-131-4/+82
* Introducing ExtensionProcessManager. This manages the ExtensionViews tompcomplete@google.com2009-04-091-5/+6
* Callbacks through ChromeClient->RenderView->RenderViewHost for ContentsDidCha...rafaelw@chromium.org2009-04-041-2/+32
* Add code to support 2-way communication between extensions and renderers. Th...mpcomplete@google.com2009-04-021-2/+4
* OCD fixing of style for the initializer list of ExtensionView.brettw@chromium.org2009-03-311-3/+6
* Implement default css for toolstrips.aa@chromium.org2009-03-241-0/+12
* Initial rev at a message passing API for extensions. So far, only passingmpcomplete@google.com2009-03-231-2/+9
* Unrevert 11294.mpcomplete@google.com2009-03-101-0/+2
* Reverting 11294.mpcomplete@google.com2009-03-091-2/+0
* Support loading extensions into the bookmark toolbar.mpcomplete@google.com2009-03-091-0/+2
* Try #2 of "make JavaScript alerts reflect the URL of the frame they came from,brettw@chromium.org2009-03-051-0/+1
* Reverting 11002.brettw@chromium.org2009-03-051-1/+0
* Make JavaScript alerts reflect the URL of the frame they came from, not thebrettw@chromium.org2009-03-051-0/+1
* Prototype extension process. This is a proof of concept, with a lot ofmpcomplete@google.com2009-02-271-0/+32