mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 04:52:06 +02:00
LibWeb: Port URL and URLSearchParams to new String
This commit is contained in:
committed by
Linus Groh
parent
843c9d6cd7
commit
9da09e4fd3
Notes:
sideshowbarker
2024-07-17 03:00:02 +09:00
Author: https://github.com/kennethmyhra Commit: https://github.com/SerenityOS/serenity/commit/9da09e4fd3 Pull-request: https://github.com/SerenityOS/serenity/pull/17686 Reviewed-by: https://github.com/linusg
@@ -139,7 +139,7 @@ private:
|
||||
|
||||
static TypeAttributeState parse_type_attribute(StringView);
|
||||
void create_shadow_tree_if_needed();
|
||||
void run_input_activation_behavior();
|
||||
ErrorOr<void> run_input_activation_behavior();
|
||||
void set_checked_within_group();
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/input.html#value-sanitization-algorithm
|
||||
|
||||
Reference in New Issue
Block a user