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-11-09
Meta: Generate a helper constructor for single-value IPC responses
Timothy Flynn
2022-11-06
Meta+LibUnicode: Avoid relocations for emoji data
Gunnar Beutner
2022-11-06
Meta+LibUnicode: Avoid relocations for static unicode data
Gunnar Beutner
2022-11-03
LibJS+LibUnicode: Add "microsecond" and "nanosecond" as sanctioned units
Timothy Flynn
2022-11-03
LibUnicode: Make the generated .h and .cpp paths for emoji data optional
Timothy Flynn
2022-11-02
LibWeb: Support translate3d
Aliaksandr Kalenik
2022-11-02
LibWeb: Use more verbose input in CSS transform function generator
Aliaksandr Kalenik
2022-10-31
LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s
Linus Groh
2022-10-27
Meta: Replace Bash script for generating emoji.txt with C++ generator
Timothy Flynn
2022-10-25
LibLocale+LibJS: Update to CLDR version 42.0.0
Timothy Flynn
2022-10-24
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
demostanis
2022-10-20
LibWeb: Remove dbgln FIXME spam from BindingsGenerator
Linus Groh
2022-10-20
LibWeb: Revert support for DOM::Document in XHR::send()
Kenneth Myhra
2022-10-20
LibWeb: Teach IDL generator to go from WindowProxy to EventTarget
Andreas Kling
2022-10-20
LibWeb: Prevent GC from running during intrinsics allocation
Andreas Kling
2022-10-16
LibWeb: Add support for DOM::Document to XHR::send()
Kenneth Myhra
2022-10-09
LibWeb: Re-implement HTML::Navigator using IDL
Andrew Kaster
2022-10-09
LibWeb: Add new code generator for creating exposed interface helpers
Andrew Kaster
2022-10-09
LibIDL: Remove static maps for interfaces and resolved imports
Andrew Kaster
2022-10-07
LibUnicode: Remove GCC codegen workaround
Timothy Flynn
2022-10-07
LibUnicode: Update code point ideographic replacements for Unicode 15
Timothy Flynn
2022-10-06
BindingsGenerator+LibWeb: Pass a VM to static IDL-based functions
Sam Atkins
2022-10-06
BindingsGenerator+LibIDL: Parse "inherit" attributes
Sam Atkins
2022-10-06
LibUnicode: Let's use the GCC 11/12 workaround on all platforms
Andreas Kling
2022-10-06
LibUnicode: Add decomposition mappings and Unicode normalization
matcool
2022-10-04
AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places
Nico Weber
2022-10-04
LibWeb: Implement <input type=file> behavior
Andrew Kaster
2022-10-04
BindingsGenerator: Allow the word "inline" in IDL identifiers
Andreas Kling
2022-10-03
Lagom: Work around gcc codegen bug
Nico Weber
2022-10-01
LibWeb: Cleanup unecessary uses and includes of HTML::Window
Andrew Kaster
2022-10-01
LibWeb: Introduce new construct_impl method for bound classes
Andrew Kaster
2022-09-28
LibTimeZone: Use the last DST rule in the TZDB if a match isn't found
Timothy Flynn
2022-09-27
LibWeb: Implement '5.4. Request class' from the Fetch API :^)
Linus Groh
2022-09-27
LibWeb: Don't always assign values to nullable IDL dictionary members
Linus Groh
2022-09-27
LibWeb: Fix bindings codegen for IDL enums with only one member
Linus Groh
2022-09-26
LibWeb: Add WebIDL to the IDL generator's list of web namespaces
Timothy Flynn
2022-09-25
LibWeb: Move DOMException from DOM/ to WebIDL/
Linus Groh
2022-09-24
LibWeb: Replace 'heycam.github.io' links with 'webidl.spec.whatwg.org'
Linus Groh
2022-09-24
LibWeb: Move IDLOverloadResolution from Bindings/ to WebIDL/
Linus Groh
2022-09-24
LibWeb: Move CallbackType from Bindings/ to WebIDL/
Linus Groh
2022-09-21
Everywhere: Rename WrapperGenerator to BindingsGenerator
Linus Groh
2022-09-21
LibWeb: Remove no-op impl() methods from the WEB_PLATFORM_OBJECT macro
Linus Groh
2022-09-21
LibWeb: Turn is_platform_object() `if`s into an Array
Linus Groh
2022-09-21
LibWeb: Rename is_wrappable_type() to is_platform_object()
Linus Groh
2022-09-21
LibWeb: Remove impl_is_wrapper() check from WrapperGenerator
Linus Groh
2022-09-21
LibWeb: Remove support for RefPtr types in idl_type_name_to_cpp_type()
Linus Groh
2022-09-21
LibIDL+LibWeb: Remove stale references to "wrapper class" concept
Linus Groh
2022-09-21
LibUnicode: Use recently added Core::Stream::read_all in code generators
Timothy Flynn
2022-09-20
StateMachineGenerator: Remove unused variable
Federico Guerinoni
2022-09-20
StateMachineGenerator: Port to LibMain and Core::Stream
Sam Atkins
[next]