0
Files
src/printing
Lei Zhang 07604651e3 Add debugging data in PrintingContext::UpdatePrintSettings()
Record the input dictionary as a JSON string for a condition that should
be not reachable.

Bug: 40897743
Change-Id: I3024d319c344911e4a20df35d13028185bd526a8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6393942
Reviewed-by: Alan Screen <awscreen@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1437915}
2025-03-25 20:34:02 -07:00
..
2024-12-13 09:45:33 -08:00
2025-01-21 12:13:23 -08:00
2024-10-10 01:43:07 +00:00
2024-10-10 01:43:07 +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.