summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-06-28LibWeb: Start working on supporting fixed table layoutsAndreas Kling
2020-06-28LibWeb: Add Length::is_undefined_or_auto()Andreas Kling
2020-06-28LibWeb: Turn <td width> into a CSS width propertyAndreas Kling
2020-06-28LibWeb: Convert uppercase selector tag names to lowercase internallyAndreas Kling
2020-06-28LibWeb: Tweak default style for <hr> to use em units for margin valuesAndreas Kling
2020-06-28LibWeb: Don't tolerate unit-less lengths (except 0) in standards modeAndreas Kling
2020-06-28LibWeb: Use length units and shorthands in the default UA style sheetAndreas Kling
2020-06-28LibWeb: Collapse top and bottom margin of empty sibling blocksAndreas Kling
2020-06-28LibWeb: Add Page context menu requestAndrew Kaster
2020-06-27LibWeb: Make DOM timers cancellable and stop leaking themAndreas Kling
2020-06-27LibGfx+JPGLoader: Fix decoding outside of LibWebdevashish
2020-06-27LibLine: Support multiline editingAnotherTest
2020-06-27LibWeb: Implement remaining missing tokenizer EOF casesKevin Meyer
2020-06-27LibGfx: Add PGM image file type supportHüseyin ASLITÜRK
2020-06-27LibWeb: Add "image/x‑portable‑graymap" mime type for pgm file extensionHüseyin ASLITÜRK
2020-06-27LibGUI: Fix image preview size in FilePicker for large imagesHüseyin ASLITÜRK
2020-06-26LibWeb: Implement some missing tokenizer cases for EOF handlingAndreas Kling
2020-06-26LibWeb: Add CanvasRenderingContext2D.rotate()Andreas Kling
2020-06-26LibGfx: Teach AffineTransform how to rotate and multiplyAndreas Kling
2020-06-26LibWeb: Skip over floating elements when collapsing marginsAndreas Kling
2020-06-26LibWeb: Add the 'float' CSS property to LayoutStyleAndreas Kling
2020-06-26LibJS: run-test.sh emits test output if it is not "PASS"Matthew Olsson
2020-06-26LibWeb: Remove duplicate if branch in fragment parsing.theazgra
2020-06-26LibWeb+Browser: Remove old HTML parser :^)Andreas Kling
2020-06-26LibWeb: Implement fragment parsing and use it for Element.innerHTMLAndreas Kling
2020-06-26LibWeb: Tolerate quoted HTTP Content-Type encodingsAndreas Kling
2020-06-26LibWeb: Add Document.getElementsByTagName()Andreas Kling
2020-06-26LibJS: to_string_without_side_effects() should handle NativePropertyAndreas Kling
2020-06-26LibWeb: Let's not pass "%u" to String() and expect something to happenAndreas Kling
2020-06-25LibCrypto: Add CTR cipher modePeter Elliott
2020-06-25LibCrypto: Add missing <AK/StringView.h> includePeter Elliott
2020-06-25LibWeb: Fix build after Specificity.h removalAndreas Kling
2020-06-25LibWeb: Treat all HTTP 4xx codes as errorsAndreas Kling
2020-06-25LibWeb: Don't allow more than one color sub-value in CSS 'background'Andreas Kling
2020-06-25LibWeb: Tweak CSS parser to swallow backslash-escaped charactersAndreas Kling
2020-06-25LibWeb: Compress specificity into a 32-bit unsigned intAndreas Kling
2020-06-25LibWeb: Percentage 'height' should sometimes behave as 'auto'Andreas Kling
2020-06-25LibWeb: Serialize Length::Type::Percentage with a "%" suffixAndreas Kling
2020-06-25LibWeb: Make scroll-to-anchor zone in on the element's padding boxAndreas Kling
2020-06-25LibWeb: Place normal-flow blocks relative to non-absolute siblingsAndreas Kling
2020-06-25LibWeb: Draw the margin and padding boxes around the inspected nodeAndreas Kling
2020-06-25LibWeb: Iterating more on placement of absolutely positioned elementsAndreas Kling
2020-06-25LibWeb: Update the border metrics of absolutely positioned boxesAndreas Kling
2020-06-25LibWeb: Remove empty trailing line boxesAndreas Kling
2020-06-25LibWeb: Avoid some redundant resolution of padding values during layoutAndreas Kling
2020-06-25LibJS: Handle "receiver" argument in Reflect.{get,set}()Linus Groh
2020-06-25Terminal: Ignore cell background when visual beep is activeAnotherTest
2020-06-24Kernel+LibC: Add sys$recvfd() and sys$sendfd() for fd passingAndreas Kling
2020-06-24LibWeb: Use the cached white-space from LayoutStyle in text_for_style()Andreas Kling
2020-06-24LibWeb: Move border width and color into LayoutStyleAndreas Kling