summaryrefslogtreecommitdiffstats
path: root/android_webview/browser/aw_content_browser_client.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Replace the GetAssociatedRenderView call with GetAssociatedRenderFram...loislo@chromium.org2013-12-301-1/+1
* Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Res...jam@chromium.org2013-12-281-1/+1
* Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in SSL...jam@chromium.org2013-12-211-1/+1
* A bunch of work to transition from render_view_id to render_frame_id.jam@chromium.org2013-12-201-2/+2
* Rename ContentBrowserClient::RenderProcessHostCreated to RenderProcessWillLau...avi@chromium.org2013-12-201-1/+1
* Add base:: to string16s in android_webview/.dbeam@chromium.org2013-12-191-3/+3
* Chrome side of making SharedWorkerRepositoryClient be per RenderFrame instead...jam@chromium.org2013-12-181-3/+3
* Rename WebKit namespace to blink (part 5)abarth@chromium.org2013-11-071-2/+2
* Reject rather than abort client certificatesjoth@chromium.org2013-10-251-0/+6
* Currently Android WebView will push settings from the java side to the render...benm@chromium.org2013-09-271-0/+7
* Check "socket" apps permission for PPB_TCPSocket.Bind.yzshen@chromium.org2013-09-211-1/+1
* Use the top-level URL for popup blocking.jochen@chromium.org2013-09-111-0/+1
* Block popups already on the IO thread.jochen@chromium.org2013-07-271-7/+14
* Change the permission check for Pepper socket API to support both the public ...yzshen@chromium.org2013-06-151-0/+1
* Fix Popup window flow to work with synchronous compositor gfx modejoth@chromium.org2013-06-141-1/+1
* Retain the synchronous error code when handling certificate errors. This is t...sgurun@chromium.org2013-05-231-1/+1
* Hide ContentClient getters from embedders so that they they don't reuse conte...jam@chromium.org2013-04-051-5/+5
* Add chrome-search: access from Instant overlaydhollowa@chromium.org2013-03-071-20/+2
* Revert 186347jochen@chromium.org2013-03-061-2/+20
* Add chrome-search: access from Instant overlaydhollowa@chromium.org2013-03-061-20/+2
* Pass Resourcetype to AllowCertificateError callbacksgurun@chromium.org2013-02-251-0/+1
* Implement WebStorage API methodsboliu@chromium.org2013-02-221-7/+7
* Rename FilePath -> base::FilePath in various toplevel directoriesbrettw@chromium.org2013-02-101-2/+2
* Add StoragePartition's ProtocolHandlers at URLRequestContext construction time. pauljensen@chromium.org2013-02-081-2/+30
* [android_webview] Make it possible to install downloaded certificates.michaelbai@chromium.org2013-02-061-0/+6
* Move OpenItem/ShowItemInFolder from ContentBrowserClient to DownloadManagerDe...hashimoto@chromium.org2013-01-211-2/+0
* Implementing native chromium GeolocationPermissionContextkristianm@chromium.org2013-01-101-1/+3
* [Android WebView] Convert context menu callback to long pressboliu@chromium.org2012-12-111-1/+9
* Use extensions socket permission for TCP/UDP socket APIs in Pepperdpolukhin@chromium.org2012-11-021-2/+4
* Implement AwContentBrowserClient and AwBrowserContextboliu@chromium.org2012-10-251-0/+130