| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable flaky RepeatedQuickOverscrollGestures test. | dalecurtis@chromium.org | 2014-05-04 | 1 | -1/+2 |
* | Hide WebContentsView from Chrome. This also removes WebContentsViewPort. | jam@chromium.org | 2014-05-03 | 1 | -9/+9 |
* | Disable WebContentsViewAuraTest.OverscrollScreenshot on Windows as its flaky. | jam@chromium.org | 2014-03-27 | 1 | -1/+7 |
* | Move ContentBrowserTest class to content/public, since it's used by component... | jam@chromium.org | 2014-03-27 | 1 | -2/+2 |
* | Disable the tests that crash under ThreadSanitizer after the recent Clang roll: | glider@chromium.org | 2014-03-27 | 1 | -1/+9 |
* | Move ExecuteScriptAndGetValue to use RenderFrameHost. | avi@chromium.org | 2014-03-13 | 1 | -34/+29 |
* | Provide access to the WindowEventDispatcher as a ui::EventProcessor. | ben@chromium.org | 2014-03-10 | 1 | -2/+3 |
* | Window ownership -> WindowTreeHost | ben@chromium.org | 2014-03-04 | 1 | -1/+1 |
* | Move root_window.* to window_event_dispatcher.* | ben@chromium.org | 2014-02-21 | 1 | -1/+1 |
* | aura: Remove event-dispatch methods from WindowTreeHostDelegate interface. | sadrul@chromium.org | 2014-01-31 | 1 | -5/+10 |
* | Rename the UseRealGLContexts() to EnablePixelOutput(). | danakj@chromium.org | 2014-01-22 | 1 | -6/+0 |
* | Makes Window::Init take a WindowLayerType instead of LayerType. | sky@chromium.org | 2014-01-08 | 1 | -1/+1 |
* | Rename RootWindowHost to WindowTreeHost | ben@chromium.org | 2014-01-08 | 1 | -5/+5 |
* | Update uses of UTF conversions in content/ to use the base:: namespace. | avi@chromium.org | 2013-12-25 | 1 | -6/+6 |
* | Convert string16 to base::string16 in content. | brettw@chromium.org | 2013-12-03 | 1 | -12/+12 |
* | Revert 236048 "Rename RootWindowHost* to WindowTreeHost*" | ben@chromium.org | 2013-11-20 | 1 | -5/+5 |
* | Rename RootWindowHost* to WindowTreeHost* | ben@chromium.org | 2013-11-19 | 1 | -5/+5 |
* | Initialize the views::WebView's preferred size in content_shell | dpranke@chromium.org | 2013-11-13 | 1 | -3/+0 |
* | Rename WebContentsScreenshotManager to NavigationEntryScreenshotManager. | nasko@chromium.org | 2013-11-05 | 1 | -6/+6 |
* | Move navigation and frame tree classes to a new frame_host/ directory. | nasko@chromium.org | 2013-10-30 | 1 | -3/+3 |
* | Make GetRootWindow() return a Window instead of a RootWindow. | ben@chromium.org | 2013-10-25 | 1 | -7/+7 |
* | Attempt to re-land FocusManager removal from Aura. | ben@chromium.org | 2013-10-18 | 1 | -8/+8 |
* | Disable flaky WebContentsViewAuraTest.OverscrollNavigation[WithTouchHandler] ... | msw@chromium.org | 2013-10-09 | 1 | -3/+16 |
* | Remove GetActiveEntry usage from content. | nasko@chromium.org | 2013-10-09 | 1 | -1/+1 |
* | Revert 223982 "Remove GetActiveEntry usage from content." | nasko@chromium.org | 2013-09-23 | 1 | -1/+1 |
* | Narrow scope of recently disabled *RenderWidgetHostViewBrowserTests. | miu@chromium.org | 2013-09-19 | 1 | -9/+12 |
* | Remove GetActiveEntry usage from content. | nasko@chromium.org | 2013-09-18 | 1 | -1/+1 |
* | Disabled the tests for windows since it keep failing the XP bot. | xians@chromium.org | 2013-09-18 | 1 | -1/+8 |
* | aura: Fix WebContentsViewAuraTest. | sadrul@chromium.org | 2013-09-13 | 1 | -19/+60 |
* | [content shell] move browser process stuff into browser/ subdir | jochen@chromium.org | 2013-08-20 | 1 | -1/+1 |
* | Clean up compositor initialization/destruction. | danakj@chromium.org | 2013-08-12 | 1 | -7/+5 |
* | Revert 216780 "Clean up compositor initialization/destruction." | nhiroki@chromium.org | 2013-08-12 | 1 | -5/+7 |
* | Clean up compositor initialization/destruction. | danakj@chromium.org | 2013-08-09 | 1 | -7/+5 |
* | Revert 216278 "Clean up compositor initialization/destruction." | kalman@chromium.org | 2013-08-07 | 1 | -5/+7 |
* | Clean up compositor initialization/destruction. | danakj@chromium.org | 2013-08-07 | 1 | -7/+5 |
* | Enable software compositing in renderer for win aura. | jbauman@chromium.org | 2013-08-06 | 1 | -0/+7 |
* | Disable WebContentsViewAuraTest.ContentWindowReparent because of flakiness. | koz@chromium.org | 2013-07-17 | 1 | -1/+8 |
* | Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-14 | 1 | -1/+1 |
* | Re-enable gesture nav. | sadrul@chromium.org | 2013-06-11 | 1 | -5/+0 |
* | Use a direct include of utf_string_conversions.h in content/. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | gesture nav: Disable for M28. | sadrul@chromium.org | 2013-06-03 | 1 | -0/+5 |
* | gesture nav: Stop forwarding events from overscroll window immediately after ... | sadrul@chromium.org | 2013-05-09 | 1 | -0/+61 |
* | GTTF: rename net::TestServer -> net::SpawnedTestServer | phajdan.jr@chromium.org | 2013-05-03 | 1 | -3/+3 |
* | gesture nav: Encode screenshots in a worker thread. | sadrul@chromium.org | 2013-04-27 | 1 | -1/+26 |
* | navigation-controller: Move all logic related to taking screenshots to Screen... | sadrul@chromium.org | 2013-04-26 | 1 | -22/+37 |
* | gesture nav: Re-enable gesture navigation. | sadrul@chromium.org | 2013-04-24 | 1 | -4/+0 |
* | gesture nav: Destroy the shadow if the content is re-parented, and remove as ... | sadrul@chromium.org | 2013-04-04 | 1 | -0/+47 |
* | gesture nav: Disable gesture nav. | sadrul@chromium.org | 2013-04-03 | 1 | -0/+4 |
* | overscroll: Throttle taking screenshots. | sadrul@chromium.org | 2013-04-03 | 1 | -0/+15 |
* | Thread ui transform animations | ajuma@chromium.org | 2013-03-14 | 1 | -0/+6 |