| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed data race between GetDatabase and CheckURL at startup. | erikkay@chromium.org | 2009-10-12 | 1 | -12/+5 |
* | Simplify the PowerObserver API by removing unneeded args and providing defaul... | pkasting@chromium.org | 2009-10-01 | 1 | -12/+6 |
* | Add a histogram to measure the number of times we ask | paulg@google.com | 2009-05-11 | 1 | -1/+8 |
* | Landing approved patch for Yuta Kitamura (yutak@google.com) | mbelshe@google.com | 2009-05-08 | 1 | -25/+27 |
* | Replace all occurrances of WebContents with TabContents. | brettw@chromium.org | 2009-05-04 | 1 | -3/+3 |
* | Re-land my change to clean up TabContents/WebContents ownership. This | brettw@chromium.org | 2009-04-20 | 1 | -5/+3 |
* | Reverting 14005. | brettw@chromium.org | 2009-04-18 | 1 | -3/+5 |
* | Fix the ownership model of TabContents and NavigationController. Previously the | brettw@chromium.org | 2009-04-18 | 1 | -5/+3 |
* | Remove unused database code. | paulg@google.com | 2009-04-08 | 1 | -29/+0 |
* | This CL adds unit-tests for the SafeBrowsingBlockingPage class. | jcampan@chromium.org | 2009-04-03 | 1 | -4/+6 |
* | Remove the old and no longer used SafeBrowsing storage | paulg@google.com | 2009-03-21 | 1 | -51/+7 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -1/+1 |
* | Coalesce more hardcoded schemes to using predefined constants. | brettw@chromium.org | 2009-02-26 | 1 | -1/+3 |
* | Use string for Histogram names since these are all ASCII anyway. | dsh@google.com | 2009-02-24 | 1 | -9/+9 |
* | Report malware sub resources and their containing page to the | paulg@google.com | 2009-02-19 | 1 | -2/+52 |
* | Bring the SafeBrowsingProtocolManager out of scaffolding. | paul@chromium.org | 2009-02-19 | 1 | -7/+1 |
* | Make safe_browsing_blocking_page.cc compile on Posix. | jhawkins@chromium.org | 2009-02-19 | 1 | -1/+1 |
* | Port the ResourceDispatcherHost to Mac and linux. | paul@chromium.org | 2009-02-05 | 1 | -2/+8 |
* | Porting profiles to the Mac. | avi@chromium.org | 2009-01-28 | 1 | -2/+1 |
* | Safe browsing cleanup: | estade@chromium.org | 2009-01-28 | 1 | -6/+5 |
* | This CL makes the safe browsing interstitial page support multiple unsafe res... | jcampan@chromium.org | 2009-01-23 | 1 | -29/+33 |
* | Make CommandLine into a normal object, with some statics for getting at the c... | evan@chromium.org | 2009-01-21 | 1 | -1/+2 |
* | Move a bunch of TabContents related files into a tab_contents subdir | ben@chromium.org | 2009-01-15 | 1 | -1/+1 |
* | clean up safe browsing pref registration by following the | tc@google.com | 2009-01-06 | 1 | -1/+1 |
* | Review URL: http://codereview.chromium.org/14809 | jcampan@chromium.org | 2008-12-19 | 1 | -0/+15 |
* | Reverting 7149. | jcampan@chromium.org | 2008-12-17 | 1 | -15/+0 |
* | Revamp of the interstitial pages. | jcampan@chromium.org | 2008-12-17 | 1 | -0/+15 |
* | DatabaseLoadComplete now needs to be run after OnIOInitialize, so change the ... | jam@chromium.org | 2008-12-17 | 1 | -3/+3 |
* | A new shot at the old system monitor changelist. | mbelshe@google.com | 2008-12-13 | 1 | -5/+12 |
* | Make sure we end the update process if we get an errorfrom the servers. Previ... | paulg@google.com | 2008-12-04 | 1 | -4/+10 |
* | Rollback | mbelshe@google.com | 2008-12-01 | 1 | -12/+5 |
* | A new copy of the old system monitor changelist. | mbelshe@google.com | 2008-11-30 | 1 | -5/+12 |
* | Turn on the new SafeBrowsing by default. To use the older | paulg@google.com | 2008-11-26 | 1 | -1/+1 |
* | Fix a crash that occurs during the browser shutdown process. | paulg@google.com | 2008-11-18 | 1 | -8/+15 |
* | Review URL: http://codereview.chromium.org/10958 | mbelshe@google.com | 2008-11-14 | 1 | -12/+5 |
* | Change to integrate SystemMonitor changes into chrome. | mbelshe@google.com | 2008-11-14 | 1 | -5/+12 |
* | Update the user delay histogram for the SafeBrowsing. | paulg@google.com | 2008-11-14 | 1 | -2/+4 |
* | Add histograms to measure new SafeBrowsing performance. | paulg@google.com | 2008-11-14 | 1 | -1/+9 |
* | Reduce memory consumption by keeping the SafeBrowsing | paulg@google.com | 2008-11-13 | 1 | -4/+12 |
* | Handle the possibility of failure when starting a | paulg@google.com | 2008-11-11 | 1 | -17/+3 |
* | Add support for 256 bit full hashes to the new implementation. | paulg@google.com | 2008-11-11 | 1 | -2/+16 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 1 | -0/+3 |
* | Changes to allow running the new SafeBrowsing storage system,contained in Saf... | paulg@google.com | 2008-10-24 | 1 | -26/+129 |
* | This is the first pass at refactoring the interstitial page. | jcampan@chromium.org | 2008-10-13 | 1 | -18/+27 |
* | A partially working implementation of a faster safe browsing implementation. | erikkay@google.com | 2008-10-02 | 1 | -0/+13 |
* | Create a SafeBrowsing database interface to more easily | paulg@google.com | 2008-09-20 | 1 | -1/+1 |
* | Cache empty responses from the SafeBrowsing servers for GetHash | paulg@google.com | 2008-09-05 | 1 | -4/+8 |
* | Chrome changes corresponding to my message_loop_type CL. | darin@google.com | 2008-08-26 | 1 | -1/+1 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -29/+4 |
* | Move more net classes into the net namespace. Also remove the net_util names... | darin@google.com | 2008-07-31 | 1 | -3/+3 |