summaryrefslogtreecommitdiffstats
path: root/android_webview/browser/aw_content_browser_client.cc
Commit message (Expand)AuthorAgeFilesLines
* [DevTools] Cleanup DevToolsTarget and DevToolsManagerDelegate after moving to...dgozman2015-04-281-6/+0
* Refactor Permissions related method out of ContentBrowserClient.mlamouri2015-03-291-86/+0
* [DevTools] Move network protocol handler to RenderFrameHost.dgozman2015-03-271-4/+5
* Make content::PermissionType an enum class.mlamouri2015-03-251-16/+19
* favor DCHECK_CURRENTLY_ON for better logs in android_webview/mostynb2015-03-181-1/+1
* Cancel client auth requests when not promptable.davidben2015-03-111-10/+7
* ContentBrowserClient::RequestPermission replies with PermissionStatus instead...mlamouri2015-03-031-7/+15
* 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-11/+8
* media: Rename PERMISSION_PROTECTED_MEDIA to PERMISSION_PROTECTED_MEDIA_IDENTI...xhwang2015-01-281-2/+2
* Remove the discrepencies between chrome and android_webview printsgurun2015-01-141-0/+2
* 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-18/+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-57/+50
* [Android] Simplify logic for grabbing initial country-code.yfriedman2014-10-201-3/+3
* Remove SSLClientAuthHandler's RDH dependency.davidben2014-10-091-1/+0
* replace OVERRIDE and FINAL with override and final in android_webview/mostynb2014-10-071-4/+4
* Migrate geolocation permissions to the new common permission class.miguelg2014-09-291-18/+14
* [DevTools] Move target-related methods from DevToolsHttpHandlerDelegate to De...dgozman2014-09-221-0/+6
* [Android WebView] Use NetLog for providing full request headers to DevToolsMikhail Naganov2014-09-111-2/+2
* aw: Use comparison DCHECKs where appropriateboliu2014-08-291-2/+2
* Delete code for inspector preferences.chrishtr@chromium.org2014-08-221-8/+0
* Use a qualified path for ui_resources.h grit includes.tfarina@chromium.org2014-08-171-1/+1
* Remove worker process related codes from ContentBrowserClient.horo@chromium.org2014-08-161-7/+0
* Add additional UMA stats for remembering certificate decisions.jww@chromium.org2014-08-151-0/+1
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-071-1/+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-2/+2
* Implementation of shared worker code path when WebView guest creates a shared...hanxi@chromium.org2014-07-101-3/+4
* Move webpreferences.* from webkit/ to content/tfarina@chromium.org2014-07-091-4/+5
* Move resource_type.* from webkit/ to content/.tfarina@chromium.org2014-07-051-0/+1
* Make Geolocation permission request use new API if possible.michaelbai@chromium.org2014-06-231-8/+27
* Convert protected media identifier permission requests to follow the same con...jam@chromium.org2014-06-161-0/+36
* fix line endingsjam@chromium.org2014-06-161-2/+2
* Convert MIDI permission requests to use WebContents in preparation for switch...jam@chromium.org2014-06-151-0/+12
* Simplify geolocation permission request in the Content API.jam@chromium.org2014-06-131-0/+19
* 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
* Hook up request interceptors in AndroidWebView code.mmenke@chromium.org2014-06-031-4/+4
* Rename ProtocolInterceptJobFactory and make it not use ProtocolHandlers.mmenke@chromium.org2014-05-301-3/+5
* Move some content url constants to /url.sungmann.cho@navercorp.com2014-05-281-1/+1
* Remove some RenderProcessHost::IsGuest call sitesfsamuel@chromium.org2014-05-261-1/+0
* Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th...jam@chromium.org2014-05-161-9/+7
* Componentize EncryptedMediaMessageFilter and rename it CdmMessageFilter.ycheo@chromium.org2014-05-091-0/+2
* Add client cert support to android_webviewsgurun@chromium.org2014-04-221-4/+7