summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/safe_browsing
Commit message (Expand)AuthorAgeFilesLines
* Split most of RenderViewTest and associated classes into content.joi@chromium.org2011-10-141-2/+2
* net: Move EscapeForHTML() functions into net namespace.tfarina@chromium.org2011-10-131-6/+6
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-132-4/+4
* Don't expose RenderViewImpl to tests which use RenderViewTest through its hea...jam@chromium.org2011-10-111-1/+1
* Move some testing classes used by chrome to content\renderer, to match what w...jam@chromium.org2011-10-101-1/+1
* Rename RenderView to RenderViewImpl. Update Chrome's DEPS so that it can't in...jam@chromium.org2011-10-101-16/+16
* Make RenderView inherit from content::RenderView, and add missing functions t...jam@chromium.org2011-10-1012-42/+46
* Move RenderViewFakeResourcesTest to content\test. This is because we don't wa...jam@chromium.org2011-10-075-357/+3
* Rename RenderThread to RenderThreadImpljam@chromium.org2011-10-062-5/+4
* Create content::RenderThread interface and make code in chrome use that.jam@chromium.org2011-10-061-2/+3
* Get rid of pepper_plugin_delegate_impl.h dependency from chrome (since it's a...jam@chromium.org2011-10-052-23/+8
* Move NavigationState to content\public\renderer and put it in the content nam...jam@chromium.org2011-10-042-2/+3
* Move RenderProcessObserver and RenderViewVisitor to content\public\renderer a...jam@chromium.org2011-10-033-5/+5
* Move RenderViewObserver and RenderViewObserverTracker to content\public\rende...jam@chromium.org2011-10-034-6/+6
* Change PhishingDOMFeatureExtractor to cache the WebDocument rather than a Web...bryner@chromium.org2011-09-233-25/+122
* Fix the clock values in PhishingDOMFeatureExtractorTest.Continuation.bryner@chromium.org2011-09-211-11/+11
* Revert 101944 - Experiment: Add a sync IPC call for every image load.marja@chromium.org2011-09-201-6/+0
* Experiment: Add a sync IPC call for every image load.marja@chromium.org2011-09-201-0/+6
* Switch to the new client-side phishing model that uses Murmurhash for word ha...bryner@chromium.org2011-09-1311-31/+107
* 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