index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
renderer
/
chrome_render_process_observer.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert use of int ms to TimeDelta in files owned by brettw.
tedvessenes@gmail.com
2012-01-27
1
-3
/
+3
*
Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.
hbono@chromium.org
2012-01-16
1
-3
/
+3
*
Convert use of int ms to TimeDelta in files owned by brettw.
tedvessenes@gmail.com
2012-01-16
1
-3
/
+3
*
Ensure WebKit is initialized when handling PurgeMemory.
wangxianzhu@chromium.org
2011-12-17
1
-0
/
+2
*
base::Bind migrations in chrome/renderer
csilv@chromium.org
2011-11-17
1
-5
/
+7
*
Take script URLs into account when applying script content settings.
marja@chromium.org
2011-11-16
1
-53
/
+8
*
Call LowMemoryNotification instead of IdleNotification when need to free memory.
ulan@chromium.org
2011-11-10
1
-6
/
+1
*
Revert 109213 - Take script URLs into account when applying script content se...
cmp@chromium.org
2011-11-10
1
-8
/
+8
*
Revert 109228 - ContentSettingsObserver (+ related classes) cleanup.
cmp@chromium.org
2011-11-10
1
-0
/
+45
*
ContentSettingsObserver (+ related classes) cleanup.
marja@chromium.org
2011-11-09
1
-45
/
+0
*
Take script URLs into account when applying script content settings.
marja@chromium.org
2011-11-09
1
-8
/
+8
*
Revert 109036 (speculative; seems to cause increased worker test flakiness) -...
thakis@chromium.org
2011-11-08
1
-8
/
+8
*
Take script URLs into account when applying script content settings.
marja@chromium.org
2011-11-08
1
-8
/
+8
*
Revert 109005 - Take script URLs into account when applying script content se...
marja@chromium.org
2011-11-08
1
-8
/
+8
*
Take script URLs into account when applying script content settings.
marja@chromium.org
2011-11-08
1
-8
/
+8
*
Remove static ContentSettingsObserver::default_settings_.
marja@chromium.org
2011-11-02
1
-1
/
+6
*
Delegating the "are images allowed" decision to renderer.
marja@chromium.org
2011-10-27
1
-0
/
+12
*
Get rid of view_messages.h includes in chrome\renderer.
jam@chromium.org
2011-10-15
1
-1
/
+0
*
Move ResourceDispatcherHostDelegate to content\public\common. I've added a se...
jam@chromium.org
2011-10-12
1
-4
/
+3
*
Revert 104832 - Move ResourceDispatcherHostDelegate to content\public\common....
jam@chromium.org
2011-10-11
1
-6
/
+4
*
Move ResourceDispatcherHostDelegate to content\public\common. I've added a se...
jam@chromium.org
2011-10-11
1
-4
/
+6
*
Make RenderView inherit from content::RenderView, and add missing functions t...
jam@chromium.org
2011-10-10
1
-4
/
+6
*
Create content::RenderThread interface and make code in chrome use that.
jam@chromium.org
2011-10-06
1
-13
/
+13
*
Move RenderProcessObserver and RenderViewVisitor to content\public\renderer a...
jam@chromium.org
2011-10-03
1
-7
/
+8
*
Update Breakpad to r842, picking up:
mark@chromium.org
2011-10-03
1
-140
/
+0
*
Back out trunk r103089 because it caused bug 98550.
mark@chromium.org
2011-09-29
1
-0
/
+140
*
Allow webRequest API extensions to clear the in-memory cache of WebKit.
battre@chromium.org
2011-09-29
1
-3
/
+15
*
Give each process its own bootstrap subset port as a subset of its inherited
mark@chromium.org
2011-09-28
1
-140
/
+0
*
New implementation of font precache on Windows.
arthurhsu@chromium.org
2011-09-20
1
-0
/
+1
*
Move sending of the following IPC messages out of Chrome\renderer.
ananta@chromium.org
2011-09-19
1
-1
/
+1
*
net: Rename URLRequestStatus::os_error_.
tfarina@chromium.org
2011-09-08
1
-4
/
+4
*
Remove DisableOCSP().
sergeyu@chromium.org
2011-08-23
1
-7
/
+0
*
Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg...
ananta@chromium.org
2011-08-19
1
-18
/
+22
*
Disable OCSP initialization when running in sandbox.
sergeyu@chromium.org
2011-08-18
1
-0
/
+7
*
Enable tcmalloc profiling and heap dump.
stevenjb@google.com
2011-08-11
1
-2
/
+37
*
Revert 96054 - Enable tcmalloc profiling and heap dump.
fischman@chromium.org
2011-08-09
1
-31
/
+2
*
Enable tcmalloc profiling and heap dump.
stevenjb@google.com
2011-08-09
1
-2
/
+31
*
Forward handling of low-mem message to the content renderer client. Add APIs ...
gbillock@chromium.org
2011-08-08
1
-1
/
+7
*
Remove --enable-remoting flag.
sergeyu@chromium.org
2011-08-01
1
-8
/
+2
*
Removing defunct OpenMAX code (round 2).
scherkus@chromium.org
2011-06-28
1
-10
/
+0
*
Reland "Move app/win/* files to base/win/, ui/base/win and chrome/common/ dir...
tfarina@chromium.org
2011-06-25
1
-3
/
+3
*
Revert 90464 - Move app/win/* files to base/win/, ui/base/win and chrome/comm...
tfarina@chromium.org
2011-06-25
1
-4
/
+4
*
Move app/win/* files to base/win/, ui/base/win and chrome/common/ directories.
tfarina@chromium.org
2011-06-25
1
-4
/
+4
*
Update chrome/renderer to reflect WEBKIT_FRAME_TO_DOCUMENT_API_MOVE
abarth@chromium.org
2011-06-24
1
-1
/
+2
*
Fix compilation of Chrome now that enableSpellCheckAPI is no longer
tony@chromium.org
2011-06-22
1
-5
/
+0
*
Correctly apply content settings to data URLs.
abarth@chromium.org
2011-06-17
1
-0
/
+7
*
Get rid of the following dependencies from content:
jam@chromium.org
2011-06-14
1
-0
/
+29
*
Remove ResourceDispatcherHost dependency on Chrome's LoginHandler and Externa...
jam@chromium.org
2011-06-03
1
-6
/
+8
*
Replace many OS_LINUX ifdefs with OS_POSIX & !OS_MACOSX, since most of them a...
chromium@hybridsource.org
2011-05-28
1
-2
/
+2
*
Field trials are currently implemented (commonly) using a static variable tha...
rtenneti@chromium.org
2011-04-29
1
-0
/
+9
[next]