summaryrefslogtreecommitdiff
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-10Documentation: Describe extra clang tools built alongside BuildClang.shAndrew Kaster
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-09Kernel/FileSystem: Convert the mount table from Vector to IntrusiveListLiav A
2022-12-09Base: Add a note about Jails open access in the Mitigations(7) documentLiav A
2022-12-09Kernel: Allow opening some device nodes sparingly for jailed processesLiav A
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