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

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.