summaryrefslogtreecommitdiffstats
path: root/android_webview/browser/aw_contents_client_bridge_base.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 3 CLs for shouldOverrideUrlLoading implementation.gsennton2016-01-121-0/+12
* [Android WebView] Remove AwContentsClientBridgeBase::FromIDmnaganov2015-11-241-12/+0
* Make some global pointers const void* const.thestig2015-09-251-2/+2
* favor DCHECK_CURRENTLY_ON for better logs in android_webview/mostynb2015-03-181-1/+1
* aw: Destroy ContentViewCore and WebContents togetherboliu2014-11-031-5/+0
* Fix reinterpret_cast issuesdtrainor2014-10-081-1/+1
* When we destroy the AwContentsClientBridge, clear the pointer to it held by w...benm2014-09-071-0/+5
* Remove some unnecessary NULL checks of RenderFrameHost before calling WebCont...jam@chromium.org2014-01-221-1/+0
* Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Res...jam@chromium.org2013-12-311-6/+6
* Revert "Replace the GetAssociatedRenderView call with GetAssociatedRenderFram...loislo@chromium.org2013-12-301-6/+6
* Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Res...jam@chromium.org2013-12-281-6/+6
* Implement Webviewclient.onReceivedSslErrorsgurun@chromium.org2013-02-261-0/+72