summaryrefslogtreecommitdiffstats
path: root/chrome/browser/web_applications
Commit message (Expand)AuthorAgeFilesLines
* Once-off automatic app shortcut creation no longer creates duplicate shortcuts.mgiuca@chromium.org2013-07-036-16/+48
* Windows: Deleting a profile deletes all app shortcuts associated with it.mgiuca@chromium.org2013-07-025-21/+76
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-013-9/+9
* mac: Remove unused includes of scoped_nsobject.h.thakis@chromium.org2013-06-251-1/+0
* mac: Update clients of scoped_nsobject.h.thakis@chromium.org2013-06-242-5/+5
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-241-2/+2
* [Win] App launcher drag/drop.koz@chromium.org2013-06-203-7/+52
* Recreate shortcuts on app update.jackhou@chromium.org2013-06-203-121/+301
* Re-use the OSX App Launcher shim for all profiles.tapted@chromium.org2013-06-202-3/+27
* Localize Chrome Apps directory name, and add Chrome Canary and Chromium.jackhou@chromium.org2013-06-181-24/+62
* Create a copy of each app's shim bundle in the app's app_data_path.jackhou@chromium.org2013-06-173-38/+71
* Use a direct include of strings headers in chrome/browser/t*-w*/.avi@chromium.org2013-06-106-6/+6
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-06-081-3/+4
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 3.avi@chromium.org2013-06-075-5/+5
* Use unique names for app shim bundles based on profile dir and extension id.jackhou@chromium.org2013-06-073-45/+86
* Add TestBrowserThreadBundle into RenderViewHostTestHarness. Kill some unneces...ajwong@chromium.org2013-06-061-9/+1
* Move parsing of app.launch keys out of Extension.yoz@chromium.org2013-06-051-1/+4
* Only launch shim if --enable-app-shims is set.jackhou@chromium.org2013-06-031-0/+4
* Start app shim when app launched.jackhou@chromium.org2013-05-312-0/+24
* Create app shims with 32-bit icons only, as per OSX 10.5 spec.tapted@chromium.org2013-05-301-50/+78
* Windows: When an app is updated and its name changes, recreate shortcuts.mgiuca@chromium.org2013-05-296-86/+172
* Create an app list shim for the App Launcher on OSX in response to a startup ...tapted@chromium.org2013-05-213-0/+26
* Move web_apps methods from chrome/common to chrome/renderer.darin@chromium.org2013-05-101-1/+1
* Use strings with "Canary" in the name for app launcher and app shortcuts menu.mgiuca@chromium.org2013-05-061-0/+4
* Windows, Linux: auto-create app menu shortcuts when an app is installed.mgiuca@chromium.org2013-05-034-5/+18
* Simplify the generation of Linux .desktop files.mgiuca@chromium.org2013-05-021-9/+1
* 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-192-55/+56
* ShortcutInfo::favicon is now a gfx::ImageFamily instead of gfx::Image.mgiuca@chromium.org2013-04-114-29/+50
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-3/+2
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-2/+3
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-3/+2
* Fix shortcut name slicing for v2 apps on windowscalamity@chromium.org2013-04-051-5/+5
* When creating app shortcuts on the mac, suffix them with (1) if the shortcut ...jeremya@chromium.org2013-04-042-12/+44
* Rename sys_string_conversions in chrome.brettw@chromium.org2013-03-282-2/+2
* Fix taskbar pinning for v2 apps in windowscalamity@chromium.org2013-03-241-28/+22
* [mac] Create app shortcuts in a subfolder of /Applicationsjeremya@chromium.org2013-03-203-18/+31
* Make WebAppShortcutCreatorTest.CreateFailure independent of path existence.pneubeck@google.com2013-03-191-2/+7
* Revert 188944 "[mac] Create app shortcuts in a subfolder of /App..."kinaba@chromium.org2013-03-193-31/+18
* [mac] Create app shortcuts in a subfolder of /Applicationsjeremya@chromium.org2013-03-193-18/+31
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-2/+2
* On Linux, automatically create app shortcuts on install or update.mgiuca@chromium.org2013-03-071-1/+14
* Split the location flags from ShortcutInfo into a new struct ShortcutLocations.mgiuca@chromium.org2013-03-016-32/+47
* Move file_path.h to base/files.brettw@chromium.org2013-02-243-3/+3
* Fix more remaining FilePath -> base::FilePath.brettw@chromium.org2013-02-181-4/+4
* [mac] Delete app shortcuts on app uninstall.jeremya@chromium.org2013-02-131-3/+26
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-109-110/+118
* Rearchitecting the 'app mode' code on mac for v2 apps.jeremya@chromium.org2013-01-152-8/+37