summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-26LibWeb: Fix destination bitmap edge clip case in transform paintingMacDue
2022-09-25LibWeb: Move DOMException from DOM/ to WebIDL/Linus Groh
2022-09-25LibWeb: Move ExceptionOr from DOM/ to WebIDL/Linus Groh
2022-09-25Base: Add paint effects with opacity/transforms HTML test casesMacDue
2022-09-25LibWeb: Fix shadow painting when the target painter is translatedMacDue
2022-09-25LibWeb: Sample the destination when painting element opacity/transformMacDue
2022-09-25LibWeb: Add PaintableBox::absolute_paint_rect()MacDue
2022-09-25LibWeb: Use CSS::Size for computed size and max-size valuesAndreas Kling
2022-09-25LibWeb: Teach CSS::StyleProperties to create CSS::Size valuesAndreas Kling
2022-09-25LibWeb: Add CSS::Size to represent the full range of CSS size valuesAndreas Kling
2022-09-25Kernel: Stop using 'int's for indices in interrupt handlingIdan Horowitz
2022-09-25Kernel: Simplify InterruptManagement::switch_to_pic_mode()Idan Horowitz
2022-09-25Kernel: Store IRQControllers in NonnullRefPtrs instead of RefPtrsIdan Horowitz
2022-09-25Kernel: Use InterruptManagement::m_interrupt_controllers::append()Idan Horowitz
2022-09-25Kernel: Remove unused InterruptManagement::m_smp_enabledIdan Horowitz
2022-09-25Base: Improve U+1F92F emojinetworkException
2022-09-25LibWeb: Only notify PageClient about top-level browsing context loadsAndreas Kling
2022-09-25LibGUI: Add Model::unsafe_create_index()Andreas Kling
2022-09-25LibWebView: Make DOMTreeModel usable outside of SerenityOSAndreas Kling
2022-09-25Lagom: Build DOMTreeModel from LibWebViewAndreas Kling
2022-09-25Lagom: Build a tiny slice of LibGUIAndreas Kling
2022-09-25LibWeb: Invalidate layout when a DOM node is removed from the treeAndreas Kling
2022-09-24LibWeb: Compute StackingContext transform origin only onceAndreas Kling
2022-09-24LibGUI: Update calculated_min_size() for TextEditorthankyouverycool
2022-09-24LibGUI: Include scrubber and gutter in Scrollbar's calculated_min_size()thankyouverycool
2022-09-24LibGUI: Don't draw Scrollbar button triangles if they'd be off-centerthankyouverycool
2022-09-24LibGUI: Implement calculated_min_size() for StackWidgetthankyouverycool
2022-09-24LibGUI: Implement calculated_min_size() for ListViewthankyouverycool
2022-09-24LibGUI: Implement calculated_min_size() for AbstractScrollableWidgetthankyouverycool
2022-09-24LibWeb: Make CSS Grid work againmartinfalisse
2022-09-24Base: Remove extraneous pixels from msgbox-question.pnghashem78
2022-09-24LibWeb: Replace 'heycam.github.io' links with 'webidl.spec.whatwg.org'Linus Groh
2022-09-24LibWeb: Move WindowProxy from Bindings/ to HTML/Linus Groh
2022-09-24LibWeb: Move IDLOverloadResolution from Bindings/ to WebIDL/Linus Groh
2022-09-24LibWeb: Move IDLAbstractOperations from Bindings/ to WebIDL/Linus Groh
2022-09-24LibWeb: Move CallbackType from Bindings/ to WebIDL/Linus Groh
2022-09-24LibWeb: Move cross-origin AOs from Bindings/ to HTML/CrossOrigin/Linus Groh
2022-09-24LibWeb: Restore clipping of positioned descendantsMacDue
2022-09-24LibGfx: Fix affine transformations in TrueType composite glyphsItamar
2022-09-24WindowServer: Fallback to safe mode-setting in case of mapping overflowLiav A
2022-09-24Kernel+Userland: Provide bytes count for a DisplayConnector framebufferLiav A
2022-09-24LibEDID: Remove head index when retrieving an EDID from DisplayConnectorLiav A
2022-09-24LibWeb: Treat replaced % sizes as 0 if containing block is indefiniteAndreas Kling
2022-09-24Meta: Enable full region dumping on CIkleines Filmröllchen
2022-09-24Kernel: By default, don't dump regions when a userspace crash happenskleines Filmröllchen
2022-09-24LibWeb: Bring flex basis calculation a little closer to specAndreas Kling
2022-09-24LibWeb: Remove awkward BFC::compute_theoretical_height() functionAndreas Kling
2022-09-24Revert "Tests/Kernel: Add tests to ensure we don't regress InodeVMObjects"Liav A
2022-09-24Revert "Kernel: Send SIGBUS to threads that use after valid Inode mmaped range"Liav A
2022-09-24LibWeb: Avoid overflow and OOB indexing in get_buffer_source_copy()MacDue