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-08-28
Everywhere: Move all host tools into the Lagom/Tools subdirectory
Andrew Kaster
2021-08-25
LibWeb: Generate property_initial_value() function from Properties.json
Sam Atkins
2021-08-16
LibWeb: Replace is_inherited_property() with generated code
Sam Atkins
2021-08-01
LibWeb: Remove unused header includes
Brian Gianforcaro
2021-07-26
LibWeb: Make functions and attributes in bindings writable
davidot
2021-07-26
LibWeb: Add a CustomHasProperty trait to WrapperGenerator
davidot
2021-07-26
LibWeb: Convert WrapperGenerator and the generated code to east-const
davidot
2021-07-23
LibWeb: Fix that empty event handlers return null instead of crashing
davidot
2021-07-06
LibJS: Add define_direct_property and remove the define_property helper
Idan Horowitz
2021-07-05
LibWeb: Use is_nullish instead of is_null for nullable types
Luke
2021-07-05
LibWeb: Make WrapperGenerator generate nullable wrapper types
Luke
2021-07-04
LibWeb: Change WrapperGenerator to emit acessor properties
Linus Groh
2021-07-04
LibJS: Rewrite most of Object for spec compliance :^)
Linus Groh
2021-07-04
LibJS: Bring ArrayCreate and ArrayConstructor closer to spec
Idan Horowitz
2021-06-30
AK+Everywhere: Use mostly StringView in LexicalPath
Max Wipfli
2021-06-29
AK+Spreadsheet+LibWeb: Remove JsonObject::get_or()
Max Wipfli
2021-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling
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
[next]