| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove all exclude rules that filename_rules.gypi already handles. | dongseong.hwang@intel.com | 2014-01-20 | 1 | -7/+1 |
* | Refactor base/safe_numerics.h | jschuh@chromium.org | 2014-01-17 | 3 | -8/+8 |
* | Allows gtk2 printing dialog in Linux-Aura. | mukai@chromium.org | 2014-01-14 | 6 | -56/+70 |
* | Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox... | avi@chromium.org | 2013-12-25 | 5 | -21/+25 |
* | Update uses of Value in extensions/, google_apis/, gpu/, media/, net/, printi... | avi@chromium.org | 2013-12-23 | 1 | -1/+1 |
* | Add base:: to a string16 in printing/. | dbeam@chromium.org | 2013-12-19 | 1 | -1/+1 |
* | Move geometric types to a separate, more lightweight target. | ben@chromium.org | 2013-12-18 | 1 | -0/+2 |
* | Have jni_generator.gypi specify include_dirs to dependent targets. | blundell@chromium.org | 2013-12-17 | 1 | -5/+2 |
* | Fixing all Java import ordering issues. | aurimas@chromium.org | 2013-12-10 | 4 | -10/+8 |
* | Remove references to SkAdvancedTypefaceMetrics::kNotEmbeddable_Font | vandebo@chromium.org | 2013-12-09 | 1 | -3/+3 |
* | Android: refactors printing code & adds a test | cimamoglu@chromium.org | 2013-12-04 | 2 | -14/+170 |
* | Move GetFileSize, NormalizeFilePath to base namespace | brettw@chromium.org | 2013-12-04 | 1 | -1/+1 |
* | Move temp file functions to base namespace. | brettw@chromium.org | 2013-12-03 | 2 | -3/+3 |
* | Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close. | mark@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 |
* | Android: fix a null pointer exception in printing code | cimamoglu@chromium.org | 2013-11-26 | 1 | -1/+1 |
* | Android: change native pointer types from int to long in src/printing | cimamoglu@chromium.org | 2013-11-22 | 3 | -4/+5 |
* | Android: Moves isPrintingSupported method to ApiCompatibilityUtils | cimamoglu@chromium.org | 2013-11-22 | 1 | -10/+0 |
* | Pass PWG raster conversion settings from Preview to Converter. | vitalybuka@chromium.org | 2013-11-21 | 2 | -0/+6 |
* | Update Android printing related OWNERS files | cimamoglu@chromium.org | 2013-11-21 | 2 | -0/+5 |
* | Refactor Android printing code to make it more testable. | cimamoglu@chromium.org | 2013-11-20 | 7 | -117/+130 |
* | Use predefined margine for privet printing. | vitalybuka@chromium.org | 2013-11-20 | 1 | -1/+1 |
* | Load pdf library on all platforms. | vitalybuka@chromium.org | 2013-11-20 | 1 | -1/+1 |
* | Make Privet Printing work on Windows. | vitalybuka@chromium.org | 2013-11-20 | 1 | -3/+5 |
* | Set DPI before using GetPdfPaperSizeDeviceUnits | cimamoglu@chromium.org | 2013-11-18 | 1 | -0/+1 |
* | Remove some pass-thrus on RootWindow API in favor of exposing the RootWindowH... | ben@chromium.org | 2013-11-15 | 1 | -1/+1 |
* | Upstream Android printing code. | cimamoglu@chromium.org | 2013-11-14 | 9 | -0/+953 |
* | Don't set "print selection" to false. | vitalybuka@chromium.org | 2013-11-12 | 1 | -1/+0 |
* | 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 | 7 | -42/+70 |
* | Print to Privet local printers | noamsml@chromium.org | 2013-11-09 | 2 | -0/+9 |
* | Allow printing component to be removed completely | spang@chromium.org | 2013-11-07 | 1 | -10/+0 |
* | Move settings setup for PDF and cloud print into single location in PrintingC... | vitalybuka@chromium.org | 2013-11-04 | 18 | -114/+160 |
* | Re-enabled printing_context_win_unittest for aura. | vitalybuka@chromium.org | 2013-11-02 | 3 | -14/+13 |
* | Update printing_context_win_unittest.cc for r231501. | bungeman@chromium.org | 2013-11-01 | 1 | -1/+1 |
* | Remove unnecessary dependencies on "ui" target from some other targets. | tfarina@chromium.org | 2013-11-01 | 1 | -1/+0 |
* | Revert piece of "De-duplicate job_settings parsing code." r231501 | vitalybuka@chromium.org | 2013-11-01 | 2 | -3/+4 |
* | De-duplicate job_settings parsing code. | vitalybuka@chromium.org | 2013-10-29 | 26 | -307/+304 |
* | ui: Have shell_dialogs into its own gyp file under its shell_dialogs/ directory. | tfarina@chromium.org | 2013-10-29 | 1 | -1/+1 |
* | Removed unused PrintSettings::printer_name_. | vitalybuka@chromium.org | 2013-10-27 | 5 | -13/+1 |
* | Make GetRootWindow() return a Window instead of a RootWindow. | ben@chromium.org | 2013-10-25 | 1 | -1/+1 |
* | Use JS Date().toLocaleDateString() to format date in header. Fixed issues wit... | vitalybuka@chromium.org | 2013-10-23 | 3 | -5/+0 |
* | Use BaseShellDialog for print dialog on Windows | scottmg@chromium.org | 2013-10-22 | 4 | -23/+52 |
* | Add missing #include of algorithm for std::max | scottmg@chromium.org | 2013-10-22 | 1 | -0/+2 |
* | 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 | 7 | -52/+47 |
* | Remove abodenha from printing related owners | abodenha@chromium.org | 2013-10-09 | 1 | -1/+0 |