summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-09Documentation: Add a note on paths in the kernel development guidelinesLiav A
2022-12-09Kernel: Add callback on ".." directory entry for a TmpFS root directoryLiav A
2022-12-10LibJS: Use ToPropertyKey AO for computed member expression valueLinus Groh
2022-12-10LibWeb: Implement Selection.collapse_to_endRafał Babiarz
2022-12-10LibWeb: Implement Selection.collapse_to_startRafał Babiarz
2022-12-10LibWeb: Implement Selection.collapseRafał Babiarz
2022-12-10LibJS: Remove redundant starts_with()s from is_less_than() string branchLinus Groh
2022-12-10LibWeb: Actually hit-test child stacking contents with z-index of 0Luke Wilde
2022-12-10LibWeb: Implement Selection.setBaseAndExtentLuke Wilde
2022-12-10LibWeb: Add Document.getSelectionLuke Wilde
2022-12-10LibWeb: Add namespace qualifier to type names equal to a C++ namespaceLuke Wilde
2022-12-10LibWeb: Stub Range.getBoundingClientRectLuke Wilde
2022-12-10LibWeb: Stub HTMLMediaElement.pauseLuke Wilde
2022-12-10LibWeb: Add spec link to HTMLMediaElement::loadLuke Wilde
2022-12-10LibJS/Bytecode: Implement yield*Luke Wilde
2022-12-10LibJS/Bytecode: Implement var/lexical binding destructuring in for/ofLuke Wilde
2022-12-09SpaceAnalyzer: Display the current location in the window title :^)Sam Atkins
2022-12-09SpaceAnalyzer: Add a tooltip for the hovered tree nodeSam Atkins
2022-12-09SpaceAnalyzer: Remove declaration for unimplemented methodSam Atkins
2022-12-09SQLServer: Add a hook to inform owners of disconnected SQL clientsTimothy Flynn
2022-12-09WebContent+LibWeb+LibJS: Simplify injection of JS console globalsAndreas Kling
2022-12-09Base: Add emoji flags for French subdivisionsXexxa
2022-12-09SpaceAnalyzer: Propagate possible errors upArda Cinar
2022-12-09SpaceAnalyzer: Use raw_delta_y in TreeMapWidget::mousewheel_eventArda Cinar
2022-12-09LibWeb: Display DragonFly in the user agent stringUndefine
2022-12-09LibWeb: Fix child wrapping in table fix upAliaksandr Kalenik
2022-12-09LibWeb: Consider specified cell widths in a tableAliaksandr Kalenik
2022-12-09LibWeb: Fix typo in TableFormattingContext.hAliaksandr Kalenik
2022-12-09LibWeb: Layout table rows that do not belong to table row groupAliaksandr Kalenik
2022-12-09Everywhere: Remove unnecessary AK and Detail namespace scopingMoustafa Raafat
2022-12-09Everywhere: Use C++ concepts instead of requires clausesMoustafa Raafat
2022-12-08LibJS: Call shrink_to_fit() on various Vectors created during parseAndreas Kling
2022-12-08LibJS: Shrink DeclarativeEnvironment bindings vector to fitAndreas Kling
2022-12-08AK: Add Vector::shrink_to_fit()Andreas Kling
2022-12-08LibJS: Shrink FunctionNode by using bitfieldsAndreas Kling
2022-12-08LibJS: Make FunctionKind enum class a u8Andreas Kling
2022-12-08LibJS: Shrink ObjectProperty AST nodes by rearranging membersAndreas Kling
2022-12-08LibJS: Make one compact allocation for CallExpression and its ArgumentsAndreas Kling
2022-12-08LibJS: Add ASTNodeWithTailArray template to pack AST node + arrayAndreas Kling
2022-12-08LibJS: Use move() on the SourceRange in create_ast_node()Andreas Kling
2022-12-08LibJS: Shrink MemberExpression by rearranging members slightlyAndreas Kling
2022-12-08LibJS: Rearrange ASTNode members so there's a padding hole at the endAndreas Kling
2022-12-09LibGUI: Add OpacitySlider to ColorPicker dialogFrHun
2022-12-09LibGUI: Split OpacitySlider into vertical and horizontal helper classesFrHun
2022-12-09LibGUI: Implement vertical orientation for OpacitySliderFrHun
2022-12-09LibGfx: Make Rect by orientation methods genericFrHun
2022-12-09AK: Disallow implicit pointer-to-boolean conversion in JsonValueTimothy Flynn
2022-12-09LibGUI: Register GUI icon path setters as write-onlyTimothy Flynn
2022-12-09LibCore: Support write-only Object propertiesTimothy Flynn
2022-12-09AK: Unref old m_data in String's move assignmentMaciej