summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-10-28LibWeb: Do not create lowercase strings in NamedNodeMap::get_attributeTimothy Flynn
2021-10-28LibWeb: Remove duplicated auto height computationBen Wiederhake
2021-10-28LibWeb: Remove StyleProperties::set_property(PropertyID, StringView)Andreas Kling
2021-10-28LibWeb: Properly handle the <td align> attributeAndreas Kling
2021-10-28LibC+LibELF: Move getauxval and AT_* flags to sys/auxv.hIdan Horowitz
2021-10-28LibC: Change the type of FBProperties' fields from bool to unsigned charIdan Horowitz
2021-10-28LibGUI: Add MetricRole and PathRole to GUI::VariantSam Atkins
2021-10-28LibGfx: Add to_string() functions for MetricRole and PathRoleSam Atkins
2021-10-28LibGfx+WindowServer: Move shadow-painting code to StylePainterSam Atkins
2021-10-28LibGfx: Make style painters use east const and virtual specifiersSam Atkins
2021-10-28LibCore: Add ElapsedTimer::reset()Jelle Raaijmakers
2021-10-27Everywhere: Rename back-click to backward-clickFiliph Sandström
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-10-27LibWeb: Don't create anonymous table boxes around whitespaceAndreas Kling
2021-10-27LibWeb: Remove Layout::Box::width_of_logical_containing_block()Andreas Kling
2021-10-27LibWeb: Add fast_is<T>() for HTML::HTMLHtmlElementAndreas Kling
2021-10-27LibWeb: Add fast_is<T>() for Layout::LabelAndreas Kling
2021-10-27Kernel + WindowServer: Re-define the interface to framebuffer devicesLiav A
2021-10-26LibWeb: Implement URLSearchParams.getAllLuke Wilde
2021-10-26LibJS: Clarify mathematical types in Temporal AOs and functionsLinus Groh
2021-10-26LibWeb: Fix inline blocks swallowing trailing whitespaceFelix Rauch
2021-10-26LibC: Remove debug spam from openpty()Andreas Kling
2021-10-25LibCore: Add File::size()Leandro Pereira
2021-10-25Kernel+LibC: Default to 8-bit characters in TTYDaniel Bertalan
2021-10-25LibJS: Support calling result of a computed MemberExpression in bytecodeAndreas Kling
2021-10-25LibJS: Simplify MemberExpression::generate_bytecode()Andreas Kling
2021-10-25LibJS: Tweak Value::to_property_key() fast path for Int32Andreas Kling
2021-10-25LibJS: Support more assignment expressions in the bytecode VMAndreas Kling
2021-10-25LibJS: Generate bytecode for UpdateExpression with MemberExpression argAndreas Kling
2021-10-25LibJS: Add BytecodeGenerator helpers for reference get/putAndreas Kling
2021-10-25LibJS: Add fast paths for <, >, <=, and >= with Int32 on both sidesAndreas Kling
2021-10-25LibJS: Always inline the bytecode instruction iterator's operator++Andreas Kling
2021-10-25LibJS: Add default constructor for PrivateNameAndreas Kling
2021-10-25LibSQL: Add better error handling to `evaluate` and `execute` methodsJan de Visser
2021-10-25LibSQL: First cut of SQL `WHERE` clauseJan de Visser
2021-10-25LibSQL: Implement evaluate() method of BinaryOperatorExpressionJan de Visser
2021-10-25LibSQL: Implement binary operators for Value objectsJan de Visser
2021-10-25LibJS: Propagate exceptions across bytecode executable boundariesAndreas Kling
2021-10-25LibJS: Make eval() code run in the bytecode VMAndreas Kling
2021-10-25LibJS: Make bytecode interpreter leave unwind context immediatelyAndreas Kling
2021-10-25LibJS: Make bytecode VM throw TypeError on attempt to call non-callableAndreas Kling
2021-10-25LibJS: Fix bogus bytecode codegen for "catch" parametersAndreas Kling
2021-10-25LibX86: Take load base address into consideration during disassemblyDaniel Bertalan
2021-10-24LibC: Fix `%n` conversion specifier in scanf() formatJelle Raaijmakers
2021-10-24LibTest: Introduce a macro to only compare truthinessTim Schumacher
2021-10-24LibHTTP: Reset m_content_length if there's a Transfer-Encoding headerKarol Kosek
2021-10-24LibHTTP: Trim the last packet if it exceeded the Content-Length valueKarol Kosek
2021-10-24LibHTTP: Store Content-Length value in the HTTP Job classKarol Kosek
2021-10-24LibHTTP: Fix buffer overflow when body is larger than the Content-LengthKarol Kosek
2021-10-24LibWeb: Remove now-unnecessary String copy when parsing CSS colorsSam Atkins