[webkit-changes] [WebKit/WebKit] 880264: matchHelperAssignInputsFromInit does not need to p...
youennf
noreply at github.com
Wed Jan 15 09:15:10 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 880264ba2e4b1e667d6dff4d2d09bb3a4b54ecbc
https://github.com/WebKit/WebKit/commit/880264ba2e4b1e667d6dff4d2d09bb3a4b54ecbc
Author: Youenn Fablet <youenn at apple.com>
Date: 2025-01-15 (Wed, 15 Jan 2025)
Changed paths:
M Source/WebCore/Modules/url-pattern/URLPattern.cpp
Log Message:
-----------
matchHelperAssignInputsFromInit does not need to process again its URLPatternInit
rdar://142967409
https://bugs.webkit.org/show_bug.cgi?id=285996
Reviewed by Anne van Kesteren.
Removing redundant and no longer needed code.
* Source/WebCore/Modules/url-pattern/URLPattern.cpp:
(WebCore::matchHelperAssignInputsFromInit):
(WebCore::URLPattern::match const):
(WebCore::processProtocolForInit): Deleted.
(WebCore::processUsernameForInit): Deleted.
(WebCore::processPasswordForInit): Deleted.
(WebCore::processHostnameForInit): Deleted.
(WebCore::processPortForInit): Deleted.
(WebCore::processSearchForInit): Deleted.
(WebCore::processHashForInit): Deleted.
Canonical link: https://commits.webkit.org/288941@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list