ladybird/Userland/Libraries/LibWebView
Shannon Booth 8751be09f9 AK: Serialize URL hosts with 'concept-host-serializer'
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 ']'.
2023-07-31 05:18:51 +02:00
..
AccessibilityTreeModel.cpp LibWeb: Prevent crash when inspecting SVG documents 2023-06-27 09:20:06 +01:00
AccessibilityTreeModel.h LibWebView: Replace uses of JsonObject::get_deprecated()/get_ptr() 2023-01-26 09:57:14 -05:00
AriaPropertiesStateModel.cpp Browser+LibWebView: Load and Display ARIA Properites and State 2023-07-06 11:21:36 +01:00
AriaPropertiesStateModel.h Browser+LibWebView: Load and Display ARIA Properites and State 2023-07-06 11:21:36 +01:00
CMakeLists.txt Browser+LibWebView: Load and Display ARIA Properites and State 2023-07-06 11:21:36 +01:00
DOMTreeModel.cpp LibWeb+LibWebView: Show shadow roots in the DOM inspector 2023-03-18 20:14:52 +01:00
DOMTreeModel.h LibWebView: Replace uses of JsonObject::get_deprecated()/get_ptr() 2023-01-26 09:57:14 -05:00
Forward.h LibWebView: Add abstract virtual base for WebView implementations 2022-10-06 09:51:04 +02:00
OutOfProcessWebView.cpp Browser+LibWebView: Run with the JavaScript bytecode VM by default 2023-07-25 20:00:46 +02:00
OutOfProcessWebView.h Ladybird+LibWebView: Respawn with same JS interpreter after crash 2023-07-22 08:49:59 -04:00
RequestServerAdapter.cpp Everywhere: Correctly report progress of downloads larger than 4GiB 2023-06-19 06:13:19 +02:00
RequestServerAdapter.h Everywhere: Remove the AK:: qualifier from Stream usages 2023-02-13 00:50:07 +00:00
StylePropertiesModel.cpp LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
StylePropertiesModel.h LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
ViewImplementation.cpp AK: Serialize URL hosts with 'concept-host-serializer' 2023-07-31 05:18:51 +02:00
ViewImplementation.h Ladybird+LibWebView: Respawn with same JS interpreter after crash 2023-07-22 08:49:59 -04:00
WebContentClient.cpp Browser+LibWebView: Load and Display ARIA Properites and State 2023-07-06 11:21:36 +01:00
WebContentClient.h Browser+LibWebView: Load and Display ARIA Properites and State 2023-07-06 11:21:36 +01:00
WebSocketClientAdapter.cpp LibWeb+LibWebSocket: DOM WebSocket subprotocol support 2023-02-02 14:41:34 +01:00
WebSocketClientAdapter.h LibWeb+LibWebSocket: DOM WebSocket subprotocol support 2023-02-02 14:41:34 +01:00