Bug 153686 - REGRESSION (r192369): popstate should only be dispatched asynchronously when navigating to a fragment identifier
Summary: REGRESSION (r192369): popstate should only be dispatched asynchronously when ...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andy Estes
URL:
Keywords: InRadar
Depends on: 36202
Blocks:
  Show dependency treegraph
 
Reported: 2016-01-29 16:20 PST by Andy Estes
Modified: 2016-02-22 16:30 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Estes 2016-01-29 16:20:16 PST
REGRESSION (r192369): popstate should only be dispatched asynchronously when navigating to a fragment identifier
Comment 1 Andy Estes 2016-01-29 16:22:06 PST
<rdar://problem/24092294>
Comment 2 Andy Estes 2016-02-22 16:30:46 PST
We actually reverted to dispatching popstate synchronously in all cases, due to compatibility concerns: http://trac.webkit.org/changeset/196807. We're going to file a spec issue rather than try to be the only browser that conforms to this part of the spec.