summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/web_contents_view.h
Commit message (Expand)AuthorAgeFilesLines
* Rename web_contents_view* files to tab_contents_view* to reflect my previousbrettw@chromium.org2009-04-211-180/+0
* Rename WebContentsView* to TabContentsView* in preparation for mergingbrettw@chromium.org2009-04-201-8/+8
* Fix missing backing store in Linux.willchan@chromium.org2009-04-151-1/+5
* Remove the TestTabContents. This makes BrowserWithTestWindow use thebrettw@chromium.org2009-04-141-0/+3
* Hook up a bit more plumbing to ExtensionView which should allow popup windows...erikkay@google.com2009-04-131-0/+4
* CreateNewWindowInternal and ShowCreatedWindowInternal aren't actually platfor...avi@google.com2009-03-271-16/+8
* WebContentsView became more than just an interface with 48103 (r12483). If we...avi@google.com2009-03-261-4/+4
* Refactor some widget creation code in web_contents_view and render_widget_hos...estade@chromium.org2009-03-251-3/+8
* Change a function name.estade@chromium.org2009-03-161-1/+1
* DevToolsManager is a service in the browser process that manages all open dev...yurys@google.com2009-03-161-7/+0
* Moving the storing/restoring of the focus from TabContents to WebContentsView...jcampan@chromium.org2009-03-121-0/+11
* Developer tools messages are forwarded as wrapped IPC::Messages(previously th...yurys@google.com2009-02-261-0/+7
* The find bar should be owned and managed from the BrowserView, not the WebCon...finnur@google.com2009-02-241-41/+0
* Revert r10090, which was committed without proper review.darin@chromium.org2009-02-201-8/+0
* Add tab content type for developer tools UI.yurys@google.com2009-02-201-0/+8
* Initial Mac port of web_contents_view and render_widget_host_view.avi@google.com2009-02-061-1/+3
* Cleanup some forward declared structs that are not being used.thestig@chromium.org2009-02-051-1/+0
* Random bits of de-Winification for WebContents.brettw@chromium.org2009-01-301-0/+5
* Clean up the Windows-ness in the sizing of new views. Write a bunch of commentsbrettw@chromium.org2009-01-291-5/+3
* Make the shared shell dialog not use Windows types, as well as the web contentsbrettw@chromium.org2009-01-291-0/+4
* Make WebContentsView portable by using the native view types.brettw@chromium.org2009-01-281-12/+10
* Move files out of browser and into either renderer_host or tab_contents.brettw@chromium.org2009-01-221-1/+1
* Fix the include guards in tab_contents/* for the new location.brettw@chromium.org2009-01-161-3/+3
* WaitableEvent is the replacement for Windows events. Previously in the code, ...agl@chromium.org2009-01-151-3/+8
* Move a bunch of TabContents related files into a tab_contents subdirben@chromium.org2009-01-151-0/+191