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
/
browser
/
safe_browsing
/
safe_browsing_database_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Short-circuit safe-browsing updates once corruption is detected.
shess@chromium.org
2010-09-21
1
-0
/
+239
*
Suppress safe-browsing perf logging.
shess@chromium.org
2010-09-18
1
-6
/
+6
*
Refactor SafeBrowsingDatabase for transition to new file format.
shess@chromium.org
2010-08-18
1
-120
/
+67
*
Incrementally bring SafeBrowsingDatabaseTest into the modern age.
shess@chromium.org
2010-08-17
1
-53
/
+41
*
AppendASCII returns a new object.
thakis@chromium.org
2010-06-23
1
-1
/
+1
*
TTF: Fix SafeBrowsingDatabase unit tests for MacOS X by disabling logging of IO
csilv@chromium.org
2010-06-11
1
-23
/
+21
*
TTF: Re-enable four SafeBrowsingDatabase tests. Add a comment with bug link ...
jhawkins@chromium.org
2010-06-08
1
-17
/
+12
*
Remove the wstring versions of GetFileInfo, GetFileSize, GetTempDir.
evan@chromium.org
2010-04-21
1
-2
/
+2
*
Move ProcessEntry and IoCounters inside namespace base.
maruel@chromium.org
2010-04-08
1
-2
/
+2
*
Clean up SafeBrowsingDatabaseTest setup/teardown.
shess@chromium.org
2010-03-09
1
-345
/
+303
*
Refactor chunk ownership in SafeBrowsing code.
shess@chromium.org
2010-03-08
1
-63
/
+76
*
Fix style issue mentioned in previous review that I overlooked.
evan@chromium.org
2010-02-24
1
-1
/
+1
*
Use FilePaths in the SafeBrowsing unit tests.
evan@chromium.org
2010-02-24
1
-25
/
+24
*
Revert 35025 - Revert 34994, maybe it regressed startup perf Fix cpu/memory ...
viettrungluu@chromium.org
2009-12-19
1
-0
/
+5
*
Revert 34994, maybe it regressed startup perf - Fix cpu/memory measurements o...
thakis@chromium.org
2009-12-19
1
-5
/
+0
*
Fix cpu/memory measurements on OS X.
thakis@chromium.org
2009-12-18
1
-0
/
+5
*
Clean up Safe Browsing code a little:
pkasting@chromium.org
2009-12-01
1
-2
/
+0
*
Add compiler-specific "examine printf format" attributes to printfs.
evan@chromium.org
2009-11-20
1
-7
/
+6
*
Fixed data race between GetDatabase and CheckURL at startup.
erikkay@chromium.org
2009-10-12
1
-2
/
+2
*
Fix to use FilePath version of PathService::Get.
thestig@chromium.org
2009-09-09
1
-9
/
+7
*
Cleanup temp files/folders in a few more tests.
munjal@chromium.org
2009-06-01
1
-9
/
+22
*
Decrease the SafeBrowsing false positive rate.
paulg@google.com
2009-05-09
1
-4
/
+2
*
Deprecate wstring version of PathService::Get() in unit tests.
thestig@chromium.org
2009-05-04
1
-8
/
+7
*
Reduce the false positive rate for SafeBrowsing gethash requests.
paulg@google.com
2009-04-17
1
-0
/
+13
*
Remove the old and no longer used SafeBrowsing storage
paulg@google.com
2009-03-21
1
-10
/
+1
*
Fix errors detected by coverity.
paulg@google.com
2009-03-18
1
-6
/
+6
*
Fixes CRLF and trailing white spaces.
maruel@chromium.org
2009-03-05
1
-6
/
+6
*
Remove more ifdefs where all platforms now share the implementation.
pinkerton@chromium.org
2009-03-03
1
-6
/
+0
*
Safe browsing cleanup:
estade@chromium.org
2009-01-28
1
-11
/
+15
*
Replace cases of Append(FILE_PATH_LITERAL()) with AppendASCII("").
deanm@chromium.org
2009-01-22
1
-2
/
+2
*
Make CommandLine into a normal object, with some statics for getting at the c...
evan@chromium.org
2009-01-21
1
-1
/
+2
*
* Bring up GreaseMonkeySlave unittest on OS X.
jeremy@chromium.org
2008-12-23
1
-1
/
+5
*
Move file enumeration to filepaths.
avi@google.com
2008-12-11
1
-2
/
+3
*
Remove file_util::kPathSeparator from posix.
estade@chromium.org
2008-11-27
1
-9
/
+9
*
Turn on the new SafeBrowsing by default. To use the older
paulg@google.com
2008-11-26
1
-2
/
+2
*
Remove use of wide characters in stats table identifiers.
evanm@google.com
2008-11-22
1
-16
/
+11
*
Fix a few leaks in SafeBrowsing. These have been around since the beginning,...
erikkay@google.com
2008-11-21
1
-0
/
+58
*
Add Terminate() to the Process object, have RenderProcessHost use this to avo...
brettw@google.com
2008-11-14
1
-3
/
+3
*
Reduce memory consumption by keeping the SafeBrowsing
paulg@google.com
2008-11-13
1
-47
/
+104
*
make sure we match all the tests and files that linux has running. We were ne...
pinkerton@google.com
2008-11-11
1
-0
/
+8
*
Add support for 256 bit full hashes to the new implementation.
paulg@google.com
2008-11-11
1
-27
/
+462
*
Move Time, TimeDelta and TimeTicks into namespace base.
dsh@google.com
2008-10-27
1
-0
/
+2
*
Disable a long running test.
paulg@google.com
2008-10-25
1
-1
/
+1
*
Changes to allow running the new SafeBrowsing storage system,contained in Saf...
paulg@google.com
2008-10-24
1
-15
/
+16
*
Port some more parts of browser/
evanm@google.com
2008-10-23
1
-28
/
+72
*
Minor code clean up.
paulg@google.com
2008-10-13
1
-0
/
+5
*
Fix a couple of UMRs in the unit tests.
paulg@google.com
2008-10-10
1
-0
/
+1
*
Support zero size chunks in the current implementation.
paulg@google.com
2008-10-09
1
-35
/
+174
*
Fixes to the experimental bloom filter storage code.
paulg@google.com
2008-10-08
1
-3
/
+12
*
A partially working implementation of a faster safe browsing implementation.
erikkay@google.com
2008-10-02
1
-0
/
+7
[next]