summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
Commit message (Expand)AuthorAgeFilesLines
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-1/+4
* Simplify the malware warning ui. Remove the 'more info'/'less info' button, i...lzheng@chromium.org2010-12-131-4/+0
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-111-4/+1
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-111-1/+4
* Send malware reports when a user opts-in from the safe browsing interstitial ...panayiotis@google.com2010-12-101-1/+44
* This is a continuation of http://codereview.chromium.org/5519016/, adds a new...satish@chromium.org2010-12-091-3/+7
* Re-design the phishing interstitial page. The change is mostly about: make th...lzheng@chromium.org2010-12-081-3/+8
* A browser test for safe_browsing_blocking_page. It tests some simple cases fo...panayiotis@google.com2010-11-301-2/+1
* Clean-up style issues in net:: related to X.509 data-types, eliminating unnec...rsleevi@chromium.org2010-11-221-0/+1
* Fix crash in SafeBrowsingBlockingPage::CommandReceivedlzheng@chromium.org2010-11-111-1/+1
* Re-design the malware interstitial page. The change is mostly about: make the...arv@chromium.org2010-11-031-20/+35
* Update code that previously constructed strings from string iterators only to...erikwright@chromium.org2010-10-221-2/+3
* Rename ChromeThread to BrowserThread Part21:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part4:tfarina@chromium.org2010-10-071-2/+2
* Move Google-specific code under browser/ into browser/google/.evan@chromium.org2010-08-301-1/+1
* Remove deprecated wstring Get(As)String() methods from Value, etc.viettrungluu@chromium.org2010-08-161-48/+51
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-2/+3
* Remove a ResourceBundle::GetDataResource and convert people totony@chromium.org2010-06-151-3/+4
* Merging issue 2067023 for bryner@google.comian@chromium.org2010-06-101-18/+42
* Move RTL related functions from app/l10n_util to base/i18n/rtlben@chromium.org2010-03-201-9/+4
* This CL ensures the SafeBrowsingService is only notified oncejcampan@chromium.org2010-03-091-0/+10
* chrome 2: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-1/+3
* The search terms are escaped using + or %20 for space depending on whether re...avayvod@google.com2010-01-151-1/+1
* Cleanup histogram classes mixing SetFlags into FactoryGet argumentsjar@chromium.org2009-12-281-5/+2
* Use factory to create histograms, and refcounts to track lifetimesjar@chromium.org2009-12-061-3/+5
* Move URLs out of *.pak files and put them into code. This savestony@chromium.org2009-11-191-2/+11
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-021-10/+6
* Fixing a bug with interstitial pages triggered with malware.jcampan@chromium.org2009-10-151-4/+13
* This provides a simpler js template engine than JsTemplate. It has beenarv@google.com2009-07-141-1/+1
* Reduce header dependencies in chrome/browser/phajdan.jr@chromium.org2009-06-161-0/+1
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* Adds toplevel app/ directory and moves ResourceBundle into it.ben@chromium.org2009-05-051-1/+1
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-9/+9
* Add some histograms to see how often users click through blocking pages.abarth@chromium.org2009-05-011-0/+21
* Revert 14569abarth@chromium.org2009-04-261-21/+0
* Add some histograms to see how often users click through blocking pages.abarth@chromium.org2009-04-261-0/+21
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-201-3/+3
* Reverting 14005.brettw@chromium.org2009-04-181-3/+3
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-181-3/+3
* Remove TabContentsType from the NavigationController external interface and inbrettw@chromium.org2009-04-151-1/+1
* This CL adds unit-tests for the SafeBrowsingBlockingPage class.jcampan@chromium.org2009-04-031-7/+37
* Merge DOMUIContents into WebContents.brettw@chromium.org2009-03-171-1/+2
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* NO CODE CHANGE.maruel@google.com2009-03-051-1/+2
* revert broken change 10833nsylvain@chromium.org2009-03-031-67/+47
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-47/+67
* Revert dsh's change 10818nsylvain@chromium.org2009-03-031-59/+47
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-47/+59
* Enable history and downloads by default, port NewTabUI from DOMUIHost to DOMUI.glen@chromium.org2009-02-251-1/+1
* Make safe_browsing_blocking_page.cc compile on Posix.jhawkins@chromium.org2009-02-191-4/+4