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_service.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pref service strings should be std::string.
estade@chromium.org
2010-06-18
1
-2
/
+2
*
Remove unnecessary header dependency and fix misleading comment.
dpranke@chromium.org
2010-06-15
1
-0
/
+1
*
Add ftp protocol to the safebrowsing checks. Fixed the crash with canonicaliz...
inferno@chromium.org
2010-06-02
1
-1
/
+5
*
Moved URLFetcher and related classes to chrome/common/net.
sanjeevr@chromium.org
2010-05-07
1
-1
/
+1
*
Refactor chunk ownership in SafeBrowsing code.
shess@chromium.org
2010-03-08
1
-14
/
+14
*
Move pref_{member,service} and important_file_writer from chrome/common
phajdan.jr@chromium.org
2010-02-19
1
-1
/
+1
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
1
-0
/
+1
*
Fix data races in Safe Browsing Service that were possible with aggressive co...
pkasting@chromium.org
2009-12-03
1
-11
/
+26
*
Remove another instance of using the transient pref service. This pref
tony@chromium.org
2009-11-30
1
-3
/
+4
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2009-11-30
1
-0
/
+1
*
Revert 33301 and 33305 due to unit_tests breakage.
maruel@chromium.org
2009-11-30
1
-1
/
+0
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2009-11-30
1
-0
/
+1
*
Fix checkfailure caused by stupidity.
pkasting@chromium.org
2009-11-17
1
-1
/
+1
*
Fix a problem where queued checks' clients would never be called back if when...
pkasting@chromium.org
2009-11-17
1
-35
/
+59
*
Add ability to close the Safe Browsing Service database and recreate it on th...
pkasting@chromium.org
2009-11-17
1
-30
/
+71
*
More safe browsing cleanup work:
pkasting@chromium.org
2009-11-14
1
-18
/
+16
*
Simplify the SafeBrowsingService logic some:
pkasting@chromium.org
2009-11-13
1
-32
/
+9
*
Minor cleanup to safe_browsing_service.*; no code change.
pkasting@chromium.org
2009-11-13
1
-396
/
+379
*
Fix a crash during shutdown where SafeBrowsingProtocolManager could end up ge...
eroman@chromium.org
2009-11-12
1
-9
/
+26
*
Remove build time differences between Chrome Frame and Google Chrome in the
robertshield@chromium.org
2009-11-06
1
-0
/
+19
*
Last patch in removing MessageLoop* caching.
jam@chromium.org
2009-11-03
1
-4
/
+4
*
Fourth patch in getting rid of caching MessageLoop pointers.
jam@chromium.org
2009-11-02
1
-41
/
+45
*
Third patch in getting rid of caching MessageLoop pointers and always using C...
jam@chromium.org
2009-11-02
1
-7
/
+4
*
The SafeBrowsing system had a bunch of plumbing for system resume that wasn't...
pkasting@chromium.org
2009-10-30
1
-24
/
+0
*
Fixed data race between GetDatabase and CheckURL at startup.
erikkay@chromium.org
2009-10-12
1
-12
/
+5
*
Simplify the PowerObserver API by removing unneeded args and providing defaul...
pkasting@chromium.org
2009-10-01
1
-12
/
+6
*
Add a histogram to measure the number of times we ask
paulg@google.com
2009-05-11
1
-1
/
+8
*
Landing approved patch for Yuta Kitamura (yutak@google.com)
mbelshe@google.com
2009-05-08
1
-25
/
+27
*
Replace all occurrances of WebContents with TabContents.
brettw@chromium.org
2009-05-04
1
-3
/
+3
*
Re-land my change to clean up TabContents/WebContents ownership. This
brettw@chromium.org
2009-04-20
1
-5
/
+3
*
Reverting 14005.
brettw@chromium.org
2009-04-18
1
-3
/
+5
*
Fix the ownership model of TabContents and NavigationController. Previously the
brettw@chromium.org
2009-04-18
1
-5
/
+3
*
Remove unused database code.
paulg@google.com
2009-04-08
1
-29
/
+0
*
This CL adds unit-tests for the SafeBrowsingBlockingPage class.
jcampan@chromium.org
2009-04-03
1
-4
/
+6
*
Remove the old and no longer used SafeBrowsing storage
paulg@google.com
2009-03-21
1
-51
/
+7
*
Fixes CRLF and trailing white spaces.
maruel@chromium.org
2009-03-05
1
-1
/
+1
*
Coalesce more hardcoded schemes to using predefined constants.
brettw@chromium.org
2009-02-26
1
-1
/
+3
*
Use string for Histogram names since these are all ASCII anyway.
dsh@google.com
2009-02-24
1
-9
/
+9
*
Report malware sub resources and their containing page to the
paulg@google.com
2009-02-19
1
-2
/
+52
*
Bring the SafeBrowsingProtocolManager out of scaffolding.
paul@chromium.org
2009-02-19
1
-7
/
+1
*
Make safe_browsing_blocking_page.cc compile on Posix.
jhawkins@chromium.org
2009-02-19
1
-1
/
+1
*
Port the ResourceDispatcherHost to Mac and linux.
paul@chromium.org
2009-02-05
1
-2
/
+8
*
Porting profiles to the Mac.
avi@chromium.org
2009-01-28
1
-2
/
+1
*
Safe browsing cleanup:
estade@chromium.org
2009-01-28
1
-6
/
+5
*
This CL makes the safe browsing interstitial page support multiple unsafe res...
jcampan@chromium.org
2009-01-23
1
-29
/
+33
*
Make CommandLine into a normal object, with some statics for getting at the c...
evan@chromium.org
2009-01-21
1
-1
/
+2
*
Move a bunch of TabContents related files into a tab_contents subdir
ben@chromium.org
2009-01-15
1
-1
/
+1
*
clean up safe browsing pref registration by following the
tc@google.com
2009-01-06
1
-1
/
+1
*
Review URL: http://codereview.chromium.org/14809
jcampan@chromium.org
2008-12-19
1
-0
/
+15
*
Reverting 7149.
jcampan@chromium.org
2008-12-17
1
-15
/
+0
[next]