0
Files
src/printing
Lei Zhang 4ca5f5539f Remove expired gdi-text-printing flag and associated code.
The feature was buggy and never successfully launched. Efforts to speed
up printing on Windows have instead focused on XPS and PostScript.

Bug: 1188795
Change-Id: If3fd7fe1c8188142a71ed071fd40df372a05d6d3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3276176
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Reviewed-by: Zentaro Kavanagh <zentaro@chromium.org>
Reviewed-by: Alan Screen <awscreen@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/main@{#942212}
2021-11-16 17:16:49 +00:00
..
2021-09-28 06:50:47 +00:00
2021-09-28 06:50:47 +00:00
2021-09-28 06:50:47 +00:00
2021-09-15 21:16:53 +00:00
2021-09-16 19:52:28 +00:00

//printing contains foundational code that is used for printing. It can depend on other low-level directories like //cc/paint and //ui, but not higher level code like //components or //content. Higher level printing code should live in //components/printing or the embedder.