summaryrefslogtreecommitdiffstats
path: root/chrome/browser/worker_host
Commit message (Expand)AuthorAgeFilesLines
* WebSocket in Worker: commandline passing for worker process.ukai@chromium.org2009-12-072-4/+37
* Changed shared worker code so incognito windows do not have access to non-inc...atwilson@chromium.org2009-11-264-40/+66
* Launch all child processes asynchronously so as not to block the IO thread.jam@chromium.org2009-11-211-35/+14
* Fix build.levin@chromium.org2009-11-201-1/+1
* Fix unitialized memory access in workers.levin@chromium.org2009-11-202-6/+71
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-1/+1
* Changed WorkerProcessHost::WorkerInstance to use std::list instead of std::set,atwilson@chromium.org2009-11-132-30/+41
* Added lifecycle management and sharing support for SharedWorkers. SharedWorkersatwilson@chromium.org2009-11-134-65/+532
* Added support for --worker-startup-dialog command line flag.atwilson@chromium.org2009-11-061-0/+5
* Added beginnings of browser-process support for shared workers.atwilson@chromium.org2009-11-054-24/+37
* Revert "Added beginnings of browser-process support for shared workers."atwilson@chromium.org2009-11-054-37/+24
* Added beginnings of browser-process support for shared workers.atwilson@chromium.org2009-11-054-24/+37
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-023-15/+7
* Initial pass of shared workers renderer-side codeatwilson@chromium.org2009-10-301-29/+49
* Degrade the https color and lock icon for the page that has a worker that loa...dimich@google.com2009-10-192-0/+20
* Use FilePath in ChildProcessHost.evan@chromium.org2009-10-131-1/+1
* Header dependency cleanup in chrome/phajdan.jr@chromium.org2009-10-121-0/+1
* Fix race condition with message ports being dropped if sent before a worker s...jam@chromium.org2009-09-213-24/+45
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-314-29/+29
* First half of updating Worker.postMessage(), DOMWindow.postMessage(), andjorlow@chromium.org2009-08-263-32/+40
* Cleaning up lines longer than 80 chars under src/chrome/browser. mark@chromium.org2009-08-171-1/+2
* 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-2/+2
* Back out r22981, it may have caused Windows test failures.mark@chromium.org2009-08-111-2/+2
* Provide a separate app bundle for subprocesses like the renderer on the Mac.mark@chromium.org2009-08-111-2/+2
* Get rid of warning on CHROME_OS builder.jam@chromium.org2009-08-061-2/+2
* Enable message ports for workers.jam@chromium.org2009-08-064-11/+92
* Cross-process Message Port implementation.jam@chromium.org2009-08-046-33/+382
* 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-223-3/+3
* Make workers functional on OSX and Linux.levin@chromium.org2009-07-141-1/+13
* 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
* Split out some of the RVHDelegate functions into separate sub-classes. To limitbrettw@chromium.org2009-07-081-2/+6
* Added stub native web worker support, including build support in preparationsehr@google.com2009-06-291-0/+5
* Implement a max worker count of 16 per tab and 64 total. Any workers created...jam@chromium.org2009-06-184-54/+168
* 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