index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
page_info_model.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moving the Chromium image into the appropriate folder. Also hooking up the Ch...
finnur@chromium.org
2011-06-22
1
-1
/
+1
*
Page info bubble should not show SSL information for about:foo and chrome:// ...
finnur@chromium.org
2011-06-12
1
-0
/
+12
*
Move most of the core SSL code from chrome to content. The UI code that's sp...
jam@chromium.org
2011-06-03
1
-1
/
+1
*
Change GetVisitCountToHost() to GetVisibleVisitCountToHost(), and restrict it...
pkasting@chromium.org
2011-05-25
1
-2
/
+2
*
Delete the temporary headers left behind in chrome\browser. I've left browse...
jam@chromium.org
2011-03-01
1
-1
/
+1
*
Fix two new chromium-style regressions on linux.
erg@google.com
2011-02-22
1
-0
/
+2
*
Integrate gfx::Image into the ResourceBundle.
rsesek@chromium.org
2011-02-22
1
-30
/
+6
*
SSLv3 fallback should trigger a minor warning icon instead of
wtc@chromium.org
2011-02-15
1
-1
/
+2
*
Include list of certificate errors in page info bubble.
mattm@chromium.org
2011-02-04
1
-0
/
+10
*
Move l10n_util to ui/base
ben@chromium.org
2011-01-21
1
-1
/
+1
*
Move ResourceBundle, DataPack to ui/base
ben@chromium.org
2011-01-20
1
-1
/
+1
*
Cleanup: Remove unneeded chrome/browser/prefs/pref_service.h usage.
thestig@chromium.org
2011-01-15
1
-1
/
+0
*
Cleanup: Remove unneeded includes of pref_names.h
thestig@chromium.org
2011-01-13
1
-1
/
+0
*
Cleanup: Remove unneeded includes of chrome_switches.h.
thestig@chromium.org
2011-01-11
1
-1
/
+0
*
Move base/mac_util.h to base/mac and use the base::mac namespace.
brettw@chromium.org
2011-01-01
1
-3
/
+3
*
Update the time formatting APIs to use string16.
avi@chromium.org
2010-12-22
1
-1
/
+1
*
Rename all methods accessing Singleton<T> as GetInstance().
satish@chromium.org
2010-12-13
1
-1
/
+1
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
We should use SSLInfo or related types for HTTPS
wtc@chromium.org
2010-11-11
1
-3
/
+11
*
Remove dead page info placement preference.
tfarina@chromium.org
2010-10-30
1
-5
/
+0
*
Report the SSL protocol version in ssl_info.connection_status.
wtc@chromium.org
2010-10-27
1
-1
/
+10
*
Remove the title field from the SectionInfo struct. It is unused.
finnur@chromium.org
2010-10-26
1
-9
/
+3
*
2nd try: Die SSL dialog. Die!
finnur@chromium.org
2010-10-21
1
-27
/
+4
*
Revert 62857 (it broke Chrome Frame) - Remove the old SSL Page Info dialog fr...
finnur@chromium.org
2010-10-16
1
-5
/
+27
*
Remove the old SSL Page Info dialog from Win/Gtk. It has been replaced with t...
finnur@chromium.org
2010-10-16
1
-27
/
+5
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2010-10-13
1
-1
/
+1
*
Fix 58162: Mixed Content False Positive for intranet hostname certificates
finnur@chromium.org
2010-10-11
1
-0
/
+6
*
Enable the new page info bubble by default.
finnur@chromium.org
2010-10-08
1
-4
/
+5
*
Define gfx::NativeImage and add ResourceBundle::GetNativeImageNamed().
rsesek@chromium.org
2010-10-05
1
-9
/
+5
*
Refactor the code for loading icons into the PageInfoModel.
rsesek@chromium.org
2010-10-02
1
-17
/
+73
*
Show "DNS" as the authority for DNSSEC validated certficiates.
agl@chromium.org
2010-09-16
1
-0
/
+8
*
Show these two cert errors as warnings, not errors (as requested by Ian):
finnur@chromium.org
2010-09-14
1
-8
/
+37
*
Page info model now shows red skull and crossbones on SECURITY_STYLE_AUTHENTI...
finnur@chromium.org
2010-09-10
1
-7
/
+22
*
Do not say the connection is not encrypted if security_bits
wtc@chromium.org
2010-09-02
1
-7
/
+12
*
FBTF: Move more ctors/dtors from headers to implementation.
erg@google.com
2010-09-01
1
-0
/
+6
*
Tweaks to the SSL InfoBubble dialog.
finnur@chromium.org
2010-08-31
1
-9
/
+7
*
Add mixed content warning to the Page Info bubble.
finnur@chromium.org
2010-08-27
1
-16
/
+23
*
Part 2 of the SSL InfoBubble. 2nd try, this time with test fixed.
finnur@chromium.org
2010-08-26
1
-6
/
+11
*
Move prefs-related files under chrome/browser/ into a prefs/ subdir.
evan@chromium.org
2010-08-26
1
-1
/
+1
*
Revert 57311 - Part 2 of the SSL InfoBubble.
finnur@chromium.org
2010-08-25
1
-11
/
+6
*
Part 2 of the SSL InfoBubble.
finnur@chromium.org
2010-08-25
1
-6
/
+11
*
Display an infobar after enrolling a client certificate
davidben@chromium.org
2010-08-02
1
-17
/
+2
*
Move the number conversions from string_util to a new file.
brettw@chromium.org
2010-07-30
1
-1
/
+2
*
Windows build fix.
agl@chromium.org
2010-07-18
1
-4
/
+4
*
Add SSL details to the page info dialog.
agl@chromium.org
2010-07-18
1
-0
/
+46
*
Minor clean-up tasks that were TODO(snej)
rsleevi@chromium.org
2010-07-17
1
-1
/
+1
*
Trivial change: update a comment.
wtc@chromium.org
2010-06-10
1
-1
/
+1
*
Rename "mixed content" to "insecure content" in as many places as possible, t...
pkasting@chromium.org
2010-05-18
1
-21
/
+17
*
Reland r47347 [was reverted in r47357], this time without re-enabling a DISAB...
pkasting@chromium.org
2010-05-17
1
-2
/
+3
*
Revert 47347 - (Original patch reviewed at http://codereview.chromium.org/206...
rvargas@google.com
2010-05-15
1
-3
/
+2
[next]