summaryrefslogtreecommitdiffstats
path: root/chrome/browser/printing
Commit message (Expand)AuthorAgeFilesLines
* Coverity: Null returns and negative returnskmadhusu@chromium.org2011-06-221-0/+2
* Coverity: Fix unchecked returns.kmadhusu@chromium.org2011-06-222-4/+4
* Fix issue with closing print dialog.abodenha@chromium.org2011-06-201-14/+20
* Added locale param to print dialog URL.abodenha@google.com2011-06-151-1/+2
* Moves NavigationController::session_id into RestoreTabHelper.sky@chromium.org2011-06-142-2/+8
* PrintPreview: Made code change to display the error messages that occurs whil...kmadhusu@chromium.org2011-06-112-0/+10
* Allows submission of print jobs in the Linux proxy. abeera@google.com2011-06-101-2/+7
* PrintPreview: Preview generation should not block print button.kmadhusu@chromium.org2011-06-106-1/+76
* Attempt at fixing crash. It looks like the printing code can deletesky@chromium.org2011-06-093-14/+21
* *Fixup about and chrome scheme URLs in URLFixerUpper::FixupURL.msw@chromium.org2011-06-083-4/+4
* Revert 88142 to fix sync_integration_tests offline.msw@chromium.org2011-06-073-4/+4
* *Fixup about and chrome scheme URLs in URLFixerUpper::FixupURL.msw@chromium.org2011-06-073-4/+4
* The ServiceProcessControl class is now a singleton and is not keyed off the p...sanjeevr@chromium.org2011-06-022-16/+6
* Support PDF print preview in ChromeFrame by opening the preview in a new Chro...ananta@chromium.org2011-06-021-2/+14
* Factor load notification detail structs out of NavigationController and into pinkerton@chromium.org2011-05-311-3/+3
* PrintPreview: Print Preview is not staying associated with initiator renderer.kmadhusu@chromium.org2011-05-303-4/+107
* Print Preview: Print the right WebFrame/WebNode.thestig@chromium.org2011-05-274-14/+21
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-253-3/+3
* Remove functions in RenderViewHost and RenderWidgetHost that just send an IPC...jam@chromium.org2011-05-191-1/+3
* Fix stupid build error.thestig@chromium.org2011-05-191-1/+1
* Print Preview: Fix a crash in CreatePrintPreviewTab.thestig@chromium.org2011-05-191-0/+3
* Created an IPC method to enable the cloud print proxy using robot OAuth2 cred...sanjeevr@chromium.org2011-05-132-0/+36
* Print Preview: Disable controls when printing an embedded PDF.thestig@chromium.org2011-05-121-1/+1
* Changed the IPC between the browser and the service process to return more de...sanjeevr@chromium.org2011-05-112-9/+18
* PrintPreview: Handle Print button click event to close preview tab and focus ...kmadhusu@chromium.org2011-05-101-0/+11
* Print Preview: Adding more specific error message when initiator tab is close...dpapad@chromium.org2011-05-101-1/+1
* Refactor preference syncing.zea@chromium.org2011-05-092-3/+6
* Print Preview: Print in the background.thestig@chromium.org2011-05-073-0/+159
* PrintPreview: Fix the destination printer list to show printer names rather t...kmadhusu@chromium.org2011-05-061-3/+3
* Printing: Notify the browser process of renderer print failures. (try 2)thestig@chromium.org2011-05-062-0/+15
* Revert 84343 - Printing: Notify the browser process of renderer print failures.thestig@chromium.org2011-05-052-15/+0
* Printing: Notify the browser process of renderer print failures.thestig@chromium.org2011-05-052-0/+15
* Remove Value::GetAsInteger() calls.yusukes@google.com2011-05-051-15/+3
* Cleanup: Make the PrintingContext::UpdatePrintSettings code more consistent a...thestig@chromium.org2011-05-041-44/+40
* Print Preview: Fixing closing the initiator tab while preview is still loading.dpapad@chromium.org2011-05-042-2/+2
* Print Preview: Disabling layout options when the initiator tab is a PDF doc.dpapad@chromium.org2011-05-041-1/+2
* Cleanup: Remove more dead printing code.thestig@chromium.org2011-04-291-9/+1
* PrintPreview: [LINUX] Added code to show the printer configuration tool.kmadhusu@chromium.org2011-04-291-2/+55
* Pick off the lowest hanging fruits in removing the chrome includes from conte...jam@chromium.org2011-04-291-1/+1
* Cleanup: Remove more dead printing code.thestig@chromium.org2011-04-292-26/+4
* Cleanup: Do not pass the unused document_cookie in the "printing done" IPC me...thestig@chromium.org2011-04-292-6/+2
* Printing: Catch more printing failures.thestig@chromium.org2011-04-282-13/+26
* PrintPreview:[MAC & WIN] Added code to show the native printer management dia...kmadhusu@chromium.org2011-04-284-0/+101
* Prevent context menu crash.scottbyer@chromium.org2011-04-282-0/+6
* Move |printing_enabled_| preference into PrintJobManager.bauerb@chromium.org2011-04-272-29/+27
* PrintPreview: [LINUX] Set color and duplex setting values in print job ticket.kmadhusu@chromium.org2011-04-261-2/+34
* Print Preview: Print the entire page range since the preview only contains th...thestig@chromium.org2011-04-231-10/+15
* Sync: Inline sync login dialog into Tabbed Options.jhawkins@chromium.org2011-04-221-1/+1
* Fix deletion of temp files from port monitor.abodenha@google.com2011-04-222-1/+18
* Print Preview: Disable print settings when initiator tab is closed.kmadhusu@chromium.org2011-04-211-0/+6