[Webkit-unassigned] [Bug 17240] Web Inspector: implement blackboxing of script resources
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jan 26 21:21:53 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=17240
--- Comment #5 from Yehuda Katz <wycats at gmail.com> 2014-01-26 21:19:18 PST ---
I added this comment to a bug that was marked as a duplicate of this one:
Brian,
I worked with Firefox on this feature and opened up a number of subsequent requests for more granular control over the black-boxing.
For example, when I'm debugging Ember itself, even though I want to step through Ember source, I still want to jump through our implementation of forEach and the extra function wrapper we need to create for super (which are *never* the source of bugs).
My ideal implementation would support whole-file blackboxing, blackboxing based on an identifier provided by the script (//# blackboxId=ember), and finally per-function blackboxing via sourcemaps (or if that's not possible, via dynamic tagging).
--
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