| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed IDC_PRINT_TO_DESTINATION. | Vitaly Buka | 2014-08-29 | 4 | -49/+0 |
* | Removed NativeMetafile and PreviewMetafile typedef as it's always PdfMetafile... | vitalybuka | 2014-08-29 | 5 | -24/+4 |
* | Removed print_web_view_helper_win.cc | vitalybuka | 2014-08-28 | 1 | -9/+1 |
* | Use document from preview for System Dialog printing on Windows. | vitalybuka | 2014-08-26 | 17 | -462/+141 |
* | Work on GN build of Chrome. | Brett Wilson | 2014-08-26 | 1 | -0/+1 |
* | Added PrintingContext::Delegate to get parent view handle and application loc... | Vitaly Buka | 2014-08-26 | 16 | -65/+92 |
* | Revert of Added PrintingContext::Delegate to get parent view handle and appli... | finnur | 2014-08-25 | 14 | -84/+65 |
* | Added PrintingContext::Delegate to get parent view handle and application loc... | vitalybuka | 2014-08-23 | 14 | -65/+84 |
* | Add chrome, installer_util targets to GN build. | brettw@chromium.org | 2014-08-20 | 1 | -1/+1 |
* | Remove dead code. | vitalybuka@chromium.org | 2014-08-20 | 1 | -109/+0 |
* | Fixed return value in PrintingContext::OnError(). | vitalybuka@chromium.org | 2014-08-20 | 1 | -1/+2 |
* | GN: Remove duplicate entries from sources lists | jamesr@chromium.org | 2014-08-19 | 1 | -3/+3 |
* | Move file_util_icu to base::i18n namespace | brettw@chromium.org | 2014-08-07 | 1 | -1/+1 |
* | clang/win: Fix most -Wwriteable-strings warnings. | thakis@chromium.org | 2014-07-23 | 1 | -2/+6 |
* | GN: Add //ui/base/ime, fix up printing on mac | jamesr@chromium.org | 2014-07-23 | 1 | -1/+1 |
* | Cleanup test_support target names. | tfarina@chromium.org | 2014-07-22 | 1 | -1/+1 |
* | The browser test can print webpages to PDFs, then convert those PDFs to PNGs ... | ivandavid@chromium.org | 2014-07-18 | 1 | -1/+1 |
* | Add a unit test that filenames aren't unintentionally converted to URLs. | dcheng@chromium.org | 2014-07-15 | 1 | -1/+1 |
* | Add chrome/browser/ui to the GN build. | brettw@chromium.org | 2014-07-11 | 1 | -2/+1 |
* | SkBitmap::Config is no more, use SkColorType | reed@google.com | 2014-07-10 | 1 | -1/+1 |
* | Revert 282355 "Add chrome/browser/ui to the GN build." | brettw@chromium.org | 2014-07-10 | 1 | -1/+2 |
* | Add chrome/browser/ui to the GN build. | brettw@chromium.org | 2014-07-10 | 1 | -2/+1 |
* | Provide gtest printers for ui/gfx geometry types | jamesr@chromium.org | 2014-07-10 | 2 | -0/+2 |
* | clang/wip: Fix "taking the address of a temporary" error. | thakis@chromium.org | 2014-07-04 | 1 | -3/+3 |
* | default is a keyword in C++, don't use it as variable name. | thakis@chromium.org | 2014-06-25 | 1 | -13/+14 |
* | Apply paper size selection for local printers on OSX. | vitalybuka@chromium.org | 2014-06-20 | 2 | -80/+102 |
* | 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 | 2 | -21/+36 |
* | Add paper size reporting for CUPS printers (to let user to select one in the ... | alekseys@chromium.org | 2014-06-13 | 4 | -4/+75 |
* | Improvements in --debug-print switch implementation. | vitalybuka@chromium.org | 2014-06-12 | 14 | -299/+427 |
* | Guarded shrink setting with ifdefs to make clear where it is used. | vitalybuka@chromium.org | 2014-06-12 | 5 | -40/+49 |
* | Changes in printer settings: | alekseys@chromium.org | 2014-06-12 | 6 | -13/+57 |
* | 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 |
* | Linux: Remove unused gcrypt gyp code. | thestig@chromium.org | 2014-06-04 | 1 | -5/+0 |
* | Add src/printing to the GN build. | brettw@chromium.org | 2014-06-04 | 2 | -4/+285 |
* | Cleanup: Get rid of unneeded base::UTF16ToWide() conversions. | thestig@chromium.org | 2014-06-03 | 1 | -4/+3 |
* | Add media size capability to PDF printer. | alekseys@chromium.org | 2014-05-29 | 2 | -0/+21 |
* | Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME). | nkostylev@chromium.org | 2014-05-27 | 1 | -2/+5 |
* | Printing on Windows via PDF | scottmg@chromium.org | 2014-05-20 | 1 | -2/+2 |
* | Linux: Remove gcrypt initialization workaround. | thestig@chromium.org | 2014-05-20 | 2 | -80/+1 |
* | Android: cleans up jni_generator_ptr_type. | bulach@chromium.org | 2014-05-16 | 1 | -1/+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 |
* | Revert 270750 "Android: cleans up jni_generator_ptr_type." | jiayl@chromium.org | 2014-05-15 | 1 | -0/+1 |