summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2022-09-06LibWeb: Make TreeWalker GC-allocatedAndreas Kling
2022-09-06LibWeb: Make NodeIterator GC-allocatedAndreas Kling
2022-09-06LibWeb: Move event listeners, handlers and callbacks to the GC heapAndreas Kling
2022-09-06LibWeb: Make DOMImplementation GC-allocatedAndreas Kling
2022-09-06LibWeb: Make MediaList GC-allocatedAndreas Kling
2022-09-06LibWeb: Make DOMTokenList GC-allocatedAndreas Kling
2022-09-06LibWeb: Make NamedNodeMap GC-allocatedAndreas Kling
2022-09-06LibWeb: Make DOMStringMap GC-allocatedAndreas Kling
2022-09-06LibWeb: Make CSSStyleDeclaration GC-allocatedAndreas Kling
2022-09-06LibWeb: Make CSSRule and all its subclasses GC-allocatedAndreas Kling
2022-09-06LibWeb: Make CSSRuleList GC-allocatedAndreas Kling
2022-09-06LibWeb: Make StyleSheetList GC-allocatedAndreas Kling
2022-09-06LibWeb: Make StyleSheet and CSSStyleSheet GC-allocatedAndreas Kling
2022-09-06LibWeb: Add an "internal" JS realm & window objectAndreas Kling
2022-09-06LibWeb: Add Bindings::LegacyPlatformObject base classAndreas Kling
2022-09-06LibWeb: Add PlatformObject classAndreas Kling
2022-09-05LibUnicode+Userland: Migrate generated CLDR data to LibLocaleDataTimothy Flynn
2022-08-28LibJS+LibWeb: Let Realm store a plain Object for [[GlobalObject]]Linus Groh
2022-08-28LibJS: Remove Shape::global_object() and Object::global_object()Linus Groh
2022-08-28LibJS: Turn initialize_global_object() into a regular initialize()Linus Groh
2022-08-28LibJS: Move Console ownership from GlobalObject to ConsoleObjectLinus Groh
2022-08-27LibWeb: Implement the HostEnsureCanAddPrivateElement JS hookdavidot
2022-08-27LibJS+LibWeb: Remove last uses of GlobalObject::associated_realm()Linus Groh
2022-08-27LibJS: Move intrinsics to the realmLinus Groh
2022-08-27LibWeb: Treat cyclic percentage max-size as "auto" on the flex containerAndreas Kling
2022-08-26LibWeb: Remove one remaining use of JS::InvalidCharacterErrorLinus Groh
2022-08-26LibCrypto+LibJS: Remove the create_from methods from BigIntegerdavidot
2022-08-26LibWeb: Handle unknown values in grid-template-*martinfalisse
2022-08-26LibWeb: Intentionally leak the main thread JS VMAndreas Kling
2022-08-26LibWeb: Don't return an opaque origin for file:// URLsMacDue
2022-08-26LibWeb: Determine the origin when navigating across documentsMacDue
2022-08-25LibWeb: Begin formatting the gridmartinfalisse
2022-08-25LibWeb: Parse grid-column and grid-row CSS valuesmartinfalisse
2022-08-25LibWeb: Parse grid-column-start and related CSS propertiesmartinfalisse
2022-08-25LibWeb: Parse grid-template-columns and grid-template-rowsmartinfalisse
2022-08-25LibWeb: Add GridTrackPlacementShorthandStyleValuemartinfalisse
2022-08-25LibWeb: Add GridTrackPlacementStyleValuemartinfalisse
2022-08-25LibWeb: Add GridTrackSizeStyleValuemartinfalisse
2022-08-25LibWeb: Add GridTrackPlacement for grid-[column/row]-[start/end]martinfalisse
2022-08-25LibWeb: Add GridTrackSize class for grid-template-*martinfalisse
2022-08-25LibWeb: Add GridFormattingContextmartinfalisse
2022-08-25LibWeb: Parse grid display valuemartinfalisse
2022-08-23LibWeb: Don't grow Wasm memory again after initialisationAli Mohammad Pur
2022-08-23LibWeb: Restore realm retrieval from 'this' in activate_event_handler()Linus Groh
2022-08-23LibJS+LibWeb: Reduce use of GlobalObject as an intermediaryLinus Groh
2022-08-23LibJS: Pass Realm to define_native_{accessor,function}()Linus Groh
2022-08-23LibJS: Pass Realm to GlobalObject::initialize_global_object()Linus Groh
2022-08-23LibJS: Remove GlobalObject parameter from native functionsLinus Groh
2022-08-23LibWeb: Replace GlobalObject with VM in remaining AOs [Part 4/4]Linus Groh
2022-08-23LibWeb: Replace GlobalObject with VM in Window AOs [Part 3/4]Linus Groh