summaryrefslogtreecommitdiffstats
path: root/android_webview/native
Commit message (Expand)AuthorAgeFilesLines
* [Android WebView] Expose resetScrollAndScaleState from AwSettingsmnaganov@chromium.org2013-02-284-6/+7
* [Android WebView] Implement WebView.setInitialScalemnaganov@chromium.org2013-02-282-0/+23
* [Android WebView] Update WebView.EnableFixedLayoutMode in sync with ViewportE...mnaganov@chromium.org2013-02-272-4/+29
* Return empty Picture objects for empty SkPictures.leandrogracia@chromium.org2013-02-271-1/+2
* Implement Webviewclient.onReceivedSslErrorsgurun@chromium.org2013-02-268-12/+181
* [Android WebView] Implement WebSettings.{get|set}LoadWithOverviewModemnaganov@chromium.org2013-02-262-0/+6
* Remove WebContents methods that duplicate WebContentsView methods.jam@chromium.org2013-02-261-1/+2
* Implement WebStorage API methodsboliu@chromium.org2013-02-226-2/+421
* [Android WebView] Migrate the rendering code to a separate set of classes.leandrogracia@chromium.org2013-02-157-591/+153
* Revert 182710, this broke check_deps.marja@chromium.org2013-02-157-153/+592
* [Android WebView] Migrate the rendering code to a separate set of classes.leandrogracia@chromium.org2013-02-157-592/+153
* Expose the capturePicture feature in RenderView for Android WebView legacy AP...leandrogracia@chromium.org2013-02-151-3/+2
* [Android WebView] Implement WebSettings.setTextZoom for legacy layout modesmnaganov@chromium.org2013-02-145-0/+117
* Implementing geolocation for the Android Webviewkristianm@chromium.org2013-02-144-45/+109
* Revert 182106nduca@chromium.org2013-02-131-2/+3
* Expose the capturePicture feature in RenderView for Android WebView legacy AP...leandrogracia@chromium.org2013-02-131-3/+2
* Rename FilePath -> base::FilePath in various toplevel directoriesbrettw@chromium.org2013-02-101-2/+2
* Add a utility method to receive an AwContents from a render_process_id and a ...sgurun@chromium.org2013-02-072-0/+17
* Correct device scale for Android WebView SW rendering.leandrogracia@chromium.org2013-02-052-0/+7
* Pass ScopedJavaGlobalRef to bind() by valuejoth@chromium.org2013-02-051-7/+5
* Rename JavaScriptDialogCreator to JavaScriptDialogManager.kkania@chromium.org2013-02-019-36/+36
* Code conventions.sgurun@chromium.org2013-01-313-7/+5
* [Android WebView] Implement the capture picture API.leandrogracia@chromium.org2013-01-302-14/+210
* Android WebView visited link highlighting implementation part 2boliu@chromium.org2013-01-252-0/+22
* Hook up WebViewClient.onReceivedLoginRequestboliu@chromium.org2013-01-232-0/+24
* Move content/components/navigation_interception to src/componentskaiwang@chromium.org2013-01-232-2/+3
* Implements onReceivedIconacleung@chromium.org2013-01-222-0/+46
* fix compatibility issue of char for android x86james.wei@intel.com2013-01-181-1/+1
* Move content/components/web_contents_delegate_android to components/web_conte...boliu@chromium.org2013-01-124-9/+6
* Implementing native chromium GeolocationPermissionContextkristianm@chromium.org2013-01-105-0/+188
* Remove incognito parameter from AwContentskristianm@chromium.org2013-01-093-11/+7
* [Android WebView] Update SW rendering to use SkPicture and fix scrolling cases.leandrogracia@chromium.org2013-01-092-21/+17
* Return false in AwWebContentsDelegate::CanDownloadnileshagrawal@chromium.org2013-01-091-7/+4
* Fix hang in Android WebView release build testsboliu@chromium.org2013-01-081-46/+3
* [Android WebView] Remove unnecessary DCHECK in InputStreamImpl.benm@chromium.org2013-01-041-3/+3
* [Android WebView] Prepare to simulate SW rendering with the capture picture A...leandrogracia@chromium.org2013-01-043-9/+38
* [Android WebView] Close InputStreams when we're done with them.benm@chromium.org2013-01-031-0/+4
* Tell java side when the native auth handler is gonejoth@chromium.org2012-12-261-5/+18
* Define public inteface for accessing Canvas pixelsjoth@chromium.org2012-12-253-0/+53
* [Android WebView] Count the number of HTTP auth attempts we make.benm@chromium.org2012-12-212-9/+14
* Renaming org.chromium.android_webview.CookieManager to AwCookieManagerkristianm@chromium.org2012-12-202-2/+1
* [Android WebView] Add a system property to disable OpenGL state restoration i...leandrogracia@chromium.org2012-12-201-41/+49
* [Android WebView] Add API to focus the intial node.benm@chromium.org2012-12-202-0/+5
* Convert trivial URLRequest::Interceptors and URLRequestJobFactory::Intercepto...pauljensen@chromium.org2012-12-205-45/+43
* Subrect snapshot support.dtrainor@chromium.org2012-12-191-2/+9
* Apply scroll correction to HW draw path.leandrogracia@chromium.org2012-12-193-4/+17
* [Android WebView] Introduce new layers to ensure proper scissoring and clipping.leandrogracia@chromium.org2012-12-192-21/+70
* Renaming CookieManager to AwCookieManager to avoid name conflict with android...kristianm@chromium.org2012-12-181-0/+1
* Change Android Webview URL Request Context access of mutation functions.tedv@chromium.org2012-12-165-8/+9
* [Android WebView] Tie together Chrome's browser compositor with the Android V...leandrogracia@chromium.org2012-12-154-23/+224