summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/WorkerLocation.cpp
AgeCommit message (Expand)Author
2023-04-15AK+Everywhere: Change URL::path() to serialize_path()MacDue
2023-04-09Everywhere: Remove unused DeprecatedString includesBen Wiederhake
2023-03-15LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtrMatthew Olsson
2023-02-23LibWeb: Port WorkerLocation to new StringKenneth Myhra
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-09-06LibWeb: Make WorkerLocation GC-allocatedAndreas Kling
2022-02-09LibWeb: Add initial implementation for WorkerGlobalScopeAndrew Kaster