Bug 153686

Summary: REGRESSION (r192369): popstate should only be dispatched asynchronously when navigating to a fragment identifier
Product: WebKit Reporter: Andy Estes <aestes>
Component: New BugsAssignee: Andy Estes <aestes>
Status: RESOLVED WONTFIX    
Severity: Normal CC: ap, beidson, bfulgham, jokeyrhyme, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 36202    
Bug Blocks:    

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.