summaryrefslogtreecommitdiffstats
path: root/android_webview/java
Commit message (Expand)AuthorAgeFilesLines
* [Android WebView] Expose resetScrollAndScaleState from AwSettingsmnaganov@chromium.org2013-02-282-11/+11
* [Android WebView] Implement WebView.setInitialScalemnaganov@chromium.org2013-02-281-0/+18
* This is a no-op CL (with exceptions of int->float switch and the units used f...aruslan@chromium.org2013-02-272-6/+17
* [Android WebView] Update WebView.EnableFixedLayoutMode in sync with ViewportE...mnaganov@chromium.org2013-02-271-0/+17
* Implement TODO: make onReceivedSslError abstract now it has rolled downstream.sgurun@chromium.org2013-02-271-2/+1
* Create java AwBrowserContextkristianm@chromium.org2013-02-273-3/+74
* Implement Webviewclient.onReceivedSslErrorsgurun@chromium.org2013-02-264-30/+149
* [Android WebView] Implement WebSettings.{get|set}LoadWithOverviewModemnaganov@chromium.org2013-02-261-0/+11
* Implement WebStorage API methodsboliu@chromium.org2013-02-221-0/+162
* [android_webview] Introduce content size methods on AwContents.mkosiba@chromium.org2013-02-211-0/+8
* [Android WebView] Remove not needed constructor in AwContentskristianm@chromium.org2013-02-201-10/+0
* [Android WebView] Migrate the rendering code to a separate set of classes.leandrogracia@chromium.org2013-02-152-36/+61
* Revert 182710, this broke check_deps.marja@chromium.org2013-02-152-61/+36
* [Android WebView] Migrate the rendering code to a separate set of classes.leandrogracia@chromium.org2013-02-152-36/+61
* [Android WebView] Implement WebSettings.setTextZoom for legacy layout modesmnaganov@chromium.org2013-02-142-3/+50
* Implementing geolocation for the Android Webviewkristianm@chromium.org2013-02-143-30/+137
* onShowCustomViewacleung@google.com2013-02-133-0/+79
* Remove ContentViewCore.enableMultiProcess etc.michaelbai@chromium.org2013-02-111-1/+1
* Remove unused contructor, and remove unused parameter from AwContentskristianm@chromium.org2013-02-081-9/+5
* 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