Timothy Flynn
d56f127c80
Ladybird+LibWebView: Rename some "on get" notifications to "on received"
...
The old names sounded like awkward English to me, as they implied the
WebContent process is asking for information. In reality, WebContent is
*providing* the information.
2023-08-23 12:07:02 -04:00
Timothy Flynn
ebdcba8b3b
Ladybird+LibWebView: Migrate dialog APIs to LibWebView callbacks
2023-08-23 09:59:04 -04:00
Timothy Flynn
9608bfb576
LibWebView+Ladybird: Remove duplicate WebContent callback
...
We have on_navigate_back + on_back_button and on_navigate_forward +
on_forward_button. Remove the *_button variants.
2023-08-19 05:15:35 +02:00
Cameron Youell
6e40e8316e
Ladybird: Convert Browser::Settings
to a singleton
2023-08-17 15:30:23 +01:00
Timothy Flynn
ccf2597bd3
Ladybird: Remove unused LoadType parameter from Tab::navigate
...
The only non-default use of this parameter was removed in 980e7164fe
.
2023-08-13 21:49:06 +01:00
Timothy Flynn
601da7e5bd
Ladybird: Add the select-all action to the JS console
...
Also clarify a comment, because it wasn't immediately clear to me what
wouldn't work without the code below it.
2023-08-09 05:13:24 +02:00
Andreas Kling
99ac34eeae
Ladybird+LibWebView+Browser: Remove ability to run with AST interpreter
2023-08-08 13:07:13 +02:00
Andrew Kaster
391beef707
Ladybird: Move Qt-specific classes and functions to a Qt subdirectory
...
This will help a lot with developing chromes for different UI frameworks
where we can see which helper classes and processes are really using Qt
vs just using it to get at helper data.
As a bonus, remove Qt dependency from WebDriver.
2023-08-07 14:58:04 -06:00