summaryrefslogtreecommitdiffstats
path: root/chrome/browser/printing/print_preview_message_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Prepopulating "Print To PDF" select file dialog with a suggested filename and...dpapad@chromium.org2011-04-151-2/+3
* Print Preview: Set a print job's title and url correctly.thestig@chromium.org2011-04-071-0/+6
* Remove #if defined(OS_POSIX) so code can be used in windows print preview.ctguil@chromium.org2011-03-301-2/+0
* PrintPreview: Fix the print preview tab title format to match the mocks.kmadhusu@chromium.org2011-03-281-1/+2
* Cleanup: Remove src/contents dependency on PrintPreviewTabController.thestig@chromium.org2011-03-251-0/+8
* Move printing messages to their own file.jam@chromium.org2011-03-241-8/+7
* Cleanup: Move TabContents::PrintPreview() to PrintPreviewTabController to rem...thestig@chromium.org2011-03-241-2/+2
* Print Preview: Make window.print() and printing a frame work.thestig@chromium.org2011-03-211-0/+12
* Coverity: Fix a memory leak in print preview error handling code.thestig@chromium.org2011-03-111-0/+1
* Print Preview: Always stop the preview job worker and handle the case where t...thestig@chromium.org2011-03-041-24/+23
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-4/+3
* WebUI: Move the remaining files from chrome/browser/webui to chrome/browser/u...tfarina@chromium.org2011-02-271-1/+1
* WebUI: Move more files from chrome/browser/webui to chrome/browser/ui/webui.tfarina@chromium.org2011-02-271-2/+2
* Print Preview: Add some CHECKs to help track down a crash.thestig@chromium.org2011-02-241-3/+6
* WebUI: Move chrome/browser/dom_ui/ to chrome/browser/webui/.tfarina@chromium.org2011-02-221-4/+4
* Print Preview: Generate previews on Linux.thestig@chromium.org2011-02-221-2/+2
* PrintPreview: Send the expected pages count value to Web UI along with previe...kmadhusu@chromium.org2011-02-221-1/+1
* Make TabContentsObserver handle registration automatically, as well as exposi...jam@chromium.org2011-02-171-5/+6
* WebUI: Rename the class DOMUI to WebUI.tfarina@chromium.org2011-02-101-1/+1
* Print Preview: Create the preview tab first and load the preview data when it...thestig@chromium.org2011-02-051-5/+5
* Print Preview: Store preview data in PrintPreviewUIHTMLSource.thestig@chromium.org2011-02-031-0/+90