Reland "Reland "Record split UMA histograms when rendering has been delayed for font preloading""
This reverts commit 033f06d6. Reason for reland: there are new changes: 1. Fix how the loading behavior is observed. Now it's observed whenever a font is preloaded. 2. The loading behavior flag is renamed. Original change's description: > Revert "Reland "Record split UMA histograms when rendering has been delayed for font preloading"" > > This reverts commit 0e19fa7c. > > Reason for revert: should go through the normal review process > > Original change's description: > > Reland "Record split UMA histograms when rendering has been delayed for font preloading" > > > > This reverts commit 950810de. > > > > Reason for revert: Loading behavior fixed > > > > Original change's description: > > > Revert "Record split UMA histograms when rendering has been delayed for font preloading" > > > > > > This reverts commit 4a7fe529. > > > > > > Reason for revert: The loading behavior is designed wrong. > > > > > > The objective of these split histograms is to study, when there's font preloading, how effective delaying rendering is. > > > > > > Currently: the behavior is observed when rendering is delayed by font preloading. > > > > > > What's actually needed: the behavior is observed when font preloading occurs > > > > > > Original change's description: > > > > Record split UMA histograms when rendering has been delayed for font preloading > > > > > > > > This patch adds split histograms of the following metrics when > > > > rendering delay for web font preloading has been triggered: > > > > - PaintTiming.NavigationToFirstPaint > > > > - PaintTiming.NavigationToFirstContentfulPaint > > > > - PaintTiming.NavigationToLargestContentfulPaint > > > > - LayoutInstability.CumulativeShiftScore > > > > > > > > This will help us understand the effectiveness of this optimization, and > > > > adjust the length of the delay to the best value. > > > > > > > > Bug: 1040632 > > > > Change-Id: I6f8aa151c576c9d8d583647a3a7ef6fcb8fb833d > > > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2109251 > > > > Reviewed-by: Kunihiko Sakamoto <ksakamoto@chromium.org> > > > > Reviewed-by: Charlie Harrison <csharrison@chromium.org> > > > > Reviewed-by: Chris Harrelson <chrishtr@chromium.org> > > > > Reviewed-by: Bryan McQuade <bmcquade@chromium.org> > > > > Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> > > > > Cr-Commit-Position: refs/heads/master@{#754771} > > > > > > TBR=chrishtr@chromium.org,ksakamoto@chromium.org,skobes@chromium.org,bmcquade@chromium.org,csharrison@chromium.org,xiaochengh@chromium.org > > > > > > Change-Id: I7829822fea47183df9d4ed27c0eec2a1f888aa0b > > > No-Presubmit: true > > > No-Tree-Checks: true > > > No-Try: true > > > Bug: 1040632 > > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131010 > > > Reviewed-by: Xiaocheng Hu <xiaochengh@chromium.org> > > > Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> > > > Cr-Commit-Position: refs/heads/master@{#755081} > > > > TBR=chrishtr@chromium.org,ksakamoto@chromium.org,skobes@chromium.org,bmcquade@chromium.org,csharrison@chromium.org,xiaochengh@chromium.org > > > > Change-Id: Ibae7230089fe9e56e91cf1480d19c7bc70778567 > > No-Presubmit: true > > No-Tree-Checks: true > > No-Try: true > > Bug: 1040632 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131011 > > Reviewed-by: Xiaocheng Hu <xiaochengh@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#755108} > > TBR=chrishtr@chromium.org,ksakamoto@chromium.org,skobes@chromium.org,bmcquade@chromium.org,csharrison@chromium.org,xiaochengh@chromium.org > > # Not skipping CQ checks because original CL landed > 1 day ago. > > Bug: 1040632 > Change-Id: I80ae98e1f0ec97a11f35bb2c55ad9d591f1b07b1 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135047 > Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> > Reviewed-by: Xiaocheng Hu <xiaochengh@chromium.org> > Cr-Commit-Position: refs/heads/master@{#756098} Bug: 1040632 Change-Id: I44b9ff37bf7cf75b0d4c9967cc183aa0609e4532 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134887 Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by:Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Steve Kobes <skobes@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#756866}
Showing
Please register or sign in to comment