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
/
HTML
Age
Commit message (
Expand
)
Author
2022-01-22
LibJS: Refactor interpreter to use Script and Source Text Modules
Luke Wilde
2022-01-15
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
sin-ack
2022-01-08
LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value>
Linus Groh
2022-01-04
LibWeb: Implement CanvasRenderingContext2D.measureText
sin-ack
2021-12-27
LibWeb: Implement CanvasRenderingContext2D.isContextLost()
Linus Groh
2021-12-27
LibWeb: Implement CanvasRenderingContext2D.reset()
Linus Groh
2021-12-27
LibWeb: Implement CanvasRenderingContext2D.restore()
Linus Groh
2021-12-27
LibWeb: Implement CanvasRenderingContext2D.save()
Linus Groh
2021-12-27
LibWeb: Encapsulate canvas drawing state in a struct
Linus Groh
2021-12-27
LibWeb: Let canvas {fill,stroke}Style default to black, not transparent
Linus Groh
2021-12-27
LibWeb: Fix copy/paste typo in CanvasRenderingContext2D::stroke_style()
Linus Groh
2021-12-21
LibWeb: Fix null-deref in <table> delete_row with index = -1 and no rows
Luke Wilde
2021-12-21
LibWeb: Capture <script> element's node document on execution
Luke Wilde
2021-12-10
LibWeb: Fix off-by-one error when highlighting unquoted HTML attributes
Sam Atkins
2021-12-05
LibWeb: Cast unused smart-pointer return values to void
Sam Atkins
2021-12-04
LibWeb: Stop sending "load" event twice to iframes
Andreas Kling
2021-11-24
LibWeb: Add JSON serialization for nested browsing contexts
Vyacheslav Pukhanov
2021-11-18
LibWeb: Move BrowsingContext into HTML/
Andreas Kling
2021-11-18
LibWeb: Make HTMLLinkElement responsible for its own loading
Sam Atkins
2021-11-17
LibWeb: Remove background_image from NodeWithStyle
Sam Atkins
2021-11-13
LibWeb: Allow setting the width & height properties on <canvas> elements
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create_wrapper()
Andreas Kling
2021-10-28
LibWeb: Properly handle the <td align> attribute
Andreas Kling
2021-10-27
LibWeb: Add fast_is<T>() for HTML::HTMLHtmlElement
Andreas Kling
2021-10-23
LibWeb: Syntax-highlight CSS within HTML :^)
Sam Atkins
2021-10-23
LibWeb: Move image resource request out of ImageStyleValue constructor
Sam Atkins
2021-10-18
LibWeb: Update <object> style on resource load/failure
Andreas Kling
2021-10-18
LibWeb: Update <img> style on resource load/failure
Andreas Kling
2021-10-17
LibWeb: Implement Attribute closer to the spec and with an IDL file
Timothy Flynn
2021-10-15
LibWeb: Use W3C urls for CSSOM spec links
Sam Atkins
2021-10-12
LibWeb: Add missing upcalls in HTMLSelectElement
Andreas Kling
2021-10-12
LibWeb: Add missing upcalls in HTMLInputElement
Andreas Kling
2021-10-11
LibWeb: Implement PromiseRejectionEvent
Linus Groh
2021-10-10
LibWeb: Remove dead "outer loop" code in adoption agency algorithm
Brian Gianforcaro
2021-10-06
LibWeb: Rename Layout::BlockBox => BlockContainer
Andreas Kling
2021-10-06
LibWeb: Start work towards modern CSS "display" values
Andreas Kling
2021-10-06
LibWeb: Make CSS layout lazier
Andreas Kling
2021-10-05
LibWeb: Fire MediaQueryListEvents when an MQL's match-state changes
Sam Atkins
2021-10-03
LibWeb: Run clang-format on HTMLAreaElement.cpp
Linus Groh
2021-10-03
LibWeb: Implement the HTMLHyperlinkElementUtils mixin
Andreas Kling
2021-10-03
LibWeb: Only auto-reschedule HTML::EventLoop when there are runnables
Andreas Kling
2021-10-03
LibWeb: Don't update rendering in BrowsingContexts without opportunity
Andreas Kling
2021-10-03
LibWeb: Let HTML::EventLoop drive the firing of `resize` events
Andreas Kling
2021-10-03
LibWeb: Let HTML::EventLoop drive animation frame callbacks
Andreas Kling
2021-10-03
LibWeb: Let HTML::EventLoop keep track of live DOM::Document objects
Andreas Kling
2021-10-03
LibWeb: Only take runnable tasks from the HTML task queue
Andreas Kling
2021-10-03
LibWeb: Improve HTML::EventLoop::spin_until()
Andreas Kling
2021-10-03
LibWeb: Run setTimeout() and setInterval() callbacks as HTML tasks
Andreas Kling
[next]