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
Age
Commit message (
Expand
)
Author
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-25
Lagom: Build DOMTreeModel from LibWebView
Andreas Kling
2022-09-25
Lagom: Build a tiny slice of LibGUI
Andreas Kling
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-24
Meta: Enable full region dumping on CI
kleines Filmröllchen
2022-09-24
Kernel: By default, don't dump regions when a userspace crash happens
kleines Filmröllchen
2022-09-24
LibJS: Add JS::SafeFunction, like Function but protects captures from GC
Andreas Kling
2022-09-22
Meta: Don't build Core::LocalServer on Android
Andrew Kaster
2022-09-22
CI: Remove Android NDK Cache
Andrew Kaster
2022-09-22
Meta: Remove 'time' invocation in lint-ci
Ben Wiederhake
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: Update to Unicode version 15.0.0
Timothy Flynn
2022-09-21
LibUnicode: Use recently added Core::Stream::read_all in code generators
Timothy Flynn
2022-09-20
Meta: Add isa-vga device to ISA-PC and microvm machine types
Liav A
2022-09-20
StateMachineGenerator: Remove unused variable
Federico Guerinoni
2022-09-20
StateMachineGenerator: Port to LibMain and Core::Stream
Sam Atkins
2022-09-20
LibEDID: Use Core::Stream API to generate PnpIDs
Sam Atkins
2022-09-20
IPCCompiler: Use Core::Stream API
Sam Atkins
2022-09-19
Meta: Use time instead of /usr/bin/time in lint-ci.sh
Ben Wiederhake
2022-09-18
Meta: Fix example invocations of the serenity.sh run command
Ben Wiederhake
2022-09-18
Meta: Only check changed files in check-style.py during pre-commit
Ben Wiederhake
2022-09-18
Meta: Only check changed files in lint-gml-format.sh
Ben Wiederhake
2022-09-18
Meta: Only check changed files in check-newlines-at-eof
Ben Wiederhake
2022-09-18
Meta: Only check changed files in check-debug-flags during pre-commit
Ben Wiederhake
2022-09-18
Meta: Rewrite pre-commit script check-emoji in python
Ben Wiederhake
2022-09-18
Meta: Always show the timing of commands in lint-ci.sh
Ben Wiederhake
2022-09-18
HeaderCheck: Also check AK for broken headers
Ben Wiederhake
2022-09-18
HeaderCheck: Disable warning due to LibSoftGPU
Ben Wiederhake
2022-09-18
HeaderCheck: Remove outdated debug code
Ben Wiederhake
2022-09-18
LibWeb: Allow passing null to a nullable IDL union type
Andreas Kling
2022-09-18
LibWeb: Rename Attribute to Attr
Andreas Kling
2022-09-17
LibTimeZone: Generate DST rule timestamps at compile time
Timothy Flynn
2022-09-17
WrapperGenerator: Use the new shiny Overload Resolution Algorithm :^)
Sam Atkins
2022-09-17
LibIDL+WrapperGenerator: Implement Type::is_distinguishable_from()
Sam Atkins
2022-09-17
LibIDL+WrapperGenerator: Make it easier to work with IDL::Type classes
Sam Atkins
2022-09-17
LibIDL+WrapperGenerator: Move IDL code into a library
Sam Atkins
2022-09-17
WrapperGenerator: Clarify function-length getter name
Sam Atkins
2022-09-17
WrapperGenerator: Move generation code out of IDLTypes.h
Sam Atkins
2022-09-16
Meta: Remove the obsolete linter check for LibM/math.h
Tim Schumacher
2022-09-16
Lagom: Skip IMPORTED targets in get_linked_lagom_libraries
Andrew Kaster
2022-09-16
LibWeb+Meta: Parse the `backdrop-filter` CSS property
MacDue
[next]