[Webkit-unassigned] [Bug 28813] REGRESSION: Debugger no longer lists all script sources

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 1 14:34:13 PDT 2009


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


Pavel Feldman <pfeldman at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timothy at hatcher.name




--- Comment #1 from Pavel Feldman <pfeldman at chromium.org>  2009-09-01 14:34:13 PDT ---
In addition to the problem reported, scripts do not have content available. The
reason is that scripts are being reported as parsed prior to corresponding
resources being reported as loaded. As a result, wrong viewer is being
instantiated for the resource (resource type is "Other" during the parsedScript
invocation).

[SubresourceLoader:137] m_client->didReceiveResponse(this, r); 
leads to InspectorController::didParseSource call, whereas

[SubresourceLoader:142] ResourceLoader::didReceiveResponse(r);
leads to the InspectorController::didReceiveResponse notification.

Frontend should either expect this order of events or notifications order
should be fixed.

Timothy, what is your view on this?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list