| Commit message (Expand) | Author | Age | Files | Lines |
* | Move Copy* into the base namespace. | brettw@chromium.org | 2013-07-09 | 1 | -2/+2 |
* | Once-off automatic app shortcut creation no longer creates duplicate shortcuts. | mgiuca@chromium.org | 2013-07-03 | 6 | -16/+48 |
* | Windows: Deleting a profile deletes all app shortcuts associated with it. | mgiuca@chromium.org | 2013-07-02 | 5 | -21/+76 |
* | Move file_util::Delete to the base namespace | brettw@chromium.org | 2013-07-01 | 3 | -9/+9 |
* | mac: Remove unused includes of scoped_nsobject.h. | thakis@chromium.org | 2013-06-25 | 1 | -1/+0 |
* | mac: Update clients of scoped_nsobject.h. | thakis@chromium.org | 2013-06-24 | 2 | -5/+5 |
* | mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef. | thakis@chromium.org | 2013-06-24 | 1 | -2/+2 |
* | [Win] App launcher drag/drop. | koz@chromium.org | 2013-06-20 | 3 | -7/+52 |
* | Recreate shortcuts on app update. | jackhou@chromium.org | 2013-06-20 | 3 | -121/+301 |
* | Re-use the OSX App Launcher shim for all profiles. | tapted@chromium.org | 2013-06-20 | 2 | -3/+27 |
* | Localize Chrome Apps directory name, and add Chrome Canary and Chromium. | jackhou@chromium.org | 2013-06-18 | 1 | -24/+62 |
* | Create a copy of each app's shim bundle in the app's app_data_path. | jackhou@chromium.org | 2013-06-17 | 3 | -38/+71 |
* | Use a direct include of strings headers in chrome/browser/t*-w*/. | avi@chromium.org | 2013-06-10 | 6 | -6/+6 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-06-08 | 1 | -3/+4 |
* | Use a direct include of utf_string_conversions.h in chrome/browser/, part 3. | avi@chromium.org | 2013-06-07 | 5 | -5/+5 |
* | Use unique names for app shim bundles based on profile dir and extension id. | jackhou@chromium.org | 2013-06-07 | 3 | -45/+86 |
* | Add TestBrowserThreadBundle into RenderViewHostTestHarness. Kill some unneces... | ajwong@chromium.org | 2013-06-06 | 1 | -9/+1 |
* | Move parsing of app.launch keys out of Extension. | yoz@chromium.org | 2013-06-05 | 1 | -1/+4 |
* | Only launch shim if --enable-app-shims is set. | jackhou@chromium.org | 2013-06-03 | 1 | -0/+4 |
* | Start app shim when app launched. | jackhou@chromium.org | 2013-05-31 | 2 | -0/+24 |
* | Create app shims with 32-bit icons only, as per OSX 10.5 spec. | tapted@chromium.org | 2013-05-30 | 1 | -50/+78 |
* | Windows: When an app is updated and its name changes, recreate shortcuts. | mgiuca@chromium.org | 2013-05-29 | 6 | -86/+172 |
* | Create an app list shim for the App Launcher on OSX in response to a startup ... | tapted@chromium.org | 2013-05-21 | 3 | -0/+26 |
* | Move web_apps methods from chrome/common to chrome/renderer. | darin@chromium.org | 2013-05-10 | 1 | -1/+1 |
* | Use strings with "Canary" in the name for app launcher and app shortcuts menu. | mgiuca@chromium.org | 2013-05-06 | 1 | -0/+4 |
* | Windows, Linux: auto-create app menu shortcuts when an app is installed. | mgiuca@chromium.org | 2013-05-03 | 4 | -5/+18 |
* | Simplify the generation of Linux .desktop files. | mgiuca@chromium.org | 2013-05-02 | 1 | -9/+1 |
* | 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 | 2 | -55/+56 |
* | ShortcutInfo::favicon is now a gfx::ImageFamily instead of gfx::Image. | mgiuca@chromium.org | 2013-04-11 | 4 | -29/+50 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -3/+2 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -2/+3 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -3/+2 |
* | Fix shortcut name slicing for v2 apps on windows | calamity@chromium.org | 2013-04-05 | 1 | -5/+5 |
* | When creating app shortcuts on the mac, suffix them with (1) if the shortcut ... | jeremya@chromium.org | 2013-04-04 | 2 | -12/+44 |
* | Rename sys_string_conversions in chrome. | brettw@chromium.org | 2013-03-28 | 2 | -2/+2 |
* | Fix taskbar pinning for v2 apps in windows | calamity@chromium.org | 2013-03-24 | 1 | -28/+22 |
* | [mac] Create app shortcuts in a subfolder of /Applications | jeremya@chromium.org | 2013-03-20 | 3 | -18/+31 |
* | Make WebAppShortcutCreatorTest.CreateFailure independent of path existence. | pneubeck@google.com | 2013-03-19 | 1 | -2/+7 |
* | Revert 188944 "[mac] Create app shortcuts in a subfolder of /App..." | kinaba@chromium.org | 2013-03-19 | 3 | -31/+18 |
* | [mac] Create app shortcuts in a subfolder of /Applications | jeremya@chromium.org | 2013-03-19 | 3 | -18/+31 |
* | [Cleanup] Remove StringPrintf from global namespace | groby@chromium.org | 2013-03-18 | 1 | -2/+2 |
* | On Linux, automatically create app shortcuts on install or update. | mgiuca@chromium.org | 2013-03-07 | 1 | -1/+14 |
* | Split the location flags from ShortcutInfo into a new struct ShortcutLocations. | mgiuca@chromium.org | 2013-03-01 | 6 | -32/+47 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 3 | -3/+3 |
* | Fix more remaining FilePath -> base::FilePath. | brettw@chromium.org | 2013-02-18 | 1 | -4/+4 |
* | [mac] Delete app shortcuts on app uninstall. | jeremya@chromium.org | 2013-02-13 | 1 | -3/+26 |
* | Merge branch 'master' into file_path_browser | brettw@chromium.org | 2013-02-10 | 9 | -110/+118 |