summaryrefslogtreecommitdiffstats
path: root/android_webview/native/aw_contents.cc
Commit message (Expand)AuthorAgeFilesLines
* aw: Remove jobject canvas from native RequestDrawGLboliu2014-10-251-6/+4
* Part 1: Refactor Android WebView graphics codehush2014-10-241-9/+7
* Final step of the java_cpp_template -> java_cpp_enum migration.mkosiba2014-10-231-1/+1
* aw: Ensure invalidation when pipeline is stalledboliu2014-10-211-0/+5
* [Android] Simplify logic for grabbing initial country-code.yfriedman2014-10-201-2/+2
* Data reduction proxy to a layered component.megjablon2014-10-141-1/+1
* Fix reinterpret_cast issuesdtrainor2014-10-081-1/+1
* gpu: Remove in-process GPU service support for CHROMIUM_image.reveman2014-09-291-3/+0
* [aw] Unregister delegates from AwContents.destroy()igsolla2014-09-261-0/+4
* This fix the issue that video frame is still sent to peer when activitymichaelbai2014-09-251-3/+0
* aw: Invalidate view on hardware teardownboliu2014-09-101-0/+5
* When we destroy the AwContentsClientBridge, clear the pointer to it held by w...benm2014-09-071-0/+1
* Revert "[Android WebView] Terminate execution of stuck JS code on navigation ...Mikhail Naganov2014-09-031-5/+0
* aw: Use comparison DCHECKs where appropriateboliu2014-08-291-1/+1
* Simplify android_webview wrap_contents mode.mkosiba@chromium.org2014-08-121-8/+0
* aw: Improve idle task schedulingboliu@chromium.org2014-08-081-2/+15
* aw: Flush idle queue on hardware teardownboliu@chromium.org2014-07-311-0/+3
* Tiling priorities in Android Webview.hush@chromium.org2014-07-311-0/+5
* Android WebView: Perform idle gpu service worksievers@chromium.org2014-07-291-1/+6
* aw: Add and use DrawGL kModeSyncboliu@chromium.org2014-07-251-0/+7
* aw: Release hardware onTrimMemory(MODERATE)boliu@chromium.org2014-07-221-5/+16
* aw: Always render whole view with auxiliary bitmapboliu@chromium.org2014-07-141-8/+2
* [Android WebView] Terminate execution of stuck JS code on navigation requestsmnaganov@chromium.org2014-07-081-0/+5
* [WebView] Fix issue with transparent background.igsolla@chromium.org2014-07-041-6/+0
* [Android WebView] Support for fullscreen video with html controls.igsolla@chromium.org2014-06-301-0/+6
* aw: ReturnResource on draw and clean upsboliu@chromium.org2014-06-271-5/+3
* aw: Fix hardware teardown raceboliu@chromium.org2014-06-261-8/+1
* Make Geolocation permission request use new API if possible.michaelbai@chromium.org2014-06-231-3/+34
* aw: Remove legacy rendering pathboliu@chromium.org2014-06-171-16/+3
* [Android WebView] Fix hang in popup window flow.benm@chromium.org2014-06-171-0/+7
* Convert protected media identifier permission requests to follow the same con...jam@chromium.org2014-06-161-2/+1
* aw: Add ProtectedIdPermissionRequest.ycheo@chromium.org2014-06-101-0/+24
* Rename AutofillManagerDelegate to AutofillClient.isherman@chromium.org2014-06-071-8/+8
* [Android WebView] Implement delegated rendering for sync compositorboliu@chromium.org2014-05-241-5/+16
* aw: Fix hardware init/tear down in pop up flowboliu@chromium.org2014-05-231-44/+45
* Cancel the permission request when webview navigates to different page or rel...michaelbai@chromium.org2014-05-201-1/+2
* Make LayerScrollOffsetDelegate updates consistent.mkosiba@chromium.org2014-05-151-29/+14
* Check if java obj is valid before cancel permission request.michaelbai@chromium.org2014-05-131-2/+2
* aw: Fix lost invalidate while playing videoboliu@chromium.org2014-05-131-11/+2
* Implement PreauthorizePermissionmichaelbai@chromium.org2014-05-131-0/+9
* Dispatch geolocation IPCs on the UI thread. Aside from simplifying the code t...jam@chromium.org2014-05-121-1/+1
* aw: Refactor hardware initboliu@chromium.org2014-05-091-9/+44
* aw: Avoid crash when onAttachedToWindow called multiple timesboliu@chromium.org2014-05-071-2/+3
* Added data reduction proxy support to Android WebViewbengr@chromium.org2014-05-031-0/+10
* Global GPU memory manager for android webviewhush@chromium.org2014-05-031-19/+3
* Notify embedder when client certs are cleaned.sgurun@chromium.org2014-05-021-13/+0
* This patch is also implements the general permission request.michaelbai@chromium.org2014-05-011-0/+28
* Revert of Handle media access permission request (https://codereview.chromium...falken@chromium.org2014-05-011-28/+0
* This patch is also implements the general permission request.michaelbai@chromium.org2014-05-011-0/+28
* Add synchronous requestDrawGLboliu@chromium.org2014-05-011-20/+62