summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/chrome_content_renderer_client.h
Commit message (Expand)AuthorAgeFilesLines
* Packaged (CRX) extensions shouldn't be able to get 'dev' interfaces in NaCl.B...bbudge@google.com2011-10-181-0/+8
* Collect histograms for page load time when adblock extensions are installed.mpcomplete@chromium.org2011-10-161-0/+7
* Add error description to the DidFailProvisionalLoad callback.mkosiba@chromium.org2011-10-111-2/+5
* Make RenderView inherit from content::RenderView, and add missing functions t...jam@chromium.org2011-10-101-7/+7
* Simplify embedder API around showing custom error pages so that the embedder ...jam@chromium.org2011-10-081-3/+2
* Add a content::RenderView API. I'll make RenderView use it in a future change...jam@chromium.org2011-10-081-0/+2
* Use a placeholder instead of the default plugin for missing plug-ins on Mac a...bauerb@chromium.org2011-10-051-3/+2
* Start off the Content API by moving content::ContentRendererClient to content...jam@chromium.org2011-10-011-1/+1
* Allow the embedder to add additional URL handlers supporting the media enginejochen@chromium.org2011-09-231-0/+1
* Don't depend on the embedder creating a plugin. That way embedders can always...jam@chromium.org2011-09-231-3/+4
* Update Chrome to use new context notification APIs from WebKit.aa@chromium.org2011-09-211-5/+6
* Revert r99696 and r99705 due to crashes.aa@chromium.org2011-09-081-4/+3
* Rename ExtensionDispatcher to ExtensionRendererContext because:aa@chromium.org2011-09-061-3/+4
* Remove handling for the ViewHostMsg_GetCookies and ViewHostMsg_SetCookies fro...ananta@chromium.org2011-08-291-0/+10
* Keep normal popups opened from same-origin iframes in an extension process.creis@chromium.org2011-08-181-1/+4
* Use new signature for WebFrameClient::didCreateIsolatedScriptContext().aa@chromium.org2011-08-171-1/+3
* Forward handling of low-mem message to the content renderer client. Add APIs ...gbillock@chromium.org2011-08-081-0/+8
* Adding support for collecting anonymous UMA stats for missing plugins.tbarzic@chromium.org2011-07-211-0/+6
* Get rid of the following dependencies from content:jam@chromium.org2011-06-141-1/+0
* roll clang 131935:132017thakis@chromium.org2011-06-081-1/+1
* Using the "prerender" state as the page visibility value when a page is inshishir@chromium.org2011-06-071-0/+3
* Use OVERRIDE for the ContentClients.avi@chromium.org2011-05-311-20/+21
* Support window.opener after a process swap.creis@chromium.org2011-05-121-5/+0
* Remove the last Chrome dependencies from renderer, and enforce no more includ...jam@chromium.org2011-04-181-0/+3
* Clear RenderThread of any Chrome specific code, and move a bunch of stuff out...jam@chromium.org2011-04-161-0/+4
* Remove the rest of the Chrome dependencies from RenderThread.jam@chromium.org2011-04-141-0/+5
* Move a bunch of Chrome specific code out of RenderThread, in preparation of m...jam@chromium.org2011-04-141-0/+34
* Move code that talks to spelling and translate out of content. I create Chro...jam@chromium.org2011-04-131-1/+0
* Remove the rest of the extension dependencies from content\renderer.jam@chromium.org2011-04-011-0/+11
* AllowOutdatedPlugins policy.joaodasilva@chromium.org2011-03-311-1/+2
* Move the dispatching of extension messages out of RenderThread. This also mo...jam@chromium.org2011-03-291-0/+2
* Move RenderView to content. I've added a new method to ContentRendererClient...jam@chromium.org2011-03-181-0/+1
* Allow the embedder to try to create a plugin first. Also get the html error ...jam@chromium.org2011-03-181-0/+23
* Move a bunch more random files from chrome\renderer to content\renderer.jam@chromium.org2011-03-181-0/+1
* Add separate ContentClient interfaces for gpu/plugin/renderer processes. Sin...jam@chromium.org2011-03-171-0/+20