| Commit message (Expand) | Author | Age | Files | Lines |
* | [content shell] run headless when in layout test mode | jochen@chromium.org | 2012-12-18 | 1 | -3/+8 |
* | Instead of passing a base WebContents with WebContents::CreateParams to deter... | jochen@chromium.org | 2012-12-18 | 1 | -1/+7 |
* | Expand the comment explaining WebContents, and clean up example code. | avi@chromium.org | 2012-12-17 | 1 | -2/+2 |
* | [content shell] hook up support for inspector tests | jochen@chromium.org | 2012-12-11 | 1 | -2/+14 |
* | [content shell] remove WebKitTestRunnerHost. | jochen@chromium.org | 2012-12-10 | 1 | -1/+1 |
* | Introduces "CreateParams" for web contents, and add |parent| parameter in it. | mukai@chromium.org | 2012-12-09 | 1 | -5/+4 |
* | [content shell] add support for pointer-lock | jochen@chromium.org | 2012-11-28 | 1 | -0/+6 |
* | [content shell] add support for entering/exiting fullscreen mode for layout test | jochen@chromium.org | 2012-11-27 | 1 | -1/+23 |
* | overscroll: Allow turning off overscroll in some places. | sadrul@chromium.org | 2012-11-22 | 1 | -0/+8 |
* | [base] Move AutoReset to base namespace. | dbeam@chromium.org | 2012-11-21 | 1 | -1/+1 |
* | Making it easier to hook a ContentViewCore to the SurfaceView. | jcivelli@chromium.org | 2012-11-16 | 1 | -2/+0 |
* | content: Update calls froms RunAllPending() to RunUntilIdle(). | tfarina@chromium.org | 2012-11-10 | 1 | -1/+1 |
* | Created a new class ContentViewRenderView which contains the code used to | jcivelli@chromium.org | 2012-11-10 | 1 | -0/+2 |
* | Rewrite layout_browsertests to use content_shell --dump-render-tree to execut... | jochen@chromium.org | 2012-09-26 | 1 | -1/+1 |
* | [content shell] report renderer crashes and hangs, as well as plugin crashes | jochen@chromium.org | 2012-08-31 | 1 | -0/+6 |
* | [content shell] add a test result printer class and use it to print test output | jochen@chromium.org | 2012-08-30 | 1 | -3/+6 |
* | Convert the indexed db pyauto tests to content_browsertests. | jam@chromium.org | 2012-08-20 | 1 | -1/+2 |
* | Move SessionStorageNamespace entirely into NavigationController and support S... | ajwong@chromium.org | 2012-08-13 | 1 | -2/+1 |
* | Add a menu item to content_shell to open devtools to make it more discoverable. | jam@chromium.org | 2012-08-09 | 1 | -0/+18 |
* | Port the render_view_host_manager_browsertest.cc to content_browsertests. | jam@chromium.org | 2012-07-30 | 1 | -3/+28 |
* | Move content_shell and content_browsertests code into the content namespace. | jam@chromium.org | 2012-07-19 | 1 | -3/+3 |
* | Use printf and friends instead of cout and friends for printing layout test r... | jochen@chromium.org | 2012-07-02 | 1 | -5/+3 |
* | Add support to content_shell for printing and render tree dumps | jochen@chromium.org | 2012-06-06 | 1 | -16/+16 |
* | Show page title on content shell window (for Linux, Windows and Mac) | hongbo.min@intel.com | 2012-06-01 | 1 | -0/+20 |
* | TabContents -> WebContentsImpl, part 19. | avi@chromium.org | 2012-04-17 | 1 | -2/+2 |
* | Support WebView in ash. | ben@chromium.org | 2012-04-12 | 1 | -1/+1 |
* | Add methods to close individual or all open windows to Shell | jochen@chromium.org | 2012-03-30 | 1 | -0/+14 |
* | Content shell: Javascript dialogs, first pass, just Mac for now. | avi@chromium.org | 2012-03-29 | 1 | -0/+10 |
* | Content shell: Use only public API. | avi@chromium.org | 2012-03-26 | 1 | -31/+30 |
* | Content shell: Don't automatically resize the window to preferred size. | avi@chromium.org | 2012-03-25 | 1 | -5/+0 |
* | Move Render(Widget|View)HostImpl to files with _impl in filename. | joi@chromium.org | 2012-03-06 | 1 | -1/+1 |
* | Extract minimal RenderViewHost interface for embedders, leaving | joi@chromium.org | 2012-03-05 | 1 | -2/+4 |
* | First version of the layoutTestController for content_shell | jochen@chromium.org | 2012-01-30 | 1 | -1/+12 |
* | Add option --dump-render-tree to content_shell to dump the render tree as text. | jochen@chromium.org | 2012-01-29 | 1 | -3/+20 |
* | content shell/GTK: Add user interface niceness. | erg@chromium.org | 2012-01-19 | 1 | -0/+1 |
* | Content: First draft at a content_shell on GTK. | erg@chromium.org | 2012-01-14 | 1 | -10/+2 |
* | Now that TabContentsViewHelper is in content, make TabContentsViewWin use it ... | jam@chromium.org | 2012-01-12 | 1 | -13/+25 |
* | Rename NavigationController to NavigationControllerImpl. I'll get rid of cont... | jam@chromium.org | 2012-01-04 | 1 | -1/+1 |
* | Convert unix_hacker functions on NavigationController that are used by Chrome... | jam@chromium.org | 2011-12-29 | 1 | -1/+1 |
* | Convert all of the WebContentsDelegate to use WebContents instead of TabConte... | jam@chromium.org | 2011-12-28 | 1 | -3/+3 |
* | Revert 115346. The change didn't break anything, the test was faulty. Will di... | jam@chromium.org | 2011-12-21 | 1 | -5/+5 |
* | Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests | thakis@chromium.org | 2011-12-21 | 1 | -5/+5 |
* | Rename TabContents::view() to GetView() and put it in the WebContents interface. | jam@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Rename TabContents::controller() to GetController and put it into the WebCont... | jam@chromium.org | 2011-12-21 | 1 | -5/+5 |
* | Start creating the content::WebPage interface around TabContents. This is jus... | jam@chromium.org | 2011-12-20 | 1 | -1/+1 |
* | Change NavigationController::LoadURL to take a Referrer class instead of a GU... | jochen@chromium.org | 2011-12-05 | 1 | -1/+1 |
* | Move PageTransition into content namespace. While I'm touching all these file... | jam@chromium.org | 2011-10-13 | 1 | -1/+1 |
* | Initial changes for Mac content shell. | avi@chromium.org | 2011-10-06 | 1 | -3/+1 |
* | Revert 104359 - Initial changes for Mac content shell. | avi@chromium.org | 2011-10-06 | 1 | -1/+3 |
* | Initial changes for Mac content shell. | avi@chromium.org | 2011-10-06 | 1 | -3/+1 |