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_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert safe-browsing to v3 protocol support.
shess@chromium.org
2014-06-11
1
-3
/
+4
*
Move some content url constants to /url.
sungmann.cho@navercorp.com
2014-05-07
1
-2
/
+1
*
Remove --safebrowsing-url-prefix flag.
mattm@chromium.org
2014-04-11
1
-8
/
+54
*
content: Move kHttpScheme constant into content namespace.
tfarina@chromium.org
2013-09-15
1
-1
/
+1
*
Update include paths in chrome/browser/ for base/process changes.
rsesek@chromium.org
2013-07-24
1
-1
/
+0
*
Update some includes of chrome_notification_types.h
jam@chromium.org
2013-07-12
1
-1
/
+1
*
Use a direct include of time headers in chrome/browser/, part 6.
avi@chromium.org
2013-06-28
1
-1
/
+1
*
Use a direct include of strings headers in chrome/browser/r*-s*/.
avi@chromium.org
2013-06-10
1
-1
/
+1
*
Use a direct include of utf_string_conversions.h in chrome/browser/, part 3.
avi@chromium.org
2013-06-07
1
-1
/
+1
*
Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-03
1
-1
/
+1
*
chrome: Use base::MessageLoop. (Part 3)
xhwang@chromium.org
2013-05-28
1
-3
/
+3
*
Add support for the side-effect free whitelist in safe browsing.
tburkard@chromium.org
2013-05-15
1
-0
/
+4
*
GTTF: rename net::TestServer -> net::SpawnedTestServer
phajdan.jr@chromium.org
2013-05-03
1
-5
/
+5
*
net: move host_resolver files from net/base to net/dns
phajdan.jr@chromium.org
2013-03-21
1
-1
/
+1
*
chrome: Update include paths of string_split.h to its new location.
tfarina@chromium.org
2013-02-28
1
-1
/
+1
*
Merge branch 'master' into file_path_browser
brettw@chromium.org
2013-02-10
1
-2
/
+2
*
Rename FilePath to base::FilePath and use new location of string_number_conve...
brettw@chromium.org
2013-02-08
1
-1
/
+1
*
Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition.
rsleevi@chromium.org
2013-02-07
1
-1
/
+1
*
Add an extension blacklist safebrowsing store and use it in
kalman@chromium.org
2013-02-02
1
-0
/
+4
*
Hack around testserver issues with stdout and stderr on Win XP bots.
mattm@chromium.org
2012-11-28
1
-2
/
+1
*
Fix the reverted patch from CL 11366042 by addressing lifetimes/access to ui ...
sgurun@chromium.org
2012-11-27
1
-8
/
+12
*
Revert 168658 - Refactor SafeBrowsingService
benwells@chromium.org
2012-11-20
1
-12
/
+8
*
Refactor SafeBrowsingService
sgurun@chromium.org
2012-11-20
1
-8
/
+12
*
Rename SafeBrowsingServiceTest in safe_browsing_test.cc to SafeBrowsingServer...
jam@chromium.org
2012-11-12
1
-27
/
+24
*
Try #2.1: Run safebrowsing_service_test through the net testserver code.
mattm@chromium.org
2012-11-07
1
-157
/
+46
*
Revert 166344 (SafeBrowsingSystemTest fails on XP:
thakis@chromium.org
2012-11-07
1
-47
/
+158
*
Try #2: Run safebrowsing_service_test through the net testserver code.
mattm@chromium.org
2012-11-07
1
-158
/
+47
*
Move SafeBrowsingService::UrlCheckResult to SBThreatType.
cbentzel@chromium.org
2012-11-01
1
-8
/
+3
*
Remove some methods on InProcessBrowserTest that are no longer needed now tha...
jam@chromium.org
2012-09-21
1
-1
/
+3
*
Use base::TimeDelta in SafeBrowsingProtocolManager.
cbentzel@chromium.org
2012-09-14
1
-1
/
+2
*
Reland: Take 2: Force python test server output to be unbuffered, so it doesn...
rsimha@google.com
2012-09-12
1
-6
/
+3
*
Revert 156361 - Take 2: Force python test server output to be unbuffered, so ...
rsimha@google.com
2012-09-12
1
-3
/
+6
*
Take 2: Force python test server output to be unbuffered, so it doesn't mix w...
rsimha@google.com
2012-09-12
1
-6
/
+3
*
Revert 154861 - Run safebrowsing_service_test through the net testserver code.
mattm@chromium.org
2012-09-05
1
-47
/
+161
*
Run safebrowsing_service_test through the net testserver code.
mattm@chromium.org
2012-09-05
1
-161
/
+47
*
SafeBrowsingSystemTest: use notification for end of update instead of polling.
mattm@chromium.org
2012-08-10
1
-36
/
+23
*
Move ui_test_utils::RunMessageLoop to test_utils so that it can be reused by ...
jam@chromium.org
2012-07-26
1
-4
/
+4
*
Switch to TimeDelta interfaces for WaitForSingleProcess in safe browsing test...
tedvessenes@gmail.com
2012-07-09
1
-5
/
+5
*
Set the system network delegate on the SystemURLRequestContext.
mattm@chromium.org
2012-06-30
1
-0
/
+1
*
Move content::URLFetcher static functions to net::URLFetcher
akalin@chromium.org
2012-06-19
1
-2
/
+2
*
Move test_browser_thread.h from content\test to content\public\test. This way...
jam@chromium.org
2012-06-04
1
-1
/
+1
*
Change most content::URLFetcher references to net::URLFetcher
akalin@chromium.org
2012-05-23
1
-2
/
+2
*
Remove content::URLFetcherDelegate
akalin@chromium.org
2012-05-22
1
-2
/
+2
*
Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/
akalin@chromium.org
2012-05-11
1
-1
/
+1
*
Cleanup: Remove Profile::Deprecated::GetDefaultRequestContext() and its last ...
thestig@chromium.org
2012-05-10
1
-7
/
+10
*
RefCounted types should not have public destructors, chrome/browser/ part 5
rsleevi@chromium.org
2012-04-25
1
-0
/
+3
*
Replace SafeBrowsing MAC with downloads over SSL.
bryner@chromium.org
2012-04-16
1
-18
/
+5
*
Run safebrowsing_test_server with stdout and stderr unbuffered, to prevent in...
mattm@chromium.org
2012-04-12
1
-0
/
+3
*
Fix more uses of TimeDelta in safe browsing code.
tedvessenes@gmail.com
2012-03-13
1
-2
/
+2
*
Flakiness cleanup: disable flaky tests under chrome/browser/
evan@chromium.org
2012-02-15
1
-1
/
+2
[next]