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-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
2021-09-26
LibWeb: Implement more of "completely finish loading the document"
Andreas Kling
2021-09-26
LibWeb: Remove nonsensical assignment in script-became-ready callback
Andreas Kling
2021-09-26
LibWeb: Make parser <script> elements delay the document load event
Andreas Kling
2021-09-26
LibWeb: Allow HTML parser to delay delivery of the document "load" event
Andreas Kling
2021-09-26
LibWeb: Remove some unused includes and a member in HTMLScriptElement
Andreas Kling
2021-09-26
LibWeb: Implement more of HTMLParser::the_end() and bring closer to spec
Andreas Kling
2021-09-26
LibWeb: Split out "The end" from the HTML parsing spec to a function
Andreas Kling
2021-09-25
LibWeb: Rename HTMLDocumentParser => HTMLParser
Andreas Kling
2021-09-25
LibWeb: Provide a default DOM::EventTarget::dispatch_event()
Andreas Kling
2021-09-25
LibWeb: Use Core::EventLoop::spin_until() for the ad-hoc loop spinning
Andreas Kling
2021-09-25
LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject
Linus Groh
2021-09-24
LibWeb: Rename CSS::StyleResolver => StyleComputer
Andreas Kling
2021-09-24
LibWeb: Let <br> elements have style
Andreas Kling
2021-09-24
LibWeb: Make HTML::EventLoop::process() a no-op if there are no tasks
Andreas Kling
2021-09-21
LibWeb: Paint bitmaps with rounded_int_rect(), not enclosing_int_rect()
Sam Atkins
2021-09-21
Libraries: Use AK::Variant default initialization where appropriate
Ben Wiederhake
2021-09-20
LibWeb: Enable bilinear blending for bitmaps
Sam Atkins
2021-09-20
LibWeb: Implement <script src> execution for non-blocking scripts
Andreas Kling
2021-09-20
LibWeb: Make <script src> loads partially async (by following the spec)
Andreas Kling
2021-09-20
LibWeb: Pop entire stack of open elements at the end of parsing
Andreas Kling
2021-09-20
LibWeb: Implement an ad-hoc version of EventLoop::spin_until(condition)
Andreas Kling
2021-09-20
LibWeb: Use Document::realm() in HTMLScriptElement::prepare_script()
Andreas Kling
[next]