summaryrefslogtreecommitdiffstats
path: root/android_webview/browser/browser_view_renderer.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert Pass()→std::move() in //android_webviewdcheng2015-12-301-2/+4
* Switch to standard integer types in android_webview/.avi2015-12-201-1/+1
* Support multiple RenderViewHosts per WebContents in Android WebView.hush2015-12-171-19/+70
* Ignore View visibility for WebView's page visibility API.hush2015-11-261-8/+3
* Revert of Remove fallback tick software draw. (patchset #3 id:100001 of https...tobiasjs2015-11-241-6/+84
* Remove fallback tick software draw.tobiasjs2015-11-051-84/+6
* sync compositor: pass simple gfx types by const refboliu2015-10-281-5/+6
* Update compositor IsActive when view visibility changes.hush2015-10-061-0/+2
* aw: Handle skipped hardware frame correctlyboliu2015-10-011-1/+1
* Refactor BrowserViewRenderer to support page visibilityhush2015-09-291-4/+17
* Make some global pointers const void* const.thestig2015-09-251-3/+4
* webview: Move calls to update the root scroll delegate to LTHI.danakj2015-09-171-19/+24
* Use software draw fallback tick when viewport is emptyhush2015-09-171-1/+1
* webview: Remove LayerScrollOffsetDelegate::GetTotalScrollOffset.danakj2015-09-151-10/+8
* Move the AnimateInput paths for WebView around to not path through cc.danakj2015-09-091-14/+2
* cc: Remove LayerScrollOffsetDelegate IsExternalScrollActiveboliu2015-09-011-4/+0
* aw: Fix capturePicture to ignore scroll offsetboliu2015-08-121-7/+11
* aw: Make is_layer match offscreen_pre_rasterboliu2015-06-291-10/+9
* Unify Android Webview and Chrome's flinghush2015-06-101-3/+25
* webview: Initialize synchronous compositor after first activation.sunnyps2015-06-021-0/+1
* TrimMemory strategy while offscreenPreRaster is on.hush2015-04-161-20/+33
* Create Context with OutputSurface in SyncCompositorboliu2015-04-101-11/+2
* cc: Make scheduling be driven by vsync for android webview.sunnyps2015-04-021-74/+44
* Revert of cc: Make scheduling be driven by vsync for android webview. (patchs...sunnyps2015-04-021-44/+74
* cc: Make scheduling be driven by vsync for android webview.sunnyps2015-04-021-74/+44
* Revert of cc: Make scheduling be driven by vsync for android webview. (patchs...sunnyps2015-04-021-44/+74
* cc: Make scheduling be driven by vsync for android webview.sunnyps2015-04-011-74/+44
* Unit Test for WebView animating in and out of screenhush2015-03-201-0/+3
* Remove android webview rendering cruftboliu2015-03-191-73/+38
* Remove android_webview/browser layer's dependency on native/hush2015-02-261-0/+34
* OffscreenPreRaster and its plumbingshush2015-02-251-16/+20
* Rename [Ii]nvalidateOnFunctorDestroy to [dD]etachFunctorFromViewtobiasjs2015-02-181-2/+2
* Mechanical rename of base::debug -> base::trace_event [final pass]ssid2015-02-091-3/+3
* Mechanical rename of tracing includes for /android_webviewssid2015-01-271-1/+1
* aw: Fix clearView implementationboliu2015-01-141-10/+18
* aw: Fix floating point DCHECKsboliu2014-12-171-10/+16
* aw: More clean ups for testingboliu2014-12-091-2/+2
* aw: Add more trace events to drawing functionsboliu2014-12-031-3/+13
* aw: Clean up unused command line switchboliu2014-11-251-1/+0
* aw: Refactor software rendering helperboliu2014-11-121-39/+10
* Partial test harness for android webview renderingboliu2014-11-111-12/+0
* aw: Move SharedRendererState out of AwContentsboliu2014-11-071-2/+11
* Part 2: Refactor Android WebView graphics codehush2014-10-301-5/+7
* Prefix CommandLine usege with base namespace (Part 2: android_webview/)pgal.u-szeged2014-10-281-1/+1
* Remove limit on number of resources in ccboliu2014-10-281-81/+15
* aw: Remove jobject canvas from native RequestDrawGLboliu2014-10-251-8/+7
* Part 1: Refactor Android WebView graphics codehush2014-10-241-15/+26
* Cleanup: Update the paths to gfx vector2d_conversions.h include.tfarina2014-10-241-1/+1
* aw: Do not limit number of tilesboliu2014-10-231-2/+3
* aw: Ensure invalidation when pipeline is stalledboliu2014-10-211-16/+34