Bug 308209 - Too many ScriptLoadEvents are sent
Summary: Too many ScriptLoadEvents are sent
Status: CLOSED DUPLICATE of bug 306767
Alias: None
Product: JSDT
Classification: WebTools
Component: Debug (show other bugs)
Version: 3.2   Edit
Hardware: All All
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Simon Kaegi CLA
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2010-04-06 10:23 EDT by Michael Rennie CLA
Modified: 2010-04-06 10:34 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Rennie CLA 2010-04-06 10:23:21 EDT
code from HEAD

If we have N requests for a script load event we generate N script load events for the same script. We should only be generating one script load event per script that is broadcast to all requesters.
Comment 1 Michael Rennie CLA 2010-04-06 10:34:05 EDT
I think this one might be related to, or a dupe of bug 306767. Digging deeper I found this only happening because we were piling up breakpoint requests for the same script load.

I am going to mark this a dupe of 306767

*** This bug has been marked as a duplicate of bug 306767 ***