[webkit-changes] [WebKit/WebKit] c5ae28: Web Inspector: replace getCSSCanvasContext with ca...

Przemyslaw Gorszkowski noreply at github.com
Wed Mar 22 09:05:28 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c5ae28e2dee482dadf47c543f67e8f586aa81cbc
      https://github.com/WebKit/WebKit/commit/c5ae28e2dee482dadf47c543f67e8f586aa81cbc
  Author: Przemyslaw Gorszkowski <pgorszkowski at igalia.com>
  Date:   2023-03-22 (Wed, 22 Mar 2023)

  Changed paths:
    M Source/WebInspectorUI/UserInterface/Views/Popover.css
    M Source/WebInspectorUI/UserInterface/Views/Popover.js

  Log Message:
  -----------
  Web Inspector: replace getCSSCanvasContext with canvas
https://bugs.webkit.org/show_bug.cgi?id=253414

Reviewed by Patrick Angle and Devin Rousso.

The fix replaces unsupported on all browser function getCSSCanvasContext
with additional "canvas" element. This solves problem with missing popup
dialog, e.g.: to display details about hovered variable.

* Source/WebInspectorUI/UserInterface/Views/Popover.js:
(WI.Popover):

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




More information about the webkit-changes mailing list