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