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-06-17
LibJS: Replace boolean without_side_effects parameters with an enum
Idan Horowitz
2021-06-16
LibJS: Respect Object::get's without_side_effects parameter for numbers
Idan Horowitz
2021-06-15
LibWeb: Use Optional<String> more in WrapperGenerator
Andreas Kling
2021-05-31
LibWeb/WrapperGenerator: Replace a fprintf() with warnln()
Linus Groh
2021-05-28
LibWeb: Add PropertyID::Custom to code generator
Tobias Christiansen
2021-05-26
LibJS+LibWeb: Make Uint8ClampedArray use TypedArray
Ali Mohammad Pur
2021-05-19
Everywhere: Add missing includes for <AK/OwnPtr.h>
Gunnar Beutner
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-09
LibWeb: Implement HTMLTableElement thead attributes
Adam Hodgen
2021-05-09
LibWeb: Implement HTMLTableElement caption attributes
Adam Hodgen
2021-05-09
LibWeb: Implement HTMLTableElement row attributes
Adam Hodgen
2021-05-04
LibWeb: Implement EventTarget.dispatchEvent
Luke
2021-05-04
LibWeb: Add support for extended attributes on IDL parameters
Luke
2021-04-25
LibWeb: Add WebSocket bindings
DexesTTP
2021-04-25
LibWeb: Add exception support in IDL constructors
DexesTTP
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
2021-04-22
LibWeb: Implement a slow but functional HTMLCollection :^)
Andreas Kling
2021-04-22
LibWeb: Allow IDL interfaces to override get_by_index()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-20
LibWeb: Add basic support for HTMLInputElement.form
Andreas Kling
2021-04-20
LibWeb: Don't include "Wrapper" suffix in JS wrapper class_name()
Andreas Kling
2021-04-15
LibWeb: Add support for optional double arguments with no default value
Idan Horowitz
2021-04-15
LibWeb: Emit optional boolean variable definition in WrapperGenerator
Idan Horowitz
2021-04-13
LibWeb: Make ExceptionOr work with non-JS::Value types
AnotherTest
2021-04-12
LibJS: Make Errors fully spec compliant
Linus Groh
2021-04-11
LibWeb: Add support for optional default values and optional bools in IDL
Luke
2021-04-11
LibWeb: Remove trailing ';' from WrapperGenerator functions.
Brian Gianforcaro
2021-04-10
LibWeb: Support nullable EventListener parameters in WrapperGenerator
Linus Groh
2021-04-06
LibWeb: Support the "ImplementedAs" IDL attribute on functions
Luke
2021-04-05
LibWeb: Support "pseudo" CSS properties
Timothy Flynn
2021-04-03
LibWeb: Implement XMLHttpRequest.getResponseHeader()
Linus Groh
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
[next]