summaryrefslogtreecommitdiffstats
path: root/android_webview/java
Commit message (Expand)AuthorAgeFilesLines
* [Android WebView] Better control the size of the HW fallback bmp cachebenm@chromium.org2013-07-021-0/+3
* Remove the deprecated static method from HttpAuthDatabasesgurun@chromium.org2013-07-023-17/+13
* [Android WebView] Reduce jank of HW fallbackbenm@chromium.org2013-07-021-3/+15
* Implement the autofill UI for chromium powered android webview.sgurun@chromium.org2013-06-282-0/+139
* Revert "Implement the autofill UI for chromium powered android webview."eroman@chromium.org2013-06-272-139/+0
* Implement the autofill UI for chromium powered android webview.sgurun@chromium.org2013-06-272-0/+139
* Native Android accessibility.dmazzoni@chromium.org2013-06-251-0/+11
* Revert 207875 "Native Android accessibility."dmichael@chromium.org2013-06-211-15/+0
* Native Android accessibility.dmazzoni@chromium.org2013-06-211-0/+15
* [Android WebView] Clamp Bitmap size when it will be drawn into a Canvas.benm@chromium.org2013-06-211-1/+9
* Clean up AwContents calls to change visibilityboliu@chromium.org2013-06-211-13/+25
* Hookup android_webview scroll offset delegation to Java side.mkosiba@chromium.org2013-06-202-0/+99
* Add Garbage collection test for AwContentsjoth@chromium.org2013-06-201-0/+10
* Make AwContents.destroy() idempotentjoth@chromium.org2013-06-181-1/+1
* [Android WebView] Fix up invalidate pathboliu@chromium.org2013-06-161-2/+9
* Revert move of file access control into browser contextjoth@chromium.org2013-06-152-20/+4
* Fix Popup window flow to work with synchronous compositor gfx modejoth@chromium.org2013-06-143-182/+202
* [Android WebView] Remove caching of Bitmaps used for SW draw.benm@chromium.org2013-06-141-21/+2
* Consolidate the SW and HW draw methods in InProcessViewRendererjoth@chromium.org2013-06-131-22/+21
* Connect Frame metadata all the way up from cc to android_webviewjoth@chromium.org2013-06-121-4/+5
* Main changes aremichaelbai@chromium.org2013-06-053-60/+36
* Fix error in fallback SW renderingjoth@chromium.org2013-06-051-3/+3
* Remove Deprecated methods / tagsjoth@chromium.org2013-05-312-10/+0
* Cache auxiliary bitmap across draw framesjoth@chromium.org2013-05-241-2/+22
* Keep screen on when there is an active WebRTC session on Android.wjia@chromium.org2013-05-221-0/+4
* Revert 201439 "Revert 201433 "Revert 201424 "Keep screen on when..."wjia@chromium.org2013-05-221-4/+0
* Revert 201433 "Revert 201424 "Keep screen on when there is an ac..."wjia@chromium.org2013-05-221-0/+4
* Revert 201424 "Keep screen on when there is an active WebRTC ses..."wjia@chromium.org2013-05-221-4/+0
* Keep screen on when there is an active WebRTC session on Android.wjia@chromium.org2013-05-221-0/+4
* [Android WebView] Add AwContents.supportsAccessibilityAction.benm@chromium.org2013-05-161-0/+4
* [Android WebView] Plumb across window focus changes to ContentViewCore.benm@chromium.org2013-05-161-1/+7
* Implement get/set(saveformdata) for chromium based webview.sgurun@chromium.org2013-05-151-0/+36
* [Android WebView] Remove direct access to fields in aw_settingsmnaganov@chromium.org2013-05-101-27/+172
* Hardware draw init in android_webviewboliu@chromium.org2013-05-091-12/+9
* Disable vsync on input for webviewboliu@chromium.org2013-05-091-10/+25
* Implement WebViewDatabase's hasFormData API for chromium based webview.sgurun@chromium.org2013-05-081-0/+6
* [Android Webview] Clamp ContentViewCore physical backing size.benm@chromium.org2013-05-081-4/+52
* Fix for bug 235641, remove kOnNewPictureEnabledkristianm@chromium.org2013-05-081-5/+7
* [Android] Remove "Chrome" and "View" personalitiesmnaganov@chromium.org2013-05-081-4/+6
* [Android] Move zoom controls management into WebViewmnaganov@chromium.org2013-05-083-6/+213
* AwContentClient no longer extends ContentViewClientjoth@chromium.org2013-04-292-36/+58
* Implement clearFormData for WebViewDatabasesgurun@chromium.org2013-04-252-0/+32
* [Android WebView] Move the most of WebSettings into AwSettingsmnaganov@chromium.org2013-04-252-52/+902
* Add requestDrawGL method in InternalAccessDelegatemichaelbai@chromium.org2013-04-231-0/+16
* [android] Resize the android_webview if it's 0x0 initially.mkosiba@chromium.org2013-04-195-154/+316
* [Android] Rename NativeWindow to WindowAndroid.aurimas@chromium.org2013-04-192-35/+3
* [Android WebView] Never turn off viewport and fixed layoutmnaganov@chromium.org2013-04-171-14/+2
* Calling 2 param onShowCustomView.michaelbai@chromium.org2013-04-112-11/+12
* android_webview: changes to support Android GraphicBufferskaanb@chromium.org2013-04-081-1/+6
* Callbacks cannot be owned by Javakristianm@chromium.org2013-04-053-38/+62