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
2022-10-01
LibWeb: Remove unecessary dependence on Window from UIEvents classes
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from WebAssembly classes
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from SVG classes
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from Geometry classes
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from HTML classes
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from CSS classes
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from DOM and WebIDL
Andrew Kaster
2022-10-01
LibWeb: Move Web prototypes and constructors to new Intrinsics object
Andrew Kaster
2022-10-01
LibWeb: Remove FIXME for double-position `linear-gradient()` color stops
MacDue
2022-10-01
LibWeb: Implement matrix3d transform function from css-transforms-2
Luke Wilde
2022-10-01
LibWeb: Implement rotation transform functions from css-transforms-2
Luke Wilde
2022-10-01
LibWeb: Implement Element.insertAdjacentText
Luke Wilde
2022-10-01
LibWeb: Implement Element.insertAdjacentElement
Luke Wilde
2022-09-30
LibWeb: Apply :enabled pseudo class to only certain elements
Luke Wilde
2022-09-30
LibWeb: Implement :enabled and :disabled pseudo classes to spec
Luke Wilde
2022-09-30
LibWeb: Check all <fieldset> ancestors in FormAssociatedElement::enabled
Luke Wilde
2022-09-29
LibWeb: Never claim that flex containers create a BFC
Andreas Kling
2022-09-29
LibWeb: Fix bogus comparison when measuring if a float can fit
Andreas Kling
2022-09-29
LibWeb: Don't draw only-translated stacking contexts via bitmap
Andreas Kling
2022-09-29
LibWeb: Don't round fragment widths while accumulating in LineBuilder
Andreas Kling
2022-09-29
LibWeb: Resolve cross-axis flex item margins in the common case
Andreas Kling
2022-09-29
LibWeb: Create flex items for empty generated boxes
Andreas Kling
2022-09-29
LibWeb: Make PercentageOr<T>::contains_percentage() handle more cases
Andreas Kling
2022-09-29
LibWeb: Add AvailableSpace.cpp to CMakeLists.txt
Andreas Kling
2022-09-29
LibWeb: Fix crash in get_response_mime_type()
Andreas Kling
2022-09-29
LibWeb: Add missing null checks in Layout::Node::set_needs_display()
Andreas Kling
2022-09-29
LibWeb: Add a helper for calculating the stretch-fit width of a box
Andreas Kling
2022-09-29
LibWeb: Add CSS::Size::to_string() and an AK::Formatter for it
Andreas Kling
2022-09-29
LibWeb: Don't force layout when scrolling to non-existent anchor
Andreas Kling
2022-09-29
LibWeb: Make FormattingContext::run() take available space as input
Andreas Kling
2022-09-29
LibWeb: Add CSS::Size::make_px(float) convenience helper
Andreas Kling
2022-09-29
LibWeb: Rename an origin's protocol to origin scheme
networkException
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-09-28
LibWeb: Make Markdown images shrink-to-fit by default
Sam Atkins
2022-09-28
LibWeb: Use zoom cursor for CSS zoom-in/zoom-out cursors
Sam Atkins
2022-09-27
LibWeb: Use TokenStreams when expanding unresolved CSS values
Sam Atkins
2022-09-27
LibWeb: Expose token counts from CSS TokenStream
Sam Atkins
2022-09-27
LibWeb: Move CSS TokenStream to its own file
Sam Atkins
2022-09-27
LibWeb: In MimeType serialization, put just one \ in front of each "
Nico Weber
2022-09-27
LibWeb: Implement '5.5. Response class' from the Fetch API :^)
Linus Groh
2022-09-27
LibWeb: Implement '5.4. Request class' from the Fetch API :^)
Linus Groh
2022-09-27
LibWeb: Implement '5.3. Body mixin' from the Fetch API :^)
Linus Groh
2022-09-27
LibWeb: Make HeaderList ref-counted
Linus Groh
2022-09-27
LibWeb: Make Fetch::Infrastructure::Request::m_method default to "GET"
Linus Groh
2022-09-27
LibWeb: Stub out Fetch::Infrastructure::Body::fully_read_as_promise()
Linus Groh
2022-09-27
LibWeb: Stub out Fetch::Infrastructure::Body::clone()
Linus Groh
2022-09-27
LibWeb: Implement Fetch::Infrastructure::Response::clone()
Linus Groh
2022-09-27
LibWeb: Support ReadonlyBytes as argument for extract_body()
Linus Groh
2022-09-27
LibWeb: Add WebIDL::ExceptionOr constructor for wrapped ValueType
Linus Groh
2022-09-27
LibWeb: Support plain (throw) JS::Completion in WebIDL::ExceptionOr
Linus Groh
[next]