• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..16-Feb-2021-

BUILD.gnH A D16-Feb-20212.5 KiB8577

README.mdH A D16-Feb-2021530 108

bookmark_app_file_handler_manager.ccH A D16-Feb-20211.1 KiB3219

bookmark_app_file_handler_manager.hH A D16-Feb-20211,007 3319

bookmark_app_finalizer_utils.ccH A D03-May-20221.6 KiB5944

bookmark_app_finalizer_utils.hH A D16-Feb-2021760 2614

bookmark_app_icon_manager.ccH A D16-Feb-202111.3 KiB315255

bookmark_app_icon_manager.hH A D16-Feb-20212.7 KiB6849

bookmark_app_install_finalizer.ccH A D16-Feb-202113.1 KiB332265

bookmark_app_install_finalizer.hH A D16-Feb-20214.2 KiB9769

bookmark_app_install_finalizer_unittest.ccH A D16-Feb-202124 KiB683539

bookmark_app_provider.ccH A D16-Feb-20212.4 KiB5541

bookmark_app_registrar.ccH A D16-Feb-202113.9 KiB394318

bookmark_app_registrar.hH A D16-Feb-20215.5 KiB12685

bookmark_app_registry_controller.ccH A D16-Feb-20214.2 KiB11988

bookmark_app_registry_controller.hH A D16-Feb-20212 KiB5537

bookmark_app_shortcut_manager.ccH A D16-Feb-20211.5 KiB4228

bookmark_app_shortcut_manager.hH A D16-Feb-20211.2 KiB3319

bookmark_app_util.ccH A D16-Feb-20215.9 KiB149113

bookmark_app_util.hH A D16-Feb-20212.6 KiB6834

bookmark_app_util_unittest.ccH A D16-Feb-20213.8 KiB9966

extension_status_utils.ccH A D16-Feb-20211.8 KiB4632

externally_installed_web_app_prefs_unittest.ccH A D16-Feb-20218.5 KiB205155

pending_app_install_task_unittest.ccH A D16-Feb-202135.3 KiB989763

web_app_extension_shortcut.ccH A D16-Feb-202111.4 KiB303236

web_app_extension_shortcut.hH A D16-Feb-20214.4 KiB10051

web_app_extension_shortcut_mac.hH A D16-Feb-2021725 2613

web_app_extension_shortcut_mac.mmH A D16-Feb-20216.4 KiB177146

web_app_policy_manager_unittest.ccH A D16-Feb-202119 KiB526398

web_app_provider_unittest.ccH A D16-Feb-20211.1 KiB3724

README.md

1For historic reasons, Chrome uses the Extension system, more specifically
2"Bookmark Apps", to create and install apps based on websites. Hosted Apps are
3getting deprecated, so we will eventually migrate off extensions/ and into
4web_applications/, but in the meantime we still need to add new features to
5the current implementation.
6
7This directory holds files that implement new features for Hosted Apps that will
8soon be moved to web_applications/. This is to avoid adding files that will soon
9be deleted to extensions/ folders.
10