summaryrefslogtreecommitdiffstats
path: root/chrome/browser/page_info_model.cc
Commit message (Expand)AuthorAgeFilesLines
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-271-30/+35
* Cleanup: Convert ASCIIToUTF16("") to string16().jhawkins@chromium.org2011-11-281-1/+2
* Move SecurityStyle enum into content/public/common and put it into the conten...jam@chromium.org2011-10-211-4/+4
* Move url_constansts.h to content/public/common.jam@chromium.org2011-10-141-1/+1
* Ignore revocation check failures from automated requests.agl@chromium.org2011-10-121-13/+6
* base::Bind: Complete cleanup of history/.jhawkins@chromium.org2011-10-081-1/+4
* Revert 104597 - base::Bind: Complete cleanup of history/.acolwell@chromium.org2011-10-071-4/+1
* base::Bind: Complete cleanup of history/.jhawkins@chromium.org2011-10-071-1/+4
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-231-3/+3
* Revert 102322 - For the SSL cert status, convert anonymous enum that gives bi...pkasting@chromium.org2011-09-221-3/+3
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-221-3/+3
* browser: Refactor PageInfoModel::Observer into its own header file.tfarina@chromium.org2011-07-271-1/+2
* browser: Rename PageInfoModelObserver to Observer.tfarina@chromium.org2011-07-261-3/+3
* Moving the Chromium image into the appropriate folder. Also hooking up the Ch...finnur@chromium.org2011-06-221-1/+1
* Page info bubble should not show SSL information for about:foo and chrome:// ...finnur@chromium.org2011-06-121-0/+12
* Move most of the core SSL code from chrome to content. The UI code that's sp...jam@chromium.org2011-06-031-1/+1
* Change GetVisitCountToHost() to GetVisibleVisitCountToHost(), and restrict it...pkasting@chromium.org2011-05-251-2/+2
* Delete the temporary headers left behind in chrome\browser. I've left browse...jam@chromium.org2011-03-011-1/+1
* Fix two new chromium-style regressions on linux.erg@google.com2011-02-221-0/+2
* Integrate gfx::Image into the ResourceBundle.rsesek@chromium.org2011-02-221-30/+6
* SSLv3 fallback should trigger a minor warning icon instead ofwtc@chromium.org2011-02-151-1/+2
* Include list of certificate errors in page info bubble.mattm@chromium.org2011-02-041-0/+10
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Move ResourceBundle, DataPack to ui/baseben@chromium.org2011-01-201-1/+1
* Cleanup: Remove unneeded chrome/browser/prefs/pref_service.h usage.thestig@chromium.org2011-01-151-1/+0
* Cleanup: Remove unneeded includes of pref_names.hthestig@chromium.org2011-01-131-1/+0
* Cleanup: Remove unneeded includes of chrome_switches.h.thestig@chromium.org2011-01-111-1/+0
* Move base/mac_util.h to base/mac and use the base::mac namespace.brettw@chromium.org2011-01-011-3/+3
* Update the time formatting APIs to use string16.avi@chromium.org2010-12-221-1/+1
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-131-1/+1
* Move:ben@chromium.org2010-12-021-1/+1
* We should use SSLInfo or related types for HTTPSwtc@chromium.org2010-11-111-3/+11
* Remove dead page info placement preference.tfarina@chromium.org2010-10-301-5/+0
* Report the SSL protocol version in ssl_info.connection_status.wtc@chromium.org2010-10-271-1/+10
* Remove the title field from the SectionInfo struct. It is unused.finnur@chromium.org2010-10-261-9/+3
* 2nd try: Die SSL dialog. Die!finnur@chromium.org2010-10-211-27/+4
* Revert 62857 (it broke Chrome Frame) - Remove the old SSL Page Info dialog fr...finnur@chromium.org2010-10-161-5/+27
* Remove the old SSL Page Info dialog from Win/Gtk. It has been replaced with t...finnur@chromium.org2010-10-161-27/+5
* Coverity: Initialize member variables.jhawkins@chromium.org2010-10-131-1/+1
* Fix 58162: Mixed Content False Positive for intranet hostname certificatesfinnur@chromium.org2010-10-111-0/+6
* Enable the new page info bubble by default.finnur@chromium.org2010-10-081-4/+5
* Define gfx::NativeImage and add ResourceBundle::GetNativeImageNamed().rsesek@chromium.org2010-10-051-9/+5
* Refactor the code for loading icons into the PageInfoModel.rsesek@chromium.org2010-10-021-17/+73
* Show "DNS" as the authority for DNSSEC validated certficiates.agl@chromium.org2010-09-161-0/+8
* Show these two cert errors as warnings, not errors (as requested by Ian):finnur@chromium.org2010-09-141-8/+37
* Page info model now shows red skull and crossbones on SECURITY_STYLE_AUTHENTI...finnur@chromium.org2010-09-101-7/+22
* Do not say the connection is not encrypted if security_bitswtc@chromium.org2010-09-021-7/+12
* FBTF: Move more ctors/dtors from headers to implementation.erg@google.com2010-09-011-0/+6
* Tweaks to the SSL InfoBubble dialog.finnur@chromium.org2010-08-311-9/+7
* Add mixed content warning to the Page Info bubble.finnur@chromium.org2010-08-271-16/+23