ladybird/Userland/Libraries/LibWeb/DOMURL
Shannon Booth b2f3ed8b5a LibWeb: Rename current settings object to 'current principal'
Aligning the name with the the PR implementing the javascript
shadow realm proposal into the web platform. This commit
simply performs the rename before implementing the behaviour
change.

The actual change to the behaviour of the AO is not implemented in this
commit to support 'synthetic' shadow realms as the surrounding
infrastructure is not in place yet.

Not all specs have a MR open to align with this proposed change to the
HTML standard. But in this case we can just apply the same mechanical
change everywhere.
2024-11-01 12:15:17 -07:00
..
DOMURL.cpp LibWeb: Rename current settings object to 'current principal' 2024-11-01 12:15:17 -07:00
DOMURL.h LibWeb+LibURL: Consolidate Origin parsing and serialization into LibURL 2024-10-05 10:46:30 +02:00
DOMURL.idl LibWeb: Implement URL.parse 2024-05-13 09:21:12 +02:00
URLSearchParams.cpp LibWeb: Fix use-after-move in URLSearchParams::update 2024-10-31 23:26:22 +01:00
URLSearchParams.h LibWeb: Don't propogate small OOMs from URLSearchParams 2024-08-12 23:01:29 +01:00
URLSearchParams.idl LibWeb: Implement value argument of URLSearchParams.has 2024-08-12 23:01:29 +01:00
URLSearchParamsIterator.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
URLSearchParamsIterator.h