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
Age
Commit message (
Expand
)
Author
2022-09-06
LibWeb: Remove Document::interpreter()
Andreas Kling
2022-09-06
LibWeb+WebContent: Store Realm instead of Interpreter in ConsoleClient
Andreas Kling
2022-09-06
LibWeb: Make MutationObserver GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make MutationRecord GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make NodeList GC-allocated
Andreas Kling
2022-09-06
LibWeb: Don't use a JS::Handle for XHR response object
Andreas Kling
2022-09-06
LibWeb: Make HTML::Timer GC-allocated
Andreas Kling
2022-09-06
LibWeb: Don't have Handle<Realm> in WindowEnvironmentSettingsObject
Andreas Kling
2022-09-06
LibWeb: Make PerformanceTiming GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make CSS::Screen GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make DOMParser GC-allocated
Andreas Kling
2022-09-06
LibWeb: Add HTML::Window::cached_web_prototype()
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make AbstractRange and subclasses GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make DOM::Event and all its subclasses GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make TreeWalker GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make NodeIterator GC-allocated
Andreas Kling
2022-09-06
LibWeb: Move event listeners, handlers and callbacks to the GC heap
Andreas Kling
2022-09-06
LibWeb: Make DOMImplementation GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make MediaList GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make DOMTokenList GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make NamedNodeMap GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make DOMStringMap GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make CSSStyleDeclaration GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make CSSRule and all its subclasses GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make CSSRuleList GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make StyleSheetList GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make StyleSheet and CSSStyleSheet GC-allocated
Andreas Kling
2022-09-06
LibWeb: Add an "internal" JS realm & window object
Andreas Kling
2022-09-06
LibWeb: Add Bindings::LegacyPlatformObject base class
Andreas Kling
2022-09-06
LibWeb: Add PlatformObject class
Andreas Kling
2022-09-05
LibUnicode+Userland: Migrate generated CLDR data to LibLocaleData
Timothy Flynn
2022-08-28
LibJS+LibWeb: Let Realm store a plain Object for [[GlobalObject]]
Linus Groh
2022-08-28
LibJS: Remove Shape::global_object() and Object::global_object()
Linus Groh
2022-08-28
LibJS: Turn initialize_global_object() into a regular initialize()
Linus Groh
2022-08-28
LibJS: Move Console ownership from GlobalObject to ConsoleObject
Linus Groh
2022-08-27
LibWeb: Implement the HostEnsureCanAddPrivateElement JS hook
davidot
2022-08-27
LibJS+LibWeb: Remove last uses of GlobalObject::associated_realm()
Linus Groh
2022-08-27
LibJS: Move intrinsics to the realm
Linus Groh
2022-08-27
LibWeb: Treat cyclic percentage max-size as "auto" on the flex container
Andreas Kling
2022-08-26
LibWeb: Remove one remaining use of JS::InvalidCharacterError
Linus Groh
2022-08-26
LibCrypto+LibJS: Remove the create_from methods from BigInteger
davidot
2022-08-26
LibWeb: Handle unknown values in grid-template-*
martinfalisse
2022-08-26
LibWeb: Intentionally leak the main thread JS VM
Andreas Kling
2022-08-26
LibWeb: Don't return an opaque origin for file:// URLs
MacDue
2022-08-26
LibWeb: Determine the origin when navigating across documents
MacDue
2022-08-25
LibWeb: Begin formatting the grid
martinfalisse
2022-08-25
LibWeb: Parse grid-column and grid-row CSS values
martinfalisse
2022-08-25
LibWeb: Parse grid-column-start and related CSS properties
martinfalisse
2022-08-25
LibWeb: Parse grid-template-columns and grid-template-rows
martinfalisse
[next]