summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/webui/certificate_viewer_webui.cc
Commit message (Expand)AuthorAgeFilesLines
* Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-141-1/+1
* Change Certificate Viewer WebUI to match new style.rfevang@chromium.org2013-06-111-8/+2
* Use a direct include of utf_string_conversions.h in chrome/browser/ui/, part 2.avi@chromium.org2013-06-071-1/+1
* components: Create web_modal component.sadrul@chromium.org2013-05-161-0/+1
* Remove WebContentsModalDialog references from platform-specific codewittman@chromium.org2013-02-231-1/+0
* Factor out uses of the WebContentsModalDialog interface from platform-indepen...wittman@chromium.org2013-02-221-2/+4
* Revert 182969jschuh@chromium.org2013-02-161-1/+1
* Revert 182878jschuh@chromium.org2013-02-161-1/+1
* Use a uniform opaque type to represent web contents modal dialogswittman@chromium.org2013-02-161-1/+1
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Rename platform-independent ConstrainedWindow types to WebContentsModalDialog...wittman@chromium.org2013-01-031-1/+1
* Remove TabContents includes.avi@chromium.org2012-12-141-1/+0
* Remove TabContents from constrained web dialogs.avi@chromium.org2012-12-081-5/+2
* Move constrained web dialog code back to chrome/.avi@chromium.org2012-11-011-7/+9
* Valgrind: Fix leaks in ConstrainedWebDialogDelegate.thestig@chromium.org2012-09-061-1/+0
* Remove BrowserList::GetLastActive usage from WebUI pages. I've plumbed the Ta...jam@chromium.org2012-06-191-11/+9
* Fix garbled text on Certificate Viewer on Chrome OSkochi@chromium.org2012-06-161-4/+1
* TabContentsWrapper -> TabContents, part 51.avi@chromium.org2012-06-121-5/+4
* Move the web dialogs code to src/ui/web_dialogs from src/chromemazda@chromium.org2012-05-311-3/+4
* Remove chrome::NOTIFICATION_WEB_DIALOG_SHOWN.mazda@chromium.org2012-05-191-5/+17
* browser: Get rid of DialogStyle altogether.tfarina@chromium.org2012-04-261-5/+3
* Web-ify a bunch of these names. I am going to move some of the framework code...ben@chromium.org2012-04-251-3/+3
* Shorten startup time for WebUI Certificate Viewer.kgr@chromium.org2012-04-121-56/+55
* Remove WebUI dialogs controlled by IsMoreWebUI which have native equivalents.flackr@chromium.org2012-02-161-27/+5
* Print Preview: Forward keyboard shortcuts to the browser.thestig@chromium.org2012-01-311-13/+18
* Switch chrome code to use content::WebUI interface instead of WebUI concrete ...jam@chromium.org2012-01-181-1/+1
* Allow HtmlDialogUIDelegate to specify dialog ModalType.flackr@chromium.org2012-01-121-2/+2
* Get rid of the ChromeWebUI class and just make all the classes in chrome deri...jam@chromium.org2012-01-061-1/+1
* Increased width of Certificate Viewer WebUI to avoid need for scrollbar.kgr@chromium.org2012-01-061-2/+2
* Move WebUIMessageHandler to its own file in the public directory and put it i...jam@chromium.org2011-12-311-0/+1
* Replace WebUI::tab_contents() with web_contents() and switch all users to use...jam@chromium.org2011-12-301-2/+2
* Simplify WebUIMessageHandler a bit in preparation for moving it into the Cont...jam@chromium.org2011-12-301-6/+6
* Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabCo...jam@chromium.org2011-12-271-1/+3
* Enable default context menu for webui certificate viewer.kgr@chromium.org2011-12-231-5/+0
* UI polish for certificate viewer.bshe@chromium.org2011-12-021-0/+6
* Plumb STYEL_GENERIC thru BrowserShowHtmlDialog, ShowHtmlDialog, CreateViewsWi...bshe@chromium.org2011-11-291-1/+2
* move chrome/browser/ui/gtk/certificate_viewer.* to chrome/browser/ui, add it tobenrg@chromium.org2011-11-161-1/+1
* Enable CertificateVieweroshima@google.com2011-11-041-0/+423