electron/chromium_src/chrome/renderer/printing
Brian R. Bondy 95d5de1444 Fix printing on Windows when sandbox is enabled
Auditors:  @bridiver

This makes it closer to how it works in Chromium and fixes the forever spooling problem on Windows.

The old way worked when the sandbox was disabled but failed on the call for shared_buf.CreateAndMapAnonymous when the sandbox was enabled

This also fixes a handle leak which Chromium already had fixed.
2016-08-07 10:46:08 -04:00
..
print_web_view_helper.cc Adapt to changes of Chrome 51 API changes (Part 2) 2016-05-23 12:29:14 +09:00
print_web_view_helper.h Update to API changes of Chrome 52 2016-07-04 15:32:43 +09:00
print_web_view_helper_linux.cc Update to API changes of Chrome 52 2016-07-04 15:32:43 +09:00
print_web_view_helper_mac.mm Adapt to changes of Chrome 51 API changes (Part 2) 2016-05-23 12:29:14 +09:00
print_web_view_helper_pdf_win.cc Fix printing on Windows when sandbox is enabled 2016-08-07 10:46:08 -04:00