ladybird/Userland/Libraries/LibWeb/HTML/Scripting
Shannon Booth 6a2a7cad61 LibWeb/LibJS: Avoid GC visit of raw pointers where possible
This is mostly motivated for aesthetics, but also helps avoid some null
checks when we have a NonnullGCPtr<T> or in some cases a T&.
2023-11-19 08:05:45 +00:00
..
ClassicScript.cpp
ClassicScript.h
Environments.cpp
Environments.h
ExceptionReporter.cpp LibJS+Embedders: Unify stack trace format for uncaught errors 2023-11-02 07:37:41 +01:00
ExceptionReporter.h
Fetching.cpp LibWeb: Don't reject worker scripts with a JavaScript MIME type 2023-11-15 11:28:39 -05:00
Fetching.h LibWeb: Implement fetch a classic worker script 2023-11-15 12:56:33 +01:00
Fetching.idl LibWeb: Introduce the concept of "Enumerated" values 2023-11-07 11:34:21 +01:00
ImportMap.h
ModuleMap.cpp LibWeb: Pass around JS::HeapFunctions when fetching scripts 2023-10-31 18:09:14 +01:00
ModuleMap.h AK: Rename GenericTraits to DefaultTraits 2023-11-09 10:05:51 -05:00
ModuleScript.cpp
ModuleScript.h
Script.cpp LibWeb/LibJS: Avoid GC visit of raw pointers where possible 2023-11-19 08:05:45 +00:00
Script.h
TemporaryExecutionContext.cpp
TemporaryExecutionContext.h
WindowEnvironmentSettingsObject.cpp LibWeb/LibJS: Avoid GC visit of raw pointers where possible 2023-11-19 08:05:45 +00:00
WindowEnvironmentSettingsObject.h
WorkerEnvironmentSettingsObject.cpp LibWeb+WebWorker: Move worker execution into a new WebWorker process 2023-11-15 12:56:33 +01:00
WorkerEnvironmentSettingsObject.h LibWeb+WebWorker: Move worker execution into a new WebWorker process 2023-11-15 12:56:33 +01:00