index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Meta
/
Lagom
/
Tools
Age
Commit message (
Expand
)
Author
2022-04-18
LibWeb: Generate some metadata about transform functions
Sam Atkins
2022-04-18
LibWeb: Generate TransformFunction to/from string functions
Sam Atkins
2022-04-18
LibWeb: Add code generator for CSS transform functions
Sam Atkins
2022-04-16
LibCore+Everywhere: Make Core::Stream read_line() return StringView
Sam Atkins
2022-04-16
LibCore+Everywhere: Make Core::Stream::read() return Bytes
Sam Atkins
2022-04-14
LibWeb: Use generated enum code for property value validation
Sam Atkins
2022-04-14
LibWeb: Assign an underlying type to generated CSS enums
Sam Atkins
2022-04-14
LibWeb: Generate and use to_string(css_enum) functions
Sam Atkins
2022-04-14
LibWeb: Generate to_value_id() functions
Sam Atkins
2022-04-14
LibWeb: Generate ValueID-to-enum conversion functions
Sam Atkins
2022-04-14
LibWeb: Add a new code generator for CSS enums
Sam Atkins
2022-04-12
LibWeb: Move CSS Parser into new Web::CSS::Parser namespace
Sam Atkins
2022-04-05
LibWeb: Verify argument_check before generating if statement
Kenneth Myhra
2022-04-05
LibWeb: Get argument count from Function::parameters::size()
Kenneth Myhra
2022-04-05
LibWeb: Add IDLGenerators::is_primitive()
Kenneth Myhra
2022-04-02
Meta+LibWeb: Port PropertyID.h/cpp generators to invoke_generator()
Sam Atkins
2022-04-02
Meta+LibWeb: Port ValueID.h/cpp generators to invoke_generator()
Sam Atkins
2022-04-02
Meta+LibWeb: Port MediaFeatureID.h/cpp generators to invoke_generator()
Sam Atkins
2022-04-02
LibWeb: Include relevant headers in IDL constructor implementations
Idan Horowitz
2022-04-02
LibWeb: Support integral default values for IDL unions
Idan Horowitz
2022-04-02
LibWeb: Remove no-op calls to emit_includes_for_all_imports for headers
Idan Horowitz
2022-04-02
LibWeb: Strip double quotes from IDL enum default values
Idan Horowitz
2022-04-02
LibWeb: Cache and reuse resolved IDL imports instead of rejecting them
Idan Horowitz
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-31
LibWeb: Replace ad-hoc EventHandler type with callback function typedef
Idan Horowitz
2022-03-31
LibWeb: Add support for IDL callback functions
Idan Horowitz
2022-03-31
LibWeb: Support non-interface top-level extended attributes
Idan Horowitz
2022-03-31
LibWeb: Add support for IDL typedefs
Idan Horowitz
2022-03-31
LibWeb: Stop generating C++ includes for non-code-generating IDL files
Idan Horowitz
2022-03-30
LibJS+LibUnicode: Align ECMA-402 "sanctioned" terminology with UTS 35
Timothy Flynn
2022-03-30
LibWeb: Stop casting unsigned long IDL return values to i32
Idan Horowitz
2022-03-30
LibWeb: Support IDL optional integer arguments
Idan Horowitz
2022-03-29
LibWeb: Add @@toStringTag own property on wrappers
Andreas Kling
2022-03-28
Meta: Refactor the IPC-compiler and port it to LibMain
Hendiadyoin1
2022-03-26
Meta: Add range checking to all numeric CSS types
Sam Atkins
2022-03-25
LibWeb: Mark CSS properties as not affecting stacking context by default
Andreas Kling
2022-03-22
LibWeb: Support IDL default values of "null" for optional arguments
Timothy Flynn
2022-03-21
LibWeb: Begin implementing SVGRectElement's SVGAnimatedLength attributes
Timothy Flynn
2022-03-21
LibWeb: Support generating IDL float types
Timothy Flynn
2022-03-21
LibWeb: Only invalidate stacking context tree for opacity/z-index change
Andreas Kling
2022-03-19
LibWeb: Handle nullish this_value when creating idl functions
stelar7
2022-03-18
Everywhere: Deduplicate day/month name constants
Lenny Maiorani
2022-03-16
LibWeb: Annotate which CSS properties may affect layout
Andreas Kling
2022-03-16
Meta: Use the ImplementedAs value in the attribute setter
sin-ack
2022-03-13
LibWeb: Make CSS::property_initial_value() use an Array internally
Andreas Kling
2022-03-10
Meta: Port Generate_CSS_PropertyID_cpp to LibMain/Core::Stream
Sam Atkins
2022-03-10
Meta: Port Generate_CSS_PropertyID_h to LibMain/Core::Stream
Sam Atkins
2022-03-10
Meta: Port Generate_CSS_ValueID_cpp to LibMain/Core::Stream
Sam Atkins
2022-03-10
Meta: Port Generate_CSS_ValueID_h to LibMain/Core::Stream
Sam Atkins
2022-03-09
Meta: Generate functions for validating media-query values
Sam Atkins
[next]