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
*
Convert hash explicitly to string with the size of the char array.
lzheng@chromium.org
2011-03-14
4
-3
/
+12
*
Move cache and report checking to before classification is run.
gcasto@chromium.org
2011-03-14
6
-116
/
+179
*
Coverity: Pass parameters by ref.
jhawkins@chromium.org
2011-03-11
2
-2
/
+2
*
Turn off safebrowsing for PREFETCH requests
gavinp@chromium.org
2011-03-10
1
-0
/
+39
*
Get rid of the xxxKey for safebrowsing lists. Looks to me we should be okay t...
lzheng@chromium.org
2011-03-10
1
-11
/
+4
*
Add a new SafeBrowsing list which contains a whitelist for the client-side
noelutz@google.com
2011-03-09
11
-120
/
+515
*
Update a bunch of files to the new location of notification files.
tfarina@chromium.org
2011-03-09
1
-3
/
+3
*
safe_browsing::PrefixSet persistence code.
shess@chromium.org
2011-03-08
3
-36
/
+424
*
Enable download protection by default and convert the enable switch to disabl...
lzheng@chromium.org
2011-03-08
3
-3
/
+6
*
Use string for hash in callbacks from safebrowsing. This makes the API more c...
lzheng@chromium.org
2011-03-04
3
-4
/
+5
*
Additional validation code for PrefixSet.
shess@chromium.org
2011-03-04
4
-35
/
+112
*
Don't run the phishing classifier if the page was loaded from a private IP ad...
bryner@chromium.org
2011-03-02
6
-195
/
+267
*
wstring: remove some simple instances of ToWStringHack
evan@chromium.org
2011-03-02
1
-1
/
+1
*
Adding a timeout to cancel safebrowsing check if it takes too long.
lzheng@chromium.org
2011-03-02
3
-119
/
+280
*
Report malware hit for downloads too.
lzheng@chromium.org
2011-03-02
1
-7
/
+1
*
Update more includes that were pointing to the old locations.
jam@chromium.org
2011-03-02
4
-4
/
+4
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
2
-2
/
+2
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
3
-12
/
+12
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
6
-22
/
+20
*
WebUI: Move more files from chrome/browser/webui to chrome/browser/ui/webui.
tfarina@chromium.org
2011-02-27
1
-1
/
+1
*
Enable url check in download_manager, with a simple UI (it may need polish). ...
lzheng@chromium.org
2011-02-26
3
-24
/
+57
*
Clean up the disable_ and checks_.
lzheng@chromium.org
2011-02-24
1
-5
/
+8
*
Move files out of chrome\browser\renderer_host\test alongside their source. ...
jam@chromium.org
2011-02-24
4
-13
/
+13
*
WebUI: Move chrome/browser/dom_ui/ to chrome/browser/webui/.
tfarina@chromium.org
2011-02-22
1
-3
/
+3
*
Intergration of the client-side phishing detection.
noelutz@google.com
2011-02-17
6
-14
/
+547
*
Make TabContentsObserver handle registration automatically, as well as exposi...
jam@chromium.org
2011-02-17
3
-12
/
+5
*
Fix uninitialized start time in queued safe-browsing checks.
shess@chromium.org
2011-02-16
2
-13
/
+16
*
Grab additional malware details from the renderer: frame hierarchy, list of s...
panayiotis@google.com
2011-02-16
6
-45
/
+358
*
Lookup hash prefix in safebrowsing service.
lzheng@chromium.org
2011-02-16
13
-180
/
+457
*
More test out-of-lining.
erg@google.com
2011-02-14
2
-0
/
+3
*
Add caching to phishing client side detection.
gcasto@chromium.org
2011-02-14
3
-22
/
+224
*
Safe-browsing download update inverted flag on histogram.
shess@chromium.org
2011-02-14
1
-4
/
+4
*
Run pre-classification checks in the browser before starting client-side phis...
bryner@chromium.org
2011-02-11
3
-1
/
+197
*
[cros] Enable disk IO restriction on IOThread.
nkostylev@chromium.org
2011-02-11
1
-1
/
+7
*
Retrieve the redirect urls for the malicious url, and send them in the detail...
lzheng@chromium.org
2011-02-10
4
-7
/
+81
*
PrefixSet as an alternate to BloomFilter for safe-browsing.
shess@chromium.org
2011-02-10
5
-0
/
+379
*
Histogram size of safe-browsing database updates.
shess@chromium.org
2011-02-10
2
-0
/
+9
*
Remove SQLite safe-browsing backing store.
shess@chromium.org
2011-02-09
9
-1371
/
+25
*
Don't update safe-browsing database if no updates come down.
shess@chromium.org
2011-02-09
3
-2
/
+69
*
Adding owners.
lzheng@chromium.org
2011-02-04
1
-0
/
+3
*
Copy buffers in base::FileUtilProxy::{Read,Write} to avoid memory corruption.
darin@chromium.org
2011-02-04
1
-1
/
+1
*
Change UTF8ToUTF16 to accept const StringPiece&.
suzhe@google.com
2011-01-28
3
-1
/
+5
*
Limit the number of requests sent by phishing client side detection per day.
bryner@chromium.org
2011-01-27
3
-0
/
+83
*
Move l10n_util to ui/base
ben@chromium.org
2011-01-21
1
-1
/
+1
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
4
-13
/
+13
*
Move ResourceBundle, DataPack to ui/base
ben@chromium.org
2011-01-20
1
-1
/
+1
*
Fix a possible crash in the ClientSideDetectionService.
bryner@chromium.org
2011-01-20
2
-10
/
+7
*
Add a link to the safe browsing privacy policies in the option to send malwar...
panayiotis@google.com
2011-01-14
1
-3
/
+27
*
Remove thumbnails from the ClientSideDetectionService.
bryner@chromium.org
2011-01-14
4
-49
/
+11
*
Remove the unused enlarge.
lzheng@chromium.org
2011-01-14
2
-14
/
+0
[next]