-
Notifications
You must be signed in to change notification settings - Fork 9.6k
core(deprecations): use inspector issues #13342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| }, | ||
| "resolutions": { | ||
| "puppeteer/**/devtools-protocol": "0.0.939404" | ||
| }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ref: #12534 (comment)
rather add this than upgrade puppeteer in this PR
| const deprecations = entries.filter(log => log.source === 'deprecation') | ||
| // TODO(M91): Temporary ignore until Chrome M91 became stable version. | ||
| // M91 doesn't throw deprecation on ::-webkit-details-marker. | ||
| .filter(log => !log.text.includes('::-webkit-details-marker')) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
purposefully removed this filter
|
can lighthouse/third-party/chromium-synchronization/inspector-issueAdded-types-test.js Lines 34 to 46 in 68ba77a
|
| }, | ||
| }; | ||
| }); | ||
| } else { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this need to be an if/else or can these be combined in one go?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some canary releases where both would be populated.
| items: [ | ||
| { | ||
| value: /'window.webkitStorageInfo' is deprecated/, | ||
| source: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is sample_v2 unchanged from the old deprecations? That ends up pretty nice
nope. there's like 8 new types we don't handle. but Adam Read is working on this. |
|
The first skipped test was enabled, b/c it is only meant to let us know when a new type exists. |
This will fix dbw smoke test.
courtesy of https://bugs.chromium.org/p/chromium/issues/detail?id=1248484