| Commit message (Expand) | Author | Age | Files | Lines |
* | Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox... | avi@chromium.org | 2013-12-25 | 1 | -1/+1 |
* | Don't set "print selection" to false. | vitalybuka@chromium.org | 2013-11-12 | 1 | -1/+0 |
* | Move settings setup for PDF and cloud print into single location in PrintingC... | vitalybuka@chromium.org | 2013-11-04 | 1 | -4/+26 |
* | De-duplicate job_settings parsing code. | vitalybuka@chromium.org | 2013-10-29 | 1 | -53/+21 |
* | Cleanup: Use base namespace in printing/. | thestig@chromium.org | 2013-10-01 | 1 | -1/+1 |
* | mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef. | thakis@chromium.org | 2013-06-24 | 1 | -4/+4 |
* | Update the remaining references to sys_string_conversions.h to its new location. | tfarina@chromium.org | 2013-03-30 | 1 | -1/+1 |
* | Match paper by both PPD name and size. | vitalybuka@chromium.org | 2012-09-10 | 1 | -11/+31 |
* | base::Bind: Convert PrintingContext::PrintSettingsCallback. | jhawkins@chromium.org | 2011-11-19 | 1 | -6/+7 |
* | PrintPreview:[MAC] Added "Open PDF In Preview" option to open the pdf in nati... | kmadhusu@chromium.org | 2011-11-17 | 1 | -0/+16 |
* | PrintPreview: [MAC] Set the system default page size in NSPrintInfo PMPageFor... | kmadhusu@chromium.org | 2011-11-02 | 1 | -0/+96 |
* | Cleanup: Remove unneeded namespaces. | thestig@chromium.org | 2011-10-18 | 1 | -2/+2 |
* | Reland 105087: PrintPreview: Fix printer color settings issues based on print... | kmadhusu@chromium.org | 2011-10-13 | 1 | -11/+9 |
* | Revert 105087 - PrintPreview: Fix printer color settings issues based on prin... | kmadhusu@chromium.org | 2011-10-12 | 1 | -9/+11 |
* | PrintPreview: Fix printer color settings issues based on printer ppd/schema i... | kmadhusu@chromium.org | 2011-10-12 | 1 | -11/+9 |
* | Fix lack of preview when GCP printer is selected. | abodenha@chromium.org | 2011-10-04 | 1 | -2/+4 |
* | Reland 100233 PrintPreview: Added code to identify the printer default duplex... | kmadhusu@chromium.org | 2011-09-08 | 1 | -1/+3 |
* | Revert 100233 - PrintPreview: Added code to identify the printer default dupl... | kmadhusu@chromium.org | 2011-09-08 | 1 | -3/+1 |
* | PrintPreview: Added code to identify the printer default duplex value. | kmadhusu@chromium.org | 2011-09-08 | 1 | -1/+3 |
* | PrintPreview: Fixed RICOH MP C3501 color print job issues. | kmadhusu@chromium.org | 2011-09-04 | 1 | -5/+10 |
* | Added Header and Footer support in Linux, Windows and Mac for Skia | aayushkumar@chromium.org | 2011-08-17 | 1 | -1/+1 |
* | Revert 97219 - Added Header and Footer support in Linux, Windows and Mac for ... | aayushkumar@chromium.org | 2011-08-17 | 1 | -1/+1 |
* | Added Header and Footer support in Linux, Windows and Mac for Skia | aayushkumar@chromium.org | 2011-08-17 | 1 | -1/+1 |
* | Fix issues with cloud printers only getting first page of a doc in print prev... | abodenha@chromium.org | 2011-07-23 | 1 | -1/+3 |
* | PrintPreview: Modified PrintingContextMac code to use the copy of sharedPrint... | kmadhusu@chromium.org | 2011-06-03 | 1 | -8/+10 |
* | [Mac] Allow NSExceptions in certain cases. | shess@chromium.org | 2011-05-24 | 1 | -0/+11 |
* | PrintPreview: [MAC]Update only the orientation settings, if the selected prin... | kmadhusu@chromium.org | 2011-05-05 | 1 | -11/+15 |
* | Cleanup: Make the PrintingContext::UpdatePrintSettings code more consistent a... | thestig@chromium.org | 2011-05-04 | 1 | -6/+9 |
* | PrintPreview: Modified code to set the printer using the unique printer id. | kmadhusu@chromium.org | 2011-05-04 | 1 | -12/+29 |
* | PrintPreview: [LINUX] Set color and duplex setting values in print job ticket. | kmadhusu@chromium.org | 2011-04-26 | 1 | -1/+0 |
* | PrintPreview: [MAC] Set duplex binding settings in print ticket. | kmadhusu@chromium.org | 2011-04-20 | 1 | -5/+17 |
* | PrintPreview: [MAC] Set the color setting in print ticket. | kmadhusu@chromium.org | 2011-04-12 | 1 | -1/+20 |
* | PrintPreview: [MAC] Set the duplex setting in print ticket. | kmadhusu@chromium.org | 2011-04-07 | 1 | -1/+13 |
* | PrintPreview: [MAC] Set the specified orientation in the print ticket. | kmadhusu@chromium.org | 2011-04-05 | 1 | -2/+16 |
* | PrintPreview: Set number of copies and collate in print ticket. | kmadhusu@chromium.org | 2011-04-05 | 1 | -4/+31 |
* | PrintPreview: Added a helper function to get print job settings from dictionary. | kmadhusu@chromium.org | 2011-03-31 | 1 | -6/+3 |
* | PrintPreview: Add a print job constant for "printerName". | kmadhusu@chromium.org | 2011-03-30 | 1 | -1/+1 |
* | Print Preview: Implement basic settings. | thestig@chromium.org | 2011-03-29 | 1 | -0/+6 |
* | PrintPreview: Added a helper function 'SetPrinter' in printing/printing_conte... | kmadhusu@chromium.org | 2011-03-23 | 1 | -10/+16 |
* | Printing: Use const reference instead of a const pointer. | thestig@chromium.org | 2011-03-22 | 1 | -2/+2 |
* | PrintPreview: [MAC] Set the selected printer for the current print job. | kmadhusu@chromium.org | 2011-03-21 | 1 | -12/+35 |
* | Cleanup: Modify 'NSPrintInfo' raw pointer to a scoped_nsobject. | kmadhusu@chromium.org | 2011-03-15 | 1 | -18/+14 |
* | (1) Hook up the print button to send the pages to the default printer for pri... | kmadhusu@chromium.org | 2011-03-05 | 1 | -1/+14 |
* | Printing: Delete dead code in PrintJob and cleanup corresponding code in Prin... | thestig@chromium.org | 2011-02-14 | 1 | -4/+0 |
* | On Chrome OS, use the application locale to determine the default paper size ... | sanjeevr@chromium.org | 2010-12-03 | 1 | -4/+4 |
* | Printing: Refactor PrintSettings::Init into a PrintSettingsFactory class | jhawkins@chromium.org | 2010-10-26 | 1 | -1/+4 |
* | Move scoped_cftyperef from base to base/mac, use the new namespace, and name it | brettw@chromium.org | 2010-10-17 | 1 | -2/+2 |
* | Printing: Convert PrintingContext into an interface implemented by the separate | jhawkins@chromium.org | 2010-10-06 | 1 | -35/+35 |
* | Fix Mac print crash | gfeher@chromium.org | 2010-09-29 | 1 | -4/+4 |
* | Printing: Remove the debug-only |page_number_| from PrintingContext, which has | jhawkins@chromium.org | 2010-09-28 | 1 | -14/+0 |