[Webkit-unassigned] [Bug 272332] New: browser.tabs.query with an URL filter returns new tab pages

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 8 09:05:53 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=272332

            Bug ID: 272332
           Summary: browser.tabs.query with an URL filter returns new tab
                    pages
           Product: WebKit
           Version: Safari 17
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Extensions
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: carlosj-webkit-bugzilla at jeurissen.co
                CC: timothy at apple.com, webkit-bug-importer at group.apple.com

browser.tabs.query with an URL filter returns new tab pages.

Example code:
browser.tabs.query({
"url": "https://example.com/*"
}, (tabs) => {
  // tabs include the new tab page.
});

The returning tab has an empty string as URL. Which is probably why it is returned.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240408/a8eb7487/attachment.htm>


More information about the webkit-unassigned mailing list