ladybird/Ladybird/Qt
Tim Ledbetter 8867146327 WebWorker: Allow the WebWorker process to optionally use Qt networking
This change adds a `--use-lagom-networking` flag to the WebWorker
process. Qt networking is used if this flag isn't passed. The flag is
passed the UI launches the WebWorker process unless the Qt chrome is
being run with the `--enable-qt-networking` flag.
2024-07-06 14:50:26 -06:00
..
Application.cpp Everywhere: Transition ImageDecoder to be single-instance, owned by UI 2024-06-26 16:09:33 -06:00
Application.h Everywhere: Transition ImageDecoder to be single-instance, owned by UI 2024-06-26 16:09:33 -06:00
AudioCodecPluginQt.cpp
AudioCodecPluginQt.h
AudioThread.cpp
AudioThread.h
AutoComplete.cpp UI/Qt: Limit number of autocomplete results to 6 2024-06-27 18:24:28 +02:00
AutoComplete.h UI/Qt: Reduce flicker when populating autocomplete 2024-06-27 18:24:28 +02:00
BrowserWindow.cpp Ladybird/Qt: Apply selected color scheme for new tabs 2024-07-06 20:32:33 +01:00
BrowserWindow.h Ladybird/Qt: Apply selected color scheme for new tabs 2024-07-06 20:32:33 +01:00
CMakeLists.txt CMake: Move ladybird target creation to UI-specific CMakeLists 2024-06-05 13:56:46 -04:00
EventLoopImplementationQt.cpp Ladybird/Qt: Add Qt implementation of register/unregister_signal 2024-07-01 18:10:56 +02:00
EventLoopImplementationQt.h Ladybird/Qt: Add Qt implementation of register/unregister_signal 2024-07-01 18:10:56 +02:00
EventLoopImplementationQtEventTarget.cpp
EventLoopImplementationQtEventTarget.h
FindInPageWidget.cpp UI/Qt: Add standard shortcuts for find in page actions 2024-06-14 14:11:19 +02:00
FindInPageWidget.h UI/Qt: Add standard shortcuts for find in page actions 2024-06-14 14:11:19 +02:00
Icon.cpp
Icon.h
InspectorWidget.cpp
InspectorWidget.h
ladybird.qrc Ladybird/Qt: Add a find in page widget 2024-05-30 16:30:11 +02:00
LocationEdit.cpp UI/Qt: Show search engine name in location bar 2024-06-25 09:56:42 +01:00
LocationEdit.h UI/Qt: Show search engine name in location bar 2024-06-25 09:56:42 +01:00
main.cpp WebWorker: Allow the WebWorker process to optionally use Qt networking 2024-07-06 14:50:26 -06:00
RequestManagerQt.cpp LibHTTP+RequestServer: Use HTTP::HeaderMap for request headers 2024-06-09 15:34:02 +02:00
RequestManagerQt.h LibHTTP+RequestServer: Use HTTP::HeaderMap for request headers 2024-06-09 15:34:02 +02:00
Settings.cpp Ladybird/Qt: Add setting for sending DNT header 2024-07-04 16:42:34 +02:00
Settings.h Ladybird/Qt: Add setting for sending DNT header 2024-07-04 16:42:34 +02:00
SettingsDialog.cpp Ladybird/Qt: Add setting for sending DNT header 2024-07-04 16:42:34 +02:00
SettingsDialog.h Ladybird/Qt: Add setting for sending DNT header 2024-07-04 16:42:34 +02:00
StringUtils.cpp
StringUtils.h
Tab.cpp Ladybird/Qt: Add actions to set navigator compatibility mode 2024-07-05 07:14:03 +02:00
Tab.h Ladybird/Qt: Add actions to set navigator compatibility mode 2024-07-05 07:14:03 +02:00
TabBar.cpp Ladybird: Add a context menu to the tab bar 2024-04-29 08:11:21 +02:00
TabBar.h Ladybird: Add a context menu to the tab bar 2024-04-29 08:11:21 +02:00
TaskManagerWindow.cpp LibWebView+LibCore: Manage process lifecycle using a SIGCHLD handler 2024-07-01 18:10:56 +02:00
TaskManagerWindow.h
TVGIconEngine.cpp
TVGIconEngine.h
WebContentView.cpp WebWorker: Allow the WebWorker process to optionally use Qt networking 2024-07-06 14:50:26 -06:00
WebContentView.h LibWeb+UI: Add tooltip overriding and use it for <video> tags 2024-07-04 14:15:51 +02:00
WebSocketImplQt.cpp
WebSocketImplQt.h
WebSocketQt.cpp
WebSocketQt.h