summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_thread.cc
Commit message (Expand)AuthorAgeFilesLines
* First half of http://codereview.chromium.org/274014/showjorlow@chromium.org2009-11-041-7/+6
* Purge memory for DBs in the renderer process.pkasting@chromium.org2009-11-021-5/+15
* Change notification cmd line enabling to use the new RuntimeEnabledFeatures c...johnnyg@chromium.org2009-10-311-0/+6
* Move various runtime enabled features into a WebRuntimeFeatures class.darin@chromium.org2009-10-301-6/+8
* WebSocket support in chromium.ukai@chromium.org2009-10-291-0/+4
* Implementing WebDatabaseObserver in the renderer process.dumi@chromium.org2009-10-241-0/+5
* Instructing V8 to disable the binding for the window.openDatabase()dumi@chromium.org2009-10-241-0/+3
* Introduce WebScriptController for script related methods.mhm@chromium.org2009-10-231-26/+38
* Introduce WebSecurityPolicy for security related methods.mhm@chromium.org2009-10-221-4/+6
* Revert 29747 - Switch over to the new way of enabling/disabling session/local...nsylvain@chromium.org2009-10-221-5/+0
* Switch over to the new way of enabling/disabling session/local storage.jorlow@chromium.org2009-10-221-0/+5
* TBR: darinmhm@chromium.org2009-10-211-6/+4
* Introduce WebSecurityPolicy for security related methods.mhm@chromium.org2009-10-211-4/+6
* Cleanup: change PIDs to base::ProcessId (or pid_t, as appropriate).viettrungluu@chromium.org2009-10-201-1/+1
* add enableWebSockets in WebKit APIukai@chromium.org2009-10-201-0/+3
* Delete glue/webview{_delegate}.hdarin@chromium.org2009-10-191-2/+3
* Move scripting / v8 related methods out of WebKit.hmhm@chromium.org2009-10-161-0/+1
* Revert "Move scripting / v8 related methods out of WebKit.h"tony@chromium.org2009-10-161-1/+0
* Move scripting / v8 related methods out of WebKit.hmhm@chromium.org2009-10-161-0/+1
* Add functionality to the renderer thread to purge memory. Not yet called.pkasting@chromium.org2009-10-081-0/+32
* Display tcmalloc debug output from renderer processes in about:tcmalloc.sgk@chromium.org2009-10-081-0/+16
* Put headers in right order. Ensure WebKit is initialized everywhere necessar...pkasting@chromium.org2009-10-081-7/+5
* Update V8 to version 1.3.15.sgjesse@chromium.org2009-10-071-1/+1
* Another stab at the Chromium side of storage events. Re-submission of http:/...jorlow@chromium.org2009-10-031-0/+16
* Reverting 27756.jorlow@chromium.org2009-10-011-16/+0
* Another stab at the Chromium side of storage events. The WebKit side can be ...jorlow@chromium.org2009-10-011-0/+16
* Rollback Scavenge implemetation and rely on existing functionality to freejar@chromium.org2009-10-011-2/+2
* Fix deadlock when plugin puts an alert and right afterwards the browser proce...jam@chromium.org2009-09-281-10/+2
* Implement about:ipc dialog for Mac.jrg@chromium.org2009-09-281-0/+5
* Implementing chrome.i18n.getMessage call, that loads message from the extensi...cira@chromium.org2009-09-281-0/+9
* Update renderer plugin cache when we load/unload extensions with plugins.mpcomplete@chromium.org2009-09-211-2/+2
* Issue 172109: Enable scavenging in RenderThread::IdleHandler.agl@chromium.org2009-09-151-18/+22
* Revert "Issue 172109: Enable scavenging in RenderThread::IdleHandler."agl@chromium.org2009-09-151-22/+18
* Issue 172109: Enable scavenging in RenderThread::IdleHandler.mbelshe@google.com2009-09-151-18/+22
* share extension API test frameworkerikkay@chromium.org2009-08-311-0/+4
* Force databases and localstorage to be enabled extensions.aa@chromium.org2009-08-291-7/+0
* Relanding with v8 fix.mbelshe@google.com2009-08-261-4/+64
* Revert 24314 - Modify the RenderThread to track the number of widgetsmbelshe@google.com2009-08-251-64/+4
* Modify the RenderThread to track the number of widgetsmbelshe@google.com2009-08-251-4/+64
* Revert 24227 - Modify the RenderThread to track the number of widgetsnick@chromium.org2009-08-251-61/+4
* Modify the RenderThread to track the number of widgetsmbelshe@google.com2009-08-251-4/+61
* Revert r24223. Storage test is not working.aa@chromium.org2009-08-251-0/+7
* Try again to commit r24174: Change the way json_schema.js is loaded.aa@chromium.org2009-08-251-1/+1
* Force databases and localstorage to be enabled extensions.aa@chromium.org2009-08-251-7/+0
* Revert r24217.aa@chromium.org2009-08-251-1/+1
* Change the way json_schema.js is loaded. This is required soaa@chromium.org2009-08-251-1/+1
* Revert breakage from r24174.aa@chromium.org2009-08-241-1/+1
* Change the way json_schema.js is loaded. This is required soaa@chromium.org2009-08-241-1/+1
* Implement granular cross-origin XHR for extensions.aa@chromium.org2009-08-231-4/+11
* Retrofit the pre-existing appache message dispatching with the new WebKit API...michaeln@google.com2009-08-211-9/+3