summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-29Ports: Update zlib to 1.2.12Sebastian Rueth
2022-03-29LibWeb: Ensure that TextNode::ChunkIterator emits preserved newlinesAndreas Kling
2022-03-29LibWeb: Use correct top content edge when calculating auto block heightsAndreas Kling
2022-03-29LibPDF: Attempt to unecrypt strings and streamsMatthew Olsson
2022-03-29LibPDF: Require Document* in Parser constructorMatthew Olsson
2022-03-29LibPDF: Keep track of the current object index/generation while ParsingMatthew Olsson
2022-03-29LibPDF: Add implementation of the Standard security handlerMatthew Olsson
2022-03-29LibPDF: Get rid of PlainText/Encoded StreamObjectMatthew Olsson
2022-03-29LibPDF: Change CommonNames' enumerator macro parameter nameMatthew Olsson
2022-03-29LibPDF: Store a PDFFont in the Renderer's text stateMatthew Olsson
2022-03-29LibPDF: Add initial support for Type1 fontsMatthew Olsson
2022-03-29LibPDF: Add support for builtin and custom EncodingsMatthew Olsson
2022-03-29LibWeb: Load and use fonts described by @font-face rules :^)Andreas Kling
2022-03-29Tests: Add a basic UTF-8 to UTF-8 LibTextCodec testKarol Kosek
2022-03-29LibTextCodec: Pass code points instead of bytes on UTF-8 string processKarol Kosek
2022-03-29LibWeb: Size table cells using a combination of min- and max-widthsSimon Wanner
2022-03-29LibWeb: Add HTMLTableCellElement::rowSpanSimon Wanner
2022-03-29LibWeb: Add HTMLTableCellElement::colSpanSimon Wanner
2022-03-29LibWeb: Only size `width: auto` table-cells by min-contentSimon Wanner
2022-03-29Meta: Do not try to unzip the already decompressed WASM test suite .tarDaniel Bertalan
2022-03-28LibWeb: Load X(HT)ML documents and transform them into HTML DOMAli Mohammad Pur
2022-03-28LibWeb: Define HTML::perform_a_microtask_checkpoint()Ali Mohammad Pur
2022-03-28LibXML: Add a fairly basic XML parserAli Mohammad Pur
2022-03-28AK: Add a 'OneOf' conceptAli Mohammad Pur
2022-03-28AK: Display SourceLocation function name in colorAli Mohammad Pur
2022-03-28AK: Add a 'is_not_any_of' similar to 'is_any_of' to GenericLexerAli Mohammad Pur
2022-03-28AK: Make Vector capable of holding forward-declared typesAli Mohammad Pur
2022-03-28Meta: Refactor the IPC-compiler and port it to LibMainHendiadyoin1
2022-03-28LibIPC: Add IPCErrorOr Type aliasHendiadyoin1
2022-03-28AK: Add `appendln` helper to SourceGeneratorHendiadyoin1
2022-03-28AK: Explicitly move `value` String in SourceGenerator::setHendiadyoin1
2022-03-28AK: Make SourceGenerator move constructibleHendiadyoin1
2022-03-28LibWeb: Parse `@font-face` rulesSam Atkins
2022-03-28LibWeb: Implement initial CSSFontFaceRule and FontFace classesSam Atkins
2022-03-28LibWeb: Bring "parse a list of declarations" closer to specSam Atkins
2022-03-28LibWeb: Rename parse_css_declaration() -> parse_css_style_attribute()Sam Atkins
2022-03-28LibCore: Set the correct invariant length for consecutive short optionsAli Mohammad Pur
2022-03-28Spreadsheet: Don't remove on_change tab function after loading a fileKarol Kosek
2022-03-28Spreadsheet: Create rename action using the GUI::CommonActions helperKarol Kosek
2022-03-28Spreadsheet: Reuse save and rename actionsKarol Kosek
2022-03-28LibC: Fix inttypes.h macros for x86-64 and extend themDaniel Bertalan
2022-03-28Ports: Upgrade to sed 4.8Tim Schumacher
2022-03-28LibC: Partially implement __fpendingTim Schumacher
2022-03-28LibWeb: Set a cell's content width based on the column(s) it's inSimon Wanner
2022-03-28LibWeb: Calculate a cell's width using min-contentSimon Wanner
2022-03-28LibWeb: Apply the layout_mode argument in BFC::compute_widthSimon Wanner
2022-03-28LibWeb: Distribute the width of a table cell spanning multiple columnsSimon Wanner
2022-03-28LibWeb: Expand the last cell in a row to the right edgeSimon Wanner
2022-03-28LibWeb: Apply a table row's height to all cellsSimon Wanner
2022-03-28LibJS: Add more delete operator testsLuke Wilde