ladybird/Base
Andreas Kling 1c406294fc LibWeb: Start implementing basic JavaScript DOM bindings
This patch introduces the Wrapper and Wrappable classes.

Node now inherits from Wrappable, and can be wrapped in a GC-allocated
Bindings::NodeWrapper object. The only property we expose right now is
the very simple nodeName property.

When a Document's JS::Interpreter is first instantiated, we add a
"document" property with a DocumentWrapper object to the global object.

This is pretty cool! :^)
2020-03-14 13:25:40 +01:00
..
etc Base: Add anon user to the phys group 2020-03-03 16:39:06 +01:00
home/anon LibWeb: Start implementing basic JavaScript DOM bindings 2020-03-14 13:25:40 +01:00
res Solitaire: Add about dialog and 32x32 icon 2020-03-13 10:40:45 +01:00
usr LibCore: Remove all remaining C prefix references 2020-03-07 01:33:53 +01:00
www WebServer: Implement a very basic HTTP server :^) 2020-02-09 14:15:55 +01:00