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
2023-01-12
LibWeb: Fix ignored .to_string() errors in StyleValue
MacDue
2023-01-12
LibWeb: Don't mark layout tree as selected when selection is zero-length
Andreas Kling
2023-01-12
LibWeb: Remove now-unused LayoutRange and LayoutPosition classes :^)
Andreas Kling
2023-01-12
LibWeb: Use DOM Selection instead of ad-hoc layout tree selection
Andreas Kling
2023-01-12
LibWeb: Implement BrowsingContext::select_all() in terms of Selection
Andreas Kling
2023-01-12
LibWeb: Implement BrowsingContext::selected_text() in terms of Selection
Andreas Kling
2023-01-12
LibWeb: Add convenient Selection::range() accessor
Andreas Kling
2023-01-12
Userland: Replace remaining Core::Timer::construct()s with try_create()
Sam Atkins
2023-01-11
LibWeb: Make Paintable visit its cached containing block pointer
Andreas Kling
2023-01-11
LibWeb: Make a handful of paintable leaf classes `final`
Andreas Kling
2023-01-11
LibWeb: Make a handful of layout node leaf classes `final`
Andreas Kling
2023-01-11
LibWeb: Make the paint tree GC-allocated
Andreas Kling
2023-01-11
LibWeb: Remove unused declaration Node::removed_last_ref()
Andreas Kling
2023-01-10
LibWeb: Remove all whitespace from input in decode_forgiving_base64
Arda Cinar
2023-01-10
AK+LibWeb: Move decode forgiving base64 under Web::Infra namespace
Arda Cinar
2023-01-10
LibWeb: Generate exposed Window/Worker interfaces as lazy objects
Timothy Flynn
2023-01-10
LibWeb: Remove Intrinsics::cached_web_prototype
Timothy Flynn
2023-01-10
LibWeb: Convert uses of cached_web_prototype to ensure_web_prototype
Timothy Flynn
2023-01-10
LibWeb: Move passing of Web object prototypes out of constructors
Timothy Flynn
2023-01-10
LibWeb: Move setting of Web object prototypes to initialize()
Timothy Flynn
2023-01-10
LibWeb: Generate dedicated methods to create Web constructors/prototypes
Timothy Flynn
2023-01-10
LibWeb: Use correct arguments in WEB_PLATFORM_OBJECT invocations
Timothy Flynn
2023-01-10
LibWeb+LibGfx: Migrate (most of) the CSS gradient painting to LibGfx
MacDue
2023-01-10
LibWeb: Fix y position calculation for blocks with clearance
Aliaksandr Kalenik
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2023-01-09
LibUnicode+LibJS+LibWeb: Propagate OOM from Unicode case transformations
Timothy Flynn
2023-01-09
LibWeb: Move clear property from table-root to table-wrapper
Aliaksandr Kalenik
2023-01-09
LibWeb: Use `table_box()` to get root box in TFC
Aliaksandr Kalenik
2023-01-09
LibWeb: Rename used_width to used_height in TFC row struct
Aliaksandr Kalenik
2023-01-09
LibWeb: Move cells positioning in separate function in TFC
Aliaksandr Kalenik
2023-01-09
LibWeb: Move rows positioning in separate function in TFC
Aliaksandr Kalenik
2023-01-09
LibWeb: Move rows heights calculation in separate function in TFC
Aliaksandr Kalenik
2023-01-09
LibWeb: Only log HTML parser errors when HTML_PARSER_DEBUG is enabled
Andreas Kling
2023-01-09
LibWeb: Remove unused `TableCellBox::next_cell()`
Aliaksandr Kalenik
2023-01-09
LibWeb: Remove redundant check for empty anonymous blocks
Aliaksandr Kalenik
2023-01-09
LibWeb: Wrap table roots in anonymous block boxes
Aliaksandr Kalenik
2023-01-09
LibWeb: Remove inheritance of `TableBox` from `BlockContainer`
Aliaksandr Kalenik
2023-01-09
LibWeb: Remove inheritance of `TableRowGroupBox` from `BlockContainer`
Aliaksandr Kalenik
2023-01-09
LibWeb+WebContent: Use new String class in CSS::StyleValue
martinfalisse
2023-01-09
LibWeb: Run object representation steps on specified attribute updates
Srikavin Ramkumar
2023-01-09
LibWeb: Run object representation steps on element creation
Srikavin Ramkumar
2023-01-09
LibWeb: Respect `box-sizing: content-box` inside inline-blocks
Karol Kosek
2023-01-08
LibXML+LibWeb: Avoid implicit cast from StringView{}->DeprecatedString
Ali Mohammad Pur
2023-01-08
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
Timothy Flynn
2023-01-08
AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallible
Timothy Flynn
2023-01-08
LibJS+LibWeb: Move the macro to convert ENOMEM to an exception to LibJS
Timothy Flynn
2023-01-07
LibWeb: Take used width into account in flex item intrinsic cross sizing
Andreas Kling
2023-01-07
LibWeb: Store flex item used sizes as Optional<CSSPixels>
Andreas Kling
2023-01-07
LibWeb: Improve hypothetical flex item "auto" cross sizes
Andreas Kling
2023-01-07
LibWeb: Run more of flex layout algorithm for intrinsic sizing
Andreas Kling
[next]