summaryrefslogtreecommitdiffstats
path: root/android_webview/java
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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