Instrument src:local font existence lookups for identifiability study
While attempts to get src:local font data (including failures in those attempts) are currently instrumented, it is possible to determine local font existence through other means. In particular, FontFace.load() on a FontFace object with a src:local attribute can be used to do this. (The lookup will succeed if the font exists and result in a network error otherwise.) We therefore instrument any attempt to determine a local font's existence by a unique name lookup. We include attempts to lookup the font's data as that would also reveal existence. Bug: 1136959 Change-Id: I7dcd900c541b3c9e20df353f7fe890b4e9352260 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2477453Reviewed-by:Asanka Herath <asanka@chromium.org> Reviewed-by:
Dominik Röttsches <drott@chromium.org> Commit-Queue: Alex Turner <alexmt@chromium.org> Cr-Commit-Position: refs/heads/master@{#819459}
Showing
Please register or sign in to comment