summaryrefslogtreecommitdiffstats
path: root/android_webview/java
Commit message (Expand)AuthorAgeFilesLines
* Use a struct to pass parameters in the navigation interception callback.mkosiba@chromium.org2013-01-311-3/+4
* [Android WebView] Implement the capture picture API.leandrogracia@chromium.org2013-01-302-2/+67
* Android WebView scale hit test coordinatesboliu@chromium.org2013-01-301-2/+10
* Make some AwContentsClient methods abstractboliu@chromium.org2013-01-291-4/+2
* Android WebView visited link highlighting implementation part 2boliu@chromium.org2013-01-252-1/+31
* Hook up WebViewClient.onReceivedLoginRequestboliu@chromium.org2013-01-234-0/+37
* Move content/components/navigation_interception to src/componentskaiwang@chromium.org2013-01-232-1/+2
* Implements onReceivedIconacleung@chromium.org2013-01-222-2/+20
* [android_webview] Clean up message handlers in AwContents and AwContentsClient.mkosiba@chromium.org2013-01-173-110/+136
* Avoid call nativeDrawSW after AwContents.destroyboliu@chromium.org2013-01-161-0/+2
* Throw exception when initialization failed.michaelbai@chromium.org2013-01-151-3/+8
* Move content/components/web_contents_delegate_android to components/web_conte...boliu@chromium.org2013-01-122-1/+2
* [android_webview] Add onMeasure support.mkosiba@chromium.org2013-01-112-3/+122
* Revert 176198yfriedman@chromium.org2013-01-101-1/+1
* Revert 176176smckay@chromium.org2013-01-101-1/+1
* Update Android build to API level 17 and SDK Tools version 21yfriedman@chromium.org2013-01-101-1/+1
* [android_webview] Forward the InternalAccessDelegate interface via AwContents.mkosiba@chromium.org2013-01-101-0/+7
* Implementing native chromium GeolocationPermissionContextkristianm@chromium.org2013-01-101-0/+31
* Remove incognito parameter from AwContentskristianm@chromium.org2013-01-091-5/+13
* Making the new geolocation methods abstract after adding an android implement...kristianm@chromium.org2013-01-031-5/+3
* Revert 174978. r174937 does not seem to be releated to content_browsertests f...alexeypa@google.com2013-01-031-2/+10
* Speculative revert of r174937 to see if it clears up content_browsertests fai...alexeypa@google.com2013-01-031-10/+2
* small improvement to GeolocationPermissions.clearAll() tojoth@chromium.org2013-01-031-2/+10
* Fix AwBrowserProcess.loadLibrary to only loadjoth@chromium.org2012-12-281-1/+2
* 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