Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web Inspector: Cookies for extensions show UUID instead of extension name in Storage tab #6481

Commits on Nov 15, 2022

  1. 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
    patrickangle committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    6cf49cf View commit details
    Browse the repository at this point in the history