Revert "Report crash-dump for GetFontFallbacks that succeed on Windows"
This reverts commit 27ed0337. Reason for revert: Top crasher on Windows. Original change's description: > Report crash-dump for GetFontFallbacks that succeed on Windows > > On Windows, ShapeRuns(...) is shaping the text by trying: > PrimaryFont > GetFontFallback(...) : using DWrite > GetFontFallbacks(...) : using registry keys (Font Linking) > > The GetFontFallbacks function is deprecated and should be > remove. There is still a long tail of cases that succeed > only with the use of that mechanism. This CL is making > these cases to be reported as a crash to be analyzed > before removing the code. The goal is to avoid breaking > the text rendering even for a small population. > > R=robliao@chromium.org > > Bug: 995789 > Change-Id: I381753ed3985779cd34dae58a34f523c2f215c9f > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2049126 > Reviewed-by: Robert Liao <robliao@chromium.org> > Commit-Queue: Etienne Bergeron <etienneb@chromium.org> > Cr-Commit-Position: refs/heads/master@{#741606} TBR=robliao@chromium.org,etienneb@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 995789 Change-Id: Ibd4e3a1dd4fadb9178511a0cab38200c8fd4ade4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2068830Reviewed-by:Etienne Bergeron <etienneb@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Cr-Commit-Position: refs/heads/master@{#744023}
Showing
Please register or sign in to comment