Google Git
Sign in
chromium / chromium / src / 23de21d5287a72ef254f486770ac791d66eee3f1 / . / content / browser / worker_host
tree: 7fff6c670f3a6879c1f92f6912db0f84c24e78e7 [path history] [tgz]
  1. dedicated_worker_host.cc
  2. dedicated_worker_host.h
  3. dedicated_worker_host_factory_impl.cc
  4. dedicated_worker_host_factory_impl.h
  5. dedicated_worker_service_impl.cc
  6. dedicated_worker_service_impl.h
  7. dedicated_worker_service_impl_unittest.cc
  8. DEPS
  9. mock_shared_worker.cc
  10. mock_shared_worker.h
  11. OWNERS
  12. README.md
  13. shared_worker_connector_impl.cc
  14. shared_worker_connector_impl.h
  15. shared_worker_content_settings_proxy_impl.cc
  16. shared_worker_content_settings_proxy_impl.h
  17. shared_worker_host.cc
  18. shared_worker_host.h
  19. shared_worker_host_unittest.cc
  20. shared_worker_instance_unittest.cc
  21. shared_worker_service_impl.cc
  22. shared_worker_service_impl.h
  23. shared_worker_service_impl_unittest.cc
  24. test_shared_worker_service_impl.cc
  25. test_shared_worker_service_impl.h
  26. worker_browsertest.cc
  27. worker_script_fetch_initiator.cc
  28. worker_script_fetch_initiator.h
  29. worker_script_fetch_initiator_unittest.cc
  30. worker_script_fetcher.cc
  31. worker_script_fetcher.h
  32. worker_script_loader.cc
  33. worker_script_loader.h
  34. worker_script_loader_factory.cc
  35. worker_script_loader_factory.h
  36. worker_script_loader_factory_unittest.cc
content/browser/worker_host/README.md

Web Worker in Browser

content/browser/worker_host implements the browser side of web workers (dedicated workers and shared workers). It tracks the security principal of the worker in the renderer and uses it to broker access to mojo interfaces providing powerful web APIs. See: Design doc.

The renderer side implementations are in content/renderer/worker.

Powered by Gitiles| Privacy| Termstxt json