Shannon Booth
40d21e343f
LibURL: Add FIXME's for testing equality of opaque origins
...
The spec seems to indicate in its wording that while opaque
origins only serialize to 'null', they can still be tested
for equality with one another. Probably we will need to
generate some unique ID which is unique across processes.
2025-05-24 09:51:44 -04:00
Sam Atkins
b83f015c70
LibURL: Implement Site concept
2024-11-30 12:07:39 +01:00
Sam Atkins
2e64e0b836
LibURL: Migrate Origin scheme from ByteString to String
2024-11-30 12:07:39 +01:00
Sam Atkins
8b984c0c57
LibURL: Clarify whether an Origin is opaque
...
Origins are immutable and we know on construction whether an Origin is
opaque. This also removes an implicit reliance on Host's Empty state.
2024-11-30 12:07:39 +01:00
Shannon Booth
8f6fe1de83
LibURL+LibWeb: Make URL serialization return a String
...
This can only ever fail from OOM, and will never by string containing
random byte sequences.
2024-11-23 16:43:55 +01:00
Timothy Flynn
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00