mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +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
|
|
@ -319,7 +319,7 @@ public:
|
|||
virtual CSS::PreferredMotion preferred_motion() const = 0;
|
||||
virtual Queue<QueuedInputEvent>& input_event_queue() = 0;
|
||||
virtual void report_finished_handling_input_event(u64 page_id, EventResult event_was_handled) = 0;
|
||||
virtual void page_did_change_title(ByteString const&) { }
|
||||
virtual void page_did_change_title(Utf16String const&) { }
|
||||
virtual void page_did_change_url(URL::URL const&) { }
|
||||
virtual void page_did_request_refresh() { }
|
||||
virtual void page_did_request_resize_window(Gfx::IntSize) { }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue