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
2022-02-15
LibWeb: Fail gracefully when reaching the unimplemented part of the AAA
Linus Groh
2022-02-15
LibWeb: Implement state switch for "[CDATA[" in HTML parser
Linus Groh
2022-02-15
LibWeb: Add an optional pointer to an HTMLParser to the HTMLTokenizer
Linus Groh
2022-02-15
LibWeb: Remove unused HTMLParser function declaration
Linus Groh
2022-02-15
LibWeb: Add spec links to each HTML tokenizer state section
Linus Groh
2022-02-15
LibWeb: Don't delay document load event forever with cached style sheets
Andreas Kling
2022-02-15
LibWeb: Force a relayout when scrolling to anchor
Andreas Kling
2022-02-15
LibWeb: Repaint entire viewport after document layout
Andreas Kling
2022-02-15
LibWeb: Implement HTMLElement.click()
Andreas Kling
2022-02-15
LibWeb: Add spec comments to the StackOfOpenElements class
Andreas Kling
2022-02-15
LibWeb: Rename element_before() => element_immediately_above()
Andreas Kling
2022-02-15
LibWeb: Add spec comments to find_appropriate_place_for_inserting_node()
Andreas Kling
2022-02-15
LibWeb: Remove non-standard ReturnNullIfCrossOrigin IDL attribute
Linus Groh
2022-02-15
LibWeb: Implement BCC's "content document" concept according to spec
Linus Groh
2022-02-15
LibWeb: Rename Origin::is_same() to Origin::is_same_origin()
Linus Groh
2022-02-14
LibWeb: Don't emit current token on EOF in HTML Tokenizer
Karol Kosek
2022-02-14
LibWeb: Fix highlighting HTML comments
Karol Kosek
2022-02-13
LibWeb: Fix off-by-one in HTMLTokenizer::restore_to()
MacDue
2022-02-12
LibWeb: Add support for 'arraybuffer' message types on WebSockets
serenitydev
2022-02-09
LibWeb: Add initial implementation for WorkerGlobalScope
Andrew Kaster
2022-02-09
LibWeb: Do not set Content-Length headers twice for POST requests
Brian Gianforcaro
2022-02-08
Browser+LibWeb: Add "Dump Local Storage" item to Browser's Debug menu
Andreas Kling
2022-02-08
LibWeb: Add Storage interface and window.localStorage
Andreas Kling
2022-02-08
LibWeb: Implement the JS host hooks for promises, job callbacks and more
Luke Wilde
2022-02-08
LibWeb: Rewrite EventTarget to more closely match the spec
Luke Wilde
2022-02-08
LibWeb: Make FormAssociatedElement inherit from HTMLElement
Luke Wilde
2022-02-08
LibWeb: Introduce the Environment Settings Object
Luke Wilde
2022-02-08
LibWeb: Support passing more parameter types to HTML::report_exception()
Andreas Kling
2022-02-08
LibJS+Everywhere: Remove VM::exception() and most related functions
davidot
2022-02-08
LibJS: Convert ArrayBuffer construction to ThrowCompletionOr
davidot
2022-02-07
LibWeb: Rename "result" => "evaluation_status" in ClassicScript::run()
Andreas Kling
2022-02-07
LibWeb: Remove outdated FIXME from ClassicScript::run()
Andreas Kling
2022-02-07
LibWeb: Implement ErrorEvent
Luke Wilde
2022-02-07
LibWeb: Fix broken step 4.3 implementation in run_focus_update_steps()
Andreas Kling
2022-02-07
LibWeb: Use NonnullRefPtrVector<DOM::Node> for focus chains
Andreas Kling
2022-02-07
LibWeb: Improve step 3 of "focus chain" from the HTML spec
Andreas Kling
2022-02-07
LibWeb: Fix inverted null check in run_focusing_steps()
Andreas Kling
2022-02-07
LibWeb: Add a proper FocusEvent interface for "focus" and "blur" events
Andreas Kling
2022-02-06
LibWeb: Make HTMLInputElement move cursor into text node when focused
Andreas Kling
2022-02-06
LibWeb: Implement (most of) HTMLElement.focus()
Andreas Kling
2022-02-06
LibWeb: Implement BrowsingContext::currently_focused_area()
Andreas Kling
2022-02-06
LibWeb: Rename "frame" to "browsing_context" in various places
Andreas Kling
2022-02-05
LibWeb: Put ClassicScript debug spam behind HTML_SCRIPT_DEBUG
Andreas Kling
2022-02-05
LibWeb: Implement CanvasGradient.addColorStop() according to spec
Andreas Kling
2022-02-05
LibWeb: Compute element style in Layout::TreeBuilder
Andreas Kling
2022-02-03
LibWeb: Forward CanvasRenderingContext.strokeText() to fillText()
Andreas Kling
2022-02-03
LibWeb: Add barebones CanvasGradient object
Andreas Kling
2022-02-03
LibWeb: Add CanvasRenderingContext2D.bezierCurveTo()
Andreas Kling
2022-01-22
LibJS: Refactor interpreter to use Script and Source Text Modules
Luke Wilde
2022-01-15
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
sin-ack
[next]