Looking for reviewers based on the owner listed on the Chromestatus entry:
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |
Thanks for the heads-up about this to me. Is `WebDXFeature` different from the stats of chromestatus.com? `font-size-adjust` already seems to collect usage data. https://chromestatus.com/metrics/css/timeline/popularity/465
{CSSSampleId::kFontSizeAdjust, WebDXFeature::kFontSizeAdjust},
A sorting is needed here. It would be placed between `kFontPalette` and `kFontSynthesisSmallCaps`.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |
Thanks for the heads-up about this to me. Is `WebDXFeature` different from the stats of chromestatus.com? `font-size-adjust` already seems to collect usage data. https://chromestatus.com/metrics/css/timeline/popularity/465
WebDXFeature use counters can be mapped differently, although sometimes the mapping is equivalent to a WebFeature use counter, which is (I assume) the case for font-size-adjust. More clarity might come from the bug in the description
{CSSSampleId::kFontSizeAdjust, WebDXFeature::kFontSizeAdjust},
A sorting is needed here. It would be placed between `kFontPalette` and `kFontSynthesisSmallCaps`.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |
It looks good to me, but an additional reviewer may be needed. cc'ed @dr...@chromium.org
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |
Code-Review | +1 |
Tentative LGTM (after rebasing), but let's hear Rune's opinion - I am not so familiar with the mapping process.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |
Code-Review | +1 |
The other part would be the yml files for wpt, but that looks like it's already mapped: https://source.chromium.org/search?q=font-size-adjust%20yml
lgtm
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |
Sorry, this needs a re-review after rebase it seems.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |
Code-Review | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |
Code-Review | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |
Code-Review | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |
Code-Review | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |
I'm not sure how to handle this... Rebasing the change and resolving conflicts continues to remove approvals each time. Approvals cannot come fast enough before new changes apply to the files and conflicts arise. Does anyone know the best path forward here?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |
Owners-Override | +0 |
Hm, OO+1 doesn't help either. Ping reviewers on chat, I suppose?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |
Code-Review | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |
Add WebDXFeature use counter for font-size-adjust
This adds a mapping of existing WebFeature use counters into a new
WebDXFeature use counter.
This is an effort to add new telemetry counters to features shipped since 2020.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |