summaryrefslogtreecommitdiffstats
path: root/chrome/browser/utility_process_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Launch all child processes asynchronously so as not to block the IO thread.jam@chromium.org2009-11-211-54/+25
* Remove the utility process unit tests to simplify the utility process code a ...jam@chromium.org2009-11-191-4/+1
* TBR: mark@chromium.orgjeremy@chromium.org2009-11-051-3/+6
* TBR:markjeremy@chromium.org2009-11-051-6/+3
* Sandbox Worker process on the Mac.jeremy@chromium.org2009-11-051-3/+6
* Continue to remove CHROME_FRAME_BUILD define from code that goes into chrome....robertshield@chromium.org2009-11-041-1/+5
* Get rid of MessageLoop* caching in extensions code.jam@chromium.org2009-10-301-4/+6
* Fix bug where many extensions don't install due to sandbox.aa@chromium.org2009-10-271-0/+6
* Use FilePath in ChildProcessHost.evan@chromium.org2009-10-131-2/+2
* Do not use the utility process on linux.asargent@chromium.org2009-10-051-0/+7
* Do extensions update manifest XML parsing in a sandboxed process.asargent@chromium.org2009-08-201-0/+12
* Change breakpads on the helper processes to keep our rimZ clean.mark@chromium.org2009-08-151-0/+1
* Re-commit r22981 after backout at r22992. Contains fixes to relocatemark@chromium.org2009-08-111-6/+1
* Back out r22981, it may have caused Windows test failures.mark@chromium.org2009-08-111-1/+6
* Provide a separate app bundle for subprocesses like the renderer on the Mac.mark@chromium.org2009-08-111-6/+1
* Fix liner errors due to duplicate symbols in the switches. These switchesbrettw@chromium.org2009-07-231-0/+1
* Split the IPC code into ipc/agl@chromium.org2009-07-221-1/+1
* Fix minor naming issue (see http://codereview.chromium.org/149255).mirandac@chromium.org2009-07-131-1/+1
* Turn backend tip service on by default.mirandac@chromium.org2009-07-121-0/+5
* plugins: use OnChannelError to detect when the channel goes awayevan@chromium.org2009-07-101-0/+1
* Revert "plugins: use OnChannelError to detect when the channel goes away"evan@chromium.org2009-07-101-1/+0
* plugins: use OnChannelError to detect when the channel goes awayevan@chromium.org2009-07-101-0/+1
* Fix extension unpacking on linux/mactc@google.com2009-06-241-8/+43
* First draft of web resource service; fetches data from a JSON feed mirandac@chromium.org2009-06-181-1/+16
* Disable extensions in incognito mode.mpcomplete@google.com2009-06-111-3/+6
* ipc: use strings, not wstrings for channel ids.evan@chromium.org2009-06-041-1/+2
* Have the browser process rewrite manifest.json and theme/page action imagesmpcomplete@google.com2009-05-221-2/+4
* Introducing the Utility process, which handles the unpacking and verificationmpcomplete@google.com2009-05-151-0/+87