1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-17 18:05:06 +00:00
serenity/Libraries/LibWeb/Parser
Andreas Kling 7382b27c22 LibWeb: Add Origin concept (protocol, host, port tuple)
Every Document now has an Origin, found via Document::origin().
It's based on the URL of the document.

This will be used to implement things like the same-origin policy.
2020-04-07 23:01:45 +02:00
..
CSSParser.cpp AK: Stop allowing implicit downcast with RefPtr and NonnullRefPtr 2020-04-05 11:19:00 +02:00
CSSParser.h AK: Stop allowing implicit downcast with RefPtr and NonnullRefPtr 2020-04-05 11:19:00 +02:00
HTMLParser.cpp LibWeb: Add Origin concept (protocol, host, port tuple) 2020-04-07 23:01:45 +02:00
HTMLParser.h LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00