summaryrefslogtreecommitdiffstats
path: root/android_webview/browser
Commit message (Expand)AuthorAgeFilesLines
* Pass TouchMajor to HitTestResulthush2014-11-132-7/+11
* Migrate HostZoomMap to live in StoragePartition.wjmaclean2014-11-122-0/+8
* aw: Refactor software rendering helperboliu2014-11-122-77/+23
* Partial test harness for android webview renderingboliu2014-11-116-24/+156
* cc: Make separate interface for BeginFrame ipc from OutputSurfacesimonhong2014-11-111-1/+2
* Move data reduction proxy bypass logic to URLRequestInterceptorbengr2014-11-082-8/+6
* aw: Move SharedRendererState out of AwContentsboliu2014-11-072-3/+12
* Adds MaybeInterceptRedirect and MaybeInterceptResponse to the URLRequestInter...bengr2014-11-072-1/+25
* aw: Destroy ContentViewCore and WebContents togetherboliu2014-11-032-6/+0
* Remove DCHECK from AwResourceDispatcherHostDelegate.mkosiba2014-10-311-5/+1
* Part 2: Refactor Android WebView graphics codehush2014-10-306-50/+184
* Move data_reduction_proxy_params* from components/data_reduction_proxy/jeremyim2014-10-292-2/+2
* gpu: Add CHROMIUM_image support to in-process command buffer.reveman2014-10-291-1/+3
* Prefix CommandLine usege with base namespace (Part 2: android_webview/)pgal.u-szeged2014-10-282-3/+5
* Remove limit on number of resources in ccboliu2014-10-286-531/+17
* Remove the strict dependency on WebContents for Web Notifications.peter2014-10-272-2/+4
* Group the different permission related methods in the content api.miguelg2014-10-272-74/+56
* aw: Remove jobject canvas from native RequestDrawGLboliu2014-10-254-17/+15
* Part 1: Refactor Android WebView graphics codehush2014-10-245-77/+94
* gpu: Rewrite MailboxSynchronizersievers2014-10-241-10/+0
* Cleanup: Update the paths to gfx vector2d_conversions.h include.tfarina2014-10-241-1/+1
* Activate data reduction proxy after profile initialization is complete.kundaji2014-10-241-0/+1
* aw: Do not limit number of tilesboliu2014-10-231-2/+3
* Fix the drp crash for real.hush2014-10-221-2/+1
* Use no-op statistics collecting object for WebView.hush2014-10-222-0/+24
* aw: Ensure invalidation when pipeline is stalledboliu2014-10-216-17/+56
* Migrate data reduction proxy statistics prefs to profilebengr2014-10-201-1/+0
* [Android] Simplify logic for grabbing initial country-code.yfriedman2014-10-203-7/+8
* aw: Check compositor pointer before useboliu2014-10-201-7/+15
* Convert the few remaining ARRAYSIZE_UNSAFE -> arraysize.viettrungluu2014-10-171-2/+2
* aw: Fallback delegated compositeboliu2014-10-165-15/+45
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-153-17/+11
* Data reduction proxy to a layered component.megjablon2014-10-144-11/+11
* aw: Clean up browser_view_renderer.cc/hboliu2014-10-142-66/+17
* gpu: Compositor management of GpuMemoryBuffer instances.reveman2014-10-131-2/+2
* Remove SSLClientAuthHandler's RDH dependency.davidben2014-10-092-2/+0
* Fix reinterpret_cast issuesdtrainor2014-10-081-1/+1
* Add render_frame_host to WebContentsObserver::DidNavigateAnyFrame().mlamouri2014-10-082-0/+2
* aw: Clean up HardwareRendererboliu2014-10-072-4/+0
* Remove implicit conversions from scoped_refptr to T* in android_webview/dcheng2014-10-074-8/+8
* replace OVERRIDE and FINAL with override and final in android_webview/mostynb2014-10-0732-216/+216
* aw: Separate out compositor frame and other inputsboliu2014-10-076-65/+55
* aw: Do not cancel fallback tick on pipeline stallboliu2014-10-072-12/+31
* Fix race condition in DRPhush2014-10-072-0/+9
* Add client type in chrome-proxy header for desktop.kundaji2014-10-021-1/+1
* gpu: Remove in-process GPU service support for CHROMIUM_image.reveman2014-09-294-187/+7
* Migrate geolocation permissions to the new common permission class.miguelg2014-09-292-20/+19
* Made double-tap zoom work in pinch virtual viewport mode (Chromium-side).bokan2014-09-291-0/+4
* Make cc output surface creation asyncenne2014-09-252-5/+4
* Android WebView: fix missing an invalidatehush2014-09-254-18/+46