summaryrefslogtreecommitdiffstats
path: root/chrome/browser/shell_integration_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Move image codec stuff to toplevel gfx.ben@chromium.org2010-03-181-1/+1
* Add missing tests for Linux desktop shortcuts logic.phajdan.jr@chromium.org2010-03-121-21/+28
* chrome 3: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-1/+1
* [Linux] Add better error reporting for creating application shortcuts.phajdan.jr@chromium.org2010-02-161-155/+151
* Implement launch disposition for extension-apps.rafaelw@chromium.org2010-02-051-5/+6
* Do some cleanup of file path name handling.brettw@chromium.org2009-10-221-6/+4
* Fix a whole bunch of style nits.erg@google.com2009-10-131-1/+2
* Fix creating desktop shortcuts for systems with empty or incomplete XDG_DATA_...phajdan.jr@chromium.org2009-10-131-0/+5
* Separate out some more ICU from base and into base/i18n.brettw@chromium.org2009-10-081-0/+1
* Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classesbrettw@chromium.org2009-10-031-2/+2
* GTK: improve app mode .desktop file creation.estade@chromium.org2009-10-011-15/+27
* Use favicon for application shortcut icon.estade@chromium.org2009-09-281-6/+51
* Improve desktop shortcut creation:phajdan.jr@chromium.org2009-09-251-28/+72
* More reliably find the .desktop file for the browser.phajdan.jr@chromium.org2009-09-181-5/+7
* Small comment updates. No code change.mdm@chromium.org2009-09-091-3/+3
* Allow the default browser check to return "unknown" and reflect that in the UI.mdm@chromium.org2009-09-041-7/+4
* Implement creating shortcuts in the applications menu.phajdan.jr@chromium.org2009-08-281-45/+79
* Fix cases that initialized StringTokenizer with a temporary.mattm@chromium.org2009-08-261-1/+2
* Linux: use switches::kApp instead of "--app" when creating .desktop files.mdm@chromium.org2009-08-241-1/+4
* First step to create application shortcuts on Linux.phajdan.jr@chromium.org2009-08-121-1/+135
* Linux: use new xdg-settings "check" feature to determine whether we are the d...mdm@chromium.org2009-07-221-17/+18
* Linux: allow the desktop file name to be given in an environment variable for...mdm@chromium.org2009-07-211-4/+15
* Make standard input /dev/null when running xdg-settings to set the default br...mdm@chromium.org2009-07-201-3/+21
* Pretend we're the default browser when xdg-settings fails.mdm@chromium.org2009-07-201-14/+15
* Add default browser checking and setting on Linux.mdm@chromium.org2009-07-101-0/+69