WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
248177
browser.tabs.onUpdated() should fire when history.pushState() is used
https://bugs.webkit.org/show_bug.cgi?id=248177
Summary
browser.tabs.onUpdated() should fire when history.pushState() is used
Timothy Hatcher
Reported
2022-11-21 08:59:01 PST
From
https://github.com/w3c/webextensions/issues/328
: 1) Open
https://example.com
. 2) In an extension, add a browser.tabs.onUpdated listener. 3) In the console of the web page, run history.pushState({}, "", "/test"). Currently: * Chrome fires both a "loading" event and a "completed" one in immediate succession. * Firefox fires a single "completed" event. * Safari fires no events.
rdar://84204907
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug