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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Consolidate some safe-browsing histograms.
shess@chromium.org
2010-12-28
4
-20
/
+82
*
Remove wstring from l10n_util. Part 2.
avi@chromium.org
2010-12-28
2
-68
/
+74
*
Add support for safebrowsing download protection. It is currently under flag ...
lzheng@chromium.org
2010-12-22
3
-34
/
+135
*
Remove some duplicate histograms.
shess@chromium.org
2010-12-22
1
-8
/
+2
*
Revert 69592 - file_version_info was not finding Mac values correctly.
dmaclach@chromium.org
2010-12-18
1
-1
/
+1
*
file_version_info was not finding Mac values correctly.
dmaclach@chromium.org
2010-12-18
1
-1
/
+1
*
Almost done deinlining virtual methods.
erg@google.com
2010-12-16
2
-5
/
+6
*
Handle download url list and binary hash list in safe browsing. Added
lzheng@chromium.org
2010-12-15
12
-321
/
+927
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-14
2
-4
/
+7
*
Deinline even more destructors.
erg@google.com
2010-12-14
2
-56
/
+94
*
Add a browser test for safebrowsing service.
lzheng@chromium.org
2010-12-13
6
-34
/
+453
*
Cleanup: Remove unneeded browser_thread.h usage.
thestig@chromium.org
2010-12-13
1
-1
/
+0
*
Simplify the malware warning ui. Remove the 'more info'/'less info' button, i...
lzheng@chromium.org
2010-12-13
1
-4
/
+0
*
Fix memory leak in the malware_details unittest.
panayiotis@google.com
2010-12-13
1
-3
/
+6
*
Revert 68932 - Make members of Singleton<T> private and only visible to the s...
satish@chromium.org
2010-12-11
2
-7
/
+4
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-11
2
-4
/
+7
*
Cleanup: Remove needed #includes for profile.h.
thestig@chromium.org
2010-12-10
1
-1
/
+0
*
Send malware reports when a user opts-in from the safe browsing interstitial ...
panayiotis@google.com
2010-12-10
13
-35
/
+783
*
This is a continuation of http://codereview.chromium.org/5519016/, adds a new...
satish@chromium.org
2010-12-09
2
-6
/
+13
*
Re-design the phishing interstitial page. The change is mostly about: make th...
lzheng@chromium.org
2010-12-08
1
-3
/
+8
*
Add support to get addlist from store.
lzheng@chromium.org
2010-12-07
6
-12
/
+104
*
Track false-positive in SafeBrowsing's bloom filter.
shess@chromium.org
2010-12-03
9
-7
/
+91
*
Move:
ben@chromium.org
2010-12-02
3
-3
/
+3
*
Temporarily increase the safe-browsing bloom filter size.
shess@chromium.org
2010-12-02
1
-1
/
+1
*
Fix error thrown in javascript for the safe browsing phishing interstitial. A...
panayiotis@google.com
2010-12-01
1
-23
/
+3
*
Disable phishing tests that appear to fail because of log parsing bug.
sky@chromium.org
2010-11-30
1
-3
/
+23
*
Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)
thestig@chromium.org
2010-11-30
2
-10
/
+9
*
FBTF: Remove unneeded headers from base/ (part 10)
thestig@chromium.org
2010-11-30
2
-9
/
+10
*
A browser test for safe_browsing_blocking_page. It tests some simple cases fo...
panayiotis@google.com
2010-11-30
6
-8
/
+325
*
Clean-up style issues in net:: related to X.509 data-types, eliminating unnec...
rsleevi@chromium.org
2010-11-22
1
-0
/
+1
*
Wait for all the pending tasks to be done before we tear down the client side
noelutz@google.com
2010-11-17
3
-18
/
+35
*
Disable ClientSideDetectionServiceTest.SendClientReportPhishingRequest on Mac
isherman@chromium.org
2010-11-16
1
-1
/
+8
*
Update with new test suite, with shorter test data set.
lzheng@chromium.org
2010-11-16
1
-17
/
+9
*
Fix Valgrind errors that occurred during testing.
noelutz@google.com
2010-11-15
3
-7
/
+11
*
Add a client-side phishing detection service class.
noelutz@google.com
2010-11-11
4
-0
/
+725
*
Clean up very old safe-browsing databases.
shess@chromium.org
2010-11-11
2
-0
/
+43
*
Fix crash in SafeBrowsingBlockingPage::CommandReceived
lzheng@chromium.org
2010-11-11
1
-1
/
+1
*
Fix bloom filter to not exceed the max size.
shess@chromium.org
2010-11-10
1
-1
/
+4
*
Make sure the generated python proto buff path is right.
lzheng@chromium.org
2010-11-09
2
-14
/
+8
*
This test fails on MacOs.
lzheng@chromium.org
2010-11-09
1
-1
/
+5
*
Coverity: Pass parameters by reference.
jhawkins@chromium.org
2010-11-09
4
-11
/
+14
*
Cleanup converting safe-browsing chunks to range list.
shess@chromium.org
2010-11-05
4
-108
/
+57
*
Integrate ETW with VLOG logging.
siggi@chromium.org
2010-11-04
1
-1
/
+2
*
Re-design the malware interstitial page. The change is mostly about: make the...
arv@chromium.org
2010-11-03
1
-20
/
+35
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
3
-11
/
+11
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2010-10-27
1
-1
/
+3
*
Change miscellaneous LOG(INFO)s to VLOG()s that I missed the first time throu...
pkasting@chromium.org
2010-10-27
1
-13
/
+8
*
No fixed upper-bound constant for safe-browsing histograms.
shess@chromium.org
2010-10-26
5
-11
/
+13
*
Convert LOG(INFO) to VLOG(1) - chrome/browser/safe_browsing/.
pkasting@chromium.org
2010-10-25
7
-40
/
+33
*
FBTF: More dtor deinlining. (Can almost see the end!)
erg@google.com
2010-10-22
2
-0
/
+25
[next]