index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
Age
Commit message (
Expand
)
Author
2021-05-20
LibWeb: Deal with Boxes that have a background, border and -radius
Tobias Christiansen
2021-05-20
LibWeb: Take border-radius into account when painting borders
Tobias Christiansen
2021-05-20
LibWeb: Introduce struct to hold border radii and normalize once
Tobias Christiansen
2021-05-20
LibWeb: Draw rounded corners for the backgrounds of Boxes
Tobias Christiansen
2021-05-20
LibWeb: Basic rendering of border-radius
Tobias Christiansen
2021-05-20
LibWeb: Resolve shorthand for border-radius
Tobias Christiansen
2021-05-20
LibWeb: Make border-radius attibutes accessible
Tobias Christiansen
2021-05-20
LibWeb: Add border-radius to the CSS-parser
Tobias Christiansen
2021-05-20
LibWeb: Handle background-painting of Box in seperate function
Tobias Christiansen
2021-05-20
LibWeb: Move the painting of the border out of paint()
Tobias Christiansen
2021-05-20
LibWeb: Add a super basic HTML syntax highlighter
Ali Mohammad Pur
2021-05-20
LibWeb: Add position tracking information to HTML tokens
Ali Mohammad Pur
2021-05-20
LibWeb: Sort CMakeLists SOURCES entries
Ali Mohammad Pur
2021-05-20
LibGfx: Remove Gfx::FontDatabase::default_bold_fixed_width_font()
Andreas Kling
2021-05-20
LibGfx: Remove Gfx::FontDatabase::default_bold_font()
Andreas Kling
2021-05-19
LibWeb: Use -libweb-palette-base-text for text color in default CSS
Linus Groh
2021-05-19
Everywhere: Add missing includes for <AK/OwnPtr.h>
Gunnar Beutner
2021-05-19
LibWeb: Support X-Content-Type-Options to opt out of MIME type sniffing
Brendan Coles
2021-05-18
LibWeb: Implement encoding sniffing algorithm
Max Wipfli
2021-05-18
LibWeb: Change Document's m_encoding to Optional<String>
Max Wipfli
2021-05-18
LibWeb: Change Resource's m_encoding to Optional<String>
Max Wipfli
2021-05-18
LibWeb: Use Optional<String> for encoding_from_content_type
Max Wipfli
2021-05-18
LibTextCodec: Use Optional<String> for get_standardized_encoding
Max Wipfli
2021-05-18
LibWeb: Implement test-web in terms of LibTest/JavaScriptTestRunner
Ali Mohammad Pur
2021-05-17
LibWeb: Resolve 2-part and 3-part border-color values
Timothy Flynn
2021-05-17
LibWeb: Resolve 3-part and 4-part border-width values
Timothy Flynn
2021-05-17
Everywhere: Fix a bunch of typos
Linus Groh
2021-05-16
LibWeb: Fix "adopt" => "adopt_ref" change in adoptNode exceptions
Luke
2021-05-16
AK+Userland: Remove nullability feature for the ByteBuffer type
Gunnar Beutner
2021-05-15
LibWeb: Fix incorrect variable names when parsing CSS
Gunnar Beutner
2021-05-13
LibWeb: Propagate body background properties to root HTML element
Timothy Flynn
2021-05-13
LibWeb: Fix off-by-one for alphabetical markers in <ol>s
Tobias Christiansen
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-12
LibWeb: Position the ListItemMarkers according to their width
Tobias Christiansen
2021-05-12
LibWeb: Remove unused alphabet constants from ListItemMarkerBox
Tobias Christiansen
2021-05-12
LibWeb: Move clearing boxes below preceding floating boxes
Timothy Flynn
2021-05-11
LibWeb: Add a maximum redirects limit to FrameLoader
Idan Horowitz
2021-05-11
LibWeb: Implement :nth-last-child pseudo-class
miere43
2021-05-11
LibWeb: Paint an element's foreground before painting its children
Timothy Flynn
2021-05-11
LibWeb: Make Element::tag_name return the HTML uppercased qualified name
Luke
2021-05-11
LibWeb: Expose Element.{prefix,localName}
Luke
2021-05-09
LibWeb: Add tests for HTMLTableElement attributes
Adam Hodgen
2021-05-09
LibWeb: Fix nodeName attribute in tests
Adam Hodgen
2021-05-09
LibWeb: Implement HTMLTableElement tbody attributes
Adam Hodgen
2021-05-09
LibWeb: Implement HTMLTableElement tfoot attributes
Adam Hodgen
2021-05-09
LibWeb: Implement HTMLTableElement thead attributes
Adam Hodgen
2021-05-09
LibWeb: Implement HTMLTableElement caption attributes
Adam Hodgen
2021-05-09
LibWeb: Implement HTMLTableElement row attributes
Adam Hodgen
2021-05-09
LibWeb: Implement :nth-child pseudo-class
miere43
2021-05-09
LibWeb: Allow white space inside pseudo-class arguments
miere43
[prev]
[next]