ladybird/Libraries/LibWeb/ServiceWorker
Andreas Kling de424d6879 LibJS: Make Completion.[[Value]] non-optional
Instead, just use js_undefined() whenever the [[Value]] field is unused.
This avoids a whole bunch of presence checks.
2025-04-05 11:20:26 +02:00
..
Job.cpp LibJS: Make Completion.[[Value]] non-optional 2025-04-05 11:20:26 +02:00
Job.h LibGC: Rename MarkedVector => RootVector 2024-12-26 19:10:44 +01:00
Registration.cpp LibWeb: Implement nagivator.serviceWorker.getRegistration() 2025-01-30 15:18:43 -07:00
Registration.h Everywhere: Remove unused private fields 2025-04-04 12:40:07 +02:00
ServiceWorker.cpp LibWeb: Implement nagivator.serviceWorker.getRegistration() 2025-01-30 15:18:43 -07:00
ServiceWorker.h LibWeb: Implement nagivator.serviceWorker.getRegistration() 2025-01-30 15:18:43 -07:00
ServiceWorker.idl LibWeb: Move ServiceWorker classes to ServiceWorker namespace 2024-11-30 11:19:35 +01:00
ServiceWorkerContainer.cpp LibWeb/ServiceWorker: Use has_value for checking for invalid URL 2025-02-19 08:01:35 -05:00
ServiceWorkerContainer.h LibWeb: Implement nagivator.serviceWorker.getRegistration() 2025-01-30 15:18:43 -07:00
ServiceWorkerContainer.idl LibWeb: Implement nagivator.serviceWorker.getRegistration() 2025-01-30 15:18:43 -07:00
ServiceWorkerGlobalScope.cpp LibWeb: Add stubbed implementation for ServiceWorkerGlobalScope 2024-11-30 11:19:35 +01:00
ServiceWorkerGlobalScope.h LibWeb: Add stubbed implementation for ServiceWorkerGlobalScope 2024-11-30 11:19:35 +01:00
ServiceWorkerGlobalScope.idl LibWeb: Add stubbed implementation for ServiceWorkerGlobalScope 2024-11-30 11:19:35 +01:00
ServiceWorkerRecord.cpp LibWeb: Rename ServiceWorker::ServiceWorker to ServiceWorkerRecord 2024-11-30 11:19:35 +01:00
ServiceWorkerRecord.h LibWeb: Rename ServiceWorker::ServiceWorker to ServiceWorkerRecord 2024-11-30 11:19:35 +01:00
ServiceWorkerRegistration.cpp LibWeb: Implement nagivator.serviceWorker.getRegistration() 2025-01-30 15:18:43 -07:00
ServiceWorkerRegistration.h LibWeb: Implement nagivator.serviceWorker.getRegistration() 2025-01-30 15:18:43 -07:00
ServiceWorkerRegistration.idl LibWeb: Implement nagivator.serviceWorker.getRegistration() 2025-01-30 15:18:43 -07:00