summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-15LibC: Implement wcsrtombsTim Schumacher
2021-10-15AK: Use UnicodeUtils::code_point_to_utf8 in StringBuilderDaniel Bertalan
2021-10-15LibC: Implement wcrtombDaniel Bertalan
2021-10-15LibC: Partially implement wcwidthTim Schumacher
2021-10-15LibC: Stub out tdeleteTim Schumacher
2021-10-15LibC: Implement twalkTim Schumacher
2021-10-15LibC: Implement tfind and tsearchTim Schumacher
2021-10-16Documentation: Add RunningOnRaspberryPi pageMarcin Undak
2021-10-15LibC: Mark termcap symbols as weakTim Schumacher
2021-10-15Lagom: Build with -fno-no-semantic-interpositionNico Weber
2021-10-15Lagom: Build with -fno-exceptionsNico Weber
2021-10-15Kernel: Add StdLib.cpp to aarch64 build and update stubs in dummy.cppJames Mintram
2021-10-15Kernel: Move spinlock into ArchJames Mintram
2021-10-15Kernel: Add cross platform RegisterState header and Aarch64 versionJames Mintram
2021-10-15Kernel: Split SmapDisabler so header is platform independentJames Mintram
2021-10-15Kernel: Split ScopedCritical so header is platform independentJames Mintram
2021-10-15LibWeb: Parse "none" value for box-shadow propertySam Atkins
2021-10-15LibWeb: Use W3C urls for CSS-DISPLAY spec linksSam Atkins
2021-10-15LibWeb: Use W3C urls for CSS-VALUES-3 spec linksSam Atkins
2021-10-15LibWeb: Use W3C urls for CSS-CASCADE spec linksSam Atkins
2021-10-15LibWeb: Use W3C urls for CSSOM spec linksSam Atkins
2021-10-15LibWeb: Implement CSSStyleRule::set_selector_text()Sam Atkins
2021-10-15LibWeb: Add serialization code for CSS{Media,Supports}RuleSam Atkins
2021-10-15LibWeb: Move media-query-list serialization code to MediaQuery.{h,cpp}Sam Atkins
2021-10-15LibWeb: Accept a Block token as the body of a CSS At-RuleSam Atkins
2021-10-15Kernel: List AK_SOURCES only onceNico Weber
2021-10-15Kernel: Discover initial exception level when booting Aarch64Marcin Undak
2021-10-15Kernel: Make Aarch64 register variables bit more descriptiveMarcin Undak
2021-10-15Kernel: Switch processor to EL1 immediately after boot on Aarch64Marcin Undak
2021-10-15Kernel: Move wait_cycles() function to Aarch_asm_utils.SMarcin Undak
2021-10-15Kernel: Print current CPU exception level after booting on Aarch64Marcin Undak
2021-10-15LibJS: Add comment clarifying the order of function propertiesdavidot
2021-10-15LibJS: Fix that proxy always said that it had a [[Construct]] slotdavidot
2021-10-15LibJS: Define length and name in function in correct orderdavidot
2021-10-15LibJS: Do not save state for peeking at the next token from the lexerdavidot
2021-10-15LibJS: Remove ErrorType::FixmeAddAnErrorStringWithMessagedavidot
2021-10-15LibJS: Fix null deref in ObjectProperty::dump()davidot
2021-10-15LibJS: Enable now working tests for duplicated variable declarationsdavidot
2021-10-15LibGUI: Make Ctrl-Right at the end of a span workBen Wiederhake
2021-10-15LibGUI: Don't update selection twice after Ctrl-RightBen Wiederhake
2021-10-15LibGUI: Make Ctrl-Shift-Home/-End work againBen Wiederhake
2021-10-15LibGUI: Convert always-valid pointer to referenceBen Wiederhake
2021-10-15LibJS: Implement ShadowRealm.prototype.importValue()Linus Groh
2021-10-15LibJS: Don't return empty value from PromiseReactionJob::call(), for nowLinus Groh
2021-10-15LibJS/Tests: Test ShadowRealm.prototype.evaluate() this value type checkLinus Groh
2021-10-15LibJS: Fix typo in LHS Object and RHS BigInt loosely equals checkLuke Wilde
2021-10-15LibUnicode: Use u16 for unique string indices instead of size_tTimothy Flynn
2021-10-15LibWeb: Compute horizontal overflow for the initial containing blockAndreas Kling
2021-10-14LibJS: Use GlobalObject::associated_realm() for function object realmsLinus Groh
2021-10-14LibJS: Add a way to get from a GlobalObject to its associated RealmLinus Groh