summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/safe_browsing
Commit message (Expand)AuthorAgeFilesLines
* Reduce the clock check granularity for term feature extraction.bryner@chromium.org2011-09-032-8/+16
* Clear the previous word state on a negative word cache hit.bryner@chromium.org2011-09-031-0/+4
* Add support for client-side phishing detection for non-UMA users.bryner@chromium.org2011-08-261-1/+5
* Revert 98168, it caused compile errors on mac:thakis@chromium.org2011-08-251-5/+1
* Add support for client-side phishing detection for non-UMA users.bryner@chromium.org2011-08-251-1/+5
* Fix crash in PhishingTermFeatureExtractor due to negative_word_cache_ not alw...noelutz@google.com2011-08-192-4/+58
* Fix valgrind failures in PhishingTermFeatureExtractor and remove supressions ...gcasto@chromium.org2011-08-101-0/+1
* Optimize phishing page term feature extraction.gcasto@chromium.org2011-08-092-14/+34
* Move more files from chrome/test to chrome/test/base, part #5phajdan.jr@chromium.org2011-08-011-1/+1
* Add OVERRIDE annotation to safebrowsing classes.mattm@chromium.org2011-07-253-8/+8
* If we show a SafeBrowsing warning we always send the client-side detectionnoelutz@google.com2011-07-222-13/+12
* Keep track of the history's page IDs to avoid navigating to a stale entry.creis@chromium.org2011-07-151-5/+2
* Update chrome/renderer to reflect WEBKIT_FRAME_TO_DOCUMENT_API_MOVEabarth@chromium.org2011-06-244-18/+19
* Initial CL to update the client model more frequently. This CL also changes ...noelutz@google.com2011-06-1710-320/+51
* Revert 89098 - Initial CL to update the client model more frequently.rsesek@chromium.org2011-06-1610-42/+122
* Initial CL to update the client model more frequently.noelutz@google.com2011-06-1410-122/+42
* Fix flaky crashing safe browsing tests.mattm@chromium.org2011-06-032-10/+2
* PhishingDOMFeatureExtractorTest.SubFrames is FLAKY on windowsmichaeln@google.com2011-06-011-1/+8
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-261-4/+2
* Revert 86625 - This change implements a first pass in the effort to remove th...vandebo@chromium.org2011-05-251-2/+4
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-251-4/+2
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-1/+1
* Roll out v1 of the client-side phishing detection model, to replace v0.bryner@chromium.org2011-05-191-1/+1
* Static constructors for Safe Browsing in Render Process.jknotten@chromium.org2011-05-126-21/+50
* iwyu: Include stringprintf.h where appropriate, part 3.jhawkins@chromium.org2011-05-121-3/+5
* iwyu: Use callback_old.h where appropriate, part 2.jhawkins@chromium.org2011-05-104-4/+4
* Add some missing returns in PhishingClassifier::TermExtractionFinished().bryner@chromium.org2011-05-091-0/+2
* FTP: split the directory listing parser test and re-enable it on TSan botsphajdan.jr@chromium.org2011-05-061-1/+2
* Add a histogram to record why the phishing classifier is canceled.bryner@chromium.org2011-05-042-13/+42
* Add tracking for scorer creation failures.noelutz@google.com2011-05-031-2/+32
* Have the phishing classifier guard against extra PageCaptured calls.bryner@chromium.org2011-05-032-18/+100
* Null-check the WebView and WebFrame in PhishingClassifier::TermExtractionFini...bryner@chromium.org2011-05-021-1/+10
* Change the phishing classifier to look at the transition type to determine hi...bryner@chromium.org2011-04-285-34/+132
* Move renderer_main and renderer_glue to content.jam@chromium.org2011-04-181-1/+1
* Fix missing includejam@chromium.org2011-04-151-0/+1
* Fix missing includejam@chromium.org2011-04-151-0/+1
* Move RenderThread to content\renderer.jam@chromium.org2011-04-142-2/+2
* Change the client-side phishing detection request format. Instead ofnoelutz@google.com2011-04-148-69/+128
* Move a bunch of Chrome specific code out of RenderThread, in preparation of m...jam@chromium.org2011-04-144-3/+21
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-144-18/+18
* Move code that talks to spelling and translate out of content. I create Chro...jam@chromium.org2011-04-133-21/+29
* Enabled actual transfer size in chromiumvsevik@chromium.org2011-04-081-1/+5
* Send the ref as part of the client-side phishing detection pingback.bryner@chromium.org2011-04-074-13/+28
* Add a VLOG that dumps all of the client-side phishing features before the sco...bryner@chromium.org2011-04-051-0/+1
* Quick fix for term feature extraction crashes: cancel classification on in-pa...bryner@chromium.org2011-04-042-7/+14
* Ignore preliminary page captures for client-side phishing detection.bryner@chromium.org2011-03-313-18/+51
* Remove render_messages_params files since they're not needed anymore. I move...jam@chromium.org2011-03-291-1/+0
* Move some files from base to base/memory.levin@chromium.org2011-03-2813-26/+26
* Move the rest of the renderer->browser messages that belong in content. Also...jam@chromium.org2011-03-245-63/+62