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
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
2021-10-01
LibWeb: Add the missing PageTransitionEvent IDL constructor
Idan Horowitz
2021-10-01
LibWeb: Add the missing SubmitEvent IDL constructor
Idan Horowitz
2021-10-01
LibWeb: Add the missing MessageEvent IDL constructor
Idan Horowitz
2021-10-01
LibWeb: Add the lastEventId IDL attribute to MessageEvent
Idan Horowitz
2021-10-01
LibWeb: Change the IDL type of MessageEvent::data to any
Idan Horowitz
2021-10-01
LibWeb: Add the missing CloseEvent IDL constructor
Idan Horowitz
2021-10-01
LibWeb: Check for HTML integration points in the tree constructor
Luke Wilde
2021-10-01
LibWeb: Implement HTMLStyleElement.sheet
Luke Wilde
2021-09-30
LibWeb: Fix null dereference when assigning an ImageStyleValue via JS
Andreas Kling
2021-09-30
LibWeb: Support HTMLElement.offset{Width,Height}
Andreas Kling
2021-09-30
LibWeb: Reimplement the <style> element following the spec
Andreas Kling
2021-09-28
LibWeb: Implement the dns-prefetch and preconnect link relationships
Ali Mohammad Pur
2021-09-28
LibWeb: Use Document::parse_url() for preload links
Ali Mohammad Pur
2021-09-27
LibWeb: Preload resources hinted by <link rel="preload">
Andreas Kling
2021-09-26
LibWeb: Add support for HTMLOrSVGElement.dataset
Luke Wilde
2021-09-26
LibWeb: Implement window.queueMicrotask(callback)
Andreas Kling
2021-09-26
LibWeb: Add the PageTransitionEvent interface and fire "pageshow" events
Andreas Kling
2021-09-26
LibWeb: Add a "page showing" flag to documents
Andreas Kling
2021-09-26
LibWeb: Implement "update the current document readiness" from spec
Andreas Kling
2021-09-26
LibWeb: Store HTML document ready state as an enum
Andreas Kling
[next]