summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2022-09-16Meta: Remove the obsolete linter check for LibM/math.hTim Schumacher
2022-09-16Lagom: Skip IMPORTED targets in get_linked_lagom_librariesAndrew Kaster
2022-09-16LibWeb+Meta: Parse the `backdrop-filter` CSS propertyMacDue
2022-09-16Meta: Use is_abstract_image() for the "image" CSS typeMacDue
2022-09-16CMake: Use `-static-libstdc++` on Clang as wellTim Schumacher
2022-09-15Meta: Revise lint-commit.sh regex for the titleBen Wiederhake
2022-09-15Meta: Enable vptr sanitation by default for Lagom UBSAN buildsTimothy Flynn
2022-09-14CI: Fix typo preventing the CLDR cache from being pulledTimothy Flynn
2022-09-14Everywhere: Fix a variety of typosBrian Gianforcaro
2022-09-13Meta: Add confirmation for toolchain rebuilds if there's one alreadynetworkException
2022-09-13Meta: Add Lagom option to disable building LibWebTimothy Flynn
2022-09-13Meta: Remove unused and outdated lint-missing-resources.sh lintBen Wiederhake
2022-09-13Meta: Remove unused and outdated check-syscall-lists.sh lintBen Wiederhake
2022-09-13Meta: Fix check for AK test inclusionBen Wiederhake
2022-09-11Meta: Do not log CMake version on each CMake invocationTimothy Flynn
2022-09-11LibUnicode: Parse and generate custom emoji added for SerenityOSTimothy Flynn
2022-09-11LibUnicode: Generate emoji data for non-fully-qualified emojiTimothy Flynn
2022-09-11LibJS: Import the libjs-test262-runner from linusg/libjs-test262davidot
2022-09-10LibJS: Allow negative pointers in Valuedavidot
2022-09-09Meta: Download WASM spec tests using CMakeDiego Iastrubni
2022-09-09Meta: Use CMake functions to extract filesDiego Iastrubni
2022-09-09Meta: Update jakt build support for fully bootstrapped compilerAndrew Kaster
2022-09-08LibUncode: Parse and generate emoji code point dataTimothy Flynn
2022-09-06LibWeb: Use fully qualified type names in the IDL generator moreAndreas Kling
2022-09-06LibWeb: Remove the NoInstanceWrapper extended IDL attributeAndreas Kling
2022-09-06LibWeb: Stop using Bindings::wrap() in generated codeAndreas Kling
2022-09-06LibWeb: Remove many unnecessary #includes in generated codeAndreas Kling
2022-09-06LibWeb: Remove now-unused wrapper and iterator code generatorsAndreas Kling
2022-09-06LibWeb: Remove CMake target for wrapper cpp and h filesAndreas Kling
2022-09-06LibWeb: Remove the NO_INSTANCE option now that all wrappers are goneAndreas Kling
2022-09-06LibWeb: Make DOMException GC-allocatedAndreas Kling
2022-09-06LibWeb: Make WorkerNavigator GC-allocatedAndreas Kling
2022-09-06LibWeb: Make WorkerLocation GC-allocatedAndreas Kling
2022-09-06LibWeb: Make URL, URLSearchParams & URLSearchParamsIterator GC-allocatedAndreas Kling
2022-09-06LibWeb: Don't build iterator wrapper for NO_INSTANCE classesAndreas Kling
2022-09-06LibWeb: Make Blob and File GC-allocatedAndreas Kling
2022-09-06LibWeb: Make Storage GC-allocatedAndreas Kling
2022-09-06LibWeb: Use cached_web_prototype() as much as possibleAndreas Kling
2022-09-06LibWeb: Make Path2D GC-allocatedAndreas Kling
2022-09-06LibWeb: Make 2D and 3D canvas rendering contexts GC-allocatedAndreas Kling
2022-09-06Fuzzers: Fix FuzzCSSParser buildAndreas Kling
2022-09-06LibWeb: Make MutationRecord GC-allocatedAndreas Kling
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling
2022-09-06LibWeb: Make DOM::Event and all its subclasses GC-allocatedAndreas Kling
2022-09-06LibWeb: Move event listeners, handlers and callbacks to the GC heapAndreas Kling
2022-09-06LibWeb: Make CSSRule and all its subclasses GC-allocatedAndreas Kling
2022-09-06LibWeb: Make CSSRuleList GC-allocatedAndreas Kling
2022-09-06LibWeb: Make StyleSheetList GC-allocatedAndreas Kling
2022-09-06LibWeb: Make StyleSheet and CSSStyleSheet GC-allocatedAndreas Kling
2022-09-06LibWeb: Support NoInstanceWrapper extended attribute on interfacesAndreas Kling