0
Files
src/pdf
danakj 7e03d9a52a Stop calling the span("string literal") constructor
We will disallow this ambiguous constructor in the future, so change
them to base::span_from_cstring() or base::span_from_cstring_with_nul().

Bug: 40285824
Change-Id: I8cd5a622e70195b9bca6b02c24b18ff566bf07a6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5599007
Reviewed-by: Łukasz Anforowicz <lukasza@chromium.org>
Commit-Queue: danakj <danakj@chromium.org>
Owners-Override: danakj <danakj@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1311958}
2024-06-07 14:33:38 +00:00
..
2024-05-30 04:08:39 +00:00
2024-05-30 04:08:39 +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/40186598): Remove existing //content dependencies.