summaryrefslogtreecommitdiffstats
path: root/chrome/browser/render_process_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Add Terminate() to the Process object, have RenderProcessHost use this to avo...brettw@google.com2008-11-141-22/+18
* If setProcessBackgrounded fails, don't continue throughmbelshe@google.com2008-11-121-1/+4
* Remove some Windows-specific stuff from RenderProcessHost by having callers g...brettw@google.com2008-11-111-1/+1
* Make it so that you can refresh and see changes in Greasemonkeyaa@chromium.org2008-10-301-14/+40
* Add option to disable/enable Spell Check. In addition, remove additional code...sidchat@google.com2008-10-291-2/+4
* - Make user script loading asynchronous on the file thread.evanm@google.com2008-10-281-4/+5
* Adds a bit of Greasemonkey support hidden behind the --enable-greasemonkey fl...aa@google.com2008-10-161-15/+55
* Remove more shared_event that I missed last timeagl@chromium.org2008-10-161-1/+0
* Hackish changes to make gears work in the renderer with the sandbox.mpcomplete@google.com2008-10-081-0/+8
* Refactoring for portability:mark@chromium.org2008-09-291-2/+2
* Add a command-line switch to change the user agent.BUG=757345pkasting@chromium.org2008-09-241-0/+1
* Use the new dll injection blocking api of the sandbox to blockcpu@google.com2008-09-221-0/+5
* Add cross platform base::SysInfo::AmountOfPhysicalMemoryMB to replace the Win...deanm@chromium.org2008-09-181-1/+2
* Add support for "Add to dictionary" in the context menu.sidchat@google.com2008-09-171-0/+7
* Tuck the ram/num_processes map into a function, and remove a static initializer.deanm@chromium.org2008-09-111-12/+11
* Adds a logging level command line switchcpu@google.com2008-08-291-0/+1
* Chrome changes corresponding to my message_loop_type CL.darin@google.com2008-08-261-19/+19
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Step 1 at making Gears run in the renderer process (enabled by switchmpcomplete@google.com2008-08-151-1/+2
* Introduce MessagePump to represent the native message pump used to drive adarin@google.com2008-08-151-1/+0
* Enabling sync_channel in the browser to allow accessibility code making block...jcampan@google.com2008-08-121-3/+9
* If a sync message can't be routed, respond immediately with an error.ojan@google.com2008-08-111-2/+7
* Third times a charm! This is an attempt at re-landing r408. This time the U...darin@google.com2008-08-081-5/+3
* rollback r498 and r500 to repair test bustagedarin@google.com2008-08-071-16/+13
* fix unit_test failures, where process_.handle() may be nulldarin@google.com2008-08-071-1/+4
* Revised r408 such that we no longer sometimes fail MetricsServiceTest.CrashRe...darin@google.com2008-08-071-13/+13
* Revert change 408 to see if it fixes the ui tests.nsylvain@google.com2008-08-061-3/+5
* Convert more consumers of ML::WatchObject to ObjectWatcher.darin@google.com2008-08-051-5/+3
* Trim the dependencies of the plugin_dll and renderer_dll projects. Browser_dl...maruel@google.com2008-08-021-1/+0
* A bunch of cleanups to beforeunload/unload handling.ojan@google.com2008-08-021-4/+2
* Adds exitcodes for the TerminateProcess calls on hung renderers. There are st...ojan@google.com2008-07-311-1/+1
* Fix not closing the browser with hung, crashed and interstitial tabs. Adds a ...ojan@google.com2008-07-291-2/+4
* Add chrome to the repository.initial.commit2008-07-261-0/+778