Commit Graph

3 Commits

Author SHA1 Message Date
Andrew Kaster
00593c600c LibWeb: Teach AK how to hash StorageKeys
(cherry picked from commit f4f70068a8009e27c62176077be6e7c4ad3e612c)
2024-11-22 08:47:53 -05:00
Shannon Booth
2855880f8a LibWeb+LibURL: Move HTML::Origin to URL::Origin
While Origin is defined in the HTML spec - this leaves us with quite an
awkward relationship as the URL spec makes use of AO's from what is
defined in the HTML spec.

To simplify this factoring, relocate Origin into LibURL.

(cherry picked from commit dc401f49ea7e861064484e79594e35c3d93000ae;
amended to fix minor conflicts due to serenity not (yet?) having a
LibUnicode/Segmenter.h include in Document.cpp, and due to
BrowsingContext already having LadybirdBrowser/ladybird#2358 in
serenity)
2024-11-21 22:16:27 -05:00
Andrew Kaster
b18dc0a0ad LibWeb: Implement StorageKey and related AOs from Storage specification
(cherry picked from commit f0270b92f10f65951a437419d1b372385bfaa5f8)
2024-11-17 11:03:57 -05:00