| Commit message (Expand) | Author | Age | Files | Lines |
* | mac: Remove GetViewCocoaBounds() | thakis@chromium.org | 2012-06-07 | 1 | -4/+0 |
* | Revert 141024 (caused PrerenderBrowserTest.PrerenderWindowSize to fail??) | thakis@chromium.org | 2012-06-07 | 1 | -0/+4 |
* | mac: Remove GetViewCocoaBounds() | thakis@chromium.org | 2012-06-07 | 1 | -4/+0 |
* | Prevent browser thumbnailer from trying to read from frontbuffer (surface tex... | mmocny@chromium.org | 2012-05-25 | 1 | -0/+4 |
* | Browser Plugin: Remove MapInstance from BrowserPluginHost + More cross-proces... | fsamuel@chromium.org | 2012-05-24 | 1 | -4/+6 |
* | Defer CGLFlushDrawable until OSX-requested drawRect to avoid spinning when wi... | jbates@chromium.org | 2012-05-22 | 1 | -0/+3 |
* | Move NativeWebKeyboardEvent to the content namespace. | jam@chromium.org | 2012-05-18 | 1 | -0/+1 |
* | Move keyboard related methods from RenderViewHostDelegate to a new RenderWidg... | jochen@chromium.org | 2012-05-16 | 1 | -4/+7 |
* | Browser Plugin: Removed BrowserPluginWebContentsObserver (to be replaced by r... | fsamuel@chromium.org | 2012-05-16 | 1 | -1/+2 |
* | Revert 132407 - Fixing a problem, where a hung renderer process is not killed... | creis@chromium.org | 2012-05-10 | 1 | -1/+1 |
* | Revert 136328 - Revert 132407 - Fixing a problem, where a hung renderer proce... | creis@chromium.org | 2012-05-10 | 1 | -1/+1 |
* | Revert 132407 - Fixing a problem, where a hung renderer process is not killed... | creis@chromium.org | 2012-05-10 | 1 | -1/+1 |
* | Consolidate RenderWidgetHost::CopyFromBackingStore and RenderWidgetHost::Asyn... | mazda@chromium.org | 2012-05-08 | 1 | -7/+1 |
* | Create swapped-out opener RVHs after a process swap. | creis@chromium.org | 2012-05-02 | 1 | -1/+4 |
* | Delete background tab IOSurfaces on Mac. | jbates@chromium.org | 2012-04-26 | 1 | -0/+5 |
* | Fixing a problem, where a hung renderer process is not killed when navigating... | nasko@chromium.org | 2012-04-16 | 1 | -1/+1 |
* | DomStorage house cleaning in preparation of deleting the now obsolete in_proc... | michaeln@google.com | 2012-04-13 | 1 | -2/+2 |
* | Revert 132018 - Fixing a problem, where a hung renderer process is not killed... | eroman@chromium.org | 2012-04-12 | 1 | -1/+1 |
* | Fixing a problem, where a hung renderer process is not killed when navigating... | nasko@chromium.org | 2012-04-12 | 1 | -1/+1 |
* | TabContents -> WebContentsImpl, part 4. | avi@chromium.org | 2012-04-11 | 1 | -1/+1 |
* | TabContents -> WebContentsImpl, part 3. | avi@chromium.org | 2012-04-10 | 1 | -1/+1 |
* | Reland r131452: Add GLHelper::AsyncCopyTextureTo and make thumbnail generatio... | mazda@chromium.org | 2012-04-10 | 1 | -6/+13 |
* | Revert 131452 - Add GLHelper::AsyncCopyTextureTo and make thumbnail generatio... | mazda@chromium.org | 2012-04-09 | 1 | -13/+6 |
* | Add GLHelper::AsyncCopyTextureTo and make thumbnail generation asynchronous. | mazda@chromium.org | 2012-04-09 | 1 | -6/+13 |
* | Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTK | oshima@chromium.org | 2012-04-05 | 1 | -4/+2 |
* | Fix a few warnings that -Wnull-conversion of a future clang will complain about. | thakis@chromium.org | 2012-03-28 | 1 | -1/+1 |
* | Rename and move TestTabContents to content::TestWebContents. | joi@chromium.org | 2012-03-23 | 1 | -3/+3 |
* | Clean up a few TODO items. | joi@chromium.org | 2012-03-22 | 1 | -4/+0 |
* | Add abstractions that let embedders drive tests of WebContents, without expos... | joi@chromium.org | 2012-03-22 | 1 | -0/+4 |
* | Support browser side thumbnailing for GPU-composited pages on Windows. | mazda@chromium.org | 2012-03-15 | 1 | -0/+6 |
* | Introduce abstractions to allow embedders to test RenderViewHost | joi@chromium.org | 2012-03-12 | 1 | -207/+84 |
* | Add a Content API around BrowserURLHandler. | jam@chromium.org | 2012-03-12 | 1 | -1/+0 |
* | Revert 125950 - Aura/Ash split: Move ScreenAura to aura::RootWindowScreen. | isherman@chromium.org | 2012-03-10 | 1 | -2/+0 |
* | Aura/Ash split: Move ScreenAura to aura::RootWindowScreen. | erg@chromium.org | 2012-03-10 | 1 | -0/+2 |
* | Fix performance.timing.navigationStart on cross-renderer navigation. | simonjam@chromium.org | 2012-03-07 | 1 | -1/+1 |
* | Move Render(View|Widget)Host and associated classes to content namespace. | joi@chromium.org | 2012-03-07 | 1 | -10/+12 |
* | Move RenderWidgetHost and RenderViewHost interfaces to their own files. | joi@chromium.org | 2012-03-06 | 1 | -0/+7 |
* | Revert 125035 - Fix performance.timing.navigationStart on cross-renderer navi... | dbeam@chromium.org | 2012-03-06 | 1 | -1/+1 |
* | Fix performance.timing.navigationStart on cross-renderer navigation. | simonjam@chromium.org | 2012-03-05 | 1 | -1/+1 |
* | Extract minimal RenderViewHost interface for embedders, leaving | joi@chromium.org | 2012-03-05 | 1 | -7/+14 |
* | Remove the singleton instance get/delete methods from RootWindow (yay) | ben@chromium.org | 2012-03-02 | 1 | -2/+4 |
* | Revert 124461 - Remove the singleton instance get/delete methods from RootWin... | ben@chromium.org | 2012-03-01 | 1 | -4/+2 |
* | Remove the singleton instance get/delete methods from RootWindow (yay) | ben@chromium.org | 2012-03-01 | 1 | -2/+4 |
* | Get rid of BackingStore usage in chrome. I added methods on RenderWidgetHost ... | jam@chromium.org | 2012-02-29 | 1 | -43/+0 |
* | Moves stacking client to Env. | beng@google.com | 2012-02-27 | 1 | -0/+12 |
* | Add an API around SessionStorageNamespace. This is just an empty API, what ma... | jam@chromium.org | 2012-02-24 | 1 | -0/+1 |
* | Extract first version of a RenderWidgetHost interface. | joi@chromium.org | 2012-02-23 | 1 | -3/+32 |
* | Revert 123227 - Extract first version of a RenderWidgetHost interface. | joi@chromium.org | 2012-02-23 | 1 | -32/+3 |
* | Extract first version of a RenderWidgetHost interface. | joi@chromium.org | 2012-02-23 | 1 | -3/+32 |
* | Introduce content::RenderWidgetHostViewPort (in content/port/browser). | joi@chromium.org | 2012-02-16 | 1 | -1/+5 |