mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-23 09:22:30 +00:00
In order to follow spec text to achieve this, we need to change the underlying representation of a host in AK::URL to deserialized format. Before this, we were parsing the host and then immediately serializing it again. Making that change resulted in a whole bunch of fallout. After this change, callers can access the serialized data through this concept-host-serializer. The functional end result of this change is that IPv6 hosts are now correctly serialized to be surrounded with '[' and ']'. |
||
---|---|---|
.. | ||
AccessibilityTreeModel.cpp | ||
AccessibilityTreeModel.h | ||
AriaPropertiesStateModel.cpp | ||
AriaPropertiesStateModel.h | ||
CMakeLists.txt | ||
DOMTreeModel.cpp | ||
DOMTreeModel.h | ||
Forward.h | ||
OutOfProcessWebView.cpp | ||
OutOfProcessWebView.h | ||
RequestServerAdapter.cpp | ||
RequestServerAdapter.h | ||
StylePropertiesModel.cpp | ||
StylePropertiesModel.h | ||
ViewImplementation.cpp | ||
ViewImplementation.h | ||
WebContentClient.cpp | ||
WebContentClient.h | ||
WebSocketClientAdapter.cpp | ||
WebSocketClientAdapter.h |