RESOLVED FIXED 49060
Web Inspector: inspector lags on large resources with numerous <script> tags.
https://bugs.webkit.org/show_bug.cgi?id=49060
Summary Web Inspector: inspector lags on large resources with numerous <script> tags.
Pavel Feldman
Reported 2010-11-05 02:06:15 PDT
In the scripts panel, ror resources containing multiple <script> tags, we first report script snippets separately (taken from compile events) and then glue them all together upon resource availability. They all share url and hence we show them all one by one in case the url matches "last selected url" setting.
Attachments
[PATCH] Proposed change. (2.80 KB, patch)
2010-11-05 02:10 PDT, Pavel Feldman
no flags
[PATCH] Minimized diff. (2.53 KB, patch)
2010-11-05 02:13 PDT, Pavel Feldman
no flags
[PATCH] Same with proper selection upon glueing. (2.60 KB, patch)
2010-11-05 02:19 PDT, Pavel Feldman
timothy: review+
Pavel Feldman
Comment 1 2010-11-05 02:10:34 PDT
Created attachment 73044 [details] [PATCH] Proposed change.
Pavel Feldman
Comment 2 2010-11-05 02:13:07 PDT
Created attachment 73045 [details] [PATCH] Minimized diff.
Pavel Feldman
Comment 3 2010-11-05 02:19:31 PDT
Created attachment 73046 [details] [PATCH] Same with proper selection upon glueing.
Pavel Feldman
Comment 4 2010-11-05 03:30:44 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ... M WebCore/ChangeLog M WebCore/inspector/front-end/ScriptsPanel.js Committed r71402
Note You need to log in before you can comment on or make changes to this bug.