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-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
2021-09-19
LibWeb: Implement basic support for MessageChannel and MessagePort
Andreas Kling
2021-09-19
LibWeb: Add HTML::Task::Source::PostedMessage
Andreas Kling
2021-09-19
LibWeb: Remove duplicated event handler attribute code in WebSocket
Andreas Kling
2021-09-19
LibWeb: Move `onfoo` attribute handling to EventTarget
Andreas Kling
2021-09-18
LibWeb: Don't attempt to run unparsed scripts
Andreas Kling
2021-09-17
LibWeb: Add HTML::Task::Source::IdleTask
Andreas Kling
2021-09-16
LibWeb: Add fast_is<HTMLTemplateElement>()
Andreas Kling
2021-09-16
LibWeb: Move Attribute into the DOM namespace
Andreas Kling
2021-09-14
LibWeb: Improvements to error handling in HTML foreign content parsing
Andreas Kling
2021-09-14
LibJS+LibWeb: Move script parse time logging from JS::Script to LibWeb
Andreas Kling
2021-09-14
LibJS+LibWeb: Let JS::Script::parse() return a list of errors (on error)
Andreas Kling
2021-09-14
LibWeb: Implement HTML fragment serialisation and use it in innerHTML
Luke Wilde
2021-09-13
LibWeb: Add the Web::URL namespace and move URLEncoder to it
Idan Horowitz
2021-09-12
LibWeb: Log classic script start, finish, and duration
Andreas Kling
2021-09-12
LibJS: Change Interpreter::create_with_existing_{global_object => realm}
Linus Groh
2021-09-12
LibJS+LibWeb: Make JS::Script and Web::HTML::ClassicScript use Realms
Linus Groh
2021-09-12
LibWeb+Browser: Add Debug menu action for toggling Same-Origin Policy
Andreas Kling
2021-09-12
LibWeb: Add the History object and stub pushState and replaceState
Luke Wilde
2021-09-11
LibWeb+LibJS: Remember source filenames when using HTML::Script
Andreas Kling
2021-09-10
LibWeb: Make "top-level browsing context" concept more spec-compliant
Andreas Kling
2021-09-09
LibWeb: Make HTMLScriptElement create and run ClassicScripts
Andreas Kling
2021-09-09
LibWeb: Implement the "create" and "run" methods of ClassicScript
Andreas Kling
[next]