summaryrefslogtreecommitdiffstats
path: root/content/shell/shell.cc
Commit message (Expand)AuthorAgeFilesLines
* Add support to content_shell for printing and render tree dumpsjochen@chromium.org2012-06-061-16/+16
* Show page title on content shell window (for Linux, Windows and Mac)hongbo.min@intel.com2012-06-011-0/+20
* TabContents -> WebContentsImpl, part 19.avi@chromium.org2012-04-171-2/+2
* Support WebView in ash.ben@chromium.org2012-04-121-1/+1
* Add methods to close individual or all open windows to Shelljochen@chromium.org2012-03-301-0/+14
* Content shell: Javascript dialogs, first pass, just Mac for now.avi@chromium.org2012-03-291-0/+10
* Content shell: Use only public API.avi@chromium.org2012-03-261-31/+30
* Content shell: Don't automatically resize the window to preferred size.avi@chromium.org2012-03-251-5/+0
* Move Render(Widget|View)HostImpl to files with _impl in filename.joi@chromium.org2012-03-061-1/+1
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-2/+4
* First version of the layoutTestController for content_shelljochen@chromium.org2012-01-301-1/+12
* Add option --dump-render-tree to content_shell to dump the render tree as text.jochen@chromium.org2012-01-291-3/+20
* content shell/GTK: Add user interface niceness.erg@chromium.org2012-01-191-0/+1
* Content: First draft at a content_shell on GTK.erg@chromium.org2012-01-141-10/+2
* Now that TabContentsViewHelper is in content, make TabContentsViewWin use it ...jam@chromium.org2012-01-121-13/+25
* Rename NavigationController to NavigationControllerImpl. I'll get rid of cont...jam@chromium.org2012-01-041-1/+1
* Convert unix_hacker functions on NavigationController that are used by Chrome...jam@chromium.org2011-12-291-1/+1
* Convert all of the WebContentsDelegate to use WebContents instead of TabConte...jam@chromium.org2011-12-281-3/+3
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-5/+5
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-5/+5
* Rename TabContents::view() to GetView() and put it in the WebContents interface.jam@chromium.org2011-12-211-1/+1
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-5/+5
* Start creating the content::WebPage interface around TabContents. This is jus...jam@chromium.org2011-12-201-1/+1
* Change NavigationController::LoadURL to take a Referrer class instead of a GU...jochen@chromium.org2011-12-051-1/+1
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-1/+1
* Initial changes for Mac content shell.avi@chromium.org2011-10-061-3/+1
* Revert 104359 - Initial changes for Mac content shell.avi@chromium.org2011-10-061-1/+3
* Initial changes for Mac content shell.avi@chromium.org2011-10-061-3/+1
* Change content shell variable names to be more xplat.avi@chromium.org2011-10-061-4/+4
* Set focus to content area after navigating so that it has focus (matches what...jam@chromium.org2011-09-271-0/+4
* A few improvements to content_shell:jam@chromium.org2011-09-261-10/+34
* Add a simple GUI around the content shell. This is inspired heavily by TestSh...jam@chromium.org2011-09-201-0/+102