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