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

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.