summaryrefslogtreecommitdiffstats
path: root/android_webview/native/aw_contents.cc
Commit message (Expand)AuthorAgeFilesLines
* [Android WebView] Expose resetScrollAndScaleState from AwSettingsmnaganov@chromium.org2013-02-281-4/+0
* Implement Webviewclient.onReceivedSslErrorsgurun@chromium.org2013-02-261-7/+19
* [Android WebView] Implement WebSettings.{get|set}LoadWithOverviewModemnaganov@chromium.org2013-02-261-0/+4
* [Android WebView] Migrate the rendering code to a separate set of classes.leandrogracia@chromium.org2013-02-151-528/+45
* Revert 182710, this broke check_deps.marja@chromium.org2013-02-151-45/+528
* [Android WebView] Migrate the rendering code to a separate set of classes.leandrogracia@chromium.org2013-02-151-528/+45
* Expose the capturePicture feature in RenderView for Android WebView legacy AP...leandrogracia@chromium.org2013-02-151-3/+2
* Implementing geolocation for the Android Webviewkristianm@chromium.org2013-02-141-11/+79
* 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-071-0/+13
* Correct device scale for Android WebView SW rendering.leandrogracia@chromium.org2013-02-051-0/+6
* Pass ScopedJavaGlobalRef to bind() by valuejoth@chromium.org2013-02-051-7/+5
* Code conventions.sgurun@chromium.org2013-01-311-4/+3
* [Android WebView] Implement the capture picture API.leandrogracia@chromium.org2013-01-301-13/+181
* Android WebView visited link highlighting implementation part 2boliu@chromium.org2013-01-251-0/+21
* Move content/components/navigation_interception to src/componentskaiwang@chromium.org2013-01-231-2/+2
* Implements onReceivedIconacleung@chromium.org2013-01-221-0/+38
* Implementing native chromium GeolocationPermissionContextkristianm@chromium.org2013-01-101-0/+16
* Remove incognito parameter from AwContentskristianm@chromium.org2013-01-091-7/+4
* [Android WebView] Update SW rendering to use SkPicture and fix scrolling cases.leandrogracia@chromium.org2013-01-091-20/+16
* Fix hang in Android WebView release build testsboliu@chromium.org2013-01-081-46/+3
* [Android WebView] Prepare to simulate SW rendering with the capture picture A...leandrogracia@chromium.org2013-01-041-6/+32
* Define public inteface for accessing Canvas pixelsjoth@chromium.org2012-12-251-0/+49
* [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-201-0/+4
* Subrect snapshot support.dtrainor@chromium.org2012-12-191-2/+9
* Apply scroll correction to HW draw path.leandrogracia@chromium.org2012-12-191-4/+13
* [Android WebView] Introduce new layers to ensure proper scissoring and clipping.leandrogracia@chromium.org2012-12-191-19/+65
* [Android WebView] Tie together Chrome's browser compositor with the Android V...leandrogracia@chromium.org2012-12-151-21/+210
* [Android WebView] Convert context menu callback to long pressboliu@chromium.org2012-12-111-0/+9
* Migrate the Android compositor to cc::Layer classes.leandrogracia@chromium.org2012-12-031-2/+4
* [Android WebView] AwContentsClient.shouldCreate window callback part 2.benm@chromium.org2012-12-031-2/+33
* Implement AwContents.invalidate()joth@chromium.org2012-11-291-4/+27
* Do not save state if no navigationsboliu@chromium.org2012-11-211-0/+5
* Android WebView save/restoreState Part 2boliu@chromium.org2012-11-211-0/+27
* Fix typo in view_visible that stops the compositorjoth@chromium.org2012-11-201-1/+1
* Fix clang buildjoth@chromium.org2012-11-201-9/+14
* AwContents Compositor bring upjoth@chromium.org2012-11-201-4/+77
* AwContents preperation for Compositor setupjoth@chromium.org2012-11-151-0/+11
* Avoid unnecessary Java object creation in hit testboliu@chromium.org2012-11-141-8/+11
* Rename GLDraw to DrawGL.joth@chromium.org2012-11-091-8/+8
* Move navigation interception component to content/componentsjknotten@chromium.org2012-11-091-2/+2
* Revert 166758 - Move navigation interception component to content/componentsraymes@chromium.org2012-11-081-2/+2
* Move navigation interception component to content/componentsjknotten@chromium.org2012-11-081-2/+2
* Implement hit test related methods in Android WebViewboliu@chromium.org2012-11-081-0/+36
* Plumbing to support AwContents direct GLDraw api.joth@chromium.org2012-11-071-0/+21
* Remove obsolete class: AwContentsContainerjoth@chromium.org2012-10-291-26/+16
* Componentize IgnoreNavigationResourceThrottle and add chrome and webview spec...mkosiba@chromium.org2012-10-091-0/+12