0
Files
src/printing
Maksim Sisov 9d4503e7a4 extensions: printing: verify margins values 3/*
chrome.printing must verify that margin values are among supported
values stored in capabilities.

Design doc:
https://docs.google.com/document/d/1EgbaHpFDl8sEMYDaeL0oAta3lSa_x4Nv9KmSfScyKRk

Bug: 316999874, 308709702
Change-Id: Ia1f567fbe2be0777ee6340009e504a04626b4d68
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6383043
Commit-Queue: Maksim Sisov <msisov@igalia.com>
Reviewed-by: Nathan Muggli <nmuggli@google.com>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1442599}
2025-04-04 00:09:15 -07:00
..
2024-12-13 09:45:33 -08:00
2025-01-21 12:13:23 -08: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.