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
*
Fix a race where WebGL would attempt to use the GpuChannel before it was in t...
apatrick@chromium.org
2010-07-15
1
-13
/
+3
*
Asynchronously launches the GPU process.
apatrick@chromium.org
2010-07-12
1
-0
/
+8
*
Clean up Chromium code to follow message loop reentrancy fix in WebKit (https...
apavlov@chromium.org
2010-07-09
1
-9
/
+2
*
Add the concept of browse extent.
aa@chromium.org
2010-07-01
1
-3
/
+14
*
Rename Dns prefetching files to Predictor files
jar@chromium.org
2010-06-27
1
-1
/
+1
*
Change classes and functions for DNS Prefetching to Predictor*
jar@chromium.org
2010-06-25
1
-2
/
+2
*
Fix files with svn:executable permissions.
thestig@chromium.org
2010-06-23
1
-0
/
+0
*
Enhance comment above RenderThread with how this should be factored instead. ...
brettw@chromium.org
2010-06-21
1
-0
/
+2
*
Added plumbing to transport the frame name between RenderViewHost and the Web...
atwilson@chromium.org
2010-06-12
1
-3
/
+9
*
Removed noisy V8::IdleNotification() LOG(INFO).
akalin@chromium.org
2010-06-09
1
-1
/
+0
*
Actually clear the disk cache, and keep it enabled, between benchmark runs.
mlloyd@chromium.org
2010-06-05
1
-0
/
+5
*
Remove previous print preview work in preparation for new work.
viettrungluu@chromium.org
2010-05-25
1
-5
/
+0
*
Rename "mixed content" to "insecure content" in as many places as possible, t...
pkasting@chromium.org
2010-05-18
1
-1
/
+1
*
Implement IndexedDatabase::open up until re-entrance into WebKit. That (and the
jorlow@chromium.org
2010-05-14
1
-1
/
+6
*
Create a command-line switch for enabling touch events.
gdk@chromium.org
2010-04-30
1
-0
/
+3
*
Send content settings based on the URL to the renderer instead of just the host.
jochen@chromium.org
2010-04-23
1
-9
/
+10
*
Implement app process model isolation.
mpcomplete@chromium.org
2010-04-22
1
-0
/
+23
*
Make sure extensions work in single process mode.
arv@chromium.org
2010-04-21
1
-1
/
+3
*
Give chrome-extension frames in regular renderers access to messaging APIs,
mpcomplete@chromium.org
2010-04-19
1
-5
/
+5
*
Reland 44348 Add support for restricting broadcasting events to extensions ba...
jochen@chromium.org
2010-04-14
1
-2
/
+4
*
Revert 44351 - Reland 44348 Add support for restricting broadcasting events t...
jochen@chromium.org
2010-04-13
1
-4
/
+2
*
Reland 44348 Add support for restricting broadcasting events to extensions ba...
jochen@chromium.org
2010-04-13
1
-2
/
+4
*
Revert 44348 - Add support for restricting broadcasting events to extensions ...
jochen@chromium.org
2010-04-13
1
-4
/
+2
*
Add support for restricting broadcasting events to extensions based on host p...
jochen@chromium.org
2010-04-13
1
-2
/
+4
*
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
[next]