mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-07 00:29:47 +00:00
LibWeb+LibWebView+WebContent+UI: Port the document title to UTF-16
This commit is contained in:
parent
13ed6aba71
commit
50fed1d65c
Notes:
github-actions[bot]
2025-08-02 17:11:26 +00:00
Author: https://github.com/trflynn89
Commit: 50fed1d65c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5633
Reviewed-by: https://github.com/gmta
24 changed files with 90 additions and 59 deletions
|
@ -32,7 +32,7 @@ void HTMLTitleElement::children_changed(ChildrenChangedMetadata const* metadata)
|
|||
HTMLElement::children_changed(metadata);
|
||||
auto navigable = this->navigable();
|
||||
if (navigable && navigable->is_traversable()) {
|
||||
navigable->traversable_navigable()->page().client().page_did_change_title(document().title().to_byte_string());
|
||||
navigable->traversable_navigable()->page().client().page_did_change_title(document().title());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue