| Commit message (Expand) | Author | Age | Files | Lines |
* | Turning on MultiProfile by default for ChromeOS | zelidrag@chromium.org | 2014-05-15 | 1 | -0/+17 |
* | [safe-browsing] Mechanical cleanups to tests and naming. | shess@chromium.org | 2014-05-14 | 6 | -296/+303 |
* | Expose the presence of the safebrowsing CSD whitelist killswitch. | grt@chromium.org | 2014-05-13 | 6 | -0/+33 |
* | Remove stray platform_file.h from chrome and components | rvargas@chromium.org | 2014-05-13 | 1 | -1/+0 |
* | [safe browsing] Switch to independent cache lifetimes for gethash items. | shess@chromium.org | 2014-05-13 | 8 | -191/+128 |
* | [Downloads] Add real observers to MockDownloadItem. | asanka@chromium.org | 2014-05-10 | 1 | -57/+28 |
* | We have a problem in the process on destroying WebContentsImpl because | zverre@yandex-team.ru | 2014-05-09 | 2 | -3/+2 |
* | [safe browsing] Remove received-time from SBAddFullHash. | shess@chromium.org | 2014-05-09 | 6 | -79/+46 |
* | Knock out injected safe-browsing prefixes. | shess@chromium.org | 2014-05-07 | 6 | -9/+290 |
* | Move some content url constants to /url. | sungmann.cho@navercorp.com | 2014-05-07 | 4 | -6/+5 |
* | [safe browsing] Serialize full hashes with prefix set. | shess@chromium.org | 2014-05-05 | 3 | -22/+173 |
* | Hide WebContentsView from Chrome. This also removes WebContentsViewPort. | jam@chromium.org | 2014-05-03 | 3 | -4/+0 |
* | Add .dmg and .pkg to SBClientDownload.DownloadExtensions histogram. | mattm@chromium.org | 2014-05-02 | 1 | -0/+4 |
* | [safe-browsing] Database full hash matches like prefix match. | shess@chromium.org | 2014-05-01 | 11 | -196/+327 |
* | Improve bounds checking on SB protocol chunks | kenrb@chromium.org | 2014-04-30 | 2 | -3/+20 |
* | Renamed namespaces in src/chrome. | vitalybuka@chromium.org | 2014-04-30 | 1 | -17/+24 |
* | [safe-browsing] Cleanup tests and remove unnecessary prefix tracking. | shess@chromium.org | 2014-04-30 | 6 | -303/+287 |
* | [safe_browsing] Remove unused ContainsBrowseUrl() parameter. | shess@chromium.org | 2014-04-29 | 5 | -95/+54 |
* | clang/win: Fix a few warnings, mostly by deleting dead code. | thakis@chromium.org | 2014-04-22 | 1 | -0/+2 |
* | Add test for reading v2 golden PrefixSet file. | shess@chromium.org | 2014-04-18 | 1 | -3/+55 |
* | Refactor to simplify safe-browsing gethash cache. | shess@chromium.org | 2014-04-17 | 15 | -305/+173 |
* | Remove --safebrowsing-download-feedback-url flag. | mattm@chromium.org | 2014-04-16 | 3 | -20/+9 |
* | Change SB file store to use new base/md5.h interface. | shess@chromium.org | 2014-04-15 | 2 | -10/+81 |
* | SafeBrowsingDatabaseManagerTest: remove unnecessary FakeSafeBrowsingService | mattm@chromium.org | 2014-04-11 | 1 | -32/+0 |
* | Remove --safebrowsing-url-prefix flag. | mattm@chromium.org | 2014-04-11 | 4 | -33/+115 |
* | Removed flag "Disable improved download protection". | Blurrech@gmail.com | 2014-04-11 | 1 | -3/+1 |
* | Safebrowsing: Add histogram values for gethash parse error and network errors. | mattm@chromium.org | 2014-04-09 | 2 | -3/+19 |
* | Remove all uses of GG_LONGLONG and GG_ULONGLONG. | viettrungluu@chromium.org | 2014-04-08 | 1 | -1/+1 |
* | Histograms for safe-browsing storage version changes. | shess@chromium.org | 2014-04-07 | 3 | -53/+62 |
* | Revert 262147 "Remove all uses of GG_LONGLONG and GG_ULONGLONG." | scottmg@chromium.org | 2014-04-07 | 1 | -1/+1 |
* | Remove all uses of GG_LONGLONG and GG_ULONGLONG. | viettrungluu@chromium.org | 2014-04-07 | 1 | -1/+1 |
* | Accurately account for pre-classification successes. | noelutz@chromium.org | 2014-04-05 | 1 | -2/+10 |
* | Fix reading image data that isn't present on disk. | grt@chromium.org | 2014-04-04 | 1 | -1/+7 |
* | Safe Browsing Bad IP feature extraction should wait until all frames | noelutz@chromium.org | 2014-03-31 | 3 | -23/+16 |
* | Separate pre-classification checks for client-side malware and phishing detec... | noelutz@chromium.org | 2014-03-28 | 7 | -484/+554 |
* | Test for golden version-7 safe-browsing file. | shess@chromium.org | 2014-03-28 | 1 | -0/+81 |
* | Refactor safe-browsing file storage to allow incremental processing. | shess@chromium.org | 2014-03-27 | 6 | -292/+1015 |
* | Fix crash when populating pb for images with debug data. | grt@chromium.org | 2014-03-26 | 2 | -1/+19 |
* | Include PE image headers in client download pings. | grt@chromium.org | 2014-03-25 | 9 | -21/+783 |
* | Safebrowsing download protection: include tab url chain & referrer. | mattm@chromium.org | 2014-03-25 | 2 | -1/+320 |
* | Rename SignatureUtil to BinaryFeatureExtractor in anticipation of it taking o... | grt@chromium.org | 2014-03-25 | 8 | -96/+106 |
* | Incremental PrefixSet builder for Safe Browsing store. | shess@chromium.org | 2014-03-18 | 9 | -314/+452 |
* | Move ScopedFILE to base namespace and scoped_file.h | brettw@chromium.org | 2014-03-17 | 5 | -19/+26 |
* | Remove safe-browsing-store unit test helper. | shess@chromium.org | 2014-03-14 | 3 | -395/+329 |
* | Move ExecuteScriptAndGetValue to use RenderFrameHost. | avi@chromium.org | 2014-03-13 | 1 | -2/+2 |
* | Clean up safe_browsing_util.h operator overloads. | shess@chromium.org | 2014-03-13 | 10 | -139/+118 |
* | SafeBrowsingBlockingPageTest.MalwareIframeReportDetails: use MessageLoopRunne... | mattm@chromium.org | 2014-03-13 | 1 | -21/+44 |
* | Copy JavaScript execution to RenderFrame, switch easy cases to use it. | avi@chromium.org | 2014-03-12 | 1 | -2/+2 |
* | Remove PurgeMemory() from the safe browsing database manager. | pkasting@chromium.org | 2014-03-12 | 2 | -53/+17 |
* | Remove PlatformFile from safe browsing. | rvargas@chromium.org | 2014-03-11 | 2 | -15/+9 |