0
Files
src/pdf
Fabrice de Gans 8d04d47484 [fuchsia] Replace CRLF on Fuchsia
On POSIX platforms, we convert from CRLF to LF. This applies that code
path on Fuchsia too.

Bug: 1402825
Change-Id: Iae548e1c9d8d1ba4a012f533cad39248e6110683
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4159013
Auto-Submit: Fabrice de Gans <fdegans@chromium.org>
Quick-Run: Fabrice de Gans <fdegans@chromium.org>
Commit-Queue: Fabrice de Gans <fdegans@chromium.org>
Reviewed-by: K. Moon <kmoon@chromium.org>
Commit-Queue: K. Moon <kmoon@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1091609}
2023-01-12 00:56:10 +00:00
..
2023-01-12 00:56:10 +00:00
2022-12-22 23:40:33 +00:00

//pdf contains the PDF plugin, its Blink-based replacement, as well as PDF utility functions that leverage PDFium. It can use low-level components that live below the content layer, as well as other foundational code like //printing. It should not use //content or anything in //components that lives above the content layer. Code that lives above the content layer should live in //components/pdf, or in the embedder. All the code here should run in sandboxed child processes.

TODO(crbug.com/1220865): Remove existing //content dependencies.