summaryrefslogtreecommitdiffstats
path: root/content/public
Commit message (Expand)AuthorAgeFilesLines
* Move NativeWebKeyboardEvent files into their intended final destinations prio...ben@chromium.org2011-10-141-0/+79
* Move url_constansts.h to content/public/common.jam@chromium.org2011-10-142-0/+145
* Move content_utility_client.h to content\public\utility.ananta@chromium.org2011-10-131-0/+25
* Move content_switches to content\public\common.jam@chromium.org2011-10-132-0/+676
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-134-9/+228
* Move content_plugin_client.h to content\public\plugin.ananta@chromium.org2011-10-121-0/+24
* Move view_types to content\public\common. Also update the enum values to matc...jam@chromium.org2011-10-121-0/+25
* Move ResourceDispatcherHostDelegate to content\public\common. I've added a se...jam@chromium.org2011-10-122-4/+40
* Move BindingsPolicy enum to content\public\common and put it in the content n...jam@chromium.org2011-10-111-0/+28
* 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-112-33/+2
* Move ResourceDispatcherHostDelegate to content\public\common. I've added a se...jam@chromium.org2011-10-112-2/+33
* 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-012-0/+139