tree: 3f36b274e68177dbe3f69edddf2b8b6664cb79a2 [path history] [tgz]
  1. BUILD.gn
  2. DIR_METADATA
  3. dom_window_launch_queue.cc
  4. dom_window_launch_queue.h
  5. dom_window_launch_queue.idl
  6. file_handling_expiry_impl.cc
  7. file_handling_expiry_impl.h
  8. launch_params.cc
  9. launch_params.h
  10. launch_params.idl
  11. launch_queue.cc
  12. launch_queue.h
  13. launch_queue.idl
  14. OWNERS
  15. README.md
  16. web_launch_service_impl.cc
  17. web_launch_service_impl.h
third_party/blink/renderer/modules/launch/README.md

Launch Events API

This directory contains the renderer side implementation of the client window launch event API.

Note: This API is under active development, and is a work in progress.

APIs in this Directory

This API consists of the following parts:

  • LaunchParams: These are the parameters that the renderer was launched with. Currently, only file launches are supported but this will be extended in the future.
  • getLaunchParams: An entry point for getting the cause of a launch from a client window.