summaryrefslogtreecommitdiffstats
path: root/chrome/browser/shell_integration_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't try to set the default OS level browser or protocol client on ChromeOSbenwells@chromium.org2012-05-011-0/+8
* Moved Linux specific shell integration declarations into own header.benwells@chromium.org2012-04-171-33/+28
* Create Linux platform app shortcuts to run in their own process.benwells@chromium.org2012-04-131-21/+53
* Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTKoshima@chromium.org2012-04-051-1/+1
* Add support for multiple icon sizes for Mac platform appssail@chromium.org2012-03-031-3/+4
* Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector...thestig@chromium.org2012-02-241-2/+2
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Fix checking default protocol client on Linuxbenwells@chromium.org2011-09-211-12/+16
* Change base::LaunchProcess API slightlyevan@chromium.org2011-07-151-2/+1
* Moved CanSetAsDefault* from platform_util to shell_integrationbenwells@chromium.org2011-07-151-0/+5
* Clean up users of a deprecated base::LaunchApp API.evan@chromium.org2011-07-131-1/+4