1. 8ea8f1ef [Fixit-Dec-2012] Also add dual_mode to Start Menu shortcuts in MigrateChromiumShortcuts. by [email protected] · 13 years ago
  2. 2e884d29 Speculative revert 175230. I suspect that dependency on propsys.dll makes chrome.dll unloadable on XP SP3 breaking NACL and chrome frame tests. by [email protected] · 13 years ago
  3. 79ca2d37 [Fixit-Dec-2012] Also add dual_mode to Start Menu shortcuts in MigrateChromiumShortcuts. by [email protected] · 13 years ago
  4. ea1a3f6 Move scoped_temp_dir from base to base/files by [email protected] · 13 years ago
  5. 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
  6. 0b7df36d Remove app shortcuts when app is uninstalled on Linux. by [email protected] · 13 years ago
  7. 30cdf3af Revert 146065 - Remove app shortcuts when app is uninstalled on Linux. by [email protected] · 13 years ago
  8. 9146366 Remove app shortcuts when app is uninstalled on Linux. by [email protected] · 13 years ago
  9. 5951c85 Application desktop shortcuts now save the user profile they were created in. by [email protected] · 13 years ago
  10. a044800 Suffix Chrome's appid on user-level installs by [email protected] · 13 years ago
  11. e97882f Move test_browser_thread.h from content\test to content\public\test. This way we can enforce that internal content headers don't leak to embedders. by [email protected] · 13 years ago
  12. 5c93a0c1 Launch platform apps from shortcuts in the normal user_data_dir on Windows and Linux. by [email protected] · 13 years ago
  13. 98566d7a Moved Linux specific shell integration declarations into own header. by [email protected] · 13 years ago
  14. 8806d3b Create Linux platform app shortcuts to run in their own process. by [email protected] · 13 years ago
  15. a2778d3 Omit the startupWMClass from Aura build. by [email protected] · 14 years ago
  16. 631bb74 Move BrowserThread to content namespace. by [email protected] · 14 years ago
  17. c38831a1 Split BrowserThread into public API and private implementation, step 1. by [email protected] · 14 years ago
  18. 6acf501 Aura: unit_tests now run on Linux by [email protected] · 14 years ago
  19. d778d6e Change kNotSignedInProfile to kInitialProfile to better reflect its usage. by [email protected] · 14 years ago
  20. 7286e3fc some cleanup for base/stl_util by [email protected] · 14 years ago
  21. 1fd5302c Replace many OS_LINUX ifdefs with OS_POSIX & !OS_MACOSX, since most of them apply to non-linux Unix also. Non-linux Unices tested are the BSDs and Solaris. by [email protected] · 14 years ago
  22. e078590 Move scoped_temp_dir and scoped_native_library back from base/memory to base. by [email protected] · 14 years ago
  23. 0a96c3f GTK: Use glib's desktop file parser instead of our hand rolled one. by [email protected] · 14 years ago
  24. a0b60cfd Add the calculated WMClass to generated .desktop files. by [email protected] · 14 years ago
  25. 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
  26. 162b599 wstring: remove a needless wchar_t that is ASCII by [email protected] · 14 years ago
  27. b1039293 Refactor GetCommandLineArgumentsCommon to not use strings. by [email protected] · 14 years ago
  28. 01ed196 Extension ids are ASCII. by [email protected] · 14 years ago
  29. 1bda9755 Update a bunch of files to the new location of browser_thread.h by [email protected] · 14 years ago
  30. 4f260d0 Update file version info/memory details/process utils to use string16. by [email protected] · 15 years ago
  31. 017a7a11 Rename ChromeThread to BrowserThread Part21: by [email protected] · 15 years ago
  32. 0c7d74f Rename ChromeThread to BrowserThread Part16: by [email protected] · 15 years ago
  33. 3ba7e08 base: rename Environment::GetEnv to Environment::GetVar. by [email protected] · 15 years ago
  34. c87bcf00 base: rename Environment::SetEnv to Environment::SetVar. by [email protected] · 15 years ago
  35. 4fae316 base: rename Environment::UnSetEnv to Environment::UnSetVar. by [email protected] · 15 years ago
  36. be1ce6a7 Add #include utf_string_conversions.h to all files that use ASCIIToWide and by [email protected] · 15 years ago
  37. 76b90d31 base: Rename EnvVarGetter to Environment. by [email protected] · 15 years ago
  38. fc586c7 Reland r54418 - base: Add UnSetEnv function to EnvVarGetter API. by [email protected] · 15 years ago
  39. a324a45f Revert 54418 - base: Add UnSetEnv function to EnvVarGetter API. by [email protected] · 15 years ago
  40. ed45537 base: Add UnSetEnv function to EnvVarGetter API. by [email protected] · 15 years ago
  41. e9032c6 base: Return bool instead of void in EnvVarGetter::SetEnv. by [email protected] · 15 years ago
  42. 798cb6a Linux: remove unnecessary MimeType field from application shortcuts. by [email protected] · 15 years ago
  43. ac7264c base: Add SetEnv() to EnvVarGetter class and get rid of the some ifdefs. by [email protected] · 15 years ago
  44. 1caa9261 Win: Use different AppUserModelID for SxS installs. by [email protected] · 15 years ago
  45. 9bc8cff Move EnvironmentVariableGetter from base/linux_util.h to base/env_var.h and rename it EnvVarGetter. Label base::SysInfo::{Get,Has}EnvVar as deprecated. by [email protected] · 15 years ago
  46. 3bc6043 Fix one other build failure. Only include linux_util.h on Linux. by [email protected] · 15 years ago
  47. af71d64 Add missing tests for Linux desktop shortcuts logic. by [email protected] · 15 years ago
  48. 28375ae Implement launch disposition for extension-apps. by [email protected] · 15 years ago
  49. 12f520c Append profile info to win7 app id per issue 30414 by [email protected] · 16 years ago
  50. 790613c Replaces the % character with \x when generating Windows shortcuts via by [email protected] · 16 years ago
  51. fcc23e84 GTK: improve app mode .desktop file creation. by [email protected] · 16 years ago
  52. 0b303cc Use favicon for application shortcut icon. by [email protected] · 16 years ago
  53. 82810fe1 Improve desktop shortcut creation: by [email protected] · 16 years ago
  54. 4289680 Implement creating shortcuts in the applications menu. by [email protected] · 16 years ago
  55. b96aa93 First step to create application shortcuts on Linux. by [email protected] · 16 years ago