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
/
net
/
tools
/
dump_cache
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename CommandLine::GetCommandLineString().
msw@chromium.org
2011-07-20
1
-21
/
+11
*
Change base::LaunchProcess API slightly
evan@chromium.org
2011-07-15
1
-1
/
+1
*
Clean up users of a deprecated base::LaunchApp API.
evan@chromium.org
2011-07-14
1
-1
/
+1
*
GCC 4.6 -Wunused-but-set-variable cleanup.
pph34r@gmail.com
2011-07-02
1
-3
/
+1
*
net: Add NET_API to a few more files.
rvargas@google.com
2011-05-21
1
-1
/
+2
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Remove some ToWStringHack()s that are in Windows-only code.
evan@chromium.org
2011-02-08
2
-4
/
+4
*
Change UTF8ToUTF16 to accept const StringPiece&.
suzhe@google.com
2011-01-28
1
-0
/
+2
*
Disk cache: Prevent obscure file corruption and deal
rvargas@google.com
2011-01-25
1
-16
/
+26
*
More net/ reordering.
erg@google.com
2011-01-21
1
-0
/
+1
*
Reland "Remove base/scoped_handle_win.h."
tfarina@chromium.org
2011-01-09
2
-6
/
+6
*
Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...
thakis@chromium.org
2011-01-07
2
-6
/
+6
*
Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...
tfarina@chromium.org
2011-01-07
2
-6
/
+6
*
reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.
estade@chromium.org
2011-01-07
1
-2
/
+2
*
Revert r70628. It broke Linux valgrind bots. See for example
estade@chromium.org
2011-01-07
1
-2
/
+2
*
First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
1
-2
/
+2
*
Revert 70618 - First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
1
-2
/
+2
*
First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
1
-2
/
+2
*
Use FilePath::BaseName instead of the deprecated file_util::GetFilenameFromPa...
tfarina@chromium.org
2011-01-06
1
-1
/
+1
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
Get rid of std::wstring version of HasSwitch.
tfarina@chromium.org
2010-12-08
1
-4
/
+4
*
net: Append base:: in the StringPrintf calls.
tfarina@chromium.org
2010-09-25
3
-6
/
+10
*
FBTF: Remove unneeded headers from base/ (part 6)
thestig@chromium.org
2010-08-19
1
-5
/
+3
*
Syncing url_to_filename_encoder with internal version.
mbelshe@chromium.org
2010-08-17
7
-218
/
+503
*
Uninitialized member vars in CacheDumper.
finnur@chromium.org
2010-08-12
1
-4
/
+5
*
Remove all but one last caller of CommandLine::GetSwitchValue().
evan@chromium.org
2010-08-09
1
-5
/
+6
*
Remove number conversion functions from string_util. These moved to string_nu...
brettw@chromium.org
2010-08-03
1
-1
/
+2
*
Add #include utf_string_conversions.h to all files that use ASCIIToWide and
brettw@chromium.org
2010-08-03
1
-0
/
+1
*
Remove deprecated CommandLine API.
evan@chromium.org
2010-07-30
1
-1
/
+2
*
`#pragma once` for app, base, chrome, gfx, ipc, net, skia, views
thakis@chromium.org
2010-07-26
3
-0
/
+3
*
base: Add IsHexDigit function to string_util.h
tfarina@chromium.org
2010-07-23
1
-6
/
+2
*
Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-13
1
-12
/
+33
*
Revert 51858 - Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-08
1
-33
/
+12
*
Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-08
1
-12
/
+33
*
Revert 51456 - Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-02
1
-33
/
+12
*
Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-01
1
-12
/
+33
*
Revert 51312 - Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-01
1
-33
/
+12
*
Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-06-30
1
-12
/
+33
*
Disk Cache: Remove deprecated methods from the disk cache interface.
rvargas@google.com
2010-06-17
3
-15
/
+34
*
Disk cache: Update the disk cache tools and tests to use
rvargas@google.com
2010-06-15
3
-46
/
+118
*
Import the server-side code for URL encoding & unittest.
mbelshe@chromium.org
2010-06-07
5
-57
/
+781
*
Implement most of the ridealong fixes/cleanups I suggested during review for ...
pkasting@chromium.org
2010-06-01
1
-4
/
+2
*
Enable warning 4389 as an error on windows builds. This will make
mbelshe@chromium.org
2010-05-27
2
-6
/
+10
*
Revert "Another dependency the bbot missed!!!"
rafaelw@chromium.org
2010-05-26
2
-10
/
+6
*
Enable warning 4389 as an error on windows builds. This will make
mbelshe@chromium.org
2010-05-25
2
-6
/
+10
*
Quick hack to make the dump_cache work again. The URL
mbelshe@chromium.org
2010-04-26
1
-1
/
+4
*
Minor cleanup; remove deprecate file_util function and some obsolete TODOs.
estade@chromium.org
2009-12-09
1
-1
/
+1
*
FilePath::Append() doesn't allow you to append a fully-qualified
mbelshe@google.com
2009-10-27
1
-1
/
+5
*
Make the command line syntax a little easier.
mbelshe@google.com
2009-10-27
1
-3
/
+3
*
Remove deprecated CommandLine(std::wstring) ctor.
evan@chromium.org
2009-10-26
1
-2
/
+1
[next]