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
/
client_side_detection_service_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the check of the whitelist entries in ClientPhishingResponse.
bryner@chromium.org
2011-12-08
1
-43
/
+2
*
Convert to base::Callback in safe_browsing client-side-detection code.
shess@chromium.org
2011-11-23
1
-1
/
+3
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-0
/
+1
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
1
-5
/
+7
*
Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc...
jam@chromium.org
2011-10-27
1
-1
/
+0
*
Only send the client-side phishing model to a renderer if its profile has Saf...
bryner@chromium.org
2011-10-19
1
-11
/
+11
*
Include the URL and all features in the CSD pingback for all users.
bryner@chromium.org
2011-10-16
1
-89
/
+0
*
Change browser features to use redirect chain for redirects tracking.
gcasto@chromium.org
2011-10-08
1
-6
/
+6
*
Convert SHA256_LENGTH from a constant-in-anonymous-enum to a static const. T...
pkasting@chromium.org
2011-09-22
1
-10
/
+10
*
Switch to the new client-side phishing model that uses Murmurhash for word ha...
bryner@chromium.org
2011-09-13
1
-8
/
+0
*
Move URLFetcher from content/common to content/common/net.
willchan@chromium.org
2011-09-13
1
-1
/
+1
*
Fix Linux Views build breakage.
willchan@chromium.org
2011-09-13
1
-1
/
+1
*
Move URLFetcher from content/common to content/common/net.
willchan@chromium.org
2011-09-13
1
-1
/
+1
*
Parse the whitelist expressions from the phishing verdict response if
noelutz@google.com
2011-08-31
1
-3
/
+43
*
Change the client-side phishing detection hashing function to
noelutz@google.com
2011-08-30
1
-4
/
+3
*
Switch ChromeTestSuite to the same convention as ContentTestSuite:
phajdan.jr@chromium.org
2011-08-27
1
-2
/
+1
*
Add support for client-side phishing detection for non-UMA users.
bryner@chromium.org
2011-08-26
1
-0
/
+105
*
Revert 98168, it caused compile errors on mac:
thakis@chromium.org
2011-08-25
1
-105
/
+0
*
Add support for client-side phishing detection for non-UMA users.
bryner@chromium.org
2011-08-25
1
-0
/
+105
*
Add "enabled" state to the ClientSideDetectionService.
joaodasilva@chromium.org
2011-08-23
1
-0
/
+87
*
Reorganize chrome/test, part #9
phajdan.jr@chromium.org
2011-08-11
1
-1
/
+1
*
Check that all the hashes ids in the model are valid.
noelutz@google.com
2011-08-04
1
-0
/
+58
*
GTTF: Use a fresh TestingBrowserProcess for each test, part #4
phajdan.jr@chromium.org
2011-08-03
1
-1
/
+2
*
Add a scoper object for URLFetcher::Factory
phajdan.jr@chromium.org
2011-07-29
1
-3
/
+1
*
Remove obsolete cleanup code for old SafeBrowsing client-side models.
bryner@chromium.org
2011-07-28
1
-20
/
+6
*
Add a new BrowserFeature for client-side FakeAV detection that is set
noelutz@google.com
2011-06-29
1
-3
/
+142
*
Initial CL to update the client model more frequently. This CL also changes ...
noelutz@google.com
2011-06-17
1
-20
/
+121
*
Revert 89098 - Initial CL to update the client model more frequently.
rsesek@chromium.org
2011-06-16
1
-120
/
+0
*
Initial CL to update the client model more frequently.
noelutz@google.com
2011-06-14
1
-0
/
+120
*
Move UrlFetcher to content. I originally thought that it's only used by chro...
jam@chromium.org
2011-06-01
1
-2
/
+2
*
Move scoped_temp_dir and scoped_native_library back from base/memory to base.
thakis@chromium.org
2011-05-19
1
-1
/
+1
*
Remove safe_browsing code from BrowserRenderProcessHost. Also remove crash r...
jam@chromium.org
2011-05-02
1
-47
/
+0
*
Change the client-side phishing detection request format. Instead of
noelutz@google.com
2011-04-14
1
-5
/
+8
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-3
/
+3
*
Move cache and report checking to before classification is run.
gcasto@chromium.org
2011-03-14
1
-47
/
+16
*
Don't run the phishing classifier if the page was loaded from a private IP ad...
bryner@chromium.org
2011-03-02
1
-74
/
+19
*
Move files out of chrome\browser\renderer_host\test alongside their source. ...
jam@chromium.org
2011-02-24
1
-3
/
+3
*
Add caching to phishing client side detection.
gcasto@chromium.org
2011-02-14
1
-6
/
+109
*
Run pre-classification checks in the browser before starting client-side phis...
bryner@chromium.org
2011-02-11
1
-0
/
+79
*
Limit the number of requests sent by phishing client side detection per day.
bryner@chromium.org
2011-01-27
1
-0
/
+42
*
Remove thumbnails from the ClientSideDetectionService.
bryner@chromium.org
2011-01-14
1
-17
/
+4
*
Wait for all the pending tasks to be done before we tear down the client side
noelutz@google.com
2010-11-17
1
-12
/
+19
*
Disable ClientSideDetectionServiceTest.SendClientReportPhishingRequest on Mac
isherman@chromium.org
2010-11-16
1
-1
/
+8
*
Fix Valgrind errors that occurred during testing.
noelutz@google.com
2010-11-15
1
-0
/
+1
*
Add a client-side phishing detection service class.
noelutz@google.com
2010-11-11
1
-0
/
+183