mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibWeb: Rename internals.signalTextTestIsDone() to signalTestIsDone()
In upcoming change this function will be used for ref-tests as well.
This commit is contained in:
parent
101a8aef26
commit
394073f611
Notes:
github-actions[bot]
2025-03-18 19:11:00 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: 394073f611
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3989
Reviewed-by: https://github.com/gmta ✅
20 changed files with 30 additions and 30 deletions
|
@ -100,7 +100,7 @@ endpoint WebContentClient
|
|||
did_get_styled_js_console_messages(u64 page_id, i32 start_index, Vector<String> message_types, Vector<String> messages) =|
|
||||
did_get_unstyled_js_console_messages(u64 page_id, i32 start_index, Vector<WebView::ConsoleOutput> console_output) =|
|
||||
|
||||
did_finish_text_test(u64 page_id, String text) =|
|
||||
did_finish_test(u64 page_id, String text) =|
|
||||
did_set_test_timeout(u64 page_id, double milliseconds) =|
|
||||
|
||||
did_set_browser_zoom(u64 page_id, double factor) =|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue