summaryrefslogtreecommitdiffstats
path: root/android_webview/native/aw_contents.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in android_webview/.avi2015-12-201-0/+1
* Pass method parameters as JavaParamRef in android_webview.torne2015-12-041-68/+150
* Defer loads on WebView popup windows until webcontents delegate attachedgsennton2015-10-301-0/+2
* sync compositor: pass simple gfx types by const refboliu2015-10-281-5/+5
* Have RenderWidgetHostViewAndroid own sync compositorboliu2015-10-091-1/+1
* Refactor BrowserViewRenderer to support page visibilityhush2015-09-291-0/+1
* Do not cast Visual State Callback request_id argument to long.tobiasjs2015-09-221-1/+1
* Add simple URL filtering to webviewdgn2015-09-091-1/+0
* Plumb smooth scrolling in Chromium compositorhush2015-09-081-0/+5
* cc: Remove LayerScrollOffsetDelegate IsExternalScrollActiveboliu2015-09-011-1/+0
* Implement AwContentBrowserClient::IsHandledURLmnaganov2015-08-131-0/+2
* Implement HttpUserAgentSettings delegate for Android WebViewtserng2015-08-051-0/+2
* Add MIDI SYSEX permission request to WebViewmichaelbai2015-06-231-0/+4
* Unify Android Webview and Chrome's flinghush2015-06-101-2/+5
* Refactor AwPermissionRequest lifetimeboliu2015-05-061-1/+2
* [Android WebView] Fix the fling scroll does not work issue for popup tabs.shouqun2015-04-151-0/+2
* Unit Test for WebView animating in and out of screenhush2015-03-201-0/+2
* Remove android_webview/browser layer's dependency on native/hush2015-02-261-2/+0
* OffscreenPreRaster and its plumbingshush2015-02-251-0/+2
* Rename [Ii]nvalidateOnFunctorDestroy to [dD]etachFunctorFromViewtobiasjs2015-02-181-1/+1
* There is no point of keeping source_origin as a parameter in postMessageTo* m...sgurun2015-02-131-2/+1
* Return created channels synchronouslysgurun2015-02-131-1/+1
* [WebView] Improve VisualState API name.igsolla2015-02-111-1/+1
* [WebView] Add a request id param to the flushVisualState API.igsolla2015-02-101-1/+4
* Revert of [WebView] Add unique visual state request ids. (patchset #4 id:6000...igsolla2015-02-091-4/+1
* [WebView] Add unique visual state request ids.igsolla2015-02-091-1/+4
* [WebView] Add a new flushVisualState API to AwContents.igsolla2015-02-051-0/+1
* Update {virtual,override,final} to follow C++11 style.dcheng2015-02-041-35/+29
* Post a message from Java to JS using message channels.sgurun2015-01-291-1/+1
* Remove most native WebContents references from Javadtrainor2015-01-271-1/+2
* Enable posting a message from JS to Android webview.sgurun2015-01-231-0/+3
* Cleanup unused variables in AwContentshush2014-12-041-1/+0
* Add a content API to create a message channel.sgurun2014-11-191-0/+5
* Pass TouchMajor to HitTestResulthush2014-11-131-1/+5
* Partial test harness for android webview renderingboliu2014-11-111-2/+0
* aw: Move SharedRendererState out of AwContentsboliu2014-11-071-10/+0
* aw: Destroy ContentViewCore and WebContents togetherboliu2014-11-031-1/+1
* Part 2: Refactor Android WebView graphics codehush2014-10-301-3/+2
* aw: Remove jobject canvas from native RequestDrawGLboliu2014-10-251-1/+1
* Part 1: Refactor Android WebView graphics codehush2014-10-241-1/+5
* aw: Ensure invalidation when pipeline is stalledboliu2014-10-211-0/+1
* replace OVERRIDE and FINAL with override and final in android_webview/mostynb2014-10-071-21/+21
* Revert "[Android WebView] Terminate execution of stuck JS code on navigation ...Mikhail Naganov2014-09-031-1/+0
* Simplify android_webview wrap_contents mode.mkosiba@chromium.org2014-08-121-4/+0
* Tiling priorities in Android Webview.hush@chromium.org2014-07-311-0/+1
* aw: Release hardware onTrimMemory(MODERATE)boliu@chromium.org2014-07-221-0/+1
* aw: Always render whole view with auxiliary bitmapboliu@chromium.org2014-07-141-5/+1
* [Android WebView] Terminate execution of stuck JS code on navigation requestsmnaganov@chromium.org2014-07-081-0/+1
* [WebView] Fix issue with transparent background.igsolla@chromium.org2014-07-041-1/+0
* [Android WebView] Support for fullscreen video with html controls.igsolla@chromium.org2014-06-301-0/+1