1. 66bdfd8 Remove base::ThreadRestrictions::AssertIOAllowed. by Francois Doray · 8 years ago
  2. f54b3ba Fix flaky external protocol handler tests. by Ben Wells · 8 years ago
  3. 75b1c8e Enable default browser UX in side-by side dev and beta installs. by Greg Thompson · 8 years ago
  4. 9a8680d Move DefaultWebClientWorker to use the COM STA Task Runner by Robert Liao · 8 years ago
  5. b86d6bb3 Use SequencedTaskRunner where now possible after making Timer sequence-friendly. by gab · 8 years ago
  6. b18379f Remove the usage of BrowserThread::FILE in the shell_integration* files by pmonette · 8 years ago
  7. aa06031 Migrate chrome/browser files to histogram_macros.h includes. by asvitkine · 9 years ago
  8. 0c40087a Fix registerProtocolHandler implementation on Windows 8 and 10. by pmonette · 9 years ago
  9. 32a5cfb4 DefaultBrowserWorker now fully supports opening the settings for Win10 by pmonette · 9 years ago
  10. 60a702c Removed AttemptResult enum in favor of using DefaultWebClientState by pmonette · 9 years ago
  11. 5207d895 Removed code for Win10 default browser experiment by pmonette · 9 years ago
  12. c82a6be4 Removed DefaultBrowser.SetDefaultAsyncDuration histogram by pmonette · 9 years ago
  13. b920414 Removed DefaultWebClientUIState in favor of DefaultWebClientState by pmonette · 9 years ago
  14. f9461d1a Removed DefaultWebClientUIState::STATE_PROCESSING by pmonette · 9 years ago
  15. 586ab5b3 Replaced DefaultWebClientObserver with a single callback by pmonette · 9 years ago
  16. 9dfa48f Removed OnSetAsDefaultConcluded from the DefaultWebClientObserver by pmonette · 9 years ago
  17. 8db6a8be Fixes the interactive default browser UX for policy setting by pmonette · 9 years ago
  18. 9fa59e88 ShellIntegration is now a proper namespace. by pmonette · 9 years ago
  19. b1fc1b8 Update chrome for new prefs location. by brettw · 9 years ago
  20. 664c07b Switch to standard integer types in chrome/browser/, part 4 of 4. by avi · 9 years ago
  21. 9c1457f Make the histograms for setting the default browser consistent by pmonette · 10 years ago
  22. f89ac7c7 Setting chrome as the default browser is now fixed on Windows 10 by pmonette · 10 years ago
  23. 034a03d9 Reorder functions in implementations files for shell_execute.h by pmonette · 10 years ago
  24. 00844cea Use DCHECK_CURRENTLY_ON() in chrome/ and android_webview/ by thestig · 10 years ago
  25. 868ca64 No longer shows UAC icon for protocol registration on windows 8+ by pmonette · 10 years ago
  26. 9fb6769 Cleanup VersionInfo after componentization. by sdefresne · 10 years ago
  27. 6e883e4 Componentize VersionInfo. by sdefresne · 10 years ago
  28. 556c0502 Make callers of CommandLine use it via the base:: namespace. by avi · 10 years ago
  29. 2b010a6 Cleanup: Remove unneeded path_service.h includes in base and chrome. by thestig · 11 years ago
  30. 7e3b19d Cleanup: Remove unneeded chrome/common/pref_names.h includes. by thestig · 11 years ago
  31. 18dfb7a5 Change base/file_utils.h includes to base/files/file_utils.h in chrome/ by thestig · 11 years ago
  32. af39f00 Use a qualified path for chromium_strings, google_chrome_strings, and generated_resources. (part 1) by [email protected] · 11 years ago
  33. 2e0424a Move ShortcutInfo, ShortcutLocations from ShellIntegration to web_app. by [email protected] · 11 years ago
  34. fb06aea8 Add option to install an ephemeral app to the Windows jump list by [email protected] · 11 years ago
  35. 2f5bc32 We want the Applications Menu shortcut paths to be managed by shell_util.cc as by [email protected] · 12 years ago
  36. e7f7987 chromeos: Don't compile Linux shell-integration code. by [email protected] · 12 years ago
  37. 756748414 Move PathExists to base namespace. by [email protected] · 12 years ago
  38. 24a555b6 Use a direct include of strings headers in chrome/browser/r*-s*/. by [email protected] · 12 years ago
  39. e309f31 Use a direct include of utf_string_conversions.h in chrome/browser/, part 3. by [email protected] · 12 years ago
  40. 1547693 Move path functions from file_util to FilePath object. by [email protected] · 12 years ago
  41. 931d104 Re-Re-apply 192420: Move login switches to src/chromeos" by [email protected] · 12 years ago
  42. 82b67fc Revert 192504 "Re-apply 192420: Move login switches to src/chromeos" by [email protected] · 12 years ago
  43. 0ff8bf29 Re-apply 192420: Move login switches to src/chromeos by [email protected] · 12 years ago
  44. f1cb6fa Revert 192420 "Move login switches to src/chromeos" by [email protected] · 12 years ago
  45. 6a01f63 Move login switches to src/chromeos by [email protected] · 12 years ago
  46. 124901f5 Move v2 app pinning to correct thread by [email protected] · 12 years ago
  47. d81a63c0 On Linux, automatically create app shortcuts on install or update. by [email protected] · 12 years ago
  48. b5ff7ab Split the location flags from ShortcutInfo into a new struct ShortcutLocations. by [email protected] · 12 years ago
  49. ba26a44 Make sure ShellIntegration::CommandLineArgsForLauncher respects the UserDataDir policy. by [email protected] · 12 years ago
  50. 3853a4c Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/. by [email protected] · 12 years ago
  51. 650b2d5 Merge branch 'master' into file_path_browser by [email protected] · 12 years ago
  52. 8988665 Add a UMA stat to track whether Chrome is the default browser. by [email protected] · 13 years ago
  53. 3e3ad7f6 [win] Don't use app_host.exe for v1 apps. by [email protected] · 13 years ago
  54. ee9d89d Fix registerProtocolHandler OS registration on Windows 8 by [email protected] · 13 years ago
  55. dd5f67e9 Packaged apps are now enabled by default (and arguments on launcher shortcuts are unlikely to function when chrome is already running), so this extra argument on shortcuts can be dropped. by [email protected] · 13 years ago
  56. 2215c8d5 Fix command line for app shortcuts by [email protected] · 13 years ago
  57. 693baa5d Prototype version of the first-run dialog for Windows 8. by [email protected] · 13 years ago
  58. 5951c85 Application desktop shortcuts now save the user profile they were created in. by [email protected] · 13 years ago
  59. dccb900 Remove the kEnablePlatformApps switch. by [email protected] · 13 years ago
  60. bd046bd4 The CL adds to ShellUtil and ShellIntegration and adjusts invocations of the latter whenever necessary. by [email protected] · 13 years ago
  61. 5c93a0c1 Launch platform apps from shortcuts in the normal user_data_dir on Windows and Linux. by [email protected] · 13 years ago
  62. 8806d3b Create Linux platform app shortcuts to run in their own process. by [email protected] · 13 years ago
  63. 9561bc91 Infrastructure to improve app mode stub <-> Chrome main communication. by [email protected] · 13 years ago
  64. 5a20b19 Platform apps shortcuts use their own browser process by [email protected] · 13 years ago
  65. 631bb74 Move BrowserThread to content namespace. by [email protected] · 14 years ago
  66. c5efb95 Change NewRunnableMethod to base::Bind in shell_integration.cc by [email protected] · 14 years ago
  67. c38831a1 Split BrowserThread into public API and private implementation, step 1. by [email protected] · 14 years ago
  68. 97e2e3f Handle OS registration failure when registering protocol handlers by [email protected] · 14 years ago
  69. 5e3e0963 Canary versions no longer always remove protocol handlers at startup. by [email protected] · 14 years ago
  70. a01481b Moved CanSetAsDefault* from platform_util to shell_integration by [email protected] · 14 years ago
  71. bcb999d Fix memory leak in unit tests for ProtocolHandlerRegistry introduced by observers. by [email protected] · 14 years ago
  72. 02a1bc9 Revert 87296 - Check for OS unregistered protocol handlers at startup by [email protected] · 14 years ago
  73. acf67a7 Check for OS unregistered protocol handlers at startup by [email protected] · 14 years ago
  74. 4468a5b Allow chrome to become the os default handler for arbitrary protocols on mac/win. by [email protected] · 14 years ago
  75. b1039293 Refactor GetCommandLineArgumentsCommon to not use strings. by [email protected] · 14 years ago
  76. 01ed196 Extension ids are ASCII. by [email protected] · 14 years ago
  77. 1625ffd Update a bunch of files to the new location of browser_thread.h by [email protected] · 14 years ago
  78. e450fa6 Introduced a new policy DefaultBrowserSettingEnabled. by [email protected] · 14 years ago
  79. 2f1c09d Set Browser::app_name_ in a reasonable way for extension apps. by [email protected] · 14 years ago
  80. a3b734b Add "create Application Shortcut" to the app menu on NTP. by [email protected] · 15 years ago
  81. 93aa89c7 FBTF: Even more deinlining. by [email protected] · 15 years ago
  82. 017a7a11 Rename ChromeThread to BrowserThread Part21: by [email protected] · 15 years ago
  83. 0c7d74f Rename ChromeThread to BrowserThread Part16: by [email protected] · 15 years ago
  84. ec5b50d Implement new strategy for default apps. Instead of using by [email protected] · 15 years ago
  85. 660e428f Remove usage of GetSwitchValue for most of chrome/browser/. by [email protected] · 15 years ago
  86. 385e5b569 enable apps by default by [email protected] · 15 years ago
  87. 74d1397a Replace obsolete kProfile switch with kLoginProfile by [email protected] · 15 years ago
  88. 5d91c9e base/ header cleanup. Forward declaration instead of including. by [email protected] · 15 years ago
  89. 63597e4e Deprecate most of the remaining wstring file_util functions. by [email protected] · 15 years ago
  90. 2bce5e1 Re-land r47079: Shorten several appsrelated flags. by [email protected] · 15 years ago
  91. 5ebc4b2 Revert 47079 - Shorten several appsrelated flags. "256 characters should be enough for anyone's shortcut flags!" by [email protected] · 15 years ago
  92. c90ce846 Shorten several apps-related flags. "256 characters should be enough for anyone's shortcut flags!" by [email protected] · 15 years ago
  93. 64048bd chrome 6: string_util.h -> utf_string_conversions.h fix. by [email protected] · 15 years ago
  94. 28375ae Implement launch disposition for extension-apps. by [email protected] · 15 years ago
  95. 0d3dc8e2 Fifth patch in getting rid of caching MessageLoop pointers. by [email protected] · 16 years ago
  96. 264f74d1 Allow the default browser check to return "unknown" and reflect that in the UI. by [email protected] · 16 years ago
  97. b96aa93 First step to create application shortcuts on Linux. by [email protected] · 16 years ago
  98. d24c401 Fix running default browser check/setting in UI thread on Linux. by [email protected] · 16 years ago
  99. 3bf6ade0 Allow two user level installs of Chrome to have default browser settings. by [email protected] · 16 years ago
  100. e8fd296 Make default browser path check case insensitive. by [email protected] · 16 years ago