summaryrefslogtreecommitdiffstats
path: root/android_webview/browser/aw_content_browser_client.h
Commit message (Expand)AuthorAgeFilesLines
* Remove an unused long in worker_messages.h.jam2016-02-031-1/+0
* Switch to standard integer types in android_webview/.avi2015-12-201-1/+3
* Fix strict secure cookies bugsjww2015-12-071-1/+1
* Add a WebContents getter callback in ResourceRequestInfoclamy2015-11-241-2/+1
* Reland of Add a NavigationThrottle to the public content/ interfaceclamy2015-09-291-0/+2
* Revert of Add a NavigationThrottle to the public content/ interface (patchset...huangs2015-09-221-2/+0
* Add a NavigationThrottle to the public content/ interfaceclamy2015-09-221-0/+2
* [Android WebView] Pass .pak fds & regions to child servicesmnaganov2015-08-241-0/+5
* Implement AwContentBrowserClient::IsHandledURLmnaganov2015-08-131-0/+1
* Track frame openers in FrameTreeNodes instead of WebContents.alexmos2015-06-101-1/+2
* [DevTools] Cleanup DevToolsTarget and DevToolsManagerDelegate after moving to...dgozman2015-04-281-1/+0
* Refactor Permissions related method out of ContentBrowserClient.mlamouri2015-03-291-11/+0
* [DevTools] Move network protocol handler to RenderFrameHost.dgozman2015-03-271-2/+2
* Cancel client auth requests when not promptable.davidben2015-03-111-3/+2
* ContentBrowserClient::RequestPermission replies with PermissionStatus instead...mlamouri2015-03-031-1/+1
* Call ComputeWebKitPrefs on the correct RVH, and remove dead code.creis2015-02-121-1/+0
* Update {virtual,override,final} to follow C++11 style.dcheng2015-02-041-82/+78
* Don't key client auth on HttpNetworkSession.davidben2014-12-081-1/+0
* Re-revert of "Remove SSLClientAuthHandler's RDH dependency." (https://coderev...davidben2014-12-031-0/+1
* Revert of Revert of "Remove SSLClientAuthHandler's RDH dependency." (https://...robliao2014-11-261-1/+0
* Revert of "Remove SSLClientAuthHandler's RDH dependency." (https://codereview...mattm2014-11-251-0/+1
* The default Web Notification permission should be denied.peter2014-11-151-11/+0
* Remove the strict dependency on WebContents for Web Notifications.peter2014-10-271-1/+2
* Group the different permission related methods in the content api.miguelg2014-10-271-17/+6
* Remove SSLClientAuthHandler's RDH dependency.davidben2014-10-091-1/+0
* replace OVERRIDE and FINAL with override and final in android_webview/mostynb2014-10-071-40/+40
* Migrate geolocation permissions to the new common permission class.miguelg2014-09-291-2/+5
* [DevTools] Move target-related methods from DevToolsHttpHandlerDelegate to De...dgozman2014-09-221-0/+2
* Delete code for inspector preferences.chrishtr@chromium.org2014-08-221-3/+0
* Remove worker process related codes from ContentBrowserClient.horo@chromium.org2014-08-161-3/+0
* Add additional UMA stats for remembering certificate decisions.jww@chromium.org2014-08-151-0/+1
* NotificationObjectProxy should own the DesktopNotificationDelegateImplpeter@chromium.org2014-08-051-1/+1
* content: ResourceType cleanup.tfarina@chromium.org2014-07-311-1/+1
* Inform the success callback for requesting Notification permission about the ...peter@chromium.org2014-07-291-1/+1
* Implementation of shared worker code path when WebView guest creates a shared...hanxi@chromium.org2014-07-101-2/+3
* Move webpreferences.* from webkit/ to content/tfarina@chromium.org2014-07-091-3/+1
* Move resource_type.* from webkit/ to content/.tfarina@chromium.org2014-07-051-1/+1
* Convert protected media identifier permission requests to follow the same con...jam@chromium.org2014-06-161-0/+5
* Convert MIDI permission requests to use WebContents in preparation for switch...jam@chromium.org2014-06-151-0/+7
* Simplify geolocation permission request in the Content API.jam@chromium.org2014-06-131-0/+7
* Load the default favicon as a native image, rather than as a Skia image.isherman@chromium.org2014-06-121-1/+1
* Remove use of ResourceRequestInfo::GetRequestID from cert enrollment.davidben@chromium.org2014-06-061-3/+2
* Rename ProtocolInterceptJobFactory and make it not use ProtocolHandlers.mmenke@chromium.org2014-05-301-3/+2
* Remove some RenderProcessHost::IsGuest call sitesfsamuel@chromium.org2014-05-261-1/+0
* Convert notifications to use RenderFrame instead of RenderView.jam@chromium.org2014-04-221-6/+3
* Some simple refactoring in advance for switching desktop notifications to use...jam@chromium.org2014-04-171-2/+1
* Move ExternalVideoSurfaceHolder from WebContents UserData to BrowserMediaPlay...ycheo@chromium.org2014-04-151-0/+5
* Move CommandLine to base namespace.brettw@chromium.org2014-03-171-1/+1
* Allow content layer to pass ProtocolInterceptors when we create URLRequestCon...kinuko@chromium.org2014-03-101-2/+4
* Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Res...jam@chromium.org2013-12-311-1/+1