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-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
2021-09-08
LibWeb: Annotate HTMLScriptElement::prepare_script() with spec comments
Andreas Kling
2021-09-07
LibWeb: Don't trim whitespace when checking for "module" type on scripts
Luke Wilde
2021-09-07
Everywhere: Behaviour => Behavior
Andreas Kling
2021-09-03
Everywhere: Prevent risky implicit casts of (Nonnull)RefPtr
Daniel Bertalan
2021-09-03
LibWeb: Add support HTMLScriptElement.supports
Luke Wilde
2021-08-24
LibWeb+Browser: Remove unnecessary InProcessWebView.h includes
Andreas Kling
2021-08-12
LibWeb: Remove pointless type casts
Daniel Bertalan
2021-08-02
LibWeb: Switch to new CSS Parser :^)
Sam Atkins
2021-08-01
LibWeb: Remove unused header includes
Brian Gianforcaro
2021-07-31
LibWeb: Fix regression of "contenteditable" attribute
TheFightingCatfish
[prev]
[next]