index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
CodeGenerators
Age
Commit message (
Expand
)
Author
2021-03-15
LibWeb: Allow JS wrappers to customize get() and put()
Andreas Kling
2021-03-13
LibWeb: Expose barebones CSSStyleDeclaration to JavaScript
Andreas Kling
2021-03-08
LibWeb: Map all the IDL string types to AK::String for now
Andreas Kling
2021-03-08
LibWeb: Start exposing CSS style sheets to JavaScript :^)
Andreas Kling
2021-03-08
LibWeb: Allow specifying a custom C++ implementation for IDL attributes
Andreas Kling
2021-03-08
LibWeb: Make generated wrapper code cast IDL longs to i32 for now
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-21
LibWeb: Add Document.createRange()
Andreas Kling
2021-02-21
LibWeb: Replace WrapperGenerator's snake_name() with String::to_snakecase()
Linus Groh
2021-02-20
LibWeb: Move ExceptionOr bindings utils into own header
Linus Groh
2021-02-20
LibWeb: Generate code for throwing DOMExceptions based on ExceptionOr<T>
Linus Groh
2021-02-20
LibWeb: Add DOM::DOMException class and bindings
Linus Groh
2021-02-17
LibWeb: Actually construct impl and wrapper in construct() :^)
Linus Groh
2021-02-17
LibWeb: Parse IDL interface constructors
Linus Groh
2021-02-17
LibWeb: Fix .length of functions generated from IDL
Linus Groh
2021-02-03
LibWeb: Basic implementation of global event handlers :^)
Andreas Kling
2021-01-28
LibWeb: Add simple implementation of Document.createElementNS
Luke
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-23
LibWeb: Make WrapperGenerator consider "unsigned" part of a type
Andreas Kling
2021-01-23
LibWeb: Generate JS bindings for XMLHttpRequest from IDL :^)
Andreas Kling
2021-01-23
LibWeb: Add very basic support for IDL constants
Andreas Kling
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-18
LibWeb: Stub out the PerformanceTiming object from Navigation Timing
Andreas Kling
2021-01-18
LibWeb: Make the Window object "inherit" from EventTarget :^)
Andreas Kling
2021-01-18
LibWeb: Move IDL attributes and functions to the prototype
Andreas Kling
2021-01-18
LibWeb: Construct the IDL interface prototype chains automatically
Andreas Kling
2021-01-18
LibWeb: Actually instantiate all the web constructors/prototypes
Andreas Kling
2021-01-18
LibWeb: Generate constructor and prototype classes for IDL interfaces
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling