[Webkit-unassigned] [Bug 113090] Web Inspector: Page crash in ScriptPreprocessor if content scripts are present

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 27 15:47:07 PDT 2013


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





--- Comment #3 from johnjbarton <johnjbarton at chromium.org>  2013-03-27 15:45:16 PST ---
Filtering out content scripts was necessary but not sufficient. The Inspector adds scripts for several reasons and none of these should go thru the preprocessor. (Another cool way to crash here is to report an error while preprocessing the Inspector's console support script (injectedscript) since reporting an error requires the console support script...).

So I now have additional cases waiting in a patch built this bug and on Bug 113331.

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