Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
..
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
DEPS 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
README.md 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
app_launch_info.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
app_launch_info.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
app_restore_arc_info.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
app_restore_arc_info.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
app_restore_data.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
app_restore_data.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
app_restore_info.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
app_restore_info.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
app_restore_info_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
app_restore_utils.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
app_restore_utils.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
arc_read_handler.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
arc_read_handler.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
arc_save_handler.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
arc_save_handler.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
desk_template_read_handler.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
desk_template_read_handler.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
features.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
features.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
full_restore_file_handler.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
full_restore_file_handler.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
full_restore_read_and_save_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
full_restore_read_handler.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
full_restore_read_handler.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
full_restore_save_handler.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
full_restore_save_handler.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
full_restore_utils.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
full_restore_utils.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
lacros_read_handler.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
lacros_read_handler.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
lacros_save_handler.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
lacros_save_handler.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
restore_data.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
restore_data.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
restore_data_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
tab_group_info.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
tab_group_info.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
window_info.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
window_info.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
window_properties.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
window_properties.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano

README.md

The app_restore component contains code necessary for collecting app launching information, app window information, and writing to the data storage. It provides:

  • The interfaces for chrome/browser/ash/full_restore to read the storage to get app launching information.
  • The interfaces for the Window Management component (ash/wm) to collect and save the app windows information.
  • The interfaces for AppService (chrome/browser/apps/app_service) to save the app launching information.
  • The interfaces for components/exo to set the window restoration properties.