summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_thread.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix a race where WebGL would attempt to use the GpuChannel before it was in t...apatrick@chromium.org2010-07-151-13/+3
* Asynchronously launches the GPU process.apatrick@chromium.org2010-07-121-0/+8
* Clean up Chromium code to follow message loop reentrancy fix in WebKit (https...apavlov@chromium.org2010-07-091-9/+2
* Add the concept of browse extent.aa@chromium.org2010-07-011-3/+14
* Rename Dns prefetching files to Predictor filesjar@chromium.org2010-06-271-1/+1
* Change classes and functions for DNS Prefetching to Predictor*jar@chromium.org2010-06-251-2/+2
* Fix files with svn:executable permissions.thestig@chromium.org2010-06-231-0/+0
* Enhance comment above RenderThread with how this should be factored instead. ...brettw@chromium.org2010-06-211-0/+2
* Added plumbing to transport the frame name between RenderViewHost and the Web...atwilson@chromium.org2010-06-121-3/+9
* Removed noisy V8::IdleNotification() LOG(INFO).akalin@chromium.org2010-06-091-1/+0
* Actually clear the disk cache, and keep it enabled, between benchmark runs.mlloyd@chromium.org2010-06-051-0/+5
* Remove previous print preview work in preparation for new work.viettrungluu@chromium.org2010-05-251-5/+0
* Rename "mixed content" to "insecure content" in as many places as possible, t...pkasting@chromium.org2010-05-181-1/+1
* Implement IndexedDatabase::open up until re-entrance into WebKit. That (and thejorlow@chromium.org2010-05-141-1/+6
* Create a command-line switch for enabling touch events.gdk@chromium.org2010-04-301-0/+3
* Send content settings based on the URL to the renderer instead of just the host.jochen@chromium.org2010-04-231-9/+10
* Implement app process model isolation.mpcomplete@chromium.org2010-04-221-0/+23
* Make sure extensions work in single process mode.arv@chromium.org2010-04-211-1/+3
* Give chrome-extension frames in regular renderers access to messaging APIs,mpcomplete@chromium.org2010-04-191-5/+5
* Reland 44348 Add support for restricting broadcasting events to extensions ba...jochen@chromium.org2010-04-141-2/+4
* Revert 44351 - Reland 44348 Add support for restricting broadcasting events t...jochen@chromium.org2010-04-131-4/+2
* Reland 44348 Add support for restricting broadcasting events to extensions ba...jochen@chromium.org2010-04-131-2/+4
* Revert 44348 - Add support for restricting broadcasting events to extensions ...jochen@chromium.org2010-04-131-4/+2
* Add support for restricting broadcasting events to extensions based on host p...jochen@chromium.org2010-04-131-2/+4
* Implement patterns for content setting exceptions.jochen@chromium.org2010-04-081-9/+9
* Revert 43684 - Localize CSS files in content scripts (but don't localize JS f...cira@google.com2010-04-071-2/+2
* Localize CSS files in content scripts (but don't localize JS files).cira@chromium.org2010-04-061-2/+2
* Eliminate WebCore include paths when compiling Chromium code.darin@chromium.org2010-04-031-2/+1
* Changes to the Browser to support Database access from Workers.ericu@google.com2010-04-021-6/+6
* Flip the flag to enable geolocation by default.joth@chromium.org2010-04-011-1/+1
* Reland 43183. Block database access on allowDatabase instead of databaseOpenF...jochen@chromium.org2010-03-311-0/+1
* Revert 43183 - Block database access on allowDatabase instead of databaseOpen...jochen@chromium.org2010-03-311-1/+0
* Block database access on allowDatabase instead of databaseOpenFile.jochen@chromium.org2010-03-311-0/+1
* Split GpuProcessHost into GpuProcessHostUIShim, which runs on the UIkbr@google.com2010-03-301-4/+14
* Added command buffer implementation of WebGL which runs in the sandbox.kbr@google.com2010-03-271-0/+8
* Calling OpenGL from the renderer processapatrick@chromium.org2010-03-251-0/+50
* Enforce extension permissions in C++ (instead of Javascript).jochen@chromium.org2010-03-241-2/+3
* Add support for interacting with the DOM in browser_tests.kkania@chromium.org2010-03-181-0/+5
* Add chromium-side support for history.{push,replace}State.darin@chromium.org2010-03-171-0/+2
* Revert 41789 - Add support for DOM interaction in browser tests via C++.kkania@chromium.org2010-03-171-5/+0
* Add support for DOM interaction in browser tests via C++.kkania@chromium.org2010-03-171-0/+5
* Register chrome-extension as a secure scheme so that adding resources from anabarth@chromium.org2010-03-131-0/+4
* Add chrome.extension.inIncognitoTab for content scripts.mpcomplete@chromium.org2010-03-121-3/+8
* Synchronous XHR should only pump events if we are going to show a cookiedarin@chromium.org2010-03-091-27/+57
* Make the pepper 2D flush callback actually function as advertised. It will nowbrettw@chromium.org2010-03-061-4/+4
* Based on crash data, it seems that frameForCurrentContext can return null indarin@chromium.org2010-03-041-4/+6
* Update WebKit to r55424. Rebaseline fast/dom/DOMException/prototype-object.html kasperl@google.com2010-03-031-0/+3
* Revert 40491 - Fix Windows build. I forgot to update the class name for Windo...brettw@chromium.org2010-03-031-2/+2
* Revert 40492 - Fix Windows build again, I forgot to fix the other call in thi...brettw@chromium.org2010-03-031-1/+1
* Revert 40490 - Make the pepper 2D flush callback actually function as adverti...brettw@chromium.org2010-03-031-1/+1