mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-25 18:52:22 -05:00
d7596a0a61
C++ will jovially select the implicit conversion operator, even if it's complete bogus, such as for unknown-size types or non-destructible types. Therefore, all such conversions (which incur a copy) must (unfortunately) be explicit so that non-copyable types continue to work. NOTE: We make an exception for trivially copyable types, since they are, well, trivially copyable. Co-authored-by: kleines Filmröllchen <filmroellchen@serenityos.org> |
||
---|---|---|
.. | ||
EventLoop | ||
Plugins | ||
Application.cpp | ||
Application.h | ||
Attribute.cpp | ||
Attribute.h | ||
ChromeProcess.cpp | ||
ChromeProcess.h | ||
CMakeLists.txt | ||
CookieJar.cpp | ||
CookieJar.h | ||
Database.cpp | ||
Database.h | ||
Forward.h | ||
HelperProcess.cpp | ||
HelperProcess.h | ||
InspectorClient.cpp | ||
InspectorClient.h | ||
MachPortServer.cpp | ||
MachPortServer.h | ||
Native.css | ||
Options.h | ||
PageInfo.h | ||
Process.cpp | ||
Process.h | ||
ProcessHandle.cpp | ||
ProcessHandle.h | ||
ProcessManager.cpp | ||
ProcessManager.h | ||
ProcessType.h | ||
SearchEngine.cpp | ||
SearchEngine.h | ||
SourceHighlighter.cpp | ||
SourceHighlighter.h | ||
UIProcessClient.ipc | ||
UIProcessServer.ipc | ||
URL.cpp | ||
URL.h | ||
UserAgent.cpp | ||
UserAgent.h | ||
Utilities.cpp | ||
Utilities.h | ||
ViewImplementation.cpp | ||
ViewImplementation.h | ||
WebContentClient.cpp | ||
WebContentClient.h |