summaryrefslogtreecommitdiffstats
path: root/printing
Commit message (Expand)AuthorAgeFilesLines
* Replacing VerifierTraits with DummyVerifierTraits for non-kernel handles.shrikant2015-05-051-2/+2
* Allow page range selection in system dialog called from previewvitalybuka2015-05-0512-15/+30
* [Mac/Cleanup] Trim down Foundation.h and ApplicationServices.h includestapted2015-05-042-5/+1
* vs2015: avoid int->float warning in printing/emf_win.ccscottmg2015-04-301-3/+8
* win: Fix remaining plugin warnings in ash, device, printing, sandbox.thakis2015-04-302-6/+15
* Update {virtual,override} to follow C++11 style in printing.nick2015-04-277-46/+46
* Fix crash from ipc_fuzzervitalybuka2015-04-111-0/+1
* Use SkPictureRecorder::endRecordingAsPicture() instead of endRecording()thestig2015-04-081-1/+1
* printing: Use MD5DigestToBase16() to get a human-readable hexadecimal string.tfarina2015-04-081-1/+1
* SkPDF Metafile: fix recording canvas scalinghalcanary2015-04-031-10/+16
* Address NewApi lint warnings in src/printing.newt2015-03-063-1/+10
* Add missing printExtension to print settings for print previewtbarzic2015-03-031-3/+8
* Apply gn format with 'sources' sorting to src/scottmg2015-02-281-2/+2
* Remove unused codevitalybuka2015-02-234-19/+1
* Block nested system print dialogs on Windows.vitalybuka2015-02-232-1/+9
* Add more size_t -> int warning fixes for the win x64 GN build.dpranke2015-02-201-0/+2
* win/aura: Remove some more non-aura code for Windows.Sadrul Habib Chowdhury2015-02-131-9/+0
* Add support for starting an extension print job to print previewtbarzic2015-02-122-0/+5
* Removed unused code in skia/ext/vector_*.vitalybuka2015-02-063-9/+8
* Update {virtual,override,final} to follow C++11 style in printing.dcheng2015-02-062-19/+18
* Update {virtual,override,final} to follow C++11 style in printing, round 2.dcheng2015-01-232-28/+25
* Remove calls to deprecated SkPDFDevice and SkPDFDocuemnt.halcanary2015-01-221-85/+127
* Fix crash on NULL pointer when the browser is compiled with use_cups=0Paweł Hajdan, Jr2015-01-222-3/+41
* Move the test template to //testing/test.gni (part 2)qsr2015-01-211-0/+1
* Double buffer size to avoid crashes with drives which request buffer smallervitalybuka2015-01-081-0/+10
* Revert of Remove calls to deprecated SkPDFDevice and SkPDFDocuemnt. (patchset...halcanary2015-01-081-130/+85
* Remove calls to deprecated SkPDFDevice and SkPDFDocuemnt.halcanary2015-01-061-85/+130
* Cleanup: Update the path to gfx size headers.tfarina2015-01-036-6/+6
* Cleanup: Update the path to gfx rect headers.tfarina2014-12-3110-10/+10
* Cleanup: Update the path to insets and point headers.tfarina2014-12-232-2/+2
* Standardize usage of virtual/override/final specifiers in printing code.dcheng2014-12-221-18/+17
* Update legacy Tuple-using code.Avi Drissman2014-12-221-4/+4
* Implement window.print() on Androiddgn2014-12-1518-10/+118
* Add missed files in Windows GN build for printing.vchigrin2014-12-151-0/+2
* Drop unused base/tuple.h inclusiontzik2014-12-091-5/+0
* Support NumCopies print presetn.bansal2014-12-092-0/+4
* Switch back to PrintDlgEx instead of DocumentProperties.vitalybuka2014-12-081-2/+12
* gn format // (the rest, except mojo)scottmg2014-12-031-8/+5
* Added alekseys@chromium.org to printing OWNERS.vitalybuka2014-11-211-0/+1
* Revert of Remove calls to deprecated SkPDFDevice and SkPDFDocuemnt. (patchset...vitalybuka2014-11-181-150/+85
* Remove calls to deprecated SkPDFDevice and SkPDFDocuemnt.halcanary2014-11-171-85/+150
* Remove implicit conversions from scoped_refptr to T* in printing/dcheng2014-11-132-15/+10
* PdfMetafileSkia gives out a SkCanvas, not a SkBaseDevice.halcanary2014-11-102-34/+48
* Re-factored printing defines and build configs.vitalybuka2014-11-051-4/+4
* Moved StartPageForVectorCanvas from Metafile to PdfMetafileSkia.vitalybuka2014-11-056-37/+8
* Standardize usage of virtual/override/final in printing/dcheng2014-10-225-72/+66
* Fix Java indentation issues.aurimas2014-10-161-1/+1
* Make chrome_shell_apk buildcjhopman2014-10-132-15/+13
* Change PDF scaling factor from double to float.pkasting2014-10-096-31/+7
* Apply automatic range checks to content enum types across IPC.anujk.sharma2014-10-091-1/+2