summaryrefslogtreecommitdiffstats
path: root/chrome/browser/worker_host
Commit message (Expand)AuthorAgeFilesLines
* ipc: use strings, not wstrings for channel ids.evan@chromium.org2009-06-041-1/+2
* Use a NotificationRegistrar to listen for notifications.pkasting@chromium.org2009-05-222-5/+4
* Ensure workers don't outlive crashed renderers.jam@chromium.org2009-05-211-0/+1
* Reuse ChildProcessSecurityHost for worker processes.jam@chromium.org2009-05-201-0/+8
* Run workers in separate processes.jam@chromium.org2009-05-014-40/+114
* Fix an assert caused by trying to add duplicate observers for multiple workers.jianli@chromium.org2009-04-221-11/+5
* Fix a crash where the ResourceMessageFilter is deleted before apaulg@google.com2009-04-142-12/+32
* Fix empty title for worker process host when running the worker from a url wi...jianli@chromium.org2009-04-091-10/+17
* Use one worker process per domain until we hit the maximum count of 10, then ...jam@chromium.org2009-04-073-17/+90
* Revert "Move IPC code to ipc/"agl@chromium.org2009-04-031-1/+1
* Move IPC code to ipc/agl@chromium.org2009-04-031-1/+1
* Refactor plugin process code which checks with the browser process before shu...jam@chromium.org2009-03-271-0/+2
* Finish hooking up the worker process UI: use the domains of the workers as th...jam@chromium.org2009-03-244-4/+67
* Refactor sandboxing code so that it can be used by worker processes.jam@chromium.org2009-03-181-6/+12
* Remove unneeded uses of base/hash_tables.h.thestig@chromium.org2009-03-171-1/+0
* Hide the details about ResourceDispatcherHost messages from child processes. ...jam@chromium.org2009-03-173-7/+16
* Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...thestig@chromium.org2009-03-131-1/+0
* Remove logging.h from cc files that don't use it.thestig@chromium.org2009-03-121-1/+0
* Initial checkin of the out of process worker implementation.jam@chromium.org2009-03-044-0/+280