summaryrefslogtreecommitdiffstats
path: root/chrome/browser/web_applications
Commit message (Expand)AuthorAgeFilesLines
* Fix crash in GetCandidateIndicesWithBestScores() when |candidate_sizes| is emptypkotwicz@chromium.org2014-04-161-5/+9
* Add calamity, tapted and jackhou to web_applications OWNERS.calamity@chromium.org2014-04-151-0/+7
* Move ShortcutInfo, ShortcutLocations from ShellIntegration to web_app.jackhou@chromium.org2014-04-1512-93/+168
* Pass FileHandlersInfo to [Create|Update]PlatformShortcuts.jackhou@chromium.org2014-04-117-74/+138
* Move extensions manifest IconsHandler to //extensionsjamescook@chromium.org2014-04-091-1/+1
* Make ShortcutManager directly pass Profile* and Extension* to web_app::Create...jackhou@chromium.org2014-04-083-58/+83
* Revert of Make ShortcutManager directly pass Profile* and Extension* to web_a...pfeldman@chromium.org2014-04-043-83/+58
* Make ShortcutManager directly pass Profile* and Extension* to web_app::Create...jackhou@chromium.org2014-04-043-58/+83
* Remove web_app_ui.[cc|h].jackhou@chromium.org2014-04-037-1/+387
* Move UpdateShortcutInfoAndIconForApp from web_app_ui to web_appjackhou@chromium.org2014-04-014-2/+142
* Prevent SHChangeNotify on app list drag on Windows.calamity@chromium.org2014-03-302-21/+37
* UpdateShortcutInfoAndIconForApp: Make Extension argument into a pointer.mgiuca@chromium.org2014-03-261-1/+1
* 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 extension_messages.h to extensions/common.derat@chromium.org2014-03-131-2/+2
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-062-4/+4
* Provide a custom icon for the Chrome Apps folder on Mac.tapted@chromium.org2014-02-061-0/+73
* Move kFileScheme constant into content namespace.tfarina@chromium.org2013-12-301-1/+1
* Update some uses of UTF conversions in chrome/browser to use the base:: names...avi@chromium.org2013-12-244-7/+7
* Cleanup: Move kFileSystemScheme constant into content namespace.tfarina@chromium.org2013-12-231-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-068-20/+20
* We want the Applications Menu shortcut paths to be managed by shell_util.cc ascalamity@chromium.org2013-12-045-49/+42
* Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas...brettw@chromium.org2013-12-032-3/+3
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-032-7/+7
* Move some more file utils to the base namespace.brettw@chromium.org2013-12-022-3/+3
* Move kFtpScheme into content namespace.tfarina@chromium.org2013-12-011-1/+1
* Move Extension and PermissionsData to extensions/common.yoz@chromium.org2013-11-152-3/+3
* [mac] Support adding the launcher to the Dock when Dashboard.app is present.tapted@chromium.org2013-10-231-2/+12
* Only create shim bundles in the users' ~/Applications folder. (Mac)jackhou@chromium.org2013-10-221-5/+10
* Refactor code paths into the Create Shortcuts dialog.mgiuca@chromium.org2013-10-171-0/+28
* Point the OSX App Launcher Dock shortcut to the .app shim under /Applications.tapted@chromium.org2013-09-191-8/+5
* content: Move kHttpScheme constant into content namespace.tfarina@chromium.org2013-09-151-1/+1
* chromeos: Don't compile Linux shell-integration code.derat@chromium.org2013-09-131-0/+30
* Set the WM_CLASS property of X11 windows in Linux Aura build.mgiuca@chromium.org2013-09-022-3/+3
* Send Chrome's process id to the app shim.jackhou@chromium.org2013-08-261-1/+5
* content: Move kHttpsScheme constant into content namespace.tfarina@chromium.org2013-08-261-1/+1
* Various cleanups in web_app_mac.tapted@chromium.org2013-08-193-170/+150
* ChromeOS: Do not attempt to create or delete Linux .desktop shortcuts.mgiuca@chromium.org2013-08-161-0/+8
* New chromium icons assets, icon migration, for OSX app launcher.tapted@chromium.org2013-08-153-10/+18
* Use an app shim in the user data directory for the app launcher.tapted@chromium.org2013-08-051-23/+33
* Linux: Deleting a profile deletes all app shortcuts associated with it.mgiuca@chromium.org2013-08-051-1/+1
* Enable app shims whenever the app launcher is enabled. (Mac)jackhou@chromium.org2013-08-011-1/+2
* Only reveal a created shim in Finder if it was user initiated. (Mac)jackhou@chromium.org2013-07-313-12/+26
* Check the user_data_dir when deleting or launching a shim.jackhou@chromium.org2013-07-263-19/+92
* Rename ShortcutCreationPolicy to ShortcutCreationReason.jackhou@chromium.org2013-07-266-25/+24
* Fix app shim focus.jackhou@chromium.org2013-07-241-1/+3
* Refactor WebAppShortcutCreatorTest.jackhou@chromium.org2013-07-241-109/+80