ladybird/Libraries/LibWeb/MixedContent
Sam Atkins 90e763de4c LibURL: Replace Host's Empty state with making Url's Host optional
A couple of reasons:
- Origin's Host (when in the tuple state) can't be null
- There's an "empty host" concept in the spec which is NOT the same as a
  null Host, and that was confusing me.
2024-11-30 12:07:39 +01:00
..
AbstractOperations.cpp LibURL: Replace Host's Empty state with making Url's Host optional 2024-11-30 12:07:39 +01:00
AbstractOperations.h