summaryrefslogtreecommitdiffstats
path: root/chrome/common/print_messages.h
Commit message (Expand)AuthorAgeFilesLines
* Print preview: Do not exit the window.print() nested loop too early when savi...thestig@chromium.org2012-01-241-2/+8
* PrintPreview: Honor the print media page size and margin values.kmadhusu@chromium.org2012-01-101-2/+13
* PrintPreview: Rename PrintMsg_Print_Params struct member variable (printable_...kmadhusu@chromium.org2011-12-041-2/+2
* Print Preview: Set source modifiable bit for scripted printing.thestig@chromium.org2011-12-011-1/+2
* Print Preview: Properly handle window.print().thestig@chromium.org2011-11-231-0/+4
* Print Preview: Making margin selection sticky (part 2/2, again)dpapad@chromium.org2011-11-151-1/+1
* Revert 110035 - Print Preview: Making margin selection sticky (part 2/2)dpapad@chromium.org2011-11-151-1/+1
* Print Preview: Making margin selection sticky (part 2/2)dpapad@chromium.org2011-11-151-1/+1
* Printing: Remove an unused variable, update some obsolete comments, and remov...thestig@chromium.org2011-11-031-1/+0
* Move margin processing code to the browser process.vandebo@chromium.org2011-10-151-1/+4
* Cleanup: Remove unused has_visible_overlays variable.thestig@chromium.org2011-09-231-3/+0
* Print Preview: Fix some nits from r98926.thestig@chromium.org2011-09-021-3/+3
* Print preview not showing if default print is invalid.arthurhsu@chromium.org2011-09-011-0/+6
* Print preview page selection should not require a rerendering of draft pages.kmadhusu@chromium.org2011-08-311-1/+4
* Backend changes for custom margins.aayushkumar@chromium.org2011-08-231-0/+15
* Print Preview: Go from event driven print preview back to print preview with ...thestig@chromium.org2011-08-231-12/+19
* Added a 'Reset' method in PrintMsg_Print_Params struct that is responsible fo...aayushkumar@chromium.org2011-08-221-23/+67
* Added Header and Footer support in Linux, Windows and Mac for Skiaaayushkumar@chromium.org2011-08-171-0/+12
* Revert 97219 - Added Header and Footer support in Linux, Windows and Mac for ...aayushkumar@chromium.org2011-08-171-12/+0
* Added Header and Footer support in Linux, Windows and Mac for Skiaaayushkumar@chromium.org2011-08-171-0/+12
* Print Preview: Fixing behavior of event listeners.dpapad@chromium.org2011-08-121-4/+24
* Revert 96567 - Reland 96406 - Print preview page selection should not require...kmadhusu@chromium.org2011-08-121-5/+8
* Reland 96406 - Print preview page selection should not require a rerendering ...kmadhusu@chromium.org2011-08-121-8/+5
* Revert 96406 - Print preview page selection should not require a rerendering ...kmadhusu@chromium.org2011-08-111-5/+8
* Print preview page selection should not require a rerendering of draft pages.kmadhusu@chromium.org2011-08-111-8/+5
* PrintPreview: Remove |page_number| from StartPageForVectorCanvas function and...kmadhusu@chromium.org2011-08-021-5/+0
* PrintPreview: backend changes to support pipelining.vandebo@chromium.org2011-07-261-7/+28
* Print Preview: Printing with the system dialog should print the same frame/node.thestig@chromium.org2011-07-221-0/+3
* Print Preview: Make preview generation event driven to eliminate synchronous ...thestig@chromium.org2011-07-181-11/+12
* Print Preview: Associating preview requests and responses using an identifierdpapad@chromium.org2011-07-131-0/+5
* Print Preview: Add the ability to cancel an in-flight print preview.thestig@chromium.org2011-07-071-0/+15
* Printing: Store the document cookie of the current PrinterQuery onjhawkins@chromium.org2011-07-011-0/+4
* Print Preview: Display a throbber when the user requests the system printjhawkins@chromium.org2011-06-291-0/+3
* PrintPreview: Regenerate print preview data only when required.kmadhusu@chromium.org2011-06-241-0/+4
* PrintPreview: Made code change to display the error messages that occurs whil...kmadhusu@chromium.org2011-06-111-0/+3
* Print Preview: Print the right WebFrame/WebNode.thestig@chromium.org2011-05-271-8/+12
* Print Preview: Disable controls when printing an embedded PDF.thestig@chromium.org2011-05-121-0/+3
* Printing: Notify the browser process of renderer print failures. (try 2)thestig@chromium.org2011-05-061-0/+4
* Revert 84343 - Printing: Notify the browser process of renderer print failures.thestig@chromium.org2011-05-051-4/+0
* Printing: Notify the browser process of renderer print failures.thestig@chromium.org2011-05-051-0/+4
* Cleanup: Do not pass the unused document_cookie in the "printing done" IPC me...thestig@chromium.org2011-04-291-2/+1
* Printing: Catch more printing failures.thestig@chromium.org2011-04-281-1/+2
* Print Preview: Check PrintHostMsg_UpdatePrintSettings return results and disp...thestig@chromium.org2011-04-201-0/+3
* Add a ChromeRenderMessageFilter, which is like RenderMessageFilter but outsid...jam@chromium.org2011-03-241-0/+8
* Move printing messages to their own file.jam@chromium.org2011-03-241-0/+207