summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
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
2022-08-23LibWeb: Replace GlobalObject with VM in CrossOrigin AOs [Part 2/4]Linus Groh
2022-08-23LibWeb: Replace GlobalObject with VM in WebAssembly AOs [Part 1/4]Linus Groh
2022-08-23LibWeb: Replace GlobalObject with Realm in wrapper functionsLinus Groh
2022-08-23LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in Promise AOs [Part 8/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in Iterator AOs [Part 7/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in PrototypeObject AOs [Part 3/19]Linus Groh
2022-08-23LibJS: Remove GlobalObject from VM::this_value()Linus Groh
2022-08-23LibJS: Remove GlobalObject from VM::throw_completion()Linus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()Linus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in create() functionsLinus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functionsLinus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in object constructorsLinus Groh
2022-08-23LibWeb: Fix the prototype of a couple of WebAssembly prototype objectsLinus Groh
2022-08-23LibWeb: Remove done TODO and fix typoMacDue
2022-08-23LibWeb: Avoid infinite loops in background paintingMacDue
2022-08-23LibWeb: Resolve double-position `linear-gradient()` color stopsMacDue
2022-08-23LibWeb: Don't regenerate linear gradient data unless size changesMacDue
2022-08-23LibWeb: Add missing checks to LinearGradientStyleValue::equals()MacDue
2022-08-23LibWeb: Parse double-position `linear-gradient()` color stopsMacDue
2022-08-21LibWeb: Make window.performance replaceable and configurableLuke Wilde
2022-08-18LibWeb: Support painting `repeating-linear-gradient()`sMacDue
2022-08-18LibWeb: Avoid NaNs from zero-length gradient color stopsMacDue
2022-08-18LibWeb: Parse `repeating-linear-gradient()`MacDue
2022-08-16LibWeb: Render flex line items RTL (reversed items) for FlexEndwatkinsr
2022-08-15LibJS: Use NaN boxing to decrease the memory size of Valuesdavidot
2022-08-14LibWeb: Remove unused member LineBuilder::m_layout_modeAndreas Kling