Skip to content
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

Cherry-pick "LibWeb: Make DOMException take error message as a String" #25450

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

nico
Copy link
Contributor

@nico nico commented Nov 22, 2024

There was no need to use FlyString for error messages, and it just caused a bunch of churn since these strings typically only existed during the lifetime of the error.

(cherry picked from commit 175f3febb8037a440d4ead7347d3266ee3d345e1; minorly amended to fix conflict in WebSocket.cpp due to serenity not having the adapter class removal in LadybirdBrowser/ladybird#1671)


LadybirdBrowser/ladybird#1743

There was no need to use FlyString for error messages, and it just
caused a bunch of churn since these strings typically only existed
during the lifetime of the error.

(cherry picked from commit 175f3febb8037a440d4ead7347d3266ee3d345e1;
minorly amended to fix conflict in WebSocket.cpp due to serenity
not having the adapter class removal in LadybirdBrowser/ladybird#1671)
@github-actions github-actions bot added the 👀 pr-needs-review PR needs review from a maintainer or community member label Nov 22, 2024
@nico nico merged commit 9b4db4a into SerenityOS:master Nov 22, 2024
12 checks passed
@nico nico deleted the pr-1743 branch November 22, 2024 16:13
@github-actions github-actions bot removed the 👀 pr-needs-review PR needs review from a maintainer or community member label Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants