Bug 150710

Summary: Web Inspector: Frontend should not be notified about built-in sources
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: bburg, graouts, joepeck, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   

Joseph Pecoraro
Reported 2015-10-29 21:47:04 PDT
* SUMMARY Frontend should not be notified about built-in sources. Currently, loading a very simple document the inspector will be told of ~88 built-in scripts that evaluated in the page. This clutters the frontend with unnecessary information as those scripts are not actually important for developers. Likewise, having 88 separate messages is overkill if we did actually want to notify the frontend about all of these scripts.
Attachments
Radar WebKit Bug Importer
Comment 1 2015-10-29 21:47:18 PDT
Joseph Pecoraro
Comment 2 2015-10-29 22:07:34 PDT
So, last time I looked into this was bug 146049 and it broke the profiler tests. But I have a feeling this time will be different, since it is not skipping things in recompiling (which may be important for profiling information), it is just skipping things in Debugger::attach => sourceParsed.
Joseph Pecoraro
Comment 3 2015-10-29 22:09:02 PDT
Lets move this back over to bug 146049 and I'll update my patch there. *** This bug has been marked as a duplicate of bug 146049 ***
Note You need to log in before you can comment on or make changes to this bug.