RESOLVED FIXED 93520
Web Inspector: Refactor InspectorTest to split evals for initialization from runTest
https://bugs.webkit.org/show_bug.cgi?id=93520
Summary Web Inspector: Refactor InspectorTest to split evals for initialization from ...
johnjbarton
Reported 2012-08-08 14:12:46 PDT
Currently inspector-test.js function runTest concatenates a long initialization function sequence with the test code from the web page. By splitting these two in to two different eval() with different names it will be much easier to debug the test code (which is the goal of bug 92429).
Attachments
Patch (3.79 KB, patch)
2012-08-08 14:22 PDT, johnjbarton
no flags
Patch (3.82 KB, patch)
2012-08-16 17:06 PDT, johnjbarton
no flags
johnjbarton
Comment 1 2012-08-08 14:22:30 PDT
johnjbarton
Comment 2 2012-08-16 17:06:11 PDT
WebKit Review Bot
Comment 3 2012-08-17 13:10:55 PDT
Comment on attachment 158952 [details] Patch Clearing flags on attachment: 158952 Committed r125927: <http://trac.webkit.org/changeset/125927>
WebKit Review Bot
Comment 4 2012-08-17 13:11:20 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.