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
*
Track how long a typical SafeBrowsing download protection request takes.
noelutz@google.com
2011-11-19
2
-2
/
+8
*
Fix broken unit-test.
noelutz@google.com
2011-11-18
1
-2
/
+0
*
- Flip the flag for improved SafeBrowsing downoad protection.
noelutz@google.com
2011-11-18
4
-35
/
+106
*
Define the public interface for content browser RenderProcessHost. This inter...
ananta@chromium.org
2011-11-18
6
-15
/
+23
*
Propagate the SafeBrowsing download protection verdict to the DownloadItem.
noelutz@google.com
2011-11-17
2
-0
/
+12
*
Whitelist executables that are trusted in the SafeBrowsing download protection.
noelutz@google.com
2011-11-16
3
-4
/
+29
*
Some easy NewRunnableMethod conversions in safe_browsing.
shess@chromium.org
2011-11-15
3
-66
/
+51
*
Get all of the certificate data for downloads from the WinVerifyTrust result.
bryner@chromium.org
2011-11-15
2
-148
/
+39
*
net: Move UnescapeRule into the net namespace.
tfarina@chromium.org
2011-11-15
1
-2
/
+2
*
Allow linker initialization of lazy instance
joth@chromium.org
2011-11-15
3
-4
/
+4
*
This CL integrates the new SafeBrowsing download service class
noelutz@google.com
2011-11-15
3
-29
/
+61
*
Cleanup: Remove unneeded forward declarations from various chrome/browser sub...
thestig@chromium.org
2011-11-15
4
-12
/
+4
*
Include the full certificate chain in the download pingback.
bryner@chromium.org
2011-11-12
4
-45
/
+124
*
Switch BackgroundContents to use TabContents instead of RenderViewHost.
jam@chromium.org
2011-11-11
2
-2
/
+2
*
Convert safe-browsing ScopedRunnableMethodFactory.
shess@chromium.org
2011-11-10
4
-14
/
+13
*
This is a first CL which refactors the way we lookup the bad binary
noelutz@google.com
2011-11-10
4
-23
/
+455
*
Verify the signature validity for download protection.
bryner@chromium.org
2011-11-10
2
-1
/
+56
*
Extract the certificate to use in the download protection pingback.
bryner@chromium.org
2011-11-05
7
-49
/
+266
*
Remove needless include of the content/browser/render_process_host.h header f...
ananta@chromium.org
2011-11-04
1
-1
/
+0
*
Switch to composition for TestBrowserThread.
joi@chromium.org
2011-11-03
1
-2
/
+1
*
Parse the SafeBrowsing download protection server response.
noelutz@google.com
2011-11-03
3
-15
/
+39
*
Revert 108315 - Parse the SafeBrowsing download protection server response.
viettrungluu@chromium.org
2011-11-02
3
-38
/
+15
*
Parse the SafeBrowsing download protection server response.
noelutz@google.com
2011-11-02
3
-15
/
+38
*
This CL adds a histogram as part of the improved SafeBrowsing download protec...
noelutz@google.com
2011-11-02
1
-0
/
+53
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
23
-6
/
+41
*
Measure how often downloaded executables match the download whitelist.
noelutz@google.com
2011-10-29
6
-24
/
+76
*
Include the HTTP status code as a feature in the ClientPhishingRequest.
bryner@chromium.org
2011-10-29
6
-2
/
+16
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
24
-55
/
+61
*
Collect some histograms about signed binary downloads.
bryner@chromium.org
2011-10-28
11
-235
/
+544
*
Handle additional feedback from http://codereview.chromium.org/8395038/.
jam@chromium.org
2011-10-28
3
-12
/
+12
*
Revert 107528 - Collect some histograms about signed binary downloads.
bryner@chromium.org
2011-10-27
10
-538
/
+235
*
Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc...
jam@chromium.org
2011-10-27
3
-4
/
+3
*
Collect some histograms about signed binary downloads.
bryner@chromium.org
2011-10-27
10
-235
/
+538
*
Safe-browsing SBAddPrefix from vector to deque.
shess@chromium.org
2011-10-26
8
-218
/
+160
*
Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ...
jam@chromium.org
2011-10-26
4
-27
/
+29
*
Create a content::UrlFetcher interface that lives in content/public/common an...
jam@chromium.org
2011-10-25
9
-97
/
+103
*
Convert URLFetcher::Delegates to use an interface in content/public/common. A...
jam@chromium.org
2011-10-24
9
-106
/
+80
*
Make NotificationService an interface in the content namespace, and switch ca...
jam@chromium.org
2011-10-19
4
-8
/
+8
*
Only send the client-side phishing model to a renderer if its profile has Saf...
bryner@chromium.org
2011-10-19
4
-25
/
+43
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
9
-52
/
+52
*
Move content_notification_types.h from content\common to content\public\brows...
jam@chromium.org
2011-10-18
3
-2
/
+3
*
Include the URL and all features in the CSD pingback for all users.
bryner@chromium.org
2011-10-16
10
-345
/
+10
*
Precalculate total size for safe-browsing add_prefixes.
shess@chromium.org
2011-10-14
2
-0
/
+10
*
Move PageTransition into content namespace. While I'm touching all these file...
jam@chromium.org
2011-10-13
5
-50
/
+58
*
First shot at implementing the ping back for improved binary download protect...
bryner@chromium.org
2011-10-13
5
-0
/
+643
*
Switch FileStream to use new CompletionCallback.
willchan@chromium.org
2011-10-12
1
-10
/
+13
*
Histogram large realloc in safe-browsing update.
shess@chromium.org
2011-10-12
1
-0
/
+19
*
base::Bind: Complete cleanup of history/.
jhawkins@chromium.org
2011-10-08
2
-5
/
+7
*
Change browser features to use redirect chain for redirects tracking.
gcasto@chromium.org
2011-10-08
9
-107
/
+175
*
Revert 104597 - base::Bind: Complete cleanup of history/.
acolwell@chromium.org
2011-10-07
2
-7
/
+5
[next]