FontAccess: Selection option support for chooser #27191
Merged
+46
−2
Conversation
The review process for this patch is being conducted in the Chromium project. |
4454c90
to
064924d
This change restricts the fonts displayed to the user when a chooser is shown. This constraint to the list is implemented as an exact-match with items supplied in a list with the postscript names of the available fonts. Fixed: 1164077 Change-Id: If3e3e0cba91de83bc0a39ffe382f13cb38f7be35 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626117 Commit-Queue: Olivier Yiptong <oyiptong@chromium.org> Auto-Submit: Olivier Yiptong <oyiptong@chromium.org> Reviewed-by: Nasko Oskov <nasko@chromium.org> Reviewed-by: Joshua Bell <jsbell@chromium.org> Reviewed-by: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#845473}
064924d
to
18698a0
0b8a55a
into
master
22 checks passed
22 checks passed
Azure Pipelines (affected tests without changes: Safari Technology Preview)
affected tests without changes: Safari Technology Preview succeeded
Details
Azure Pipelines (affected tests: Safari Technology Preview)
affected tests: Safari Technology Preview succeeded
Details
Azure Pipelines (wpt.fyi hook: safari-preview-affected-tests)
wpt.fyi hook: safari-preview-affected-tests succeeded
Details
Azure Pipelines (wpt.fyi hook: safari-preview-affected-tests-without-changes)
wpt.fyi hook: safari-preview-affected-tests-without-changes succeeded
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
This change restricts the fonts displayed to the user when a chooser is
shown. This constraint to the list is implemented as an exact-match
with items supplied in a list with the postscript names of the available
fonts.
Fixed: 1164077
Change-Id: If3e3e0cba91de83bc0a39ffe382f13cb38f7be35
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626117
Commit-Queue: Olivier Yiptong <oyiptong@chromium.org>
Auto-Submit: Olivier Yiptong <oyiptong@chromium.org>
Reviewed-by: Nasko Oskov <nasko@chromium.org>
Reviewed-by: Joshua Bell <jsbell@chromium.org>
Reviewed-by: Avi Drissman <avi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#845473}