summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/webui/constrained_html_ui.cc
Commit message (Expand)AuthorAgeFilesLines
* Web-ify a bunch of these names. I am going to move some of the framework code...ben@chromium.org2012-04-251-84/+0
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-0/+1
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-061-2/+2
* Switch chrome code to use content::WebUI interface instead of WebUI concrete ...jam@chromium.org2012-01-181-4/+4
* Make WebUI objects not derive from WebUI. WebUI objects own the controller. T...jam@chromium.org2012-01-171-7/+8
* Start splitting out WebUI into an implementation class and an interface that ...jam@chromium.org2012-01-131-3/+1
* Get rid of the ChromeWebUI class and just make all the classes in chrome deri...jam@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-3/+5
* Simplify WebUIMessageHandler a bit in preparation for moving it into the Cont...jam@chromium.org2011-12-301-1/+0
* Start creating the content::WebPage interface around TabContents. This is jus...jam@chromium.org2011-12-201-1/+1
* Print preview: Display a dummy page when a user visits chrome://print directly.thestig@chromium.org2011-12-131-2/+2
* Fix print preview control button order for views.thestig@chromium.org2011-12-071-0/+2
* Fix other notify of NOTIFICATION_HTML_DIALOG_SHOWN to pass the RenderViewHost.scr@chromium.org2011-12-021-1/+1
* Move PropertyBag to base. Originally this was in chrome\common because only c...jam@chromium.org2011-11-231-2/+3
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-1/+1
* Fix WebUI certificate viewer browsertests on AURA.flackr@chromium.org2011-11-101-0/+7
* [web-ui] Migrate RegisterMessageCallback usage to base::bind().csilv@chromium.org2011-10-041-1/+4
* Revert 103785 - [web-ui] Migrate callbacks to base::Bind.csilv@chromium.org2011-10-031-4/+1
* [web-ui] Migrate callbacks to base::Bind.csilv@chromium.org2011-10-031-1/+4
* Cleanup: Remove some unneeded headers in chrome/browser/ui/webui.thestig@chromium.org2011-09-291-5/+5
* Allow no arguments in ConstrainedHtmlUI::OnDialogClose().rhashimoto@chromium.org2011-09-091-1/+1
* webui: Avoid double notification about closed dialogs.derat@chromium.org2011-09-021-3/+3
* Removes force_bookmark_bar_visible_ from WebUI and puts it insky@chromium.org2011-06-061-1/+1
* Remove the last Chrome dependencies from renderer, and enforce no more includ...jam@chromium.org2011-04-181-1/+1
* Move web_ui_util.* to chrome/ from content/estade@chromium.org2011-03-301-1/+0
* Remove web_ui_util helper functions.kmadhusu@chromium.org2011-03-031-2/+5
* Get rid of temporary render_view_host.h.jam@chromium.org2011-03-021-2/+2
* WebUI: Move more files from chrome/browser/webui to chrome/browser/ui/webui.tfarina@chromium.org2011-02-271-0/+67