summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Revert 106142 - Add a new globals object for PPAPI tracking information.sail@chromium.org2011-10-181-12/+9
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-181-9/+12
* Packaged (CRX) extensions shouldn't be able to get 'dev' interfaces in NaCl.B...bbudge@google.com2011-10-182-45/+96
* Remove redundant function call, and fix bad var naming.arthurhsu@chromium.org2011-10-181-6/+8
* Remove toolstrips from Chrome.aa@chromium.org2011-10-172-19/+1
* Create a public header with the child_process_sandbox_support_linux functions...jam@chromium.org2011-10-175-11/+7
* Add webstorePrivate.beginInstallWithManifest3 and remove webstorePrivate.begi...mihaip@chromium.org2011-10-171-4/+9
* When printing a PDF, query and use the print scaling disabled option. Also, ...vandebo@chromium.org2011-10-173-44/+79
* Revert 105759 - Revert 105755 - Fails on XP and Vistatbarzic@chromium.org2011-10-171-0/+1
* Move the java channel code to content. As discussed, we don't want to expose ...jam@chromium.org2011-10-172-62/+0
* Revert 105755 - Fails on XP and Vistarsleevi@chromium.org2011-10-171-1/+0
* Adding experimental extension clipboard api.tbarzic@chromium.org2011-10-161-0/+1
* Fix of unused variable warnings related to DHISTOGRAM* in release builds.pph34r@gmail.com2011-10-161-2/+2
* Collect histograms for page load time when adblock extensions are installed.mpcomplete@chromium.org2011-10-163-0/+174
* Move margin processing code to the browser process.vandebo@chromium.org2011-10-152-101/+41
* Get rid of view_messages.h includes in chrome\renderer.jam@chromium.org2011-10-1510-44/+13
* Split most of RenderViewTest and associated classes into content.joi@chromium.org2011-10-1417-813/+223
* Move url_constansts.h to content/public/common.jam@chromium.org2011-10-141-1/+1
* Move extension permissions API out of experimental.jstritar@chromium.org2011-10-141-1/+1
* Move content_switches to content\public\common.jam@chromium.org2011-10-132-2/+2
* Allow resource identifiers in content settings.bauerb@chromium.org2011-10-131-3/+1
* net: Move EscapeForHTML() functions into net namespace.tfarina@chromium.org2011-10-131-6/+6
* Move contentSettings extension API out of experimentalbauerb@chromium.org2011-10-132-5/+5
* More options for the types of margins to add.vandebo@chromium.org2011-10-132-23/+22
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-132-4/+4
* Pull FileBrowserPrivate API out of EventBindings.aa@chromium.org2011-10-137-49/+127
* Unbreak popup blocker. We now create a ChromeV8Context for all contexts, so t...aa@chromium.org2011-10-131-3/+2
* Scales coordinates reported to page by instant by zoom factor. Withoutsky@chromium.org2011-10-123-9/+25
* Remove GetChannel() call from mixed content path. This version is correcttsepez@chromium.org2011-10-121-7/+6
* Move view_types to content\public\common. Also update the enum values to matc...jam@chromium.org2011-10-123-27/+26
* Fixing deprecated NewRunnableMethod() calls converting them over to base::Bin...mad@chromium.org2011-10-122-10/+14
* 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