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-03
LibWeb: Make intrinsic heights dependent on available width
Andreas Kling
2022-10-03
LibWeb: Add missing null check while dispatching mouseenter events
Andreas Kling
2022-10-03
LibWeb: Get rid of FormattingContext::run_intrinsic_sizing()
Andreas Kling
2022-10-03
LibWeb: Bring CSS tokenization preprocessing closer to spec
Sam Atkins
2022-10-03
LibWeb: Use the term "ident sequence" instead of "name"
Sam Atkins
2022-10-03
LibWeb: Implement HTMLImageElement.complete
Andreas Kling
2022-10-03
LibWeb: Dispatch mouseenter and mouseleave events when required
Andreas Kling
2022-10-03
LibWeb: Don't add half-leading twice to inline block boxes
Andreas Kling
2022-10-03
LibWeb: It's AK_OS_MACOS, not AK_OS_MAC
Andreas Kling
2022-10-02
LibJS: Make PromiseCapability GC-allocated
Linus Groh
2022-10-02
LibJS: Move PromiseCapability into its own cpp/h file
Linus Groh
2022-10-02
LibWeb: Fix string whitespace splitting mistake
MacDue
2022-10-02
LibWeb: Move strip_and_collapse_whitespace() to Infra/
Linus Groh
2022-10-02
LibWeb: Replace incorrect uses of split_view() for whitespace splitting
Linus Groh
2022-10-02
LibWeb: Replace incorrect uses of String::trim_whitespace()
Linus Groh
2022-10-02
LibWeb: Replace incorrect uses of AK::is_ascii_space()
Linus Groh
2022-10-02
LibWeb: Add is_ascii_whitespace() function
Linus Groh
2022-10-02
LibWeb: Support painting the hue-rotate() filter effect
MacDue
2022-10-02
LibWeb: Report the current OS instead of always saying SerenityOS
Andreas Kling
2022-10-02
LibWeb: Improve placement of abspos boxes with dual-auto insets
Andreas Kling
2022-10-02
LibWeb: Reset painter translation when painting fixed-position elements
Andreas Kling
2022-10-02
LibWeb: Add helpful locals in layout_absolutely_positioned_element()
Andreas Kling
2022-10-02
LibWeb: Vertical % margins are relative to containing block width
Andreas Kling
2022-10-02
LibWeb: Reorganize layout algorithms around available space
Andreas Kling
2022-10-02
LibWeb: Don't try to format inline-block boxes in BFC
Andreas Kling
2022-10-02
LibWeb: Fix crash when loading a HTML string that contains an iframe
MacDue
2022-10-01
LibWeb: Don't scale by x, x when a scale x, y is provided as a transform
Hendiadyoin1
2022-10-01
LibWeb: Remove the internal window object from WebEngineCustomData
Andrew Kaster
2022-10-01
LibWeb: Cleanup unecessary uses and includes of HTML::Window
Andrew Kaster
2022-10-01
LibWeb: Remove unused DOM::Node::window helper method
Andrew Kaster
2022-10-01
LibWeb: Ensure that replaced documents keep the Window of their sibling
Andrew Kaster
2022-10-01
LibWeb: Remove prototype and constructor helpers from Window
Andrew Kaster
2022-10-01
LibWeb: Use prototype and constructor methods from new Intrinsics
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from WebGL and WebSocket
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from assorted classes
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from Fetch, XHR, FileAPI
Andrew Kaster
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
[next]