tree: 88fd2dcefe2f176a824645d3a83f4846bd84723d [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. launch_params.cc
  7. launch_params.h
  8. launch_params.idl
  9. launch_queue.cc
  10. launch_queue.h
  11. launch_queue.idl
  12. OWNERS
  13. README.md
  14. web_launch_service_impl.cc
  15. 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.