summaryrefslogtreecommitdiffstats
path: root/chrome/browser/printing/print_dialog_cloud.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge Cloud Print signin dialog into regular Cloud Print dialog.abodenha@chromium.org2012-01-191-10/+70
* Close created HtmlDialogs on closing of the browser that opened them.flackr@chromium.org2012-01-191-2/+7
* Rename TabContentsView to WebContentsView and move to content/public.joi@chromium.org2012-01-181-1/+1
* Switch chrome code to use content::WebUI interface instead of WebUI concrete ...jam@chromium.org2012-01-181-8/+8
* Allow HtmlDialogUIDelegate to specify dialog ModalType.flackr@chromium.org2012-01-121-2/+2
* Change cloud print dialog style in Aura builds.abodenha@chromium.org2012-01-111-0/+15
* Increase size of cloud print dialog.abodenha@chromium.org2012-01-111-2/+2
* PrintPreview: Honor the print media page size and margin values.kmadhusu@chromium.org2012-01-101-0/+2
* Fix crash.abodenha@chromium.org2012-01-041-1/+2
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-041-2/+3
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-041-2/+3
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-031-1/+1
* Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...jam@chromium.org2012-01-031-2/+1
* 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-11/+16
* Simplify WebUIMessageHandler a bit in preparation for moving it into the Cont...jam@chromium.org2011-12-301-21/+19
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-281-1/+2
* Remove the remaining usages of NavigationEntry in chrome by converting a few ...jam@chromium.org2011-12-281-2/+2
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-281-1/+1
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-271-0/+1
* Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabCo...jam@chromium.org2011-12-271-1/+2
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-1/+1
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-1/+1
* Rename TabContents::view() to GetView() and put it in the WebContents interface.jam@chromium.org2011-12-211-2/+3
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-1/+1
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-201-2/+2
* PrintPreview: Rename PrintMsg_Print_Params struct member variable (printable_...kmadhusu@chromium.org2011-12-041-1/+1
* Plumb STYEL_GENERIC thru BrowserShowHtmlDialog, ShowHtmlDialog, CreateViewsWi...bshe@chromium.org2011-11-291-2/+3
* base::Bind: Easy cleanups in chrome/browser/printing.jhawkins@chromium.org2011-11-101-26/+15
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-6/+7
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-181-1/+1
* [webui] Migrate moar instances of RegisterMessageCallacks to base::bind().csilv@chromium.org2011-10-041-9/+11
* Removed sending of the content IPC messages from chrome and replaced them wit...ananta@chromium.org2011-09-211-3/+1
* Simplify GCP integration with print preview.abodenha@chromium.org2011-09-191-11/+64
* Revert 101256 - Simplify GCP integration with print preview.hbono@chromium.org2011-09-151-64/+11
* Simplify GCP integration with print preview.abodenha@chromium.org2011-09-151-11/+64
* Coverity: Initialize member variables.jhawkins@chromium.org2011-09-121-1/+2
* Code to accept a print ticket on the command line.abeera@google.com2011-08-201-15/+49
* Revert 97442 - Code to accept a print ticket on the command line.bauerb@chromium.org2011-08-191-49/+15
* Code to accept a print ticket on the command line.abeera@google.com2011-08-191-15/+49
* Print Preview: Fixing behavior of event listeners.dpapad@chromium.org2011-08-121-0/+2
* Fix call to GetDefaultBrowser in print cloud because we are no longer guarant...mirandac@chromium.org2011-08-121-1/+5
* Removal of Profile from content part 6.avi@chromium.org2011-08-111-16/+17
* Convert HtmlDialogUIDelegate::GetDialogTitle() to string16.tony@chromium.org2011-08-051-2/+2
* DevTools: move devtools_window to chrome/, remove most chrome/ dependencies f...pfeldman@chromium.org2011-07-201-1/+1
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-4/+4
* DevTools: devtools manager should know nothing about DevToolsWindowyurys@chromium.org2011-07-071-2/+2
* Wholesale move of debugger sources to content.joi@chromium.org2011-06-291-1/+1