index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
installer
/
util
/
shell_util_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove ContainsOnlyWhitespace from string_util and CollapseWhitespace into to...
brettw@chromium.org
2014-03-11
1
-2
/
+2
*
Move WriteFile and WriteFileDescriptor from file_util to base namespace.
brettw@chromium.org
2014-03-06
1
-5
/
+5
*
Reland again the patch "Manual profile reset: shortcuts on Windows" (https://...
vasilii@chromium.org
2014-01-27
1
-0
/
+98
*
Revert 246705 "This is a modified https://codereview.chromium.or..."
akalin@chromium.org
2014-01-24
1
-95
/
+0
*
This is a modified https://codereview.chromium.org/116143003/. The original p...
vasilii@chromium.org
2014-01-23
1
-0
/
+95
*
Revert 244708 "Manual profile reset: reset shortcuts on Windows."
pauljensen@chromium.org
2014-01-14
1
-95
/
+0
*
Manual profile reset: reset shortcuts on Windows.
vasilii@chromium.org
2014-01-14
1
-0
/
+95
*
During the self-destruct flow (user-level Chrome being replaced by system-lev...
huangs@chromium.org
2014-01-08
1
-97
/
+150
*
Add base:: to string16s in chrome/.
dbeam@chromium.org
2013-12-20
1
-31
/
+35
*
We want the Applications Menu shortcut paths to be managed by shell_util.cc as
calamity@chromium.org
2013-12-04
1
-26
/
+77
*
Move temp file functions to base namespace.
brettw@chromium.org
2013-12-03
1
-1
/
+1
*
Restricting scope of ShellUtil's shortcut update feature for its specific usa...
huangs@chromium.org
2013-09-13
1
-25
/
+12
*
On user-level Chrome self-destruct, make user-created shortcuts target system...
huangs@chromium.org
2013-09-05
1
-9
/
+23
*
Refactor of BrowserDistribution.
calamity@chromium.org
2013-08-14
1
-15
/
+39
*
ShellUtilShortcutTest's test_properties_ doesn't need to be a ptr.
gab@chromium.org
2013-08-12
1
-68
/
+54
*
Making ShortcutOpUpdate() in chrome\installer\util\shell_util.cc use SHORTCUT...
huangs@chromium.org
2013-08-06
1
-26
/
+38
*
Move PathExists to base namespace.
brettw@chromium.org
2013-07-11
1
-23
/
+23
*
Use a direct include of strings headers in chrome/installer/, part 2.
avi@chromium.org
2013-06-11
1
-2
/
+2
*
Move FileEnumerator to its own file, do some refactoring.
brettw@chromium.org
2013-06-08
1
-2
/
+3
*
Revert 198820 "Move FileEnumerator to its own file, do some refa..."
dbeam@chromium.org
2013-05-08
1
-3
/
+2
*
Move FileEnumerator to its own file, do some refactoring.
brettw@chromium.org
2013-05-07
1
-2
/
+3
*
Refactoring installer shortcut deletion; adding dedicated shortcut update fea...
gab@chromium.org
2013-05-06
1
-30
/
+108
*
Move FilePath->base::FilePath
brettw@chromium.org
2013-02-11
1
-13
/
+17
*
Windows: Remove desktop profile shortcuts (and any others pointing to the exe...
asvitkine@chromium.org
2013-01-04
1
-8
/
+39
*
[Fixit-Dec-2012] Keep old shortcut's arguments when replacing an existing sho...
gab@chromium.org
2013-01-03
1
-1
/
+1
*
Revert 174893 - Windows: Remove desktop profile shortcuts (and any others poi...
eroman@chromium.org
2013-01-03
1
-39
/
+8
*
Windows: Remove desktop profile shortcuts (and any others pointing to the exe...
asvitkine@chromium.org
2013-01-03
1
-8
/
+39
*
Move scoped_temp_dir from base to base/files
brettw@chromium.org
2012-11-16
1
-10
/
+10
*
Refactoring shortcut creation code in ShellUtil.
huangs@chromium.org
2012-11-07
1
-110
/
+134
*
Only remove Chrome shortcut if it points to the chrome.exe being uninstalled.
gab@chromium.org
2012-10-23
1
-5
/
+34
*
Fix SHORTCUT_CREATE_IF_NO_SYSTEM_LEVEL when created shortcut's directory does...
gab@chromium.org
2012-10-19
1
-0
/
+8
*
Expose PKEY in shortcut.cc instead of having another layer in win_util.cc.
gab@chromium.org
2012-10-18
1
-0
/
+20
*
Update all unit tests that override paths to use the ScopedPathOverride.
pastarmovj@chromium.org
2012-10-09
1
-13
/
+28
*
Refactor ShellUtil shortcut code -- single multi-purpose methods as opposed ...
gab@chromium.org
2012-10-05
1
-244
/
+309
*
Use gtest failures and EXPECTS instead of returning a failure enum in test ta...
gab@chromium.org
2012-09-26
1
-33
/
+18
*
Add new PathService paths for Windows' All Users Desktop and Quick Launch fol...
gab@chromium.org
2012-09-20
1
-20
/
+24
*
Revert 157667 - Add new PathService paths for Windows' All Users Desktop and ...
wjia@chromium.org
2012-09-20
1
-24
/
+20
*
Add new PathService paths for Windows' All Users Desktop and Quick Launch fol...
gab@chromium.org
2012-09-20
1
-20
/
+24
*
Fix and re-commit http://codereview.chromium.org/10914109/ (after revert in h...
gab@chromium.org
2012-09-12
1
-51
/
+61
*
installer_util_unittests has failed on XP Tests (dbg)(1) since this landed
dgrogan@chromium.org
2012-09-11
1
-61
/
+51
*
Refactoring and tests for the highly undertested file_util::CreateOrUpdateSho...
gab@chromium.org
2012-09-10
1
-51
/
+61
*
Sharing shell_util_unittest code to verify shortcuts for creation of profile ...
hallielaine@chromium.org
2012-08-10
1
-114
/
+45
*
Use a better registration suffix that will always be unique while respecting ...
gab@chromium.org
2012-07-06
1
-7
/
+44
*
Revert 143782 - Use a better registration suffix that will always be unique w...
kbr@chromium.org
2012-06-24
1
-30
/
+7
*
Use a better registration suffix that will always be unique while respecting ...
gab@chromium.org
2012-06-23
1
-7
/
+30
*
Suffix Chrome's appid on user-level installs
grt@chromium.org
2012-06-19
1
-34
/
+79
*
Win 8 Start Menu shortcut changes
gab@chromium.org
2012-04-06
1
-97
/
+102
*
Badge Windows profile shortcuts with multi-user avatar.
stevet@chromium.org
2011-12-06
1
-0
/
+22
*
Add Windows desktop shortcut for multiple profiles.
mirandac@chromium.org
2011-11-22
1
-7
/
+79
*
Move scoped_temp_dir and scoped_native_library back from base/memory to base.
thakis@chromium.org
2011-05-19
1
-1
/
+1
[next]