summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-26Utilities: Check help:// manpage links in markdown-checkkleines Filmröllchen
2022-02-26Utilities: Perform most markdown-check link checking with URLskleines Filmröllchen
2022-02-26Utilities: Allow link checking in markdown-check to fail during visitkleines Filmröllchen
2022-02-26Utilities: Partially revert 9ec2b37kleines Filmröllchen
2022-02-26LibMain: Update header includesLenny Maiorani
2022-02-26LibCrypto: Simplify and move CRC32 table to cpp fileLenny Maiorani
2022-02-26Lagom/Fuzzers: Add MP3 fuzzerLuke Wilde
2022-02-26LibAudio: Add an array conversion transitional API to Bufferkleines Filmröllchen
2022-02-26LibAudio: Allow resampling from any array-like typekleines Filmröllchen
2022-02-26LibAudio: Split Buffer.{h, cpp} into three fileskleines Filmröllchen
2022-02-26LibWeb: Validate the qualified name in createDocumentType()Andreas Kling
2022-02-26LibWeb: Add simple ad-hoc version of window.postMessage()Andreas Kling
2022-02-26LibWeb: Reorganize window.parent so it looks a bit more like the specAndreas Kling
2022-02-26Base: Update audio subsystem documentationArne Elster
2022-02-26Base: Associate mp3 files with SoundPlayerArne Elster
2022-02-26LibAudio: Add basic MP3 DecoderArne Elster
2022-02-26LibDSP: Add IMDCTArne Elster
2022-02-26LibAudio: Add decoding tables for MPEG-1 layer 3 audioArne Elster
2022-02-26LibAudio: Add huffman tables for MPEG-1 layer 3 audioArne Elster
2022-02-26AK: Add constructor to create Span from ArrayArne Elster
2022-02-26AK: Array can tell its inner typeArne Elster
2022-02-26Base: Make U+0126, U+0132, U+0152 and U+0153 wider in Katica Bold 10Karol Kosek
2022-02-26Base: Tweak Source Boldelectrikmilk
2022-02-26Base: Tweak Source Regularelectrikmilk
2022-02-26Base: Add WASM file type iconelectrikmilk
2022-02-26LibWeb: Implement :nth-of-type and :nth-last-of-type selectors :^)Sam Atkins
2022-02-26Base: Add :nth-of-type and :nth-last-of-type test pagesSam Atkins
2022-02-26LibWeb: Implement Range.comparePointLuke Wilde
2022-02-26LibWeb: Implement Range.isPointInRangeLuke Wilde
2022-02-26LibWeb: Implement Range.intersectsNodeLuke Wilde
2022-02-26LibWeb: Add Range.detachLuke Wilde
2022-02-26LibWeb: Implement Range.selectNodeContentsLuke Wilde
2022-02-26LibWeb: Implement Range.collapseLuke Wilde
2022-02-26LibWeb: Implement Range.selectNodeLuke Wilde
2022-02-26LibWeb: Implement Range.compareBoundaryPointsLuke Wilde
2022-02-26LibWeb: Implement Range.set{Start,End}{Before,After}Luke Wilde
2022-02-26LibWeb: Make Range.setStart and Range.setEnd spec compliantLuke Wilde
2022-02-26LibWeb: Make TreeNode::child_count return size_t instead of intLuke Wilde
2022-02-26LibWeb: Implement StaticRangeLuke Wilde
2022-02-26LibWeb: Abstract Range's members into AbstractRangeLuke Wilde
2022-02-26LibWeb: Implement the legacy Audio factory functionLuke Wilde
2022-02-26LibWeb: Add HTMLTableSectionElement.rows and HTMLTableRowElement.cellsAndreas Kling
2022-02-26LibWeb: Fix LibWeb build with ClangAndreas Kling
2022-02-26Spreadsheet: Disable cut/copy if no cell is selectedFiliph Sandström
2022-02-26LibWeb: Check for valid names in Document.createElement() & friendsAndreas Kling
2022-02-26LibWeb: Paint full bitmap font glyphs, even if there's overlapAndreas Kling
2022-02-26LibWeb: Very basic support for CSS vertical-align: <length>Andreas Kling
2022-02-26LibWeb: Make InlineLevelIterator not enter into inline-block boxesAndreas Kling
2022-02-26LibWeb: Fix InlineLevelIterator not exiting box model metric nodesAndreas Kling
2022-02-26LibWeb: Add border box top/bottom metrics to line box fragmentsAndreas Kling