summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-12-10LibJS: Add spec comments to Value::to_property_key()Linus Groh
2022-12-10LibJS: Add spec comments to Value::to_bigint_uint64()Linus Groh
2022-12-10LibJS: Add spec comments to Value::to_bigint_int64()Linus Groh
2022-12-10LibJS: Add spec comments to Value::to_bigint()Linus Groh
2022-12-10LibJS: Add spec comments to Value::to_number()Linus Groh
2022-12-10LibJS: Add spec comments to Value::to_numeric()Linus Groh
2022-12-10LibJS: Add spec comments to Value::to_object()Linus Groh
2022-12-10LibJS: Add spec comments to Value::to_primitive()Linus Groh
2022-12-10LibJS: Add spec comments to Value::to_boolean()Linus Groh
2022-12-10LibJS: Add spec comments to Value::to_string()Linus Groh
2022-12-10LibJS: Add spec comments to Value::typeof()Linus Groh
2022-12-10LibJS: Add spec comments to Value::is_regexp()Linus Groh
2022-12-10LibJS: Add spec comments to Value::is_function()Linus Groh
2022-12-10LibJS: Add spec comments to Value::is_array()Linus Groh
2022-12-10PDFViewer: Let users change image renderingRodrigo Tobar
2022-12-10LibPDF: Add initial image display supportRodrigo Tobar
2022-12-10LibPDF: Add first interpolation methodsRodrigo Tobar
2022-12-10LibGfx: Allow creating Bitmaps from ReadonlyBytes objectsRodrigo Tobar
2022-12-10LibPDF: Add facility to obtain Vector<float> from ArrayObjectRodrigo Tobar
2022-12-10LibPDF: Add new Error::Type for unsupported rendering featuresRodrigo Tobar
2022-12-10LibPDF: Add more knowledge to ColorSpaces classesRodrigo Tobar
2022-12-10LibPDF: Refactor parsing of ColorSpacesRodrigo Tobar
2022-12-10LibPDF: Return results directly and avoid unpacking+packingRodrigo Tobar
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: 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-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: Use C++ concepts instead of requires clausesMoustafa Raafat
2022-12-08LibJS: Call shrink_to_fit() on various Vectors created during parseAndreas Kling