1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-12 22:41:00 +00:00
serenity/Userland
Linus Groh 6d0e6e3811 LibWeb: Rename Origin::is_same() to Origin::is_same_origin()
The HTML Origin spec has two similar but slightly different concepts of
origin equality: "same origin" and "same origin-domain". Let's be
explicit with the naming here :^)
Also add spec comments.
2022-02-15 01:31:03 +01:00
..
Applets Userland/Applets: Use default constructors/destructors 2022-02-13 21:27:17 +00:00
Applications Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
Demos Userland: Run gml-format 2022-02-13 02:36:35 +02:00
DevTools HackStudio: Fix crash when requesting parameter list 2022-02-14 13:48:05 +01:00
DynamicLoader DynamicLoader+LibC+LibTimeZone: Include LibTimeZone sources in LibC 2022-01-23 12:48:26 +00:00
Games Userland: Run gml-format 2022-02-13 02:36:35 +02:00
Libraries LibWeb: Rename Origin::is_same() to Origin::is_same_origin() 2022-02-15 01:31:03 +01:00
Services SystemServer: Remove now unnecessary call to chmod on /dev/audio 2022-02-14 08:45:32 -05:00
Shell Shell: Use strncmp() instead of string.compare() for name completions 2022-02-05 16:59:12 +03:30
Utilities pape: Improve error handling during option handling and bitmap loading 2022-02-14 16:38:42 +03:30
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00