| Commit message (Expand) | Author | Age | Files | Lines |
* | Change base/file_utils.h includes to base/files/file_utils.h in gin, google_a... | thestig | 2014-09-05 | 2 | -2/+2 |
* | Use document from preview for System Dialog printing on Windows. | vitalybuka | 2014-08-26 | 2 | -0/+40 |
* | clang/win: Fix most -Wwriteable-strings warnings. | thakis@chromium.org | 2014-07-23 | 1 | -2/+6 |
* | Add a unit test that filenames aren't unintentionally converted to URLs. | dcheng@chromium.org | 2014-07-15 | 1 | -1/+1 |
* | default is a keyword in C++, don't use it as variable name. | thakis@chromium.org | 2014-06-25 | 1 | -13/+14 |
* | Fixed C++ type conversion. | vitalybuka@chromium.org | 2014-06-19 | 2 | -5/+5 |
* | Print Preview: Enable tests disabled on ASAN once again. | thestig@chromium.org | 2014-06-18 | 1 | -2/+7 |
* | Add paper size support for local printing on Windows. | vitalybuka@chromium.org | 2014-06-16 | 1 | -21/+19 |
* | Add paper size reporting for CUPS printers (to let user to select one in the ... | alekseys@chromium.org | 2014-06-13 | 4 | -4/+75 |
* | Revert of Revert of Generalize printer color model handling, get rid of CUPS ... | ckocagil@chromium.org | 2014-06-08 | 3 | -14/+3 |
* | Revert of Generalize printer color model handling, get rid of CUPS specific c... | ckocagil@chromium.org | 2014-06-08 | 3 | -3/+14 |
* | Generalize printer color model handling, get rid of CUPS specific case. Enabl... | alekseys@chromium.org | 2014-06-08 | 3 | -14/+3 |
* | Revert 275646 "Generalize printer color model handling, get rid ..." | vitalybuka@chromium.org | 2014-06-07 | 3 | -3/+14 |
* | Generalize printer color model handling, get rid of CUPS specific case. Enabl... | alekseys@chromium.org | 2014-06-07 | 3 | -14/+3 |
* | Convert local printer capabilites to CDD format to unify with cloud printers ... | alekseys@chromium.org | 2014-06-05 | 4 | -26/+52 |
* | Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME). | nkostylev@chromium.org | 2014-05-27 | 1 | -2/+5 |
* | Linux: Remove gcrypt initialization workaround. | thestig@chromium.org | 2014-05-20 | 1 | -79/+0 |
* | Revert 270872 "Move all callers of GetHomeDir() to PathService::..." | benwells@chromium.org | 2014-05-16 | 1 | -5/+2 |
* | Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME). | nkostylev@chromium.org | 2014-05-16 | 1 | -2/+5 |
* | Renamed namespaces of url lib. | vitalybuka@chromium.org | 2014-05-01 | 1 | -1/+1 |
* | scoped_ptr<DEVMODE[]> replaced with scoped_ptr<DEVMODE, base::FreeDeleter>. | vitalybuka@chromium.org | 2014-03-11 | 3 | -41/+44 |
* | Move WriteFile and WriteFileDescriptor from file_util to base namespace. | brettw@chromium.org | 2014-03-06 | 1 | -1/+1 |
* | Move TrimWhitespace to the base namespace. | brettw@chromium.org | 2014-03-03 | 1 | -2/+3 |
* | Added more checks for buffer size to crash safely in case of incorrect driver... | vitalybuka@chromium.org | 2014-02-27 | 1 | -4/+4 |
* | Use DocumentProperties to get default DEVMODE instead of PRINTER_INFO_*. | vitalybuka@chromium.org | 2014-02-25 | 3 | -46/+3 |
* | Changed tags to match caps printers. | vitalybuka@chromium.org | 2014-02-22 | 2 | -10/+10 |
* | Less strict CHECK for DeviceCapabilities results. | vitalybuka@chromium.org | 2014-02-21 | 1 | -4/+10 |
* | Revert 252221 "Use DocumentProperties to get default DEVMODE ins..." | vitalybuka@chromium.org | 2014-02-21 | 5 | -11/+53 |
* | Use DocumentProperties to get default DEVMODE instead of PRINTER_INFO_*. | vitalybuka@chromium.org | 2014-02-20 | 5 | -53/+11 |
* | Added NULL pointer check for DEVMODE. | vitalybuka@chromium.org | 2014-02-20 | 1 | -1/+4 |
* | Removed unnecessary comparison checking bits in DEVMODE::dmFields. | vitalybuka@chromium.org | 2014-02-18 | 2 | -10/+9 |
* | Fixing crash when DRIVER_INFO_6::pszMfgName is NULL | vitalybuka@chromium.org | 2014-02-17 | 1 | -1/+1 |
* | Use XPS to set color for HP printers. | vitalybuka@chromium.org | 2014-02-14 | 3 | -15/+156 |
* | Fixed coping printer names. | vitalybuka@chromium.org | 2014-02-05 | 1 | -4/+10 |
* | Extend PrinterSemanticCapsAndDefaults with Collate, Copies, PaperSize and Dpi... | vitalybuka@chromium.org | 2014-02-05 | 3 | -27/+161 |
* | Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox... | avi@chromium.org | 2013-12-25 | 2 | -17/+21 |
* | Update uses of Value in extensions/, google_apis/, gpu/, media/, net/, printi... | avi@chromium.org | 2013-12-23 | 1 | -1/+1 |
* | Move temp file functions to base namespace. | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Move some more file utils to the base namespace. | brettw@chromium.org | 2013-12-02 | 1 | -1/+1 |
* | Base: Remove Receive() from ScopedHandle. | rvargas@chromium.org | 2013-11-28 | 1 | -6/+3 |
* | Revert of https://codereview.chromium.org/71013004/ | hashimoto@chromium.org | 2013-11-27 | 1 | -3/+6 |
* | Base: Remove Receive() from ScopedHandle. | rvargas@chromium.org | 2013-11-27 | 1 | -6/+3 |
* | Extract XPS code from PrintSystemWin. | vitalybuka@chromium.org | 2013-11-10 | 1 | -0/+25 |
* | Moved SimplifyDocumentTitle from printing/backend | vitalybuka@chromium.org | 2013-11-09 | 3 | -48/+0 |
* | Print Preview: Save the CUPS printer color model info and use it when printing. | thestig@chromium.org | 2013-10-18 | 2 | -0/+7 |
* | Cleanup various bits of printing code. | thestig@chromium.org | 2013-10-14 | 4 | -42/+37 |
* | Cleanup: Use base namespace in printing/. | thestig@chromium.org | 2013-10-01 | 4 | -6/+7 |
* | Clean up a few more unused globals. | thakis@chromium.org | 2013-09-25 | 1 | -5/+0 |
* | Move text_elider to gfx. | ben@chromium.org | 2013-09-09 | 1 | -2/+2 |
* | Move ReadFileToString to the base namespace. | brettw@chromium.org | 2013-08-30 | 2 | -2/+2 |