Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b26bed85494f15c23aba6d8edc8619bcbd8129d8
      
https://github.com/WebKit/WebKit/commit/b26bed85494f15c23aba6d8edc8619bcbd8129d8
  Author: Ahmad Saleem <[email protected]>
  Date:   2025-04-28 (Mon, 28 Apr 2025)

  Changed paths:
    M Source/WebInspectorUI/UserInterface/Views/GradientSlider.js

  Log Message:
  -----------
  Remove use of `webkitConvertPointFromNodeToPage` from `GradientSlider.js`
https://bugs.webkit.org/show_bug.cgi?id=273934

rdar://128188982

Reviewed by Devin Rousso.

This patch remove usage of non-standard 'webkitConvertPointFromNodeToPage'
and replace it with 'getBoundingClientRect' and left/top.

I tested this manually and ensured that the 'slider' knobs pre and post-patch
works same for linear/radial/conic gradients with multiple color stops.

* Source/WebInspectorUI/UserInterface/Views/GradientSlider.js:
(WI.GradientSliderKnob.prototype._handleMousemove):

Canonical link: https://commits.webkit.org/294187@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to