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: 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
2022-08-25
LibWeb: Add GridTrackPlacementShorthandStyleValue
martinfalisse
2022-08-25
LibWeb: Add GridTrackPlacementStyleValue
martinfalisse
2022-08-25
LibWeb: Add GridTrackSizeStyleValue
martinfalisse
2022-08-25
LibWeb: Add GridTrackPlacement for grid-[column/row]-[start/end]
martinfalisse
2022-08-25
LibWeb: Add GridTrackSize class for grid-template-*
martinfalisse
2022-08-25
LibWeb: Add GridFormattingContext
martinfalisse
2022-08-25
LibWeb: Parse grid display value
martinfalisse
2022-08-23
LibWeb: Don't grow Wasm memory again after initialisation
Ali Mohammad Pur
2022-08-23
LibWeb: Restore realm retrieval from 'this' in activate_event_handler()
Linus Groh
2022-08-23
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
Linus Groh
2022-08-23
LibJS: Pass Realm to define_native_{accessor,function}()
Linus Groh
2022-08-23
LibJS: Pass Realm to GlobalObject::initialize_global_object()
Linus Groh
2022-08-23
LibJS: Remove GlobalObject parameter from native functions
Linus Groh
2022-08-23
LibWeb: Replace GlobalObject with VM in remaining AOs [Part 4/4]
Linus Groh
2022-08-23
LibWeb: Replace GlobalObject with VM in Window AOs [Part 3/4]
Linus Groh
[next]