RESOLVED FIXED 6614
Resizing web inspector too slow to be usable
https://bugs.webkit.org/show_bug.cgi?id=6614
Summary Resizing web inspector too slow to be usable
Geoffrey Garen
Reported 2006-01-17 12:13:54 PST
To Reproduce: 1. Navigate to www.google.com 2. Open it in the inspector and select the <html> element 3. Try to resize My dual g5 cries for mommy, and basically ignores me. Depends somewhat on the amount of text in the inspector pane. For example, if you select the Document element, resize is fast enough to be usable, but it still chomps 50% of two CPUs.
Attachments
Removes markup for elements (8.60 KB, patch)
2006-05-11 11:57 PDT, Timothy Hatcher
andersca: review+
Timothy Hatcher
Comment 1 2006-01-17 12:21:10 PST
This is related to <rdar://problem/4411845>, they show the same slowness when there is a lot of text in the Markup & Content area.
Timothy Hatcher
Comment 2 2006-05-11 11:57:04 PDT
Created attachment 8248 [details] Removes markup for elements Fixes <rdar://problem/4411845> lots of SPOD trying to scroll through Markup & Content inspecting body at apple.com (6614) http://bugzilla.opendarwin.org/show_bug.cgi?id=6614 Removed the Markup & Content pane when viewing a node. This pane was not that useful and made the inspector really slow when the markup was large. Only show this pane for text nodes. * WebInspector/webInspector/inspector.css: use -webkit prefix * WebInspector/webInspector/inspector.html: * WebInspector/webInspector/inspector.js:
Anders Carlsson
Comment 3 2006-05-11 12:00:00 PDT
Comment on attachment 8248 [details] Removes markup for elements r=me
Timothy Hatcher
Comment 4 2006-05-11 12:01:05 PDT
Landed in r14303.
Note You need to log in before you can comment on or make changes to this bug.