0
Files
src/chrome
Alan Screen c2a2758e79 Print Compositor interface support for XPS
The Print Compositor (nee PDF Compositor) is being extended to support
generating XPS documents for Windows.  PDF is still created for the
individual pages (e.g., for Print Preview), while XPS will optionally
be used for the full document which is used for printing to a
destination.

Include desired document type in calls for Print Compositor so it can
generate the correct type for each required composition request.

Bug: 1008222
Change-Id: Idb3e182d5126cca3c9de337b9c5c6dc4220b94d7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032786
Reviewed-by: Lei Zhang <thestig@chromium.org>
Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com>
Commit-Queue: Alan Screen <awscreen@chromium.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1238177}
2023-12-15 19:04:32 +00:00
..
2023-12-15 18:58:56 +00:00
2023-12-14 20:58:00 +00:00

Chrome

This directory contains the open source, application layer of Google Chrome.

Unlike other parts of Chromium like //content, which provide framework intended to support multiple products, this directory contains code that is focused on building specific products with opinionated UX.

Specific products include:

  • Chrome desktop browser for Chrome OS, Windows, Mac and Linux
  • Chrome mobile browser for Android
  • Chrome OS system UI

See //ios/chrome for the Chrome mobile browser for iOS, and note that code that is shared between //chrome and //ios/chrome is typically factored out into //components.