summaryrefslogtreecommitdiffstats
path: root/android_webview/java
Commit message (Expand)AuthorAgeFilesLines
* AwContentClient no longer extends ContentViewClientjoth@chromium.org2013-04-292-36/+58
* Implement clearFormData for WebViewDatabasesgurun@chromium.org2013-04-252-0/+32
* [Android WebView] Move the most of WebSettings into AwSettingsmnaganov@chromium.org2013-04-252-52/+902
* Add requestDrawGL method in InternalAccessDelegatemichaelbai@chromium.org2013-04-231-0/+16
* [android] Resize the android_webview if it's 0x0 initially.mkosiba@chromium.org2013-04-195-154/+316
* [Android] Rename NativeWindow to WindowAndroid.aurimas@chromium.org2013-04-192-35/+3
* [Android WebView] Never turn off viewport and fixed layoutmnaganov@chromium.org2013-04-171-14/+2
* Calling 2 param onShowCustomView.michaelbai@chromium.org2013-04-112-11/+12
* android_webview: changes to support Android GraphicBufferskaanb@chromium.org2013-04-081-1/+6
* Callbacks cannot be owned by Javakristianm@chromium.org2013-04-053-38/+62
* Android: nits following library loader changes.bulach@chromium.org2013-04-021-1/+0
* Make the build control what library(/ies) to loadcjhopman@chromium.org2013-04-012-6/+13
* [Android_WebView] Implement WebChromeClient.getDefaultVideoPoster.michaelbai@chromium.org2013-03-273-23/+148
* [android_webview] Build test code against the shell APK.mkosiba@chromium.org2013-03-251-27/+0
* [android_webview] Implementation of WebChromeClient.onHideCustomView.michaelbai@chromium.org2013-03-152-12/+13
* Remove unnecessary resource related methods in ContentVideoViewContextDelegatemichaelbai@chromium.org2013-03-141-30/+0
* [android_webview] Fake onReceivedError callback for intercepted navigations.mkosiba@chromium.org2013-03-143-8/+44
* now the glue layer implementation landed, make the touch/fav icon methods met...sgurun@chromium.org2013-03-141-4/+2
* Cleanup of AwGeolocationPermissions with AwBrowserContextkristianm@chromium.org2013-03-143-71/+5
* [android_webview] Suppress shouldOverrideUrlLoading on history navigation.mkosiba@chromium.org2013-03-131-5/+15
* [Android WebView] Provide more information about WebView for web debuggingmnaganov@chromium.org2013-03-121-0/+7
* Implementing pauseTimers for chromium webviewkristianm@chromium.org2013-03-122-2/+21
* [android_webview] Stop exposing ContentViewCore to the embedder.mkosiba@chromium.org2013-03-081-3/+259
* [Android WebView] Fix TODOs after r185889mnaganov@chromium.org2013-03-081-5/+2
* Remove Android WebView synchronous find.boliu@chromium.org2013-03-081-3/+5
* Handle LibraryLoader error from the renderer process.yfriedman@chromium.org2013-03-071-2/+5
* [android_view] Implementation of WebChromeClient.getVideoLoadingProgressViewmichaelbai@chromium.org2013-03-062-0/+19
* Call mContentViewCore.onPhysicalBackingSizeChanged in AwContentsboliu@chromium.org2013-03-051-0/+2
* [Android WebView] Make page scale dependent of the screen densitymnaganov@chromium.org2013-03-043-2/+34
* [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