1. 464b32c6 Add service worker registration options for default web app config by Alan Cutter · 4 years, 9 months ago
  2. d3d65a1 dpwa: Clean up fallout from user_display_mode migration bug by Alan Cutter · 4 years, 9 months ago
  3. b2a42a7 Use flat_set instead of vector to enforce sorted sizes where needed. by Glen Robertson · 4 years, 9 months ago
  4. 2ab7a04 Expose hosted app to web app migration flags in about:flags by Alan Cutter · 4 years, 9 months ago
  5. 72cbf0c Web Share Target: Copy share target from manifest to WebApp by Eric Willigers · 4 years, 9 months ago
  6. 3cb30c6 DPWA: avoid creating shortcut twice during install by phillis · 4 years, 9 months ago
  7. 5a60023 DPWA: encapsulate sub managers in OsIntegrationManager. by phillis · 4 years, 9 months ago
  8. 1d8f949 Remove base::NullableString16 from Blink by Henrique Ferreiro · 4 years, 9 months ago
  9. dfea211 Web Share Target: Store share target in web app database by Eric Willigers · 4 years, 9 months ago
  10. 61f38810 Refactor OS_LINUX preprocessor directive for LaCrOS effort. by Sean McAllister · 4 years, 9 months ago
  11. 2da4688 Fix default web app migration failing after revert by Alan Cutter · 4 years, 9 months ago
  12. 096084e Use install_url instead of start_url for web app service worker registration install pass by Alan Cutter · 4 years, 9 months ago
  13. 0cc8373 Rename ExternalInstallOptions::url to install_url by Alan Cutter · 4 years, 9 months ago
  14. ef59e0b Refactor OS_LINUX preprocessor directive for LaCrOS effort. by Sean McAllister · 4 years, 10 months ago
  15. b169a83 Transfer user UI preferences as part of hosted app to web app migration by Alan Cutter · 4 years, 10 months ago
  16. dfb5512 maskable: Add/expose FindIconMatchBigger in app_icon_manager. by Glen Robertson · 4 years, 10 months ago
  17. efba6ba Rename *ShortcutInfos() to *ShortcutsMenuItemInfos(). by Zhuoyu Qian · 4 years, 10 months ago
  18. 20d3fa4 Run browser tests in web_app_info mode by Dominic Schulz · 4 years, 10 months ago
  19. 096d5c69 Use GetBaseAppId in PWA AUMI. by David Bienvenu · 4 years, 10 months ago
  20. 514cf67 DPWA: Add Run on OS Login mode state to WebApp and WebAppDatabase by Carlos Frias · 4 years, 10 months ago
  21. 04057c5 PWA: add some doc about Policy and System apps by phillis · 4 years, 10 months ago
  22. 1d1bdad dpwas: Update WebAppBrowserController to account for display_override by Mike Jackson · 4 years, 10 months ago
  23. d6d234d Propagate maskable icons through web app registrar, database, and files on disk. by Glen Robertson · 4 years, 10 months ago
  24. 209ff64 Rename GetAppShortcutInfos to GetAppShortcutsMenuItemInfos. by Zhuoyu Qian · 4 years, 10 months ago
  25. c750763 dpwa: Add unit tests for WebAppUrlLoader::PrepareForLoad flushing. by Alexey Baskakov · 4 years, 10 months ago
  26. 45beb9e Rename shortcut_infos to shortcuts_menu_item_infos. by Zhuoyu Qian · 4 years, 10 months ago
  27. ea5f6c79 DPWA: Define OsIntegrationManager::UpdateOsHooks by phillis · 4 years, 10 months ago
  28. bc2c5d4d Turn off proactive BrowsingInstance swap for WebAppDataRetrieverTest.GetWebApplicationInfo_FrameNavigated by Rakina Zata Amni · 4 years, 10 months ago
  29. 4a0c294 DPWA: allow callback to be passed to OsIntegrationManager::UninstallOsHooks by phillis · 4 years, 10 months ago
  30. 1ac3da7 Add feature flags for migrating default installed hosted apps to web apps by Alan Cutter · 4 years, 10 months ago
  31. e294b34 Make ExternalWebAppManager feature_name use fixed limited feature set by Alan Cutter · 4 years, 10 months ago
  32. 1a78205f Capture navigations of fresh about:blank pages for tabbed web app windows by Alan Cutter · 4 years, 10 months ago
  33. 7b511b1 dpwas: compute effective display mode with display_override by Mike Jackson · 4 years, 10 months ago
  34. 73ea864 Migrate to OS_MAC and OS_APPLE in chrome/browser/ part 2 by Avi Drissman · 4 years, 10 months ago
  35. 6115232 DPWA: move appshim setup to OsIntegrationManager::Start. by phillis · 4 years, 10 months ago
  36. 2585e8a9 Add a 'purpose' field to icon_info and propagate through sync. by Glen Robertson · 4 years, 10 months ago
  37. daaaa93b DPWA: Move AppShim update on install to OsIntegrationManager by phillis · 4 years, 10 months ago
  38. dd4d866 Abandon installation after 3 failures at the same version by Dominic Schulz · 4 years, 10 months ago
  39. f557bc87 dpwa: Reintroduce GenerateIconLetterFromUrl fallback to generate icons. by Alexey Baskakov · 4 years, 10 months ago
  40. 032712d DPWA: add OsIntegrationManager::UninstallOsHooks by phillis · 4 years, 10 months ago
  41. 1b5394a dpwa: Remove legacy GenerateIconLetterFromUrl function. by Alexey Baskakov · 4 years, 11 months ago
  42. 2ac6db6 dpwas: display_override integration with WebAppsProvider by Mike Jackson · 4 years, 11 months ago
  43. 38238af Install system webapp directly from WebApplicationInfo by Dominic Schulz · 4 years, 11 months ago
  44. 526a61d DPWA: use OsIntegrationManager for WebAppInstallTask by phillis · 4 years, 11 months ago
  45. 036150c Reland "Limit Windows-shell-based launches to one argument" and "Replace --single-argument= with --single-argument" by Jesse McKenna · 4 years, 11 months ago
  46. f28f8ee desktop-pwas: Store background_color manifest field in WebApp by Alan Cutter · 4 years, 11 months ago
  47. e3017a7b dpwas: Support display_override in webapp manifest by Mike Jackson · 5 years ago
  48. 43478de desktop-pwas: Consolidate theme_color opaquening to UpdateWebAppInfoFromManifest() by Alan Cutter · 5 years ago
  49. 41d3c0f Renamed Manifest::Purpose::BADGE to MONOCHROME to match the spec. by Glen Robertson · 5 years ago
  50. 7599fa1 dpwa: Fix desktop web apps tests so they provide non-empty app name. by Alexey Baskakov · 5 years ago
  51. d320f692 Rename WebApplicationInfo::icon_bitmaps to icon_bitmaps_any. by Glen Robertson · 5 years ago
  52. 13819e4 Stop using deprecated base::DeleteFile() in c/b/web_applications/. by Lei Zhang · 5 years ago
  53. f8fee980 Loosen the restrictions on installReplacementWebApp() Extension API by Alan Cutter · 5 years ago
  54. 4996f05c Revert "dpwa: Fix IsInstalled() if an app is already in the user's sync library." by Guido Urdaneta · 5 years ago
  55. 3d22849 dpwa: Fix IsInstalled() if an app is already in the user's sync library. by Alexey Baskakov · 5 years ago
  56. 746ce47 Rename base::DeleteFileRecursively() to DeletePathRecursively(). by Lei Zhang · 5 years ago
  57. 8af7534 Modify web application to record whether the icon is generated by nancylingwang@google.com · 5 years ago
  58. 0663997 Switch to 1-parameter version of base::Delete() in chrome/browser. by Lei Zhang · 5 years ago
  59. c14c6e2a desktop-pwas: Add protocol handlers to BMO web apps by Connor Moody · 5 years ago
  60. 179f64ef Add check to skip file handler update when no file handlers are present by Connor Moody · 5 years ago
  61. fe6c9f54 dpwa: GetAllFileHandlers must return nullptr if web app is uninstalled. by Alexey Baskakov · 5 years ago
  62. 1b15a718 Deflake InstallReplacementWebAppApiTests by disabling legacy finalizer. by Glen Robertson · 5 years ago
  63. 0c3fb9c web-apps: record WebAppUrlLoader::PrepareForLoad result by Jiewei Qian · 5 years ago
  64. a148157 DPWA: Register Shortcuts Menu when PWA is locally installed by Rahul Singh (EDGE) · 5 years ago
  65. bf0e002 web-apps: flush WebContents state between PendingAppManagerImpl tasks by Jiewei Qian · 5 years ago
  66. 31172f9 dpwa: Plumb OnWebAppsWillBeUpdatedFromSync notification. by Alexey Baskakov · 5 years ago
  67. 1f38a15 Remove/replace unnecessary includes of logging.h (chrome/) by Hans Wennborg · 5 years ago
  68. 2538167 Revert "Limit Windows-shell-based launches to one argument" and "Replace --single-argument= with --single-argument" by Jesse McKenna · 5 years ago
  69. eb525cd0 desktop-pwas: Made BMO sync install equivalent to bookmark app sync install by Alan Cutter · 5 years ago
  70. af64d3c DPWA: Add Web App Manifest updates for Shortcuts Menu by Rahul Singh (EDGE) · 5 years ago
  71. 550e371 dpwa: Create OsIntegrationManager by phillis · 5 years ago
  72. f6ad69c Include-what-you-use related to logging.h (chrome) by Hans Wennborg · 5 years ago
  73. b3fa01a7 MacPWAs: Fix multiple UpdateShortcuts calls happening at once by Chase Phillips · 5 years ago
  74. 8c738b37 PWA: add install_time to WebApp by phillis · 5 years ago
  75. 9a034c8 desktop-pwas: Use base::Optional for web app icons with no size by Alan Cutter · 5 years ago
  76. cf0d063 dpwa: add last_launch_time to WebApp by phillis · 5 years ago
  77. 55b706b dpwas: Navigate to about:blank url to flush the WebContents state. by Alexey Baskakov · 5 years ago
  78. e3aa0b9a Add base::GetDeleteFileCallback(). by Lei Zhang · 5 years ago
  79. a42c1a7 dpwa: Fix WebAppDataRetriever::GetWebApplicationInfo(). by Alexey Baskakov · 5 years ago
  80. ee05e36e DPWA: Refactor and rename WebApplicationShortcutInfo by Rahul Singh (EDGE) · 5 years ago
  81. 0c263c70 [content] Take RFH as a parameter for DidUpdateFavicon/ManifestURL by Yuzu Saijo · 5 years ago
  82. 5640a41 DPWA: Refactored Run on OS Login component to its own files by Carlos Frias · 5 years ago
  83. c2d4a84 MacPWAs: Use RemoteCocoa for some Google apps by Christopher Cameron · 5 years ago
  84. 17e52dc dwpa: Modified PendingAppInstallTask to use a constructor provided InstallManager to support it as a test fixture. by Lorne Mitchell · 5 years ago
  85. a9b2a42 dpwa: Implement backward compatibility uninstall for Bookmark Apps. by Alexey Baskakov · 5 years ago
  86. da7d030a0 Revert "dpwa: Implement backward compatibility for Bookmark Apps." by François Doray · 5 years ago
  87. 30e4bc3 dpwa: Implement backward compatibility for Bookmark Apps. by Alexey Baskakov · 5 years ago
  88. 90926e13 Ensure web app icons are updated after a manifest update by Alan Cutter · 5 years ago
  89. 452f831 Limit Windows-shell-based launches to one argument by Jesse McKenna · 5 years ago
  90. 206f73a dpwa: Make sure that WebAppInstallManager works in the provider ready scope. by Alexey Baskakov · 5 years ago
  91. 1dbf5a7 Desktop PWAs: Cache favicons for use in context menus by Eric Willigers · 5 years ago
  92. d39e925 dpwa: Fix AppRegistrar::GetAppEffectiveDisplayMode. by Alexey Baskakov · 5 years ago
  93. 5ddded6 Desktop PWA: Adding prototype for Run PWA on user OS login by Carlos Frias · 5 years ago
  94. 853f91d desktop-pwas: Implement WebAppIconManager::WriteShortcutIconsData() by Rahul Singh · 5 years ago
  95. c54e521 desktop-pwas: Create mechanism for OS shortcuts menu to add params into by Rahul Singh · 5 years ago
  96. a874871 Make AppRegistrar observe profile deletion by Connor Moody · 5 years ago
  97. 9fbaf941 [base] Migrate callers to base::ThreadPool:: redux by Gabriel Charette · 5 years ago
  98. b2bbd48 [BrowserThread] Migrate callers explicitly using content:: by Gabriel Charette · 5 years ago
  99. 7a5d8fe WebApp: Fix WebAppSyncBridge::SetAppIsDisabled by Alexey Baskakov · 5 years ago
  100. 2421449cb Update OffTheRecord profile API in WebAppUtils test. by Ramin Halavati · 5 years ago