1. d24bc53 Use StringPiece in cups_helper.cc. by thestig · 10 years ago
  2. 27bb2f80 Print Preview: Get printer info with capabilities. by thestig · 10 years ago
  3. 3154ea2 Use cupsGetNamedDest() in PrintBackendCUPS. by thestig · 10 years ago
  4. 02aa51c [Mac/GN] Set up the component build. by rsesek · 10 years ago
  5. fb23228 PdfMetafileSkia: use new SkDocument::MakePDF api by halcanary · 10 years ago
  6. 6b98cf9 Move ui/gfx/geometry ParamTraits to ui/gfx/ipc/geometry by fsamuel · 10 years ago
  7. bcdec0d Add out-of-line copy ctors for complex classes. (new in win_clang) by vmpstr · 10 years ago
  8. 09649fa Rename printing::ClipBox to PdfRectangle. by thestig · 10 years ago
  9. b587f9a4 JPEG decoding: replace ownership comments with std::unique_ptr. by dcheng · 10 years ago
  10. c3df9ba Convert //printing to use std::unique_ptr by dcheng · 10 years ago
  11. b923f18 Print Preview: Handle PDFs with reversed MediaBox / CropBox values. by thestig · 10 years ago
  12. 3520b80 Mac Printing: Remove workaround for a PDFKit bug. by thestig · 10 years ago
  13. 708618e mac: Remove IsOSSnowLeopard(). by thakis · 10 years ago
  14. 556abd1 Fix a bunch of IWYU violators that don't include scoped_ptr.h by Daniel Cheng · 10 years ago
  15. 99d77bf Separate gfx_ipc into skia-dependent and non-skia-dependent parts. This will simplify dependencies in gpu/ipc/common, as a part of the content/common/gpu --> gpu refactor. by markdittmer · 10 years ago
  16. db5935f Move base::FreeDeleter into its own header. by dcheng · 10 years ago
  17. 696e6a5 Replace usages of DEPRECATED_java_in_dir with java_files by agrieve · 10 years ago
  18. 2d74328 Use sk_sp-based picture recording APIs by fmalita · 10 years ago
  19. a34d1132 Add RetainedRef uses where needed. by vmpstr · 10 years ago
  20. 0aeeb333 pdf_metafile_skia: set metadata before drawing to pdf by halcanary · 10 years ago
  21. 8f981ab Use std::min/max to make intent more clear by krb · 10 years ago
  22. 9fd4ab6 Change scoped_ptr to a type alias for std::unique_ptr on OS_WIN by dcheng · 10 years ago
  23. 70c4942 Convert Pass()→std::move() on Windows by dcheng · 10 years ago
  24. 04b8358f printing: Add out-of-line copy ctors for complex classes. by vmpstr · 10 years ago
  25. 10e47b0 Cleanup misc nits in printing code. by thestig · 10 years ago
  26. 51040e9 Reland of Cleanup: Remove unused PrintSettings shrink factors. (patchset #1 id:1 of https://codereview.chromium.org/1697183002/ ) by phoglund · 10 years ago
  27. 6101f99 Revert of Cleanup: Remove unused PrintSettings shrink factors. (patchset #1 id:1 of https://codereview.chromium.org/1676953003/ ) by phoglund · 10 years ago
  28. 5ff7db2 Cleanup misc nits in printing metafile code. by thestig · 10 years ago
  29. c64d863 printing/pdf_metafile_skia: stop using deprecated version of SkDocument::setMetadata by halcanary · 10 years ago
  30. 5e8544f Cleanup: Remove unused PrintSettings shrink factors. by thestig · 10 years ago
  31. ed22971 Fix gn gen on //printing when use_sysroot = false by agoode · 10 years ago
  32. 4b6f030a Reverts fdca07 and makes it possible to force absolute paths. by zforman · 10 years ago
  33. 3c0ef4309 Move gn _run target generation into test(). (RELAND) by jbudorick · 10 years ago
  34. 3ccfd1f Printing: Remove backslashes from print job names. by thestig · 10 years ago
  35. 502c94f IPC::Message -> base::Pickle by rockot · 10 years ago
  36. 002f222 Revert of Move gn _run target generation into test(). (patchset #1 id:1 of https://codereview.chromium.org/1653003006/ ) by dpranke · 10 years ago
  37. 6b1b03783 Move gn _run target generation into test(). by jbudorick · 10 years ago
  38. bbf93ac Change gfx::ElideString() to take a size_t length. by thestig · 10 years ago
  39. cee690634 Reassign all of earthdok's TODOs and remove from OWNERS. by thestig · 10 years ago
  40. 115ceed allocator cleanup: remove dependencies on allocator from all targets by primiano · 10 years ago
  41. ed673beb skia::PlatformCanvas is an alias for SkCanvas; this is unhelpful. It's quite common for functions to be declared as returning SkCanvas* but defined as returning skia::PlatformCanvas*, so it's also not future-proof. by tomhudson · 10 years ago
  42. f6ea5e4 Revert "clang: Makes builds with clang less dependent on absolute file path" by dsansome · 10 years ago
  43. fdca074 clang: Makes builds with clang less dependent on absolute file path by zforman · 10 years ago
  44. 6d8217f Reland of move remote tree host and some related input and metro_driver code (patchset #1 id:1 of https://codereview.chromium.org/1602403002/ ) by samli · 10 years ago
  45. 0e3a9fd Revert of Remove remote tree host and some related input and metro_driver code (patchset #5 id:80001 of https://codereview.chromium.org/1586843002/ ) by samli · 10 years ago
  46. 5cc04f7 Remove remote tree host and some related input and metro_driver code by scottmg · 10 years ago
  47. 9b14c59 Mark printing code as basic printing and/or print preview code. by thestig · 10 years ago
  48. b4d790c9 Fix failure in printing/BUILD.gn when not using a sysroot. Without this change, gn gen fails with "cups-config not found: usr/bin/cups-config". by agoode · 10 years ago
  49. e4860045 Global conversion of Pass()→std::move() on OS==linux by dcheng · 10 years ago
  50. 126e93c Switch to standard integer types in printing/. by avi · 10 years ago
  51. 280746c Eliminate HICON leaks caused by creating icons from bitmap image. by anpol · 10 years ago
  52. 64f5280 printing: Invoke cups-config from the sysroot if one is being used. by raphael.kubo.da.costa · 10 years ago
  53. 6ef917b clang/win: Let remaining chromium_code targets build with -Wextra. by thakis · 10 years ago
  54. 828dddb We're getting rid of platform_device.h; most remaining users by tomhudson · 10 years ago
  55. c8e9e0d00 Misc fixes for gn builds with VS 2015 by brucedawson · 10 years ago
  56. 31521a8fe The API of the metadata helpers doesn't depend on PlatformDevice. by tomhudson · 10 years ago
  57. 6f3f097 jni: Pass method parameters as JavaParamRef in printing. by torne · 10 years ago
  58. 15223e9 We're deprecating SkDevice usage in Chromium; this change should by tomhudson · 10 years ago
  59. 259626c Cleanup: Correctly spell success(ful). by thestig · 10 years ago
  60. 904f1945 Mark base::Tuple as final by tzik · 10 years ago
  61. 73b63fd PDF Printing: embed browser user agent string in PDF metadata. by halcanary · 10 years ago
  62. d596824 Start using a themed application context for constructing views in Tab by yusufo · 10 years ago
  63. fe1f35d Update some Android printing OWNERS. by thestig · 10 years ago
  64. 64c8e26 Printing: Move some printing code out of pdf/ and into printing/. by thestig · 10 years ago
  65. 67ce00b8 PdfMetafileSkia: Embed Creator, CreationDate, and ModDate in PDF. by halcanary · 10 years ago
  66. a0e18cd Cleanup: IWYU for base/gtest_prod_util.h. by thestig · 10 years ago
  67. e94f1120 Add checks for android printing by dgn · 10 years ago
  68. 707a24b2 Cleanup code in printing/ by thestig · 10 years ago
  69. 63a4d15 Fix sbox_validation_tests & Make isolate_driver.py include the executable itself by maruel · 10 years ago
  70. 7c8964f Revert of Fix sbox_validation_tests & Make isolate_driver.py include the executable itself (patchset #3 id:90001 of https://codereview.chromium.org/1245873002/ ) by stgao · 10 years ago
  71. c6649f2 Fix sbox_validation_tests & Make isolate_driver.py include the executable itself by maruel · 10 years ago
  72. ab26826e "Simplify Page" print preview option enables by Arjun Patel · 10 years ago
  73. 517335e Get content_unittests to link on the mac GN build. by dpranke · 10 years ago
  74. f497c796 Add yet more GN isolates ... by dpranke · 10 years ago
  75. ca3b803 Move JNI annotations to annotations package. by aurimas · 10 years ago
  76. 84dff94 clang/win: Fix most -Wunused-function warnings in Chromium code. by thakis · 10 years ago
  77. 787e2b2 Remove base/mac/scoped_nsexception_enabler.h. by rsesek · 10 years ago
  78. e3f5f5d4 Cleanup: Fix some misc nits in printing code. by thestig · 10 years ago
  79. e03b42a win: Remove a few instances of the "goto error" pattern. by thakis · 10 years ago
  80. 8a80090 Replace base::str[n]casecmp with helper functions. by brettw · 10 years ago
  81. 8ca5918 Fixed all overloaded virtual methods on Windows. by mgiuca · 10 years ago
  82. 27e401c Include user email into document title before spooling by vitalybuka · 10 years ago
  83. 475b2e8f Fix some clang warnings with -Wmissing-braces in printing. by dcheng · 10 years ago
  84. 350eee0 Convert printing_unittests to run exclusively on Swarming by maruel · 10 years ago
  85. d5ca2bc Move Tuple to base namespace. by brettw · 10 years ago
  86. 05ac52d Honor 'sysroot' setting when running cups-config by sbc · 10 years ago
  87. 8d04646 Convert JsonWriter::Write to taking a const ref for the in-param by estade · 11 years ago
  88. 832ccd5 Replacing VerifierTraits with DummyVerifierTraits for non-kernel handles. by shrikant · 11 years ago
  89. 95fa3c9 Allow page range selection in system dialog called from preview by vitalybuka · 11 years ago
  90. 05d4a5b [Mac/Cleanup] Trim down Foundation.h and ApplicationServices.h includes by tapted · 11 years ago
  91. 76cb786 vs2015: avoid int->float warning in printing/emf_win.cc by scottmg · 11 years ago
  92. 94b3605 win: Fix remaining plugin warnings in ash, device, printing, sandbox. by thakis · 11 years ago
  93. bc76161 Update {virtual,override} to follow C++11 style in printing. by nick · 11 years ago
  94. 442258d Fix crash from ipc_fuzzer by vitalybuka · 11 years ago
  95. 3523bf8 Use SkPictureRecorder::endRecordingAsPicture() instead of endRecording() by thestig · 11 years ago
  96. 0a9c25c printing: Use MD5DigestToBase16() to get a human-readable hexadecimal string. by tfarina · 11 years ago
  97. 5baa8fb4 SkPDF Metafile: fix recording canvas scaling by halcanary · 11 years ago
  98. 04a35e1 Address NewApi lint warnings in src/printing. by newt · 11 years ago
  99. 32b8f25 Add missing printExtension to print settings for print preview by tbarzic · 11 years ago
  100. 7c7296f4 Apply gn format with 'sources' sorting to src/ by scottmg · 11 years ago