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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Calling OpenGL from the renderer process
apatrick@chromium.org
2010-03-25
1
-0
/
+16
*
Enforce extension permissions in C++ (instead of Javascript).
jochen@chromium.org
2010-03-24
1
-1
/
+2
*
Move some more files to toplevel gfx dir.
ben@chromium.org
2010-03-17
1
-1
/
+1
*
Add chrome.extension.inIncognitoTab for content scripts.
mpcomplete@chromium.org
2010-03-12
1
-2
/
+7
*
Synchronous XHR should only pump events if we are going to show a cookie
darin@chromium.org
2010-03-09
1
-6
/
+2
*
Make the pepper 2D flush callback actually function as advertised. It will now
brettw@chromium.org
2010-03-06
1
-0
/
+10
*
Revert 40490 - Make the pepper 2D flush callback actually function as adverti...
brettw@chromium.org
2010-03-03
1
-10
/
+0
*
Make the pepper 2D flush callback actually function as advertised. It will now
brettw@chromium.org
2010-03-03
1
-0
/
+10
*
Allow users to enable extensions in incognito. Requires
mpcomplete@chromium.org
2010-02-25
1
-0
/
+3
*
Only pump messages during a cookie query if it results in a user prompt.
darin@chromium.org
2010-02-24
1
-8
/
+6
*
Modal loops of joy.
darin@chromium.org
2010-02-18
1
-14
/
+27
*
Initial work on making extensions work in incognito mode.
mpcomplete@chromium.org
2010-02-11
1
-1
/
+2
*
IPC per-host content settings to the renderers.
thakis@chromium.org
2010-01-30
1
-1
/
+4
*
Introduce all the plumbing for Session Storage. This mostly consists of crea...
jorlow@chromium.org
2010-01-15
1
-5
/
+3
*
Rename CloseIdleConnections -> CloseCurrentConnections.
mbelshe@chromium.org
2010-01-14
1
-2
/
+2
*
Load message catalogs on demand when chrome.i18n.getMessage needs them.
cira@chromium.org
2009-12-17
1
-3
/
+0
*
Fix regression where we stopped running content scripts in
aa@chromium.org
2009-12-16
1
-0
/
+4
*
Hook up V8 idle notifications for extension prcoesses.
mpcomplete@chromium.org
2009-12-07
1
-0
/
+17
*
WebSocket in Worker: render_thread->child_thread change.
ukai@chromium.org
2009-12-07
1
-6
/
+0
*
Remember zoom on a per-host basis.
pkasting@chromium.org
2009-12-04
1
-1
/
+1
*
Move Mac to using renderer spellchecker.
estade@chromium.org
2009-11-19
1
-11
/
+0
*
reland 31875. Revert was:
estade@chromium.org
2009-11-16
1
-1
/
+2
*
Revert 31875 to see whether it fixes reliability bot.
huanr@chromium.org
2009-11-16
1
-2
/
+1
*
Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...
erg@google.com
2009-11-13
1
-1
/
+1
*
Use renderer spellchecker for windows.
estade@chromium.org
2009-11-13
1
-1
/
+2
*
Adds a 'V8' column to task manager to track amount of memory in JavaScript heap
jamesr@chromium.org
2009-11-11
1
-0
/
+1
*
Move the spellchecker to the renderer.
estade@chromium.org
2009-11-06
1
-0
/
+25
*
First half of http://codereview.chromium.org/274014/show
jorlow@chromium.org
2009-11-04
1
-3
/
+2
*
WebSocket support in chromium.
ukai@chromium.org
2009-10-29
1
-0
/
+6
*
Implementing WebDatabaseObserver in the renderer process.
dumi@chromium.org
2009-10-24
1
-0
/
+3
*
Move native_widget_types and gtk_native_view_id_manager from base/gfx to
brettw@chromium.org
2009-10-11
1
-1
/
+1
*
Add functionality to the renderer thread to purge memory. Not yet called.
pkasting@chromium.org
2009-10-08
1
-0
/
+1
*
Display tcmalloc debug output from renderer processes in about:tcmalloc.
sgk@chromium.org
2009-10-08
1
-0
/
+3
*
Another stab at the Chromium side of storage events. Re-submission of http:/...
jorlow@chromium.org
2009-10-03
1
-1
/
+11
*
Reverting 27756.
jorlow@chromium.org
2009-10-01
1
-11
/
+1
*
Another stab at the Chromium side of storage events. The WebKit side can be ...
jorlow@chromium.org
2009-10-01
1
-1
/
+11
*
Fix deadlock when plugin puts an alert and right afterwards the browser proce...
jam@chromium.org
2009-09-28
1
-2
/
+0
*
Implementing chrome.i18n.getMessage call, that loads message from the extensi...
cira@chromium.org
2009-09-28
1
-4
/
+9
*
Update renderer plugin cache when we load/unload extensions with plugins.
mpcomplete@chromium.org
2009-09-21
1
-1
/
+1
*
Relanding with v8 fix.
mbelshe@google.com
2009-08-26
1
-1
/
+25
*
Revert 24314 - Modify the RenderThread to track the number of widgets
mbelshe@google.com
2009-08-25
1
-25
/
+1
*
Modify the RenderThread to track the number of widgets
mbelshe@google.com
2009-08-25
1
-1
/
+25
*
Revert 24227 - Modify the RenderThread to track the number of widgets
nick@chromium.org
2009-08-25
1
-25
/
+1
*
Modify the RenderThread to track the number of widgets
mbelshe@google.com
2009-08-25
1
-1
/
+25
*
Implement granular cross-origin XHR for extensions.
aa@chromium.org
2009-08-23
1
-3
/
+6
*
Retrofit the pre-existing appache message dispatching with the new WebKit API...
michaeln@google.com
2009-08-21
1
-1
/
+5
*
Add module-level permissions to extensions.
mpcomplete@chromium.org
2009-08-07
1
-0
/
+2
*
Add CSS Keyword values and conversion routines to webkit glue.
jeremy@chromium.org
2009-08-07
1
-0
/
+2
*
Adding HTML5 DB support to Chromium: Chromium changes
dumi@chromium.org
2009-07-27
1
-0
/
+3
*
Unrevert 21355 because the revert might be causing the
nsylvain@chromium.org
2009-07-23
1
-16
/
+5
[next]