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
/
base
/
file_util_win.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix and re-commit http://codereview.chromium.org/10914109/ (after revert in h...
gab@chromium.org
2012-09-12
1
-155
/
+0
*
Remove FileEnumerator::IsLink
tzik@chromium.org
2012-09-12
1
-5
/
+0
*
installer_util_unittests has failed on XP Tests (dbg)(1) since this landed
dgrogan@chromium.org
2012-09-11
1
-0
/
+155
*
Refactoring and tests for the highly undertested file_util::CreateOrUpdateSho...
gab@chromium.org
2012-09-10
1
-155
/
+0
*
Change the type of file_type parameter to int, as the parameter actually take...
haruki@chromium.org
2012-08-12
1
-2
/
+2
*
Remove packaged app Windows shortcuts when app is uninstalled.
benwells@chromium.org
2012-08-10
1
-24
/
+39
*
Do not specify SHCNF_FLUSHNOWAIT on SHChangeNotify after updating shortcuts.
gab@chromium.org
2012-07-10
1
-2
/
+1
*
Always do DelegateExecute handler COM registration and make set dual mode pro...
grt@chromium.org
2012-05-18
1
-1
/
+0
*
Change CreateTemporaryDirInDir to be "more unique"
dpranke@chromium.org
2012-05-01
1
-0
/
+3
*
AppendToFile implementation.
loislo@chromium.org
2012-04-29
1
-0
/
+32
*
Win 8 Start Menu shortcut changes
gab@chromium.org
2012-04-06
1
-68
/
+36
*
Fix race in file_util::ReplaceFile on Windows.
grt@chromium.org
2012-03-13
1
-17
/
+13
*
Add symbolic link support to FileSystemFileUtil::AbstractFileEnumerator.
tzik@chromium.org
2012-03-10
1
-0
/
+6
*
Platform apps shortcuts use their own browser process
benwells@chromium.org
2012-03-01
1
-2
/
+1
*
Remove PreReadImage from base/file_util.
rogerm@chromium.org
2012-02-07
1
-66
/
+0
*
Re-disable all the ExtensionUnpacker test pending new ideas. As Alexi pointed...
aa@chromium.org
2012-02-06
1
-1
/
+0
*
Attempt to fix crash in SHFileOperation.
aa@chromium.org
2012-02-06
1
-0
/
+1
*
Add some more desperate logging attempting to understand crasher.
aa@chromium.org
2012-02-05
1
-0
/
+6
*
windows: Fix a few things clang complains about.
thakis@chromium.org
2012-01-23
1
-1
/
+2
*
Match whole path components in DevicePathToDriveLetterPath(). Add tests.
skerner@chromium.org
2012-01-17
1
-43
/
+45
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-20
1
-0
/
+2
*
Adaptively use temp dir instead of /dev/shm for executable shmem file on Linux
mcgrathr@chromium.org
2011-12-06
1
-2
/
+2
*
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
brettw@chromium.org
2011-10-26
1
-14
/
+14
*
Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...
brettw@chromium.org
2011-10-25
1
-14
/
+14
*
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
brettw@chromium.org
2011-10-25
1
-14
/
+14
*
Make BaseFile member functions return net::Error's.
ahendrickson@chromium.org
2011-09-04
1
-24
/
+0
*
base: Rename FileEnumerator::FILE_TYPE to FileEnumerator::FileType.
tfarina@chromium.org
2011-08-15
1
-4
/
+4
*
Adding FileUtilProxy::Entry::{size,last_modified_time},
tzik@chromium.org
2011-07-19
1
-0
/
+16
*
Disallow links from being seen by the extensions via the fileapi.
rkc@chromium.org
2011-05-31
1
-0
/
+6
*
Send ShChange notifications to cause icon refreshes when updating shortcuts.
robertshield@chromium.org
2011-04-15
1
-0
/
+10
*
Change DeleteRegistryKey to not require opening root keys with RegKey.
tommi@chromium.org
2011-03-13
1
-9
/
+22
*
The code to validate whether plugin dlls are 32 bit failed for some dll's as ...
ananta@chromium.org
2011-03-10
1
-4
/
+2
*
While enumerating plugins under the MozillaPlugins registry key, we should ig...
ananta@chromium.org
2011-03-04
1
-1
/
+25
*
Temp dir cleanup:
grt@chromium.org
2011-02-18
1
-3
/
+1
*
Fail gracefully if profile Temp dir can not be accessed.
skerner@chromium.org
2011-01-19
1
-4
/
+5
*
Use FilePath::DirName instead of the deprecated file_util::GetDirectoryFromPath.
tfarina@chromium.org
2011-01-07
1
-13
/
+0
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
Move base/win_util to the base/win directory and use the base::win namespace.
brettw@google.com
2010-12-31
1
-3
/
+3
*
Remove win_util::FormatMessage and FormatLastWin32Error. These were only used...
brettw@google.com
2010-12-30
1
-6
/
+4
*
add check for fAnyOperationsAborted
erikkay@chromium.org
2010-12-21
1
-0
/
+8
*
Turn on file access checks on Win.
jam@chromium.org
2010-11-04
1
-0
/
+70
*
Revert 64960 - Turn on file access checks on Win.
rafaelw@chromium.org
2010-11-03
1
-70
/
+0
*
Turn on file access checks on Win.
jam@chromium.org
2010-11-03
1
-0
/
+70
*
Reland r62959 without the changes to histogram.cc, in hopes it won't break ta...
pkasting@chromium.org
2010-10-19
1
-17
/
+11
*
** Think this may have caused TabSwitchingTest to fail, as it is parsing log ...
tim@chromium.org
2010-10-18
1
-11
/
+17
*
Convert LOG(INFO) to VLOG(1) - base/.
pkasting@chromium.org
2010-10-18
1
-17
/
+11
*
Move pe_image and registry from base to base/win and use the namespace. It re...
brettw@chromium.org
2010-10-17
1
-2
/
+2
*
Move the windows-specific scoped_* stuff from base to base/win and in the bas...
brettw@chromium.org
2010-10-16
1
-28
/
+28
*
Properly check CreateFileMapping's return value.
tony@chromium.org
2010-10-16
1
-1
/
+1
*
Remove call to std::min since this check is already done in
tony@chromium.org
2010-10-15
1
-6
/
+2
[next]