summaryrefslogtreecommitdiffstats
path: root/android_webview/java
Commit message (Expand)AuthorAgeFilesLines
* [android_webview] Fix typo in AwContents.mkosiba@chromium.org2013-08-131-1/+1
* [android_webivew] Implement flingScroll, pageUp, pageDownmkosiba@chromium.org2013-08-122-3/+76
* [Android] Expose showFileChooser in AwContentsClient interfacejoth@chromium.org2013-08-103-3/+52
* [android] Implement scrollbar support.mkosiba@chromium.org2013-08-091-0/+55
* Android WebView: Make a custom Picture subclassjoth@chromium.org2013-08-092-4/+99
* [Android WebView] Clip to visible rectboliu@chromium.org2013-08-081-1/+4
* [Android WebView] Delay destroy until DetachFromWindowboliu@chromium.org2013-08-071-12/+49
* [Android] On calling openNewTab, pass the disposition instead of incognito.kkimlabs@chromium.org2013-08-061-1/+1
* [Android WebView] Fix setting visibility after destroyboliu@chromium.org2013-08-051-0/+2
* [Android] Passes extra headers and post data to openNewTab(...).kkimlabs@chromium.org2013-08-041-1/+1
* Fix autofillpopup window leak/crash on rotationsgurun@chromium.org2013-08-031-0/+1
* Combine ViewAndroidDelegate code.sgurun@chromium.org2013-08-032-38/+3
* [Android WebView] Handle clip size smaller than visible rectboliu@chromium.org2013-08-031-33/+15
* [Android WebView] Always visible to ContentViewCoreboliu@chromium.org2013-08-031-23/+11
* Handle root layer fling Java-side in android_webview.mkosiba@chromium.org2013-08-022-10/+130
* Remove TODO commentskristianm@chromium.org2013-08-021-2/+0
* [Android WebView] Fix some Java warningsjoth@chromium.org2013-07-312-3/+4
* [Android WebView] VisibleRect clean upboliu@chromium.org2013-07-301-4/+0
* Android: distinguish between crashes and out-of-memory kills in contentppi@chromium.org2013-07-301-1/+1
* Fix capture picture implementationkristianm@chromium.org2013-07-292-3/+12
* [android_webview] Alter scroll offset async when processing touch events.mkosiba@chromium.org2013-07-262-6/+35
* [Android WebView] Respect the users setting for password visibility.benm@chromium.org2013-07-262-2/+15
* [Android WebView] Invalidate whole visible rectboliu@chromium.org2013-07-261-21/+10
* [android_webview] Implement setOverScrollMode.mkosiba@chromium.org2013-07-242-19/+270
* Hooking up setBackgroundColor from AwContents to rendererjoth@chromium.org2013-07-232-4/+46
* The previous implementation is not correct, it depended on the Fullscreen vid...michaelbai@chromium.org2013-07-191-4/+0
* Adds a new callback as this signal is required to pass up to the applicationjoth@chromium.org2013-07-192-4/+37
* [Android] Unify all string log tags to use a simple constant.yfriedman@chromium.org2013-07-184-4/+4
* Revert 212022 "The previous implementation is not correct, it de..."gavinp@chromium.org2013-07-171-0/+4
* The previous implementation is not correct, it depended on the Fullscreen vid...michaelbai@chromium.org2013-07-171-4/+0
* [Android WebView] Evaluate JS URLs directly.benm@chromium.org2013-07-171-0/+17
* [Android WebView] Fix view state for popupsboliu@chromium.org2013-07-151-11/+37
* [android] Plumb through page scale to the InProcessViewRenderer.mkosiba@chromium.org2013-07-121-5/+12
* Allow embedders to override fullscreen mediaplayer controlsavayvod@chromium.org2013-07-091-0/+6
* [android] Hook up overscrolling to the android_webview layer.mkosiba@chromium.org2013-07-083-24/+203
* Use page transition types to detect API initiated navsjoth@chromium.org2013-07-041-1/+19
* [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