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
*
Implement patterns for content setting exceptions.
jochen@chromium.org
2010-04-08
1
-9
/
+9
*
Revert 43684 - Localize CSS files in content scripts (but don't localize JS f...
cira@google.com
2010-04-07
1
-2
/
+2
*
Localize CSS files in content scripts (but don't localize JS files).
cira@chromium.org
2010-04-06
1
-2
/
+2
*
Eliminate WebCore include paths when compiling Chromium code.
darin@chromium.org
2010-04-03
1
-2
/
+1
*
Changes to the Browser to support Database access from Workers.
ericu@google.com
2010-04-02
1
-6
/
+6
*
Flip the flag to enable geolocation by default.
joth@chromium.org
2010-04-01
1
-1
/
+1
*
Reland 43183. Block database access on allowDatabase instead of databaseOpenF...
jochen@chromium.org
2010-03-31
1
-0
/
+1
*
Revert 43183 - Block database access on allowDatabase instead of databaseOpen...
jochen@chromium.org
2010-03-31
1
-1
/
+0
*
Block database access on allowDatabase instead of databaseOpenFile.
jochen@chromium.org
2010-03-31
1
-0
/
+1
*
Split GpuProcessHost into GpuProcessHostUIShim, which runs on the UI
kbr@google.com
2010-03-30
1
-4
/
+14
*
Added command buffer implementation of WebGL which runs in the sandbox.
kbr@google.com
2010-03-27
1
-0
/
+8
*
Calling OpenGL from the renderer process
apatrick@chromium.org
2010-03-25
1
-0
/
+50
*
Enforce extension permissions in C++ (instead of Javascript).
jochen@chromium.org
2010-03-24
1
-2
/
+3
*
Add support for interacting with the DOM in browser_tests.
kkania@chromium.org
2010-03-18
1
-0
/
+5
*
Add chromium-side support for history.{push,replace}State.
darin@chromium.org
2010-03-17
1
-0
/
+2
*
Revert 41789 - Add support for DOM interaction in browser tests via C++.
kkania@chromium.org
2010-03-17
1
-5
/
+0
*
Add support for DOM interaction in browser tests via C++.
kkania@chromium.org
2010-03-17
1
-0
/
+5
*
Register chrome-extension as a secure scheme so that adding resources from an
abarth@chromium.org
2010-03-13
1
-0
/
+4
*
Add chrome.extension.inIncognitoTab for content scripts.
mpcomplete@chromium.org
2010-03-12
1
-3
/
+8
*
Synchronous XHR should only pump events if we are going to show a cookie
darin@chromium.org
2010-03-09
1
-27
/
+57
*
Make the pepper 2D flush callback actually function as advertised. It will now
brettw@chromium.org
2010-03-06
1
-4
/
+4
*
Based on crash data, it seems that frameForCurrentContext can return null in
darin@chromium.org
2010-03-04
1
-4
/
+6
*
Update WebKit to r55424. Rebaseline fast/dom/DOMException/prototype-object.html
kasperl@google.com
2010-03-03
1
-0
/
+3
*
Revert 40491 - Fix Windows build. I forgot to update the class name for Windo...
brettw@chromium.org
2010-03-03
1
-2
/
+2
*
Revert 40492 - Fix Windows build again, I forgot to fix the other call in thi...
brettw@chromium.org
2010-03-03
1
-1
/
+1
*
Revert 40490 - Make the pepper 2D flush callback actually function as adverti...
brettw@chromium.org
2010-03-03
1
-1
/
+1
*
Fix Windows build again, I forgot to fix the other call in this file to
brettw@chromium.org
2010-03-03
1
-1
/
+1
*
Fix Windows build. I forgot to update the class name for Windows for in process
brettw@chromium.org
2010-03-03
1
-2
/
+2
*
Make the pepper 2D flush callback actually function as advertised. It will now
brettw@chromium.org
2010-03-03
1
-1
/
+1
*
Add a defensive null check.
darin@chromium.org
2010-02-26
1
-2
/
+2
*
Merge the LINUX_TC_MALLOC #define with the existing TC_MALLOC #define.
thestig@chromium.org
2010-02-26
1
-3
/
+4
*
Allow users to enable extensions in incognito. Requires
mpcomplete@chromium.org
2010-02-25
1
-0
/
+7
*
Only pump messages during a cookie query if it results in a user prompt.
darin@chromium.org
2010-02-24
1
-6
/
+7
*
Turn on session storage by default.
jorlow@chromium.org
2010-02-24
1
-1
/
+1
*
Modal loops of joy.
darin@chromium.org
2010-02-18
1
-0
/
+102
*
Initial work on making extensions work in incognito mode.
mpcomplete@chromium.org
2010-02-11
1
-2
/
+2
*
Desktop Notifications for the mac
johnnyg@chromium.org
2010-02-09
1
-3
/
+0
*
Revert 38469 - Desktop Notifications for the mac!
johnnyg@chromium.org
2010-02-09
1
-0
/
+3
*
Desktop Notifications for the mac!
johnnyg@chromium.org
2010-02-09
1
-3
/
+0
*
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
[next]