| Commit message (Expand) | Author | Age | Files | Lines |
* | These are the Chrome side changes to support the Print device charm in Metro. | mad@chromium.org | 2012-06-29 | 4 | -0/+104 |
* | Restore DC before EndPage call to state if was just after StartPage. We need ... | vitalybuka@chromium.org | 2012-06-20 | 3 | -38/+49 |
* | Mac printing: Autorotate printed pages so their orientation is the same as th... | thestig@chromium.org | 2012-06-18 | 7 | -71/+99 |
* | Add ENABLE_PRINTING and disable it on Android. | wangxianzhu@chromium.org | 2012-06-09 | 1 | -0/+11 |
* | Reland 139885 - Enable the handle verifier. | rvargas@google.com | 2012-06-04 | 1 | -2/+1 |
* | Revert 139885 - Enable the handle verifier. | rvargas@google.com | 2012-05-31 | 1 | -1/+2 |
* | Enable the handle verifier. | rvargas@google.com | 2012-05-31 | 1 | -2/+1 |
* | Base: Add a handle verifier to ScopedHandle. | rvargas@chromium.org | 2012-05-31 | 1 | -1/+2 |
* | Remove use of BrowserList::GetLastActive from PrintDialogGtk. Pass through th... | ben@chromium.org | 2012-05-24 | 2 | -1/+3 |
* | Adding functionality to specify TLS encryption CUPS print servers for cloudpr... | gene@chromium.org | 2012-05-16 | 5 | -11/+26 |
* | [Print Preview]: Added code to support pdf fit to page functionality. | kmadhusu@chromium.org | 2012-05-16 | 2 | -0/+5 |
* | Cleanup: Remove unneeded scoped_ptr.h includes from ppapi, printing, remoting... | thestig@chromium.org | 2012-05-16 | 4 | -35/+34 |
* | Fix new -Wnull-conversion violations detected by a newer clang. | thakis@chromium.org | 2012-05-16 | 1 | -1/+1 |
* | Change the way _EXPORT macros look. | thakis@chromium.org | 2012-05-15 | 1 | -0/+4 |
* | A better fix for scaling issue. | gene@chromium.org | 2012-05-09 | 5 | -74/+26 |
* | ugrr... Fixing printing scaling again. | gene@chromium.org | 2012-05-03 | 3 | -1/+73 |
* | RefCounted types should not have public destructors, printing/ and ui/ | rsleevi@chromium.org | 2012-05-02 | 4 | -31/+30 |
* | Don't make checkdeps ignore includes to directories that are brought in via d... | jam@chromium.org | 2012-04-27 | 1 | -1/+1 |
* | Convert printing ui_tests to browser_tests. | jam@chromium.org | 2012-04-09 | 1 | -1/+1 |
* | Remove obsolete chromeos specific code | oshima@chromium.org | 2012-04-09 | 1 | -3/+1 |
* | Remove workaround for fixed skia bug. | vandebo@chromium.org | 2012-03-28 | 1 | -2/+0 |
* | Fixed null pointer exception. | vitalybuka@chromium.org | 2012-03-23 | 1 | -3/+5 |
* | Roll Skia DEPS to 3470 | epoger@google.com | 2012-03-23 | 1 | -18/+13 |
* | Revert "Roll Skia to 3470, which changes most of the pdf includes to be priva... | vandebo@chromium.org | 2012-03-23 | 1 | -13/+18 |
* | Roll Skia to 3470, which changes most of the pdf includes to be private. | vandebo@chromium.org | 2012-03-23 | 1 | -18/+13 |
* | Removed trailing ; | vitalybuka@chromium.org | 2012-03-23 | 1 | -1/+2 |
* | Driver related info would be included into PrinterBasicInfo::options so it wo... | vitalybuka@chromium.org | 2012-03-22 | 6 | -63/+149 |
* | PrintPreview: Hide/Show the header footer option based on print frame margins. | kmadhusu@chromium.org | 2012-03-20 | 2 | -2/+12 |
* | ui/gfx: Do not use the deprecated SkBitmap::getConfig() function. | tfarina@chromium.org | 2012-03-19 | 1 | -1/+1 |
* | Fix invalid return value. | vitalybuka@chromium.org | 2012-03-18 | 1 | -4/+4 |
* | Fixed return value. | vitalybuka@chromium.org | 2012-03-16 | 1 | -2/+2 |
* | ScopedPrinterInfoSetter sets printer related information to be available for ... | vitalybuka@chromium.org | 2012-03-16 | 4 | -21/+33 |
* | Add base::StaticAtomicSequenceNumber. | pliard@chromium.org | 2012-03-13 | 1 | -2/+2 |
* | GetPrinterDriverInfo returns string. | vitalybuka@chromium.org | 2012-03-07 | 5 | -27/+21 |
* | Added PrinterDriverInfo and PrintBackend::GetPrinterDriverInfo for windows. | vitalybuka@chromium.org | 2012-03-05 | 5 | -5/+86 |
* | Making GenericScopedHandle capable of handling handle types other than HANDLE. | alexeypa@chromium.org | 2012-03-05 | 1 | -0/+13 |
* | Improved resource management by using ScopedPrinterHandle. | vitalybuka@chromium.org | 2012-03-02 | 2 | -29/+15 |
* | Added ScopedPrinterHandle | vitalybuka@chromium.org | 2012-03-02 | 1 | -1/+12 |
* | Remove histograms from printing/emf_win.cc. | thestig@chromium.org | 2012-02-23 | 1 | -10/+1 |
* | GTK: implement "print selection". | peter@pcc.me.uk | 2012-02-14 | 2 | -3/+4 |
* | Revert 121840 - Make scoped dc objects smarter | cpu@chromium.org | 2012-02-14 | 1 | -4/+4 |
* | Make scoped dc objects smarter | cpu@chromium.org | 2012-02-14 | 1 | -4/+4 |
* | Cleanup: Remove static storage for variables in an unnamed namespace. | jhawkins@chromium.org | 2012-01-28 | 3 | -6/+8 |
* | Linux: Try several different paths to the GnuTls library when trying to dynam... | thestig@chromium.org | 2012-01-26 | 1 | -15/+23 |
* | Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T. | fischman@chromium.org | 2012-01-23 | 1 | -5/+3 |
* | PrintPreview: Honor the print media page size and margin values. | kmadhusu@chromium.org | 2012-01-10 | 7 | -28/+30 |
* | Change signature of |ui::ElideText()|. Add a truncate mode. | asvitkine@chromium.org | 2011-12-12 | 1 | -2/+3 |
* | Clean up cloud printing aura stub code. | jennyz@chromium.org | 2011-12-06 | 6 | -47/+10 |
* | Fix many* python scripts in src/ | maruel@chromium.org | 2011-11-23 | 1 | -32/+41 |
* | replace platform conditions with os_posix and os_bsd where applicable | robert.nagy@gmail.com | 2011-11-22 | 1 | -1/+1 |