summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/chrome_render_process_observer.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-271-3/+3
* Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.hbono@chromium.org2012-01-161-3/+3
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-161-3/+3
* Ensure WebKit is initialized when handling PurgeMemory.wangxianzhu@chromium.org2011-12-171-0/+2
* base::Bind migrations in chrome/renderercsilv@chromium.org2011-11-171-5/+7
* Take script URLs into account when applying script content settings.marja@chromium.org2011-11-161-53/+8
* Call LowMemoryNotification instead of IdleNotification when need to free memory.ulan@chromium.org2011-11-101-6/+1
* Revert 109213 - Take script URLs into account when applying script content se...cmp@chromium.org2011-11-101-8/+8
* Revert 109228 - ContentSettingsObserver (+ related classes) cleanup.cmp@chromium.org2011-11-101-0/+45
* ContentSettingsObserver (+ related classes) cleanup.marja@chromium.org2011-11-091-45/+0
* Take script URLs into account when applying script content settings.marja@chromium.org2011-11-091-8/+8
* Revert 109036 (speculative; seems to cause increased worker test flakiness) -...thakis@chromium.org2011-11-081-8/+8
* Take script URLs into account when applying script content settings.marja@chromium.org2011-11-081-8/+8
* Revert 109005 - Take script URLs into account when applying script content se...marja@chromium.org2011-11-081-8/+8
* Take script URLs into account when applying script content settings.marja@chromium.org2011-11-081-8/+8
* Remove static ContentSettingsObserver::default_settings_.marja@chromium.org2011-11-021-1/+6
* Delegating the "are images allowed" decision to renderer.marja@chromium.org2011-10-271-0/+12
* Get rid of view_messages.h includes in chrome\renderer.jam@chromium.org2011-10-151-1/+0
* Move ResourceDispatcherHostDelegate to content\public\common. I've added a se...jam@chromium.org2011-10-121-4/+3
* Revert 104832 - Move ResourceDispatcherHostDelegate to content\public\common....jam@chromium.org2011-10-111-6/+4
* Move ResourceDispatcherHostDelegate to content\public\common. I've added a se...jam@chromium.org2011-10-111-4/+6
* Make RenderView inherit from content::RenderView, and add missing functions t...jam@chromium.org2011-10-101-4/+6
* Create content::RenderThread interface and make code in chrome use that.jam@chromium.org2011-10-061-13/+13
* Move RenderProcessObserver and RenderViewVisitor to content\public\renderer a...jam@chromium.org2011-10-031-7/+8
* Update Breakpad to r842, picking up:mark@chromium.org2011-10-031-140/+0
* Back out trunk r103089 because it caused bug 98550.mark@chromium.org2011-09-291-0/+140
* Allow webRequest API extensions to clear the in-memory cache of WebKit.battre@chromium.org2011-09-291-3/+15
* Give each process its own bootstrap subset port as a subset of its inheritedmark@chromium.org2011-09-281-140/+0
* New implementation of font precache on Windows.arthurhsu@chromium.org2011-09-201-0/+1
* Move sending of the following IPC messages out of Chrome\renderer.ananta@chromium.org2011-09-191-1/+1
* net: Rename URLRequestStatus::os_error_.tfarina@chromium.org2011-09-081-4/+4
* Remove DisableOCSP().sergeyu@chromium.org2011-08-231-7/+0
* Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg...ananta@chromium.org2011-08-191-18/+22
* Disable OCSP initialization when running in sandbox.sergeyu@chromium.org2011-08-181-0/+7
* Enable tcmalloc profiling and heap dump.stevenjb@google.com2011-08-111-2/+37
* Revert 96054 - Enable tcmalloc profiling and heap dump.fischman@chromium.org2011-08-091-31/+2
* Enable tcmalloc profiling and heap dump.stevenjb@google.com2011-08-091-2/+31
* Forward handling of low-mem message to the content renderer client. Add APIs ...gbillock@chromium.org2011-08-081-1/+7
* Remove --enable-remoting flag.sergeyu@chromium.org2011-08-011-8/+2
* Removing defunct OpenMAX code (round 2).scherkus@chromium.org2011-06-281-10/+0
* Reland "Move app/win/* files to base/win/, ui/base/win and chrome/common/ dir...tfarina@chromium.org2011-06-251-3/+3
* Revert 90464 - Move app/win/* files to base/win/, ui/base/win and chrome/comm...tfarina@chromium.org2011-06-251-4/+4
* Move app/win/* files to base/win/, ui/base/win and chrome/common/ directories.tfarina@chromium.org2011-06-251-4/+4
* Update chrome/renderer to reflect WEBKIT_FRAME_TO_DOCUMENT_API_MOVEabarth@chromium.org2011-06-241-1/+2
* Fix compilation of Chrome now that enableSpellCheckAPI is no longertony@chromium.org2011-06-221-5/+0
* Correctly apply content settings to data URLs.abarth@chromium.org2011-06-171-0/+7
* Get rid of the following dependencies from content:jam@chromium.org2011-06-141-0/+29
* Remove ResourceDispatcherHost dependency on Chrome's LoginHandler and Externa...jam@chromium.org2011-06-031-6/+8
* Replace many OS_LINUX ifdefs with OS_POSIX & !OS_MACOSX, since most of them a...chromium@hybridsource.org2011-05-281-2/+2
* Field trials are currently implemented (commonly) using a static variable tha...rtenneti@chromium.org2011-04-291-0/+9