RESOLVED FIXED Bug 50100
Web Inspector: UI polish for Network and Resources panels.
https://bugs.webkit.org/show_bug.cgi?id=50100
Summary Web Inspector: UI polish for Network and Resources panels.
Pavel Feldman
Reported 2010-11-25 23:15:41 PST
Patch to follow.
Attachments
[PATCH] Proposed change (13.25 KB, patch)
2010-11-25 23:18 PST, Pavel Feldman
no flags
Pavel Feldman
Comment 1 2010-11-25 23:18:59 PST
Created attachment 74905 [details] [PATCH] Proposed change
Yury Semikhatsky
Comment 2 2010-11-26 04:44:01 PST
Comment on attachment 74905 [details] [PATCH] Proposed change View in context: https://bugs.webkit.org/attachment.cgi?id=74905&action=review > WebCore/ChangeLog:5 > + Web Inspector: UI polish for Network and Resources panels. Could you add at least short descriptions for the changes made? > WebCore/inspector/front-end/Popover.js:-195 > - const toolTipDelay = isMouseDown ? 0 : (this._popup ? 600 : 1000); 1.2 -> 0.6
Pavel Feldman
Comment 3 2010-11-26 04:51:43 PST
Committing to http://svn.webkit.org/repository/webkit/trunk ... M WebCore/ChangeLog M WebCore/inspector/front-end/NetworkPanel.js M WebCore/inspector/front-end/Popover.js M WebCore/inspector/front-end/Resource.js M WebCore/inspector/front-end/ResourceManager.js M WebCore/inspector/front-end/ResourcesPanel.js M WebCore/inspector/front-end/networkPanel.css Committed r72758
Csaba Osztrogonác
Comment 4 2010-11-26 06:27:15 PST
It broke many tests on all platform. Could you fix it?
Csaba Osztrogonác
Comment 5 2010-11-26 06:27:40 PST
Comment on attachment 74905 [details] [PATCH] Proposed change remove r+ from landed patch
WebKit Review Bot
Comment 6 2010-11-26 07:38:49 PST
http://trac.webkit.org/changeset/72758 might have broken GTK Linux 32-bit Debug The following tests are not passing: inspector/debugger-pause-on-debugger-statement.html
Csaba Osztrogonác
Comment 7 2010-11-26 14:36:40 PST
Note You need to log in before you can comment on or make changes to this bug.