[webkit-changes] [WebKit/WebKit] 6cf49c: Web Inspector: Cookies for extensions show UUID in...

Patrick Angle noreply at github.com
Tue Nov 15 08:04:28 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6cf49cf97d1f72b2a52b05827a552b179d125e90
      https://github.com/WebKit/WebKit/commit/6cf49cf97d1f72b2a52b05827a552b179d125e90
  Author: Patrick Angle <pangle at apple.com>
  Date:   2022-11-15 (Tue, 15 Nov 2022)

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

  Log Message:
  -----------
  Web Inspector: Cookies for extensions show UUID instead of extension name in Storage tab
https://bugs.webkit.org/show_bug.cgi?id=247903
rdar://101966366

Reviewed by Timothy Hatcher.

`CookieStorageTreeElement` was the only subclass of `StorageTreeElement` not using `WI.displayNameForHost` to generate a
display name, which exists to convert extension UUIDs into a friendly name. Non-extension cookies will still just use
the host for its name.

* Source/WebInspectorUI/UserInterface/Views/CookieStorageTreeElement.js:
(WI.CookieStorageTreeElement.prototype.get name):

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




More information about the webkit-changes mailing list