| Commit message (Expand) | Author | Age | Files | Lines |
* | Change base/file_utils.h includes to base/files/file_utils.h in chrome/ | thestig | 2014-08-26 | 1 | -1/+1 |
* | Refactor web_app to expose GetInfoForApp as a public function. | mgiuca@chromium.org | 2014-07-01 | 1 | -1/+1 |
* | Ensure ephemeral apps have dock icons on mac | tmdiep@chromium.org | 2014-06-11 | 1 | -0/+4 |
* | Replace OnceOffCreateShortcuts with UpdateShortcutsForAllAppsIfNeeded. | jackhou@chromium.org | 2014-06-03 | 1 | -0/+5 |
* | Support "Pin to taskbar" for hosted app windows. | calamity@chromium.org | 2014-05-27 | 1 | -0/+62 |
* | Revert of Support "Pin to taskbar" for hosted app windows. (https://coderevie... | sergeyv@chromium.org | 2014-05-26 | 1 | -62/+0 |
* | Support "Pin to taskbar" for hosted app windows. | calamity@chromium.org | 2014-05-26 | 1 | -0/+62 |
* | Remove uses of web_app:: inside web_app. | jackhou@chromium.org | 2014-05-15 | 1 | -13/+11 |
* | Move ShortcutInfo, ShortcutLocations from ShellIntegration to web_app. | jackhou@chromium.org | 2014-04-15 | 1 | -13/+12 |
* | Pass FileHandlersInfo to [Create|Update]PlatformShortcuts. | jackhou@chromium.org | 2014-04-11 | 1 | -1/+3 |
* | Remove web_app_ui.[cc|h]. | jackhou@chromium.org | 2014-04-03 | 1 | -0/+7 |
* | Prevent SHChangeNotify on app list drag on Windows. | calamity@chromium.org | 2014-03-30 | 1 | -21/+34 |
* | Remove ShortcutInfo from ChromeNativeAppWindowViewsWin. (Win) | jackhou@chromium.org | 2014-03-19 | 1 | -5/+2 |
* | Move more file_util functions to base namespace. | brettw@chromium.org | 2014-03-13 | 1 | -1/+2 |
* | Move WriteFile and WriteFileDescriptor from file_util to base namespace. | brettw@chromium.org | 2014-03-06 | 1 | -3/+3 |
* | Update some uses of UTF conversions in chrome/browser to use the base:: names... | avi@chromium.org | 2013-12-24 | 1 | -1/+1 |
* | Revert 239400 "Revert 239280 "Move more file_util functions to b..." | thakis@chromium.org | 2013-12-08 | 1 | -1/+1 |
* | Revert 239280 "Move more file_util functions to base namespace." | thakis@chromium.org | 2013-12-08 | 1 | -1/+1 |
* | Move more file_util functions to base namespace. | brettw@chromium.org | 2013-12-07 | 1 | -1/+1 |
* | Add base namespace to some instances of string16. | brettw@chromium.org | 2013-12-06 | 1 | -7/+7 |
* | We want the Applications Menu shortcut paths to be managed by shell_util.cc as | calamity@chromium.org | 2013-12-04 | 1 | -32/+39 |
* | Move directory creation functions to base namespace. | brettw@chromium.org | 2013-12-03 | 1 | -2/+2 |
* | Move some more file utils to the base namespace. | brettw@chromium.org | 2013-12-02 | 1 | -2/+2 |
* | Rename ShortcutCreationPolicy to ShortcutCreationReason. | jackhou@chromium.org | 2013-07-26 | 1 | -8/+8 |
* | Rename base::Delete to base::DeleteFile | brettw@chromium.org | 2013-07-16 | 1 | -3/+3 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 1 | -6/+6 |
* | Once-off automatic app shortcut creation no longer creates duplicate shortcuts. | mgiuca@chromium.org | 2013-07-03 | 1 | -5/+19 |
* | Windows: Deleting a profile deletes all app shortcuts associated with it. | mgiuca@chromium.org | 2013-07-02 | 1 | -21/+62 |
* | Move file_util::Delete to the base namespace | brettw@chromium.org | 2013-07-01 | 1 | -2/+2 |
* | [Win] App launcher drag/drop. | koz@chromium.org | 2013-06-20 | 1 | -4/+20 |
* | Use a direct include of strings headers in chrome/browser/t*-w*/. | avi@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in chrome/browser/, part 3. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Windows: When an app is updated and its name changes, recreate shortcuts. | mgiuca@chromium.org | 2013-05-29 | 1 | -82/+159 |
* | Windows, Linux: auto-create app menu shortcuts when an app is installed. | mgiuca@chromium.org | 2013-05-03 | 1 | -4/+3 |
* | Start menu shortcuts for apps on Windows are now inside a "Chrome Apps" submenu. | mgiuca@chromium.org | 2013-04-30 | 1 | -0/+21 |
* | App shortcut icons on Windows are now 256x256 instead of 32x32. | mgiuca@chromium.org | 2013-04-30 | 1 | -16/+23 |
* | Make application shortcuts use chrome.exe instead of app_host.exe | calamity@chromium.org | 2013-04-26 | 1 | -16/+7 |
* | Remove --show-app-list-shortcut flag and implement new app launcher enable lo... | calamity@chromium.org | 2013-04-19 | 1 | -55/+53 |
* | ShortcutInfo::favicon is now a gfx::ImageFamily instead of gfx::Image. | mgiuca@chromium.org | 2013-04-11 | 1 | -7/+17 |
* | Fix shortcut name slicing for v2 apps on windows | calamity@chromium.org | 2013-04-05 | 1 | -5/+5 |
* | Fix taskbar pinning for v2 apps in windows | calamity@chromium.org | 2013-03-24 | 1 | -28/+22 |
* | [Cleanup] Remove StringPrintf from global namespace | groby@chromium.org | 2013-03-18 | 1 | -2/+2 |
* | Split the location flags from ShortcutInfo into a new struct ShortcutLocations. | mgiuca@chromium.org | 2013-03-01 | 1 | -18/+19 |
* | Merge branch 'master' into file_path_browser | brettw@chromium.org | 2013-02-10 | 1 | -34/+38 |
* | Add support for adding 256x256 pngs to Windows .ico files. | asvitkine@chromium.org | 2013-01-08 | 1 | -1/+1 |
* | Fixing callers of BrowserDistribution::AppHostIsSupported(). | huangs@chromium.org | 2012-12-11 | 1 | -2/+3 |
* | [win] Don't use app_host.exe for v1 apps. | benwells@chromium.org | 2012-11-27 | 1 | -5/+11 |
* | Limit App Host installation / usage for platform apps to Google Chome only. | huangs@chromium.org | 2012-11-21 | 1 | -5/+9 |
* | Make application shortcuts point to app_host.exe, install App Host during app... | huangs@chromium.org | 2012-11-08 | 1 | -5/+6 |
* | Stop auto creating shortcuts when v2 packaged apps are installed. | benwells@chromium.org | 2012-10-09 | 1 | -0/+17 |