ladybird/Ladybird/Qt
Timothy Flynn 4653733a0d Ladybird/Qt: Do not "share" ownership of Qt objects
When a QObject subclass (widgets, etc.) are provided a parent, then
ownership of that object is passed to the parent. Similarly, objects
added to a QLayout are owned by the layout.

Thus, do not store these objects in an OwnPtr.
2023-12-04 12:03:48 -07:00
..
AudioCodecPluginQt.cpp
AudioCodecPluginQt.h
AudioThread.cpp
AudioThread.h
AutoComplete.cpp Ladybird/Qt: Make String allocation infallible 2023-12-04 12:03:48 -07:00
AutoComplete.h Ladybird/Qt: Make String allocation infallible 2023-12-04 12:03:48 -07:00
BrowserWindow.cpp Ladybird/Qt: Do not "share" ownership of Qt objects 2023-12-04 12:03:48 -07:00
BrowserWindow.h Ladybird/Qt: Do not "share" ownership of Qt objects 2023-12-04 12:03:48 -07:00
EventLoopImplementationQt.cpp
EventLoopImplementationQt.h
EventLoopImplementationQtEventTarget.cpp
EventLoopImplementationQtEventTarget.h
Icon.cpp Ladybird: Load all icons uses Core::Resource URIs 2023-11-06 09:39:59 +01:00
Icon.h Ladybird: Load all icons uses Core::Resource URIs 2023-11-06 09:39:59 +01:00
InspectorWidget.cpp Ladybird/Qt: Do not "share" ownership of Qt objects 2023-12-04 12:03:48 -07:00
InspectorWidget.h Ladybird/Qt: Do not "share" ownership of Qt objects 2023-12-04 12:03:48 -07:00
ladybird.qrc
LocationEdit.cpp Ladybird/Qt: Make String allocation infallible 2023-12-04 12:03:48 -07:00
LocationEdit.h Ladybird: Add autocomplete to LocationEdit 2023-08-17 15:30:23 +01:00
main.cpp Ladybird/Qt: Do not "share" ownership of Qt objects 2023-12-04 12:03:48 -07:00
RequestManagerQt.cpp AK: Port URL scheme from DeprecatedString to String 2023-08-13 15:03:53 -06:00
RequestManagerQt.h
Settings.cpp Ladybird/Qt: Make String allocation infallible 2023-12-04 12:03:48 -07:00
Settings.h Ladybird/Qt: Migrate to LibWebView for search engines 2023-10-23 12:12:36 -04:00
SettingsDialog.cpp Ladybird/Qt: Do not "share" ownership of Qt objects 2023-12-04 12:03:48 -07:00
SettingsDialog.h Ladybird/Qt: Do not "share" ownership of Qt objects 2023-12-04 12:03:48 -07:00
StringUtils.cpp Ladybird/Qt: Make String allocation infallible 2023-12-04 12:03:48 -07:00
StringUtils.h Ladybird/Qt: Make String allocation infallible 2023-12-04 12:03:48 -07:00
Tab.cpp Ladybird/Qt: Do not "share" ownership of Qt objects 2023-12-04 12:03:48 -07:00
Tab.h Ladybird/Qt: Do not "share" ownership of Qt objects 2023-12-04 12:03:48 -07:00
TVGIconEngine.cpp
TVGIconEngine.h
WebContentView.cpp Ladybird/Qt: Replace the QString-from-AK helpers with a single method 2023-12-04 12:03:48 -07:00
WebContentView.h Ladybird+LibWebView: Move options used to launch WebContent to a struct 2023-12-01 20:07:27 -05:00
WebSocketClientManagerQt.cpp
WebSocketClientManagerQt.h
WebSocketImplQt.cpp Ladybird/Qt: Make String allocation infallible 2023-12-04 12:03:48 -07:00
WebSocketImplQt.h
WebSocketQt.cpp
WebSocketQt.h