[Webkit-unassigned] [Bug 112926] Web Inspector: Page crash when using Script preprocessor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 21 14:45:21 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=112926





--- Comment #3 from johnjbarton <johnjbarton at chromium.org>  2013-03-21 14:47:47 PST ---
As a workaround we can just return the input source if the output has no content.

But a better solution is to detect that the script is 'injected-script' and not invoke the preprocessor. And bonus points if we can also detect console command evaluations.  

Any hints on how to achieve this? I took a stab at it but the data I expected was not associated with the eventData (see patch).

-- 
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