summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix spurious profile shortcuts created with a system-level install.asvitkine@chromium.org2013-02-201-0/+30
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-55/+57
* Change profile shortcut name format to "<username> - Chrome".asvitkine@chromium.org2013-02-051-1/+3
* Change cached properties to getters in ProfileShortcutManagerTest.asvitkine@chromium.org2013-01-171-52/+67
* Make sure profile shortcut manager does not create a user level shortcut when...asvitkine@chromium.org2013-01-161-3/+98
* Show a delete shortcut checkbox when editing a profile that has a shortcut.asvitkine@chromium.org2013-01-101-0/+62
* Create a non-profile shortcut when deleting down to 1 profile if either profi...asvitkine@chromium.org2013-01-091-10/+111
* Sanitize the profile's name when used to create a shortcut.macourteau@chromium.org2013-01-081-0/+20
* Update other unittests to use newly added TestingBrowserProcess::GetGlobal().dbeam@chromium.org2013-01-041-1/+1
* Add a "managed user" checkbox to the user creation dialog.bauerb@chromium.org2012-12-191-4/+4
* Add additional profile shortcut manager tests.asvitkine@chromium.org2012-11-301-17/+49
* Find shortcuts that don't have a profile command line set when creating 2nd p...asvitkine@chromium.org2012-11-291-119/+195
* Add a header file for ProfileShortcutManagerWin and various clean up.asvitkine@chromium.org2012-11-261-11/+11
* Make profile shortcut manager be able to find renamed shortcuts.asvitkine@chromium.org2012-11-221-152/+215
* Update profile shortcut name format to "<profile name> - <product name>".asvitkine@chromium.org2012-11-211-0/+5
* Fix ProfileShortcutManagerTests when the feature is enabled.asvitkine@chromium.org2012-11-211-0/+3
* chrome/browser: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-171-1/+1
* Refactoring shortcut creation code in ShellUtil.huangs@chromium.org2012-11-071-2/+2
* Update all unit tests that override paths to use the ScopedPathOverride.pastarmovj@chromium.org2012-10-091-11/+7
* Refactor ShellUtil shortcut code -- single multi-purpose methods as opposed ...gab@chromium.org2012-10-051-4/+5
* Use gtest failures and EXPECTS instead of returning a failure enum in test ta...gab@chromium.org2012-09-261-53/+52
* Add new PathService paths for Windows' All Users Desktop and Quick Launch fol...gab@chromium.org2012-09-201-2/+8
* Revert 157667 - Add new PathService paths for Windows' All Users Desktop and ...wjia@chromium.org2012-09-201-8/+2
* Add new PathService paths for Windows' All Users Desktop and Quick Launch fol...gab@chromium.org2012-09-201-2/+8
* Fix and re-commit http://codereview.chromium.org/10914109/ (after revert in h...gab@chromium.org2012-09-121-25/+31
* If a user deletes the last profile, when a new profile is created randomly, a...hallielaine@chromium.org2012-09-111-5/+3
* installer_util_unittests has failed on XP Tests (dbg)(1) since this landeddgrogan@chromium.org2012-09-111-31/+25
* Refactoring and tests for the highly undertested file_util::CreateOrUpdateSho...gab@chromium.org2012-09-101-25/+31
* Create chrome Windows desktop shortcuts through a checkbox in create/manager ...hallielaine@chromium.org2012-09-041-10/+17
* Add/Remove Profile avatar and name from desktop shortcuts for edge cases.hallielaine@chromium.org2012-08-301-33/+139
* Update an existing profile desktop shortcut with a new name, avatar, or both.hallielaine@chromium.org2012-08-241-52/+97
* Create and delete desktop shortcuts in general.hallielaine@chromium.org2012-08-161-0/+105