new_audit(baseline): implement Baseline compatibility audit#16904
Merged
TravenReese merged 12 commits intomainfrom Mar 18, 2026
Merged
new_audit(baseline): implement Baseline compatibility audit#16904TravenReese merged 12 commits intomainfrom
TravenReese merged 12 commits intomainfrom
Conversation
lusayaa
reviewed
Mar 9, 2026
lusayaa
reviewed
Mar 9, 2026
lusayaa
reviewed
Mar 9, 2026
lusayaa
reviewed
Mar 9, 2026
lusayaa
reviewed
Mar 9, 2026
716d6b0 to
57d04d6
Compare
57d04d6 to
ecd9dd3
Compare
ecd9dd3 to
c500754
Compare
c500754 to
0f0f6b2
Compare
0f0f6b2 to
f4f8515
Compare
f4f8515 to
aa9ece2
Compare
lusayaa
reviewed
Mar 12, 2026
lusayaa
reviewed
Mar 12, 2026
lusayaa
reviewed
Mar 12, 2026
lusayaa
reviewed
Mar 12, 2026
lusayaa
reviewed
Mar 12, 2026
lusayaa
reviewed
Mar 12, 2026
lusayaa
reviewed
Mar 12, 2026
lusayaa
reviewed
Mar 12, 2026
lusayaa
reviewed
Mar 12, 2026
| * A record of DevTools Debugging Protocol events. | ||
| */ | ||
| export type DevtoolsLog = Array<Protocol.RawEventMessage>; | ||
|
|
Collaborator
There was a problem hiding this comment.
I don't think this is needed anymore.
lusayaa
reviewed
Mar 12, 2026
lusayaa
requested changes
Mar 12, 2026
Collaborator
lusayaa
left a comment
There was a problem hiding this comment.
Thanks, Traven! Took a quick look - let's make sure this audit is informational.
Will defer to Paul for JS and general lighthouse conventions.
ef4b129 to
39f755c
Compare
39f755c to
cfb5b17
Compare
cfb5b17 to
29f87dd
Compare
lusayaa
approved these changes
Mar 13, 2026
| * A record of DevTools Debugging Protocol events. | ||
| */ | ||
| export type DevtoolsLog = Array<Protocol.RawEventMessage>; | ||
|
|
Collaborator
|
LGTM, @paulirish for final approval |
29f87dd to
3f5c3bd
Compare
paulirish
reviewed
Mar 17, 2026
3f5c3bd to
4955923
Compare
paulirish
approved these changes
Mar 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces a new audit to Lighthouse that checks for WebDX Baseline compatibility. It allows users to see if the web features used on their page are "Widely Available," "Newly Available," or have "Limited Availability" according to the WebDX feature set.