summaryrefslogtreecommitdiffstats
path: root/chrome/browser/shell_integration_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Application shortcuts in Linux are now installed into a "Chrome Apps" folder.mgiuca@chromium.org2013-05-021-0/+39
* Simplify the generation of Linux .desktop files.mgiuca@chromium.org2013-05-021-202/+20
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Avoid crash in Linux Debug build creating shortcuts.mgiuca@chromium.org2013-03-081-0/+4
* Fixed crash creating shortcuts on Linux with invalid desktop template file.mgiuca@chromium.org2013-03-081-0/+21
* On Linux, automatically create app shortcuts on install or update.mgiuca@chromium.org2013-03-071-15/+196
* shell_integration_linux: Follow the XDG Base Directory Specification.mgiuca@chromium.org2013-03-061-9/+42
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-3/+3
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition.rsleevi@chromium.org2013-02-071-3/+4
* App shortcut creation on Linux now removes localized versions of the Name key.mgiuca@chromium.org2013-02-051-15/+67
* [Fixit-Dec-2012] Also add dual_mode to Start Menu shortcuts in MigrateChromiu...gab@chromium.org2013-01-061-32/+1
* Speculative revert 175230. I suspect that dependency on propsys.dll makes chr...alexeypa@google.com2013-01-051-1/+32
* [Fixit-Dec-2012] Also add dual_mode to Start Menu shortcuts in MigrateChromiu...gab@chromium.org2013-01-041-32/+1
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-4/+4
* Packaged apps are now enabled by default (and arguments on launcher shortcuts...tapted@chromium.org2012-09-061-1/+0
* Remove app shortcuts when app is uninstalled on Linux.benwells@chromium.org2012-07-111-2/+2
* Revert 146065 - Remove app shortcuts when app is uninstalled on Linux.benwells@chromium.org2012-07-111-2/+2
* Remove app shortcuts when app is uninstalled on Linux.benwells@chromium.org2012-07-111-2/+2
* Application desktop shortcuts now save the user profile they were created in.hebert.christopherj@chromium.org2012-06-201-1/+2
* Suffix Chrome's appid on user-level installsgrt@chromium.org2012-06-191-8/+12
* Move test_browser_thread.h from content\test to content\public\test. This way...jam@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-1/+0
* Moved Linux specific shell integration declarations into own header.benwells@chromium.org2012-04-171-8/+9
* Create Linux platform app shortcuts to run in their own process.benwells@chromium.org2012-04-131-1/+4
* Omit the startupWMClass from Aura build.mukai@chromium.org2011-12-011-7/+29
* 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-2/+2
* Aura: unit_tests now run on Linuxjamescook@chromium.org2011-10-171-1/+7
* Change kNotSignedInProfile to kInitialProfile to better reflect its usage.mirandac@chromium.org2011-08-121-1/+1
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Replace many OS_LINUX ifdefs with OS_POSIX & !OS_MACOSX, since most of them a...chromium@hybridsource.org2011-05-281-3/+3
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-1/+1
* GTK: Use glib's desktop file parser instead of our hand rolled one.erg@google.com2011-05-111-1/+24
* Add the calculated WMClass to generated .desktop files.erg@google.com2011-04-061-7/+19
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* wstring: remove a needless wchar_t that is ASCIIevan@chromium.org2011-03-151-1/+1
* Refactor GetCommandLineArgumentsCommon to not use strings.evan@chromium.org2011-03-081-9/+13
* Extension ids are ASCII.evan@chromium.org2011-03-041-1/+1
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* Update file version info/memory details/process utils to use string16.avi@chromium.org2010-12-231-1/+1
* Rename ChromeThread to BrowserThread Part21:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part16:tfarina@chromium.org2010-10-111-1/+1
* base: rename Environment::GetEnv to Environment::GetVar.tfarina@chromium.org2010-08-071-1/+1
* base: rename Environment::SetEnv to Environment::SetVar.tfarina@chromium.org2010-08-061-1/+1
* base: rename Environment::UnSetEnv to Environment::UnSetVar.tfarina@chromium.org2010-08-041-1/+1
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* base: Rename EnvVarGetter to Environment.tfarina@chromium.org2010-08-031-13/+13