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
/
Bindings
Age
Commit message (
Expand
)
Author
2022-06-29
LibWeb: Use CSO if running script is null in HostPromiseRejectionTracker
Luke Wilde
2022-06-29
LibWeb: Implement WindowEventHandlers
Luke Wilde
2022-06-27
LibWeb: Add CDATASection
Luke Wilde
2022-06-13
LibWeb: Add the ability to retrieve a WebGL context from getContext
Luke Wilde
2022-06-13
LibWeb: Introduce the WebGL namespace and add WebGLContextEvent
Luke Wilde
2022-05-13
LibWeb: Add window.clientInformation property
ReimarPB
2022-05-11
LibWeb: Add CSSSupportsRule wrapper
Sam Atkins
2022-05-11
LibWeb: Add CSSMediaRule wrapper
Sam Atkins
2022-05-11
LibWeb: Add CSSImportRule wrapper
Sam Atkins
2022-05-11
LibWeb: Add CSSConditionRule wrapper
Sam Atkins
2022-05-11
LibWeb: Add CSSGroupingRule wrapper
Sam Atkins
2022-05-11
LibWeb: Add MediaList wrapper
Sam Atkins
2022-04-11
LibWeb: Add SVGDefsElement
Simon Danner
2022-04-10
LibWeb: Sketch out a very basic SVG <clipPath> element
Andreas Kling
2022-04-06
LibWeb: Add basic constructor/prototype to exotic objects
Igor Pissolati
2022-04-04
LibWeb: Use correct global object in legacy factories
Igor Pissolati
2022-04-04
LibWeb: Add legacy Option factory function
Igor Pissolati
2022-04-04
LibWeb: Add spec comments to ImageConstructor::construct()
Igor Pissolati
2022-04-02
LibWeb: Add the requestIdleCallback/cancelIdleCallback API
Simon Wanner
2022-04-02
LibWeb: Expose IdleDeadline on the window object
Simon Wanner
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-28
LibWeb: Implement initial CSSFontFaceRule and FontFace classes
Sam Atkins
2022-03-27
LibWeb: Add fast-paths for wrapping already-wrapped C++ objects
Andreas Kling
2022-03-26
LibWeb: Support navigator.javaEnabled() (always false)
Andreas Kling
2022-03-20
LibWeb: Add a barebones SVGTextContentElement with getNumberOfChars()
Andreas Kling
2022-03-19
DevTools+LibJS+LibWeb: Change class_name to use StringView
Lenny Maiorani
2022-03-18
LibJS: Add infallible variant of VM::push_execution_context()
Linus Groh
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-03-16
LibWeb: Implement window.name
Simon Wanner
2022-03-16
LibWeb: Add stub implementation of HTMLOptionsCollection
Simon Wanner
2022-03-10
LibWeb: Add window.sessionStorage
Paul Wratt
2022-03-09
LibWeb: Add support for DOM's TreeWalker
Andreas Kling
2022-03-09
LibWeb: Add basic support for DOM's NodeIterator and NodeFilter
Andreas Kling
2022-03-09
LibWeb: Allow returning JS::ThrowCompletionOr<T> from wrapped functions
Andreas Kling
2022-03-08
LibWeb: Implement the WindowProxy exotic object
Linus Groh
2022-03-08
LibWeb: Implement 'cross-origin accessible window property name' concept
Linus Groh
2022-03-08
LibWeb: Move Window from DOM directory & namespace to HTML
Linus Groh
2022-03-06
LibWeb: Implement the remaining LocationObject internal methods
Linus Groh
2022-03-06
LibWeb: Implement the CrossOriginOwnPropertyKeys AO
Linus Groh
2022-03-06
LibWeb: Implement the CrossOriginSet AO
Linus Groh
2022-03-06
LibWeb: Implement the CrossOriginGet AO
Linus Groh
2022-03-06
LibWeb: Implement the CrossOriginGetOwnPropertyHelper AO
Linus Groh
2022-03-06
LibWeb: Implement the IsPlatformObjectSameOrigin AO
Linus Groh
2022-03-06
LibWeb: Implement the CrossOriginPropertyFallback AO
Linus Groh
2022-03-06
LibWeb: Implement the CrossOriginProperties AO
Linus Groh
2022-03-06
LibWeb: Implement the [[CrossOriginPropertyDescriptorMap]] internal slot
Linus Groh
2022-03-05
LibWeb: Implement LocationObject URL part getters closer to spec
Linus Groh
2022-03-05
LibWeb: Add LocationObject::url()
Linus Groh
2022-03-05
LibWeb: Add LocationObject::relevant_document()
Linus Groh
2022-03-05
LibWeb: Add spec comments to LocationObject
Linus Groh
[next]