summaryrefslogtreecommitdiffstats
path: root/chrome/browser/shell_integration_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Do not leak a GError from GetNoDisplayFromDesktopFile.earthdok@chromium.org2013-11-011-0/+2
* Linux: fix .desktop file lookup ("again").phajdan.jr@chromium.org2013-10-031-10/+1
* Linux: fix default browser handling.phajdan.jr@chromium.org2013-09-271-6/+10
* Fix external protocol dialog not being shown on ChromeOS.tengs@chromium.org2013-09-261-1/+1
* Linux: add SxS support to DEB packages.phajdan.jr@chromium.org2013-09-121-1/+7
* Set the WM_CLASS property of X11 windows in Linux Aura build.mgiuca@chromium.org2013-09-021-2/+10
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-301-1/+1
* Linux: Deleting a profile deletes all app shortcuts associated with it.mgiuca@chromium.org2013-08-051-26/+99
* Update include paths in chrome/browser/ for base/process changes.rsesek@chromium.org2013-07-241-1/+2
* Use a direct include of the message_loop header in chrome/browser/, part 10.avi@chromium.org2013-07-171-1/+1
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-1/+1
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-3/+3
* Linux desktop and icon files: Replace spaces with underscores.mgiuca@chromium.org2013-07-101-0/+4
* chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 1tfarina@chromium.org2013-07-021-1/+1
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-1/+1
* Linux app shortcuts execute the Chrome wrapper script, not the binary directly.mgiuca@chromium.org2013-06-271-3/+18
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 3.avi@chromium.org2013-06-071-1/+1
* Application shortcuts in Linux are now installed into a "Chrome Apps" folder.mgiuca@chromium.org2013-05-021-6/+84
* Simplify the generation of Linux .desktop files.mgiuca@chromium.org2013-05-021-109/+43
* ShortcutInfo::favicon is now a gfx::ImageFamily instead of gfx::Image.mgiuca@chromium.org2013-04-111-16/+14
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-2/+2
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-2/+2
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-2/+2
* Avoid crash in Linux Debug build creating shortcuts.mgiuca@chromium.org2013-03-081-1/+3
* Fixed crash creating shortcuts on Linux with invalid desktop template file.mgiuca@chromium.org2013-03-081-5/+7
* On Linux, automatically create app shortcuts on install or update.mgiuca@chromium.org2013-03-071-20/+127
* shell_integration_linux: Follow the XDG Base Directory Specification.mgiuca@chromium.org2013-03-061-7/+10
* Split the location flags from ShortcutInfo into a new struct ShortcutLocations.mgiuca@chromium.org2013-03-011-4/+5
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* CreateShortcutIcon on Linux now creates icons at all available resolutions, notmgiuca@chromium.org2013-02-121-26/+41
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-36/+36
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* App shortcut creation on Linux now removes localized versions of the Name key.mgiuca@chromium.org2013-02-051-0/+17
* When creating an app shortcut on Linux, add a newline after the shebang.mgiuca@chromium.org2013-02-051-6/+13
* Move string tokenizer to base/strings.brettw@chromium.org2013-02-021-3/+3
* Refactor external protocol handler dialog for linuxcalamity@chromium.org2013-01-301-0/+5
* Add a UMA stat to track whether Chrome is the default browser.robertshield@chromium.org2012-12-111-6/+7
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-3/+3
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-141-1/+1
* Add new PathService paths for Windows' All Users Desktop and Quick Launch fol...gab@chromium.org2012-09-201-4/+3
* Revert 157667 - Add new PathService paths for Windows' All Users Desktop and ...wjia@chromium.org2012-09-201-3/+4
* Add new PathService paths for Windows' All Users Desktop and Quick Launch fol...gab@chromium.org2012-09-201-4/+3
* Packaged apps are now enabled by default (and arguments on launcher shortcuts...tapted@chromium.org2012-09-061-3/+1
* Remove app shortcuts when app is uninstalled on Linux.benwells@chromium.org2012-07-111-3/+62
* Revert 146065 - Remove app shortcuts when app is uninstalled on Linux.benwells@chromium.org2012-07-111-62/+3
* Remove app shortcuts when app is uninstalled on Linux.benwells@chromium.org2012-07-111-3/+62
* Application desktop shortcuts now save the user profile they were created in.hebert.christopherj@chromium.org2012-06-201-4/+6
* The CL adds to ShellUtil and ShellIntegration and adjusts invocations of the ...motek@chromium.org2012-06-081-2/+3
* browser: Use structure dereference operator (aka ->) in place of "(*i)."tfarina@chromium.org2012-06-041-1/+1
* Launch platform apps from shortcuts in the normal user_data_dir on Windows an...benwells@chromium.org2012-05-021-20/+2