summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/certificate_viewer.html
Commit message (Collapse)AuthorAgeFilesLines
* Update style of WebUI certificate viewer.flackr@chromium.org2012-03-121-89/+96
| | | | | | | | | | | This patch also simplifies the CSS and HTML as it can be done with less. Screenshots in bug. BUG=116312 TEST=Load the WebUI certificate viewer and verify that there are no layout problems. Review URL: https://chromiumcodereview.appspot.com/9619026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126136 0039d316-1c4b-4281-b951-d872f2087c98
* UI polish for certificate viewer.bshe@chromium.org2011-12-021-3/+0
| | | | | | | | | | | | | | | | | | | Identical to this CL http://codereview.chromium.org/8479042/ Fix base URL problem. All comments about the changes are in the above URL. This CL makes certificate viewer for chromeos looks like the screen shot posted in issue 102511. It hacks bubble_frame_view.cc to get rid of the body padding and add a x button in the title area. It should not affect the appearance of any other html dialogs. BUG=102511 TEST=Go to https://www.google.com; Click the locker icon on the left side of URL in the omnibox and click "certificate information". For screenshots, see http://code.google.com/p/chromium/issues/detail?id=102511 Review URL: http://codereview.chromium.org/8461015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112717 0039d316-1c4b-4281-b951-d872f2087c98
* Add icon-visibility attribute to cr.ui.Tree.flackr@chromium.org2011-11-011-2/+5
| | | | | | | | | | | | This adds an icon-visibility attribute to cr.ui.Tree. If 'hidden', no space is reserved beside .tree-item labels and icons are not displayed. 'all' => show folder icons beside all nodes. 'parent' => show folder icons beside expandable/parent nodes. Removes icons from certificate viewer. BUG=101920 TEST=None Review URL: http://codereview.chromium.org/8341081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108160 0039d316-1c4b-4281-b951-d872f2087c98
* Add export function to WebUI certificate viewer.flackr@chromium.org2011-08-161-0/+1
| | | | | | | | | | | | This adds the export certificate function to the WebUI certificate viewer. Additionally this moves the implementation of extracting certificate details to chrome/browser/ui/webui/certificate_viewer.cc eliminating the need to pass a hex encoded certificate pointer through the WebUI javascript. BUG=None TEST=Manually tested that you can export a certificate. Review URL: http://codereview.chromium.org/7528027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96955 0039d316-1c4b-4281-b951-d872f2087c98
* Make certificate viewer details regions fixed sizes.flackr@chromium.org2011-07-291-5/+9
| | | | | | | | | | BUG=None TEST=Checked that the size of certificate viewer detail regions no longer changes when content is displayed. Review URL: http://codereview.chromium.org/7529005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94669 0039d316-1c4b-4281-b951-d872f2087c98
* Follow web development style guide in certificate viewer.flackr@chromium.org2011-07-251-14/+16
| | | | | | | | | | BUG=None TEST=Tested that certificate viewer still works correctly. Review URL: http://codereview.chromium.org/7492049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93925 0039d316-1c4b-4281-b951-d872f2087c98
* Add details tab to WebUI certificate viewer.flackr@chromium.org2011-07-231-63/+93
| | | | | | | | | | | | The details view of the certificate viewer allows the user to explore all certificate fields in the hierarchy of certificates. BUG=None TEST=Tested that the certificate details can be navigated for all certificates in the hierarchy of a few https sites. Review URL: http://codereview.chromium.org/7480001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93766 0039d316-1c4b-4281-b951-d872f2087c98
* Add WebUI certificate viewer to eventually replace GTK certificate viewer.flackr@chromium.org2011-07-141-0/+78
Hidden behind the gyp flag webui_certificate_viewer, this dialog will replace the GTK certificate viewer as part of the nogtk effort. This CL only adds the new certificate viewer but does not use it unless compiled with webui_certificate_viewer=1. This is the first stage, which adds the viewer and only shows the "General" certificate details (As shown in the General tab in the GTK viewer). The next steps are to show the detailed information, resolve some minor display and functionality issues on desktop builds and then make this the standard certificate viewer. BUG=None TEST=Manually viewed certificate details for several secure sites. Review URL: http://codereview.chromium.org/7331016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92541 0039d316-1c4b-4281-b951-d872f2087c98