summaryrefslogtreecommitdiffstats
path: root/chrome/browser/worker_host/worker_service.h
Commit message (Expand)AuthorAgeFilesLines
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Fully connect the dots between workers and appcache resource loading.michaeln@chromium.org2010-05-271-11/+37
* Browser process scaffolding to support having appcache work in workers.michaeln@chromium.org2010-05-241-9/+3
* Changes to the Browser to support Database access from Workers.ericu@google.com2010-04-021-4/+11
* Changed CreateWorker to coalesce any matching queued shared workers when aatwilson@chromium.org2010-02-101-1/+4
* Refactored code to allow associating workers with multiple renderers.atwilson@chromium.org2010-01-281-0/+9
* Revert 36888 - Refactored code to allow associating workers with multiple ren...pkasting@chromium.org2010-01-231-9/+0
* Refactored code to allow associating workers with multiple renderers.atwilson@chromium.org2010-01-221-0/+9
* Changed shared worker code so incognito windows do not have access to non-inc...atwilson@chromium.org2009-11-261-4/+7
* Added lifecycle management and sharing support for SharedWorkers. SharedWorkersatwilson@chromium.org2009-11-131-3/+35
* Added beginnings of browser-process support for shared workers.atwilson@chromium.org2009-11-051-6/+8
* Revert "Added beginnings of browser-process support for shared workers."atwilson@chromium.org2009-11-051-8/+6
* Added beginnings of browser-process support for shared workers.atwilson@chromium.org2009-11-051-6/+8
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-021-6/+1
* Degrade the https color and lock icon for the page that has a worker that loa...dimich@google.com2009-10-191-0/+5
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-311-4/+4
* Cleaning up lines longer than 80 chars under src/chrome/browser. mark@chromium.org2009-08-171-1/+2
* Cross-process Message Port implementation.jam@chromium.org2009-08-041-14/+14
* Split the IPC code into ipc/agl@chromium.org2009-07-221-1/+1
* Implement a max worker count of 16 per tab and 64 total. Any workers created...jam@chromium.org2009-06-181-1/+22
* Use a NotificationRegistrar to listen for notifications.pkasting@chromium.org2009-05-221-1/+2
* Run workers in separate processes.jam@chromium.org2009-05-011-9/+20
* Fix a crash where the ResourceMessageFilter is deleted before apaulg@google.com2009-04-141-4/+6
* Use one worker process per domain until we hit the maximum count of 10, then ...jam@chromium.org2009-04-071-0/+12
* Finish hooking up the worker process UI: use the domains of the workers as th...jam@chromium.org2009-03-241-0/+1
* Remove unneeded uses of base/hash_tables.h.thestig@chromium.org2009-03-171-1/+0
* Initial checkin of the out of process worker implementation.jam@chromium.org2009-03-041-0/+52