summaryrefslogtreecommitdiffstats
path: root/chrome/browser/printing/print_preview_tab_controller.h
Commit message (Expand)AuthorAgeFilesLines
* Print Preview: Disable right click -> "Save As" for preview PDF. Users should...thestig@chromium.org2011-09-201-0/+4
* Cleanup: Convert PrintPreviewTabController to use TabContentsWrapper.thestig@chromium.org2011-08-301-19/+19
* PrintPreview: Whenever a preview tab reloads, reset the tab title.kmadhusu@chromium.org2011-08-241-0/+4
* Print Preview: Handle a crashed initiator tab by showing a message in PP.kmadhusu@chromium.org2011-08-161-1/+20
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-1/+1
* PrintPreview: Preview generation should not block print button.kmadhusu@chromium.org2011-06-101-0/+3
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Cleanup: Move TabContents::PrintPreview() to PrintPreviewTabController to rem...thestig@chromium.org2011-03-241-5/+7
* Cleanup: Use the right parameter type in PrintPreviewTabController::GetOrCrea...thestig@chromium.org2011-03-221-1/+2
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-091-3/+3
* Print Preview: Generate the print preview after the print preview renderer ha...thestig@chromium.org2011-03-081-4/+4
* Print Preview: Create the preview tab first and load the preview data when it...thestig@chromium.org2011-02-051-5/+5
* C++ readability change for kmadhusu.kmadhusu@chromium.org2010-12-101-14/+16
* Disable printing context menus on the print preview page. (resubmit)thestig@chromium.org2010-12-071-3/+3
* Revert 68228 - Disable printing context menus on the print preview page.thestig@chromium.org2010-12-041-3/+3
* Disable printing context menus on the print preview page.thestig@chromium.org2010-12-031-3/+3
* Implement print preview tab controller.kmadhusu@chromium.org2010-11-161-0/+87