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-14
LibWeb: Reorganize layout algorithm
Andreas Kling
2020-06-14
LibWeb: Dump layout node style properties in alphabetical order
Andreas Kling
2020-06-14
LibWeb: Simplify LayoutBlock::layout_block_children() a little bit
Andreas Kling
2020-06-14
LibWeb: Add LayoutNode::frame() reference getter
Andreas Kling
2020-06-14
LibWeb: Don't choke when trying to render a document-less <iframe>
Andreas Kling
2020-06-14
LibWeb: Fully implement HTML parser "in table" insertion mode
Luke
2020-06-14
LibWeb: Implement HTML parser "in column group" insertion mode
Luke
2020-06-14
LibWeb: Implement HTML parser "in caption" insertion mode
Luke
2020-06-14
LibWeb: Implement all CDATA tokenizer states
Luke
2020-06-14
LibWeb: Fully implement all DOCTYPE tokenizer states
Luke
2020-06-14
LibWeb: Fully implement all comment tokenizer states
Luke
2020-06-13
LibWeb: Add basic <object> element support
Andreas Kling
2020-06-13
LibWeb: Split out image loading logic from HTMLImageElement
Andreas Kling
2020-06-13
LibWeb: Add "data" to HTML::AttributeNames
Andreas Kling
2020-06-13
ProtocolServer+LibProtocol: Propagate HTTP status codes to clients
Andreas Kling
2020-06-13
LibWeb: Fix LayoutImage stupidly painting backgrounds over itself
Andreas Kling
2020-06-13
LibGfx: Painter::draw_line() can just return early if alpha == 0
Andreas Kling
2020-06-13
LibWeb: Have DOM nodes start out in "needs style update" state
Andreas Kling
2020-06-13
LibWeb: Expand background:none into background-color:transparent
Andreas Kling
2020-06-13
LibGfx: Add Color::Transparent as a named color
Andreas Kling
2020-06-13
LibWeb: <link rel> is actually a space-separated list of tokens
Andreas Kling
2020-06-13
LibWeb: Sort style properties by name in the inspector window
Andreas Kling
2020-06-13
LibGfx: Implement support for decoding interlaced PNGs
Paul Roukema
2020-06-13
LibGfx: Fix PNG decoder handling of 16-bit RGB images
Paul Roukema
2020-06-13
LibWeb: Don't try to be clever about -libweb-center relative position
Andreas Kling
2020-06-13
LibGfx: Silence debug spam in the PNG decoder
Andreas Kling
2020-06-13
LibWeb: Remove some unused functions in LayoutTableRow
Andreas Kling
2020-06-13
LibGfx: Don't keep an unused GIF decoder plugin in failed ImageDecoders
Andreas Kling
2020-06-13
LibWeb: Silence debug spam about reuse of cached resources
Andreas Kling
2020-06-13
LibWeb: Turn <td align> into CSS text-align
Andreas Kling
2020-06-13
LibWeb: Teach line layout to collapse whitespace across fragments
Andreas Kling
2020-06-13
LibIPC: Only start responsiveness timer after sending client a message
Andreas Kling
2020-06-13
LibWeb: Fix broken tokenization of hexadecimal character references
Andreas Kling
2020-06-13
LibWeb: Implement <center> as -libweb-center
Andreas Kling
2020-06-13
LibWeb: Turn <table bgcolor> into CSS background-color
Andreas Kling
2020-06-13
LibWeb: Tweak UA style to reset text-align on table elements
Andreas Kling
2020-06-13
LibJS: Add JSON.parse
Matthew Olsson
2020-06-13
AK: JsonParser improvements
Matthew Olsson
2020-06-13
LibJS: Add JSON.stringify
Matthew Olsson
2020-06-13
LibKeyboard: Move character map from Kernel to LibKeyboard
Hüseyin ASLITÜRK
2020-06-13
LibWeb: Sort matched style rules by specificity, document order
Andreas Kling
2020-06-13
LibWeb: Fix broken Specificity::operator==
Andreas Kling
2020-06-13
LibWeb: Include selector pseudo-class in style sheet dumps
Andreas Kling
2020-06-13
LibWeb: Simplify Node::is_link()
Andreas Kling
2020-06-13
LibWeb: Parse and match the :visited pseudo-class (always fails)
Andreas Kling
2020-06-13
LibWeb: More work on table layout
Andreas Kling
2020-06-13
LibWeb: Allow url("foo") and url('foo') in CSS background-image values
Andreas Kling
2020-06-13
LibWeb: Add "colspan" to HTML::AttributeNames
Andreas Kling
2020-06-13
LibWeb: Add LayoutTableCell::colspan()
Andreas Kling
2020-06-12
LibWeb: First cut of extremely naive table row layout
Andreas Kling
[next]