summaryrefslogtreecommitdiffstats
path: root/content/public/renderer
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a bug where redirect chain gets lost on process swap.mpcomplete@chromium.org2011-12-032-1/+22
* Update includes to new header locationsabarth@chromium.org2011-12-031-1/+1
* Remove IsProtocolSupportedForMedia.piman@chromium.org2011-11-221-4/+0
* Add OVERRIDE to content/.avi@chromium.org2011-11-171-2/+2
* chrome.loadTimes() shouldn't be affected by in-document navigation.simonjam@chromium.org2011-11-174-276/+316
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-152-3/+3
* Convert render thread idle delays from seconds to milliseconds.ulan@chromium.org2011-11-141-4/+4
* Enable extension APIs for content scripts.aa@chromium.org2011-11-121-1/+1
* Cleanup: Remove more unneeded forward declares in content.thestig@chromium.org2011-11-111-1/+0
* Cleanup: Delete some unneeded forward declarations.thestig@chromium.org2011-11-094-9/+2
* 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
* Get rid of view_messages.h includes in chrome\renderer.jam@chromium.org2011-10-152-2/+5
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-132-9/+9
* Move ResourceDispatcherHostDelegate to content\public\common. I've added a se...jam@chromium.org2011-10-121-4/+7
* Add error description to the DidFailProvisionalLoad callback.mkosiba@chromium.org2011-10-111-3/+12
* Revert 104832 - Move ResourceDispatcherHostDelegate to content\public\common....jam@chromium.org2011-10-111-0/+2
* Move ResourceDispatcherHostDelegate to content\public\common. I've added a se...jam@chromium.org2011-10-111-2/+0
* Rename RenderView to RenderViewImpl. Update Chrome's DEPS so that it can't in...jam@chromium.org2011-10-103-21/+20
* Make RenderView inherit from content::RenderView, and add missing functions t...jam@chromium.org2011-10-105-12/+78
* Simplify embedder API around showing custom error pages so that the embedder ...jam@chromium.org2011-10-081-4/+6
* Add a content::RenderView API. I'll make RenderView use it in a future change...jam@chromium.org2011-10-081-0/+89
* Move HostAllocateSharedMemoryBuffer to content::RenderThread now that we have...jam@chromium.org2011-10-071-0/+6
* Fix non-win exports, exports of v8_value_converter.dpranke@chromium.org2011-10-071-2/+2
* Rename RenderThread to RenderThreadImpljam@chromium.org2011-10-061-0/+21
* Create content::RenderThread interface and make code in chrome use that.jam@chromium.org2011-10-062-0/+109
* Make V8ValueConverter be an interface and move it to content\public\renderer ...jam@chromium.org2011-10-042-0/+48
* Move NavigationState to content\public\renderer and put it in the content nam...jam@chromium.org2011-10-042-0/+368
* Move RenderProcessObserver and RenderViewVisitor to content\public\renderer a...jam@chromium.org2011-10-033-0/+80
* Move RenderViewObserver and RenderViewObserverTracker to content\public\rende...jam@chromium.org2011-10-034-0/+220
* Start off the Content API by moving content::ContentRendererClient to content...jam@chromium.org2011-10-011-0/+137