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
/
render_thread.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge 34534 - Mac: make it even less likely that the renderer+Breakpad leaks ...
viettrungluu@chromium.org
2009-12-15
1
-0
/
+17
*
Merge 32698 - Turn on HTML5 DBs by default.
dumi@chromium.org
2009-11-23
1
-1
/
+1
*
Revert changes that moved spellchecker to renderer for 249 branch since there...
estade@chromium.org
2009-11-18
1
-45
/
+0
*
Revert 31999 - Enable HTML5 DBs by default (except in incognito mode).
dumi@chromium.org
2009-11-14
1
-1
/
+1
*
Enable HTML5 DBs by default (except in incognito mode).
dumi@chromium.org
2009-11-14
1
-1
/
+1
*
Remove (actually, reverse meaning of) command line flag for desktop notificat...
johnnyg@chromium.org
2009-11-14
1
-2
/
+2
*
Use renderer spellchecker for windows.
estade@chromium.org
2009-11-13
1
-2
/
+4
*
Upstreaming WebKit.gyp
yaar@chromium.org
2009-11-12
1
-11
/
+11
*
A large number of style nits in preparation for turning on automated cpplint.py.
erg@google.com
2009-11-11
1
-5
/
+5
*
Adds a 'V8' column to task manager to track amount of memory in JavaScript heap
jamesr@chromium.org
2009-11-11
1
-0
/
+10
*
Change application cache cmd line enabling to use the new RuntimeEnabledFeatu...
jennb@chromium.org
2009-11-07
1
-0
/
+3
*
Turn LocalStorage on by default.
jorlow@chromium.org
2009-11-06
1
-1
/
+1
*
Move the spellchecker to the renderer.
estade@chromium.org
2009-11-06
1
-0
/
+43
*
Enable WebSockets by default
ukai@chromium.org
2009-11-05
1
-1
/
+1
*
Switch over to the new way of enabling/disabling session/local storage.
jorlow@chromium.org
2009-11-05
1
-0
/
+5
*
Enable the URL portion of storage events. This is mostly just plumbing + a h...
jorlow@chromium.org
2009-11-05
1
-1
/
+1
*
First half of http://codereview.chromium.org/274014/show
jorlow@chromium.org
2009-11-04
1
-7
/
+6
*
Purge memory for DBs in the renderer process.
pkasting@chromium.org
2009-11-02
1
-5
/
+15
*
Change notification cmd line enabling to use the new RuntimeEnabledFeatures c...
johnnyg@chromium.org
2009-10-31
1
-0
/
+6
*
Move various runtime enabled features into a WebRuntimeFeatures class.
darin@chromium.org
2009-10-30
1
-6
/
+8
*
WebSocket support in chromium.
ukai@chromium.org
2009-10-29
1
-0
/
+4
*
Implementing WebDatabaseObserver in the renderer process.
dumi@chromium.org
2009-10-24
1
-0
/
+5
*
Instructing V8 to disable the binding for the window.openDatabase()
dumi@chromium.org
2009-10-24
1
-0
/
+3
*
Introduce WebScriptController for script related methods.
mhm@chromium.org
2009-10-23
1
-26
/
+38
*
Introduce WebSecurityPolicy for security related methods.
mhm@chromium.org
2009-10-22
1
-4
/
+6
*
Revert 29747 - Switch over to the new way of enabling/disabling session/local...
nsylvain@chromium.org
2009-10-22
1
-5
/
+0
*
Switch over to the new way of enabling/disabling session/local storage.
jorlow@chromium.org
2009-10-22
1
-0
/
+5
*
TBR: darin
mhm@chromium.org
2009-10-21
1
-6
/
+4
*
Introduce WebSecurityPolicy for security related methods.
mhm@chromium.org
2009-10-21
1
-4
/
+6
*
Cleanup: change PIDs to base::ProcessId (or pid_t, as appropriate).
viettrungluu@chromium.org
2009-10-20
1
-1
/
+1
*
add enableWebSockets in WebKit API
ukai@chromium.org
2009-10-20
1
-0
/
+3
*
Delete glue/webview{_delegate}.h
darin@chromium.org
2009-10-19
1
-2
/
+3
*
Move scripting / v8 related methods out of WebKit.h
mhm@chromium.org
2009-10-16
1
-0
/
+1
*
Revert "Move scripting / v8 related methods out of WebKit.h"
tony@chromium.org
2009-10-16
1
-1
/
+0
*
Move scripting / v8 related methods out of WebKit.h
mhm@chromium.org
2009-10-16
1
-0
/
+1
*
Add functionality to the renderer thread to purge memory. Not yet called.
pkasting@chromium.org
2009-10-08
1
-0
/
+32
*
Display tcmalloc debug output from renderer processes in about:tcmalloc.
sgk@chromium.org
2009-10-08
1
-0
/
+16
*
Put headers in right order. Ensure WebKit is initialized everywhere necessar...
pkasting@chromium.org
2009-10-08
1
-7
/
+5
*
Update V8 to version 1.3.15.
sgjesse@chromium.org
2009-10-07
1
-1
/
+1
*
Another stab at the Chromium side of storage events. Re-submission of http:/...
jorlow@chromium.org
2009-10-03
1
-0
/
+16
*
Reverting 27756.
jorlow@chromium.org
2009-10-01
1
-16
/
+0
*
Another stab at the Chromium side of storage events. The WebKit side can be ...
jorlow@chromium.org
2009-10-01
1
-0
/
+16
*
Rollback Scavenge implemetation and rely on existing functionality to free
jar@chromium.org
2009-10-01
1
-2
/
+2
*
Fix deadlock when plugin puts an alert and right afterwards the browser proce...
jam@chromium.org
2009-09-28
1
-10
/
+2
*
Implement about:ipc dialog for Mac.
jrg@chromium.org
2009-09-28
1
-0
/
+5
*
Implementing chrome.i18n.getMessage call, that loads message from the extensi...
cira@chromium.org
2009-09-28
1
-0
/
+9
*
Update renderer plugin cache when we load/unload extensions with plugins.
mpcomplete@chromium.org
2009-09-21
1
-2
/
+2
*
Issue 172109: Enable scavenging in RenderThread::IdleHandler.
agl@chromium.org
2009-09-15
1
-18
/
+22
*
Revert "Issue 172109: Enable scavenging in RenderThread::IdleHandler."
agl@chromium.org
2009-09-15
1
-22
/
+18
*
Issue 172109: Enable scavenging in RenderThread::IdleHandler.
mbelshe@google.com
2009-09-15
1
-18
/
+22
[next]