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-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
2022-09-16
Meta: Use is_abstract_image() for the "image" CSS type
MacDue
2022-09-16
CMake: Use `-static-libstdc++` on Clang as well
Tim Schumacher
2022-09-15
Meta: Revise lint-commit.sh regex for the title
Ben Wiederhake
2022-09-15
Meta: Enable vptr sanitation by default for Lagom UBSAN builds
Timothy Flynn
2022-09-14
CI: Fix typo preventing the CLDR cache from being pulled
Timothy Flynn
2022-09-14
Everywhere: Fix a variety of typos
Brian Gianforcaro
2022-09-13
Meta: Add confirmation for toolchain rebuilds if there's one already
networkException
2022-09-13
Meta: Add Lagom option to disable building LibWeb
Timothy Flynn
2022-09-13
Meta: Remove unused and outdated lint-missing-resources.sh lint
Ben Wiederhake
2022-09-13
Meta: Remove unused and outdated check-syscall-lists.sh lint
Ben Wiederhake
2022-09-13
Meta: Fix check for AK test inclusion
Ben Wiederhake
2022-09-11
Meta: Do not log CMake version on each CMake invocation
Timothy Flynn
2022-09-11
LibUnicode: Parse and generate custom emoji added for SerenityOS
Timothy Flynn
2022-09-11
LibUnicode: Generate emoji data for non-fully-qualified emoji
Timothy Flynn
2022-09-11
LibJS: Import the libjs-test262-runner from linusg/libjs-test262
davidot
2022-09-10
LibJS: Allow negative pointers in Value
davidot
2022-09-09
Meta: Download WASM spec tests using CMake
Diego Iastrubni
2022-09-09
Meta: Use CMake functions to extract files
Diego Iastrubni
2022-09-09
Meta: Update jakt build support for fully bootstrapped compiler
Andrew Kaster
2022-09-08
LibUncode: Parse and generate emoji code point data
Timothy Flynn
2022-09-06
LibWeb: Use fully qualified type names in the IDL generator more
Andreas Kling
2022-09-06
LibWeb: Remove the NoInstanceWrapper extended IDL attribute
Andreas Kling
2022-09-06
LibWeb: Stop using Bindings::wrap() in generated code
Andreas Kling
2022-09-06
LibWeb: Remove many unnecessary #includes in generated code
Andreas Kling
2022-09-06
LibWeb: Remove now-unused wrapper and iterator code generators
Andreas Kling
2022-09-06
LibWeb: Remove CMake target for wrapper cpp and h files
Andreas Kling
2022-09-06
LibWeb: Remove the NO_INSTANCE option now that all wrappers are gone
Andreas Kling
2022-09-06
LibWeb: Make DOMException GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make WorkerNavigator GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make WorkerLocation GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make URL, URLSearchParams & URLSearchParamsIterator GC-allocated
Andreas Kling
2022-09-06
LibWeb: Don't build iterator wrapper for NO_INSTANCE classes
Andreas Kling
2022-09-06
LibWeb: Make Blob and File GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make Storage GC-allocated
Andreas Kling
2022-09-06
LibWeb: Use cached_web_prototype() as much as possible
Andreas Kling
2022-09-06
LibWeb: Make Path2D GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make 2D and 3D canvas rendering contexts GC-allocated
Andreas Kling
2022-09-06
Fuzzers: Fix FuzzCSSParser build
Andreas Kling
2022-09-06
LibWeb: Make MutationRecord GC-allocated
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make DOM::Event and all its subclasses GC-allocated
Andreas Kling
2022-09-06
LibWeb: Move event listeners, handlers and callbacks to the GC heap
Andreas Kling
2022-09-06
LibWeb: Make CSSRule and all its subclasses GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make CSSRuleList GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make StyleSheetList GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make StyleSheet and CSSStyleSheet GC-allocated
Andreas Kling
2022-09-06
LibWeb: Support NoInstanceWrapper extended attribute on interfaces
Andreas Kling
[next]