Bug 150710
| Summary: | Web Inspector: Frontend should not be notified about built-in sources | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> |
| Component: | Web Inspector | Assignee: | 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
* 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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/23327877>
Joseph Pecoraro
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
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 ***