8000
Skip to content

deps: update to latest chrome-devtools-frontend - #15137

Merged
connorjclark merged 2 commits into
mainfrom
update-cdt-frontend-lib
Jun 13, 2023
Merged

deps: update to latest chrome-devtools-frontend#15137
connorjclark merged 2 commits into
mainfrom
update-cdt-frontend-lib

Conversation

@connorjclark
Copy link
Copy Markdown
Collaborator

Biggest change here is that the deprecation strings in CDT frontend got split across two files and refactored a bit. I responded by grabbing the file that just had the strings (as usual), but for getIssueDetailDescription I just manually rewrote it (not worth automating that).

@connorjclark
connorjclark requested a review from a team as a code owner June 5, 2023 20:35
@connorjclark
connorjclark requested review from adamraine and removed request for a team June 5, 2023 20:35
},
},
{
// Does not exist anymore.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why keep this around, doe we still need to handle it gracefully in older Chrome versions?

@connorjclark connorjclark Jun 9, 2023
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Including a type that used to exist but no longer does is a minor but possibly useful test case (minor, because it is pretty equivalent to a type that never existed). I didn't see a reason to remove it, but you're right it is not immensely valuable.

Note that there is no deprecation message for this event now. It's treated exactly like a type that we don't know about.

@connorjclark
connorjclark merged commit b9952bc into main Jun 13, 2023
@connorjclark
connorjclark deleted the update-cdt-frontend-lib branch June 13, 2023 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

0