summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-06LibWeb: Make TreeWalker GC-allocatedAndreas Kling
2022-09-06LibWeb: Make NodeIterator GC-allocatedAndreas Kling
2022-09-06LibWeb: Move event listeners, handlers and callbacks to the GC heapAndreas Kling
2022-09-06LibWeb: Make DOMImplementation GC-allocatedAndreas Kling
2022-09-06LibWeb: Make MediaList GC-allocatedAndreas Kling
2022-09-06LibWeb: Make DOMTokenList GC-allocatedAndreas Kling
2022-09-06LibWeb: Make NamedNodeMap GC-allocatedAndreas Kling
2022-09-06LibWeb: Make DOMStringMap GC-allocatedAndreas Kling
2022-09-06LibWeb: Make CSSStyleDeclaration GC-allocatedAndreas 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: Add an "internal" JS realm & window objectAndreas Kling
2022-09-06LibWeb: Support NoInstanceWrapper extended attribute on interfacesAndreas Kling
2022-09-06LibWeb: Add a mechanism to opt out of generating instance wrappersAndreas Kling
2022-09-06LibWeb: Add Bindings::LegacyPlatformObject base classAndreas Kling
2022-09-06LibWeb: Add PlatformObject classAndreas Kling
2022-09-05Ports: Remove invalid copy action from PrBoom+ buildJelle Raaijmakers
2022-09-05Base: Make open folder icons consistentelectrikmilk
2022-09-05Base: Add shell script file type iconelectrikmilk
2022-09-05LibLocale: Move locale source files to the LibLocale libraryTimothy Flynn
2022-09-05LibUnicode: Generate a separate Locale enumeration for special casingTimothy Flynn
2022-09-05LibLocale: Move locale test files to the LibLocale folderTimothy Flynn
2022-09-05LibLocale: Move locale source files to the LibLocale folderTimothy Flynn
2022-09-05Userland: Move files destined for LibLocale to the Locale namespaceTimothy Flynn
2022-09-05LibLocale: Rename a couple CLDR generator structuresTimothy Flynn
2022-09-05LibUnicode+LibJS: Move Unicode::get_available_currencies() to Locale.hTimothy Flynn
2022-09-05LibLocale+LibUnicode: Move generated CLDR data files to LibLocale folderTimothy Flynn
2022-09-05LibUnicode+Userland: Migrate generated CLDR data to LibLocaleDataTimothy Flynn
2022-09-05LibUnicode: Move CLDR data generators to a LibLocale subfolderTimothy Flynn
2022-09-05LibUnicode: Fully qualify use of AK::Variant in Locale.hTimothy Flynn
2022-09-05LibJS: Remove unused include from JS::Temporal::CalendarTimothy Flynn
2022-09-05Base: Add 32 new emojiselectrikmilk
2022-09-05Meta: Don't generate emoji.txt into the source treeTim Schumacher
2022-09-05LibC: Move `dlfcn_integration.h` to the `bits` directoryTim Schumacher
2022-09-05LibC: Reduce reliance on the dlfcn internals for `regex` functionsTim Schumacher
2022-09-05Toolchain: Remove references to `-ldl`Tim Schumacher
2022-09-05LibC: Remove the `LibDl` interface targetTim Schumacher
2022-09-05Everywhere: Fully remove the separate LibDl directoryTim Schumacher
2022-09-05LibDl: Move the `dlfcn` implementation to LibCTim Schumacher
2022-09-05Everywhere: Refer to `dlfcn*.h` by its non-prefixed nameTim Schumacher
2022-09-05Base: Improve 1 emojielectrikmilk
2022-09-05Base: Add 5 new emojielectrikmilk
2022-09-05Base: Add Ruby File Type Iconelectrikmilk
2022-09-05LibGUI: Implement basic rubber band selections in ColumnsViewnetworkException
2022-09-05LibGUI: Add granular ColumnView helpers for column and index at eventsnetworkException
2022-09-05WebServer: Make bound socket a clickable hyperlink :^)networkException
2022-09-05LibVT: Handle non file urls in on hover tooltipsnetworkException
2022-09-04Meta: Add frhun to the contributors list :^)Linus Groh