summaryrefslogtreecommitdiffstats
path: root/content/public/renderer/content_renderer_client.h
Commit message (Expand)AuthorAgeFilesLines
* Unlike GetOSFileDescriptor, this API is asynchronous.hamaji@chromium.org2013-04-011-0/+3
* Move MessageLoop to base namespace.brettw@chromium.org2013-03-311-2/+2
* Add a method to the content renderer client to allow the embedder to override...jochen@chromium.org2013-03-201-0/+5
* Allow for synchronous compositor input handling when UI and compositor threads jdduke@chromium.org2013-03-181-0/+3
* Allow renderer compositor message loop to be set by content embedderboliu@chromium.org2013-03-071-0/+6
* Switch from using individual methods for hyphenation to using the WebHyphanto...jochen@chromium.org2013-03-011-0/+5
* Browser Plugin: Use ContentRendererClient to disable instantiating <object ty...lazyboy@chromium.org2013-03-011-0/+4
* [content shell] use the TestShell mime registry for layout testsjochen@chromium.org2013-02-271-0/+5
* Change all references of WebKit::WebKitPlatformSupport to WebKit::Platform in...pilgrim@chromium.org2013-02-271-1/+1
* Add a hook to content renderer client for using a custom clipboardjochen@chromium.org2013-02-231-0/+5
* Add methods to the content renderer client that allow for overriding WebRTC r...jochen@chromium.org2013-02-181-0/+15
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-2/+5
* Instant should have a dedicated render processdhollowa@chromium.org2013-01-251-0/+1
* Vanquish the remnants of media::MessageLoopFactory.scherkus@chromium.org2013-01-021-15/+2
* Remove unused opener_url from DidStartProvisionalLoad.creis@chromium.org2012-11-271-2/+2
* [content shell] block loading of non-local resources during layout tests, and...jochen@chromium.org2012-11-271-0/+1
* Browser Plugin: Use Sad WebView Graphicfsamuel@chromium.org2012-11-191-0/+4
* Add a new ContentRendererClient::HandleNavigation callback in RenderViewImpl:...marshall@chromium.org2012-11-141-0/+10
* Base web accessibility decisions on page transition. We only need to perform ...cdn@chromium.org2012-08-081-0/+2
* WebMediaPlayerImpl needs to own the audio source provider.rtoy@google.com2012-07-161-0/+2
* Remove #pragma once from contentajwong@chromium.org2012-07-111-1/+0
* Create default implementations of ContentRendererClient, ContentUtilityClient...jam@chromium.org2012-05-301-30/+26
* Show a replacement plug-in for loading errors.bauerb@chromium.org2012-05-011-0/+8
* Revert 134620 - Show a replacement plug-in for loading errors.zmo@google.com2012-04-301-8/+0
* Show a replacement plug-in for loading errors.bauerb@chromium.org2012-04-301-0/+8
* Add new versions of DidCreateScriptContext() with extension_group.koz@chromium.org2012-02-271-0/+1
* Remove "is_content_initiated" argument to ContentRendererClient::ShouldForkcbentzel@chromium.org2012-02-251-1/+0
* Move socket API restriction check to browser processdpolukhin@chromium.org2012-02-161-3/+0
* Fold WebMediaPlayerImpl::Initialize() into the constructor.scherkus@chromium.org2012-01-131-7/+6
* Integrate HTMLMediaElement with Web Audio API's MediaElementAudioSourceNode (...crogers@google.com2012-01-071-0/+2
* Revert 116643 - Integrate HTMLMediaElement with Web Audio API's MediaElementA...msw@chromium.org2012-01-061-2/+0
* Integrate HTMLMediaElement with Web Audio API's MediaElementAudioSourceNodecrogers@google.com2012-01-061-0/+2
* Defer loading of audio/video tags while prerendering.shishir@chromium.org2011-12-091-0/+27
* Reland 8688002: PPB_TCPSocket_Private/PPB_UDPSocket_Private are exposed to Br...dpolukhin@chromium.org2011-12-061-0/+3
* Remove IsProtocolSupportedForMedia.piman@chromium.org2011-11-221-4/+0
* Cleanup: Delete some unneeded forward declarations.thestig@chromium.org2011-11-091-1/+0
* In order to make sure that we only have one list of registered PPAPI factorie...dpranke@chromium.org2011-11-031-0/+9
* Move content_client.h into content/public.joi@chromium.org2011-10-181-1/+1
* Add error description to the DidFailProvisionalLoad callback.mkosiba@chromium.org2011-10-111-3/+12
* Make RenderView inherit from content::RenderView, and add missing functions t...jam@chromium.org2011-10-101-1/+2
* Simplify embedder API around showing custom error pages so that the embedder ...jam@chromium.org2011-10-081-4/+6
* Start off the Content API by moving content::ContentRendererClient to content...jam@chromium.org2011-10-011-0/+137