index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2020-06-28
LibWeb: Start working on supporting fixed table layouts
Andreas Kling
2020-06-28
LibWeb: Add Length::is_undefined_or_auto()
Andreas Kling
2020-06-28
LibWeb: Turn <td width> into a CSS width property
Andreas Kling
2020-06-28
LibWeb: Convert uppercase selector tag names to lowercase internally
Andreas Kling
2020-06-28
LibWeb: Tweak default style for <hr> to use em units for margin values
Andreas Kling
2020-06-28
LibWeb: Don't tolerate unit-less lengths (except 0) in standards mode
Andreas Kling
2020-06-28
LibWeb: Use length units and shorthands in the default UA style sheet
Andreas Kling
2020-06-28
LibWeb: Collapse top and bottom margin of empty sibling blocks
Andreas Kling
2020-06-28
LibWeb: Add Page context menu request
Andrew Kaster
2020-06-27
LibWeb: Make DOM timers cancellable and stop leaking them
Andreas Kling
2020-06-27
LibGfx+JPGLoader: Fix decoding outside of LibWeb
devashish
2020-06-27
LibLine: Support multiline editing
AnotherTest
2020-06-27
LibWeb: Implement remaining missing tokenizer EOF cases
Kevin Meyer
2020-06-27
LibGfx: Add PGM image file type support
Hüseyin ASLITÜRK
2020-06-27
LibWeb: Add "image/x‑portable‑graymap" mime type for pgm file extension
Hüseyin ASLITÜRK
2020-06-27
LibGUI: Fix image preview size in FilePicker for large images
Hüseyin ASLITÜRK
2020-06-26
LibWeb: Implement some missing tokenizer cases for EOF handling
Andreas Kling
2020-06-26
LibWeb: Add CanvasRenderingContext2D.rotate()
Andreas Kling
2020-06-26
LibGfx: Teach AffineTransform how to rotate and multiply
Andreas Kling
2020-06-26
LibWeb: Skip over floating elements when collapsing margins
Andreas Kling
2020-06-26
LibWeb: Add the 'float' CSS property to LayoutStyle
Andreas Kling
2020-06-26
LibJS: run-test.sh emits test output if it is not "PASS"
Matthew Olsson
2020-06-26
LibWeb: Remove duplicate if branch in fragment parsing.
theazgra
2020-06-26
LibWeb+Browser: Remove old HTML parser :^)
Andreas Kling
2020-06-26
LibWeb: Implement fragment parsing and use it for Element.innerHTML
Andreas Kling
2020-06-26
LibWeb: Tolerate quoted HTTP Content-Type encodings
Andreas Kling
2020-06-26
LibWeb: Add Document.getElementsByTagName()
Andreas Kling
2020-06-26
LibJS: to_string_without_side_effects() should handle NativeProperty
Andreas Kling
2020-06-26
LibWeb: Let's not pass "%u" to String() and expect something to happen
Andreas Kling
2020-06-25
LibCrypto: Add CTR cipher mode
Peter Elliott
2020-06-25
LibCrypto: Add missing <AK/StringView.h> include
Peter Elliott
2020-06-25
LibWeb: Fix build after Specificity.h removal
Andreas Kling
2020-06-25
LibWeb: Treat all HTTP 4xx codes as errors
Andreas Kling
2020-06-25
LibWeb: Don't allow more than one color sub-value in CSS 'background'
Andreas Kling
2020-06-25
LibWeb: Tweak CSS parser to swallow backslash-escaped characters
Andreas Kling
2020-06-25
LibWeb: Compress specificity into a 32-bit unsigned int
Andreas Kling
2020-06-25
LibWeb: Percentage 'height' should sometimes behave as 'auto'
Andreas Kling
2020-06-25
LibWeb: Serialize Length::Type::Percentage with a "%" suffix
Andreas Kling
2020-06-25
LibWeb: Make scroll-to-anchor zone in on the element's padding box
Andreas Kling
2020-06-25
LibWeb: Place normal-flow blocks relative to non-absolute siblings
Andreas Kling
2020-06-25
LibWeb: Draw the margin and padding boxes around the inspected node
Andreas Kling
2020-06-25
LibWeb: Iterating more on placement of absolutely positioned elements
Andreas Kling
2020-06-25
LibWeb: Update the border metrics of absolutely positioned boxes
Andreas Kling
2020-06-25
LibWeb: Remove empty trailing line boxes
Andreas Kling
2020-06-25
LibWeb: Avoid some redundant resolution of padding values during layout
Andreas Kling
2020-06-25
LibJS: Handle "receiver" argument in Reflect.{get,set}()
Linus Groh
2020-06-25
Terminal: Ignore cell background when visual beep is active
AnotherTest
2020-06-24
Kernel+LibC: Add sys$recvfd() and sys$sendfd() for fd passing
Andreas Kling
2020-06-24
LibWeb: Use the cached white-space from LayoutStyle in text_for_style()
Andreas Kling
2020-06-24
LibWeb: Move border width and color into LayoutStyle
Andreas Kling
[next]