summaryrefslogtreecommitdiffstats
path: root/android_webview/java
Commit message (Expand)AuthorAgeFilesLines
* Tell java side when the native auth handler is gonejoth@chromium.org2012-12-261-3/+14
* Define public inteface for accessing Canvas pixelsjoth@chromium.org2012-12-251-2/+12
* Adding geolocation functions to AwContentsClientkristianm@chromium.org2012-12-221-0/+8
* [Android WebView] Count the number of HTTP auth attempts we make.benm@chromium.org2012-12-211-3/+9
* Renaming org.chromium.android_webview.CookieManager to AwCookieManagerkristianm@chromium.org2012-12-202-133/+117
* [Android WebView] Add API to focus the intial node.benm@chromium.org2012-12-202-0/+26
* Apply scroll correction to HW draw path.leandrogracia@chromium.org2012-12-191-2/+3
* Renaming CookieManager to AwCookieManager to avoid name conflict with android...kristianm@chromium.org2012-12-182-1/+15
* Generate PageTransitionTypes.java for Androidboliu@chromium.org2012-12-161-2/+3
* Adding java implementation for Geolocationkristianm@chromium.org2012-12-151-0/+101
* Implement CookieManager.flushCookieStorejoth@chromium.org2012-12-141-4/+9
* Implement doUpdateVisitedHistory callbackboliu@chromium.org2012-12-142-1/+17
* [Android WebView] Plumb WebContentsDelagate::ActivateContents -> Java.benm@chromium.org2012-12-132-6/+14
* [Android WebView] Convert context menu callback to long pressboliu@chromium.org2012-12-111-1/+6
* Make AwContentsClient.onDownloadStart abstractboliu@chromium.org2012-12-061-4/+2
* Make page transition type to InterceptNavigationResourceThrottlethrottlejknotten@chromium.org2012-12-051-1/+2
* (Re)implement Android WebView downloadsboliu@chromium.org2012-12-053-1/+60
* [Android WebView] Plumb WebContentsDelegate::CloseContents to embedder.benm@chromium.org2012-12-042-2/+6
* [Android WebView] AwContentsClient.shouldCreate window callback part 2.benm@chromium.org2012-12-032-6/+72
* [Android] Remove onUrlStarChanged method from WebContentsDelegateAndroid.jknotten@chromium.org2012-11-301-5/+0
* Some required fixes for HTMLViewer rotateboliu@chromium.org2012-11-301-6/+20
* Fix AndroidWebView testsjoth@chromium.org2012-11-301-4/+0
* Factor out common chromium stack init codejoth@chromium.org2012-11-291-0/+58
* Implement AwContents.invalidate()joth@chromium.org2012-11-291-0/+5
* Do not save state if no navigationsboliu@chromium.org2012-11-211-12/+4
* [Android WebView] Implement WebSettings.{get|set}CacheModemnaganov@chromium.org2012-11-213-10/+33
* Android WebView save/restoreState Part 2boliu@chromium.org2012-11-211-0/+47
* AwContents Compositor bring upjoth@chromium.org2012-11-201-0/+10
* Fix AwContentsTest#testCreateDestroy flaky crashboliu@chromium.org2012-11-161-0/+1
* [android_webview] onPageStarted should happen after shouldIgnoreNavigation.mkosiba@chromium.org2012-11-152-19/+51
* [Android WebView] AwContentsClient.shouldCreateWindow callback part 1.benm@chromium.org2012-11-152-0/+13
* AwContents preperation for Compositor setupjoth@chromium.org2012-11-151-12/+133
* Move WebContentsDelegateAndroid to content/componentsjknotten@chromium.org2012-11-141-1/+1
* Avoid unnecessary Java object creation in hit testboliu@chromium.org2012-11-141-27/+28
* Add touch event methods to AwContentsboliu@chromium.org2012-11-131-14/+32
* Rename GLDraw to DrawGL.joth@chromium.org2012-11-091-7/+7
* Move navigation interception component to content/componentsjknotten@chromium.org2012-11-091-1/+1
* Revert 166758 - Move navigation interception component to content/componentsraymes@chromium.org2012-11-081-1/+1
* Move navigation interception component to content/componentsjknotten@chromium.org2012-11-081-1/+1
* Implement hit test related methods in Android WebViewboliu@chromium.org2012-11-081-0/+93
* [Android WebView] Fix Android WebView tests.benm@chromium.org2012-11-071-5/+8
* Plumbing to support AwContents direct GLDraw api.joth@chromium.org2012-11-071-1/+25
* [Android WebView] AwContents now owns ContentViewCore.benm@chromium.org2012-11-061-4/+3
* Remove obsolete AndroidWebViewUtiljoth@chromium.org2012-10-301-25/+0
* Remove obsolete class: AwContentsContainerjoth@chromium.org2012-10-291-1/+0
* Clean up android_webview OWNERS and DEPSjoth@chromium.org2012-10-291-0/+3
* Implement AwContentBrowserClient and AwBrowserContextboliu@chromium.org2012-10-251-0/+2
* make the scripts happysgurun@chromium.org2012-10-251-0/+3
* Handle resubmission of HTTP Posts.sgurun@chromium.org2012-10-251-0/+35
* Update cookie_manager to only get the CookieMonster oncekristianm@chromium.org2012-10-241-78/+13