summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Add a per-context "Handler" concept to ChromeV8Extension andaa@chromium.org2011-10-1219-379/+572
* Move ResourceDispatcherHostDelegate to content\public\common. I've added a se...jam@chromium.org2011-10-124-12/+15
* Make benchmarking_extension.cc use content::RenderThread interface instead of...jam@chromium.org2011-10-121-7/+7
* Move BindingsPolicy enum to content\public\common and put it in the content n...jam@chromium.org2011-10-111-7/+7
* Add error description to the DidFailProvisionalLoad callback.mkosiba@chromium.org2011-10-114-34/+59
* Revert 104832 - Move ResourceDispatcherHostDelegate to content\public\common....jam@chromium.org2011-10-114-12/+12
* Move ResourceDispatcherHostDelegate to content\public\common. I've added a se...jam@chromium.org2011-10-114-12/+12
* Don't expose RenderViewImpl to tests which use RenderViewTest through its hea...jam@chromium.org2011-10-116-18/+21
* Move some testing classes used by chrome to content\renderer, to match what w...jam@chromium.org2011-10-102-5/+1
* Rename RenderView to RenderViewImpl. Update Chrome's DEPS so that it can't in...jam@chromium.org2011-10-107-22/+24
* Make RenderView inherit from content::RenderView, and add missing functions t...jam@chromium.org2011-10-1064-328/+358
* Simplify embedder API around showing custom error pages so that the embedder ...jam@chromium.org2011-10-082-15/+10
* Add a content::RenderView API. I'll make RenderView use it in a future change...jam@chromium.org2011-10-084-29/+26
* Sanity check the printable area returned by windows.vandebo@chromium.org2011-10-081-1/+0
* Cleanup: Fix miscellaneous cleanup issues in the print preview code.thestig@chromium.org2011-10-072-27/+21
* Move HostAllocateSharedMemoryBuffer to content::RenderThread now that we have...jam@chromium.org2011-10-074-18/+18
* Fix memory leak in V8ContextSet unit test.aa@chromium.org2011-10-076-45/+31
* Move json_value_serializer from content/common to base.dpranke@chromium.org2011-10-073-5/+5
* Move RenderViewFakeResourcesTest to content\test. This is because we don't wa...jam@chromium.org2011-10-076-358/+3
* Cleanup usage of RenderThread for code that runs under tests. Before RenderTh...jam@chromium.org2011-10-076-44/+5
* Relanding: Add js api for hosted/packaged apps to request notification author...asargent@chromium.org2011-10-077-55/+210
* Move kExtensionScheme from content to chromejochen@chromium.org2011-10-071-1/+1
* Show a placeholder for disabled plug-ins with information on how to re-enable...bauerb@chromium.org2011-10-075-15/+143
* Patch up excessive margins until we can get the real fix plumbed through.vandebo@chromium.org2011-10-072-12/+31
* * Rename ScopedHDC to ScopedCreateDCyosin@chromium.org2011-10-071-1/+1
* Revert 104438 - Relanding: Add js api for hosted/packaged apps to request not...asargent@chromium.org2011-10-077-210/+55
* Relanding: Add js api for hosted/packaged apps to request notification author...asargent@chromium.org2011-10-077-55/+210
* Revert 104410 - Add js api for hosted/packaged apps to request notification a...rsleevi@chromium.org2011-10-077-210/+55
* Add js api for hosted/packaged apps to request notification authorizationasargent@chromium.org2011-10-077-55/+210
* Rename RenderThread to RenderThreadImpljam@chromium.org2011-10-063-6/+5
* Create content::RenderThread interface and make code in chrome use that.jam@chromium.org2011-10-0619-143/+239
* Split ViewType between chrome and contentjochen@chromium.org2011-10-063-26/+30
* I realized that ExtensionBindingsContext is really just theaa@chromium.org2011-10-0614-118/+112
* Remove RenderProcessHost::is_extension_processjochen@chromium.org2011-10-051-4/+4
* Temporarily avoid process swaps away from an app (again).creis@chromium.org2011-10-051-1/+9
* Fix bug where --allow-running-insecure-content flag doesn't work against goog...tsepez@chromium.org2011-10-051-4/+30
* Use a placeholder instead of the default plugin for missing plug-ins on Mac a...bauerb@chromium.org2011-10-054-69/+85
* Get rid of pepper_plugin_delegate_impl.h dependency from chrome (since it's a...jam@chromium.org2011-10-056-106/+25
* Return an error when multiple Location or Content-Dispositionmmenke@chromium.org2011-10-041-0/+21
* Handle sendResponse being called more than once per document in response to c...mihaip@chromium.org2011-10-041-3/+18
* Get rid of web_ui_bindings.h include from Chrome's ExternalHostBindings. The ...jam@chromium.org2011-10-043-21/+27
* Export some unix-specific content symbols.dpranke@chromium.org2011-10-041-3/+3
* Make V8ValueConverter be an interface and move it to content\public\renderer ...jam@chromium.org2011-10-043-7/+9
* Factor the static data and its management out ofaa@chromium.org2011-10-0416-306/+483
* 1 Add ScopedGetDC and ScopedSelectObjectyosin@chromium.org2011-10-041-34/+55
* Move NavigationState to content\public\renderer and put it in the content nam...jam@chromium.org2011-10-048-12/+20
* Move RenderProcessObserver and RenderViewVisitor to content\public\renderer a...jam@chromium.org2011-10-0311-29/+32
* Update Breakpad to r842, picking up:mark@chromium.org2011-10-031-140/+0
* Move RenderViewObserver and RenderViewObserverTracker to content\public\rende...jam@chromium.org2011-10-0334-68/+71
* Show keyboard when the focused editable field is touched inside the web conte...mazda@chromium.org2011-10-032-0/+32