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-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
2021-09-09
LibWeb: Annotate HTMLScriptElement::execute_script() with spec comments
Andreas Kling
2021-09-09
LibWeb: Rename HTMLScriptElement::m_script_source => m_source_text
Andreas Kling
2021-09-09
LibWeb: Rename Document::complete_url() => parse_url()
Andreas Kling
2021-09-09
LibWeb: Start working on spec-aligned HTML scripting semantics
Andreas Kling
2021-09-09
LibWeb: Rename DOM::Window::document() => associated_document()
Andreas Kling
2021-09-09
LibWeb: Rename BrowsingContext::document() => active_document()
Andreas Kling
2021-09-09
LibWeb: Spin the event loop in HTML parser until scripts can run
Andreas Kling
2021-09-09
LibWeb: Use the task queue to fire "error" events on scripts
Andreas Kling
2021-09-09
LibWeb: Use the task queue to fire "load" and "error" events on images
Andreas Kling
2021-09-09
LibWeb: Schedule HTML::EventLoop processing when there are queued tasks
Andreas Kling
2021-09-09
LibWeb: Give HTML::EventLoop a pointer to the JS::VM
Andreas Kling
2021-09-09
LibWeb: Let HTML::EventLoop know its type
Andreas Kling
2021-09-09
LibWeb: Stub out HTML::EventLoop::process() with spec FIXME's
Andreas Kling
2021-09-09
LibWeb: Give HTML::EventLoop a "currently running task"
Andreas Kling
2021-09-09
LibWeb: Add HTML::Task::Source to model "generic task sources"
Andreas Kling
2021-09-09
LibWeb: Stub out HTML::EventLoop::spin_until() with spec FIXME's
Andreas Kling
2021-09-09
LibWeb: Add a bare-bones HTML event loop with a task queue
Andreas Kling
2021-09-08
LibWeb: Tweak for/event whitespace stripping in <script> to match spec
Andreas Kling
[next]