[Webkit-unassigned] [Bug 58399] Web Inspector: Timeline is too narrow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 15 12:59:17 PDT 2011


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





--- Comment #10 from Annie Sullivan <sullivan at chromium.org>  2011-04-15 12:59:17 PST ---
(From update of attachment 89681)
View in context: https://bugs.webkit.org/attachment.cgi?id=89681&action=review

>> Source/WebCore/ChangeLog:5
>> +        Changed Network Panel widths so that Timeline is 50%.
> 
> It should be:
> 
> WebInspector: Title
> http://...
> <optional blank line>
> Multiline description here.
> 
> Changes digest.

Done.

>> Source/WebCore/inspector/front-end/NetworkPanel.js:960
>> +            widths.timeline = 50;
> 
> It leaves 5% left, is that intentional? Did you check whether column resize bars are aligned properly?

Oops, miscounted the number of columns. Changed so it sums correctly to 100%. Column resize bars are aligned properly, at least after the change.

>> Source/WebCore/inspector/front-end/NetworkPanel.js:1436
>> +    _setTextAndTitle: function(element, text)
> 
> You could define setTextAndTitle on Elements' prototype in the utilities.js.

Done.

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