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-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
Linus Groh
2022-08-14
LibWeb: Add fixmes for other missing CRC2D mixins
Sam Atkins
2022-08-14
LibWeb: Extract CanvasPathDrawingStyles class from CRC2D
Sam Atkins
2022-08-14
LibWeb: Extract CanvasImageData class from CRC2D
Sam Atkins
2022-08-14
LibWeb: Extract CanvasDrawImage class from CRC2D
Sam Atkins
2022-08-14
LibWeb: Extract CanvasText class from CRC2D
Sam Atkins
2022-08-14
LibWeb: Extract CanvasDrawPath class from CRC2D
Sam Atkins
2022-08-14
LibWeb: Extract CanvasRect class from CRC2D
Sam Atkins
2022-08-14
LibWeb: Extract CanvasFillStrokeStyles class from CRC2D
Sam Atkins
2022-08-14
LibWeb: Extract CanvasFillStrokeStyles class from CRC2D
Sam Atkins
2022-08-14
LibWeb: Extract CanvasTransform class from CRC2D
Sam Atkins
2022-08-14
LibWeb: Extract CanvasState class from CRC2D
Sam Atkins
2022-08-14
LibWeb: Teach CRC2D to draw Path2Ds :^)
Sam Atkins
2022-08-14
LibWeb: Implement Path2D class
Sam Atkins
2022-08-14
LibWeb: Extract CanvasPath class from CRC2D
Sam Atkins
2022-08-14
LibWeb: Use "unrestricted float/double" where we should in IDL
Sam Atkins
2022-08-06
LibJS+LibWeb: Restore type safety of Realm::set_global_object()
Linus Groh
2022-08-05
LibWeb: Port web workers to the "create a new JavaScript realm" API
Andreas Kling
2022-08-05
LibWeb: Bring browsing context creation closer to spec
Andreas Kling
2022-08-05
LibWeb: Start implementing "create and initialize a Document" from HTML
Andreas Kling
2022-08-05
LibWeb: Add HTML::NavigationParams
Andreas Kling
2022-08-05
LibWeb: Add a way to construct HTML::Window without a DOM::Document
Andreas Kling
2022-08-05
LibWeb: Implement (naive) version of HTMLIFrameElement.contentWindow
Andreas Kling
2022-08-05
LibWeb: Add HTML::SandboxingFlagSet
Andreas Kling
2022-08-05
LibWeb: Add HTML::CrossOriginOpenerPolicyEnforcementResult
Andreas Kling
2022-08-05
LibWeb: Add HTML::CrossOriginOpenerPolicy
Andreas Kling
2022-08-05
LibJS: Let Shape store a Realm instead of a GlobalObject
Andreas Kling
2022-08-05
LibWeb: Remove page_did_set_document_in_top_level_browsing_context()
Andreas Kling
2022-08-05
LibWeb: Add browsing context "still on its initial about:blank Document"
Andreas Kling
2022-08-05
LibWeb: Add basic skeleton of HTML "session history" to BrowsingContext
Andreas Kling
2022-07-29
LibWeb: Extract the WindowOrWorkerGlobalScope IDL mixin
Sam Atkins
2022-07-29
LibWeb: Extract the LinkStyle IDL mixin
Sam Atkins
2022-07-29
LibWeb: Extract the HTMLHyperlinkElementUtils IDL mixin
Sam Atkins
2022-07-27
LibWeb: Add fast_is<HTMLElement>()
Andreas Kling
2022-07-27
LibWeb: Add fast_is<HTMLBaseElement>()
Andreas Kling
2022-07-23
LibWeb: Support `appearance: none` for `<progress>` elements
MacDue
2022-07-17
LibWeb: Allow having a linear-gradient() as a background-image
MacDue
2022-07-15
LibWeb: Mark Origin::serialize() as const
Linus Groh
2022-07-14
LibWeb: Add a stub PolicyContainer struct
Linus Groh
2022-07-14
LibWeb: Move Origin into the HTML namespace
Linus Groh
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-11
LibWeb: Store MessageEvent::m_data in a JS::Handle
Luke Wilde
2022-07-05
LibWeb: Implement XMLSerializer
Luke Wilde
2022-07-04
LibWeb: Add the type field to DOM::Document
networkException
2022-06-29
LibWeb: Print unhandled rejections the same way as unhandled exceptions
Luke Wilde
2022-06-29
LibWeb: Store PromiseRejectionEvent::m_reason in a JS::Handle
Luke Wilde
2022-06-29
LibWeb: Move ClassicScript::m_settings_object into the Script base
Luke Wilde
2022-06-29
LibWeb: Implement WindowEventHandlers
Luke Wilde
2022-06-29
LibWeb: Only make certain <body> and <frameset> events apply to Window
Luke Wilde
[next]