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
*
Add a runtime flag for Indexed Database.
jorlow@chromium.org
2010-02-02
1
-0
/
+3
*
Fix api misunderstanding.
thakis@chromium.org
2010-01-30
1
-5
/
+2
*
IPC per-host content settings to the renderers.
thakis@chromium.org
2010-01-30
1
-1
/
+35
*
Wait for the DB thread to finish posting tasks to the main thread
dumi@chromium.org
2010-01-30
1
-0
/
+5
*
Enable notification for Chromeos/Linux view build.
oshima@chromium.org
2010-01-27
1
-1
/
+1
*
Enable the appcache by default and add a cmd line switch to optionally disabl...
michaeln@chromium.org
2010-01-26
1
-1
/
+1
*
Make sure notifications are only enabled on GTK builds of linux, since that's...
johnnyg@chromium.org
2010-01-25
1
-1
/
+1
*
Enable geolocation at build time, and update the flag to configure it at runt...
joth@chromium.org
2010-01-20
1
-0
/
+3
*
Port notifications to linux. BalloonView and BalloonViewHost should be equiv...
johnnyg@chromium.org
2010-01-15
1
-2
/
+2
*
Introduce all the plumbing for Session Storage. This mostly consists of crea...
jorlow@chromium.org
2010-01-15
1
-6
/
+4
*
Rename CloseIdleConnections -> CloseCurrentConnections.
mbelshe@chromium.org
2010-01-14
1
-2
/
+2
*
Cleanup histogram classes mixing SetFlags into FactoryGet arguments
jar@chromium.org
2009-12-28
1
-5
/
+3
*
Load message catalogs on demand when chrome.i18n.getMessage needs them.
cira@chromium.org
2009-12-17
1
-8
/
+0
*
Fix regression where we stopped running content scripts in
aa@chromium.org
2009-12-16
1
-0
/
+15
*
Mac: make it even less likely that the renderer+Breakpad leaks Mach ports.
viettrungluu@chromium.org
2009-12-15
1
-0
/
+17
*
Remove DCHECK because it's invalid in single process mode.
mpcomplete@chromium.org
2009-12-09
1
-1
/
+0
*
Hook up V8 idle notifications for extension prcoesses.
mpcomplete@chromium.org
2009-12-07
1
-26
/
+50
*
WebSocket in Worker: render_thread->child_thread change.
ukai@chromium.org
2009-12-07
1
-4
/
+0
*
Use factory to create histograms, and refcounts to track lifetimes
jar@chromium.org
2009-12-06
1
-5
/
+11
*
Remember zoom on a per-host basis.
pkasting@chromium.org
2009-12-04
1
-0
/
+31
*
Make no-tcmalloc (really, non-base/allocator) builds work again,
dank@chromium.org
2009-12-03
1
-2
/
+2
*
Point #include lines to files in the new tcmalloc/chromium local branch.
sgk@chromium.org
2009-12-01
1
-1
/
+1
*
Turn on HTML5 DBs by default.
dumi@chromium.org
2009-11-20
1
-1
/
+1
*
Move Mac to using renderer spellchecker.
estade@chromium.org
2009-11-19
1
-16
/
+0
*
reland 31875. Revert was:
estade@chromium.org
2009-11-16
1
-2
/
+4
*
Revert 31875 to see whether it fixes reliability bot.
huanr@chromium.org
2009-11-16
1
-4
/
+2
*
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
[next]