Bug 130052

Summary: Web Inspector: synchronous XHR that times out will mysteriously hang Inspector
Product: WebKit Reporter: BJ Burg <bburg>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, graouts, joepeck, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: https://developer.mozilla.org/media/uploads/demos/p/a/paulrouget/8bfba7f0b6c62d877a2b82dd5e10931e/hacksmozillaorg-achi_1334270447_demo_package/todo/

Description BJ Burg 2014-03-10 16:46:57 PDT
It would be great if we could:

1. Avoid hanging the inspector when the page does a sync XHR (use a separate process?)
2. Give feedback to the user that their page is stuck because of a sync XHR

If there's a bug for (1), then please mark it as blocking this bug, which should focus on explaining why their page is (sensically) hanging (not the inspector, which should never hang).
Comment 1 Timothy Hatcher 2014-03-12 11:50:18 PDT
There is a radar about using a separate process for the Inspector, but not a bugzilla bug.
Comment 2 David Kilzer (:ddkilzer) 2016-09-09 11:11:30 PDT
<rdar://problem/28228559>
Comment 3 BJ Burg 2016-09-09 14:33:26 PDT
I think this is no longer relevant as Inspector is out of process, and a developer can easily pause the debugger or look at timelines if they think the page is hung.