Timothy Flynn
e0a8eb3767
LibWeb+WebContent: Hook Fetch's HTTP cache into the clear-cache action
...
And fix a typo in an invocation to clear the cache.
2025-11-05 18:27:36 +01:00
ayeteadoe
3df8e00d91
LibWeb: Enable EXPLICIT_SYMBOL_EXPORT
2025-08-23 16:04:36 -06:00
ayeteadoe
0a699132f3
WebContent: Enable in Windows CI
2025-08-23 16:04:36 -06:00
Kenneth Myhra
593ee1ae0a
LibWeb: Implement AO populate request from client
2025-08-08 11:12:53 +01:00
Timothy Flynn
7280ed6312
Meta: Enforce newlines around namespaces
...
This has come up several times during code review, so let's just enforce
it using a new clang-format 20 option.
2025-05-14 02:01:59 -06:00
Shannon Booth
f87041bf3a
LibGC+Everywhere: Factor out a LibGC from LibJS
...
Resulting in a massive rename across almost everywhere! Alongside the
namespace change, we now have the following names:
* JS::NonnullGCPtr -> GC::Ref
* JS::GCPtr -> GC::Ptr
* JS::HeapFunction -> GC::Function
* JS::CellImpl -> GC::Cell
* JS::Handle -> GC::Root
2024-11-15 14:49:20 +01:00
Timothy Flynn
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00