[Webkit-unassigned] [Bug 150876] Web Inspector: Pretty print falsely triggers on some JS that wasn't minified
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Nov 4 12:19:30 PST 2015
https://bugs.webkit.org/show_bug.cgi?id=150876
--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org> ---
There is a line that is 1957 characters long:
var extendingChars = /..../
We pretty print any file that has a line with more than 500 characters:
WebInspector.SourceCodeTextEditor.AutoFormatMinimumLineLength = 500;
Would you want to change this heuristic?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151104/a6488a43/attachment-0001.html>
More information about the webkit-unassigned
mailing list