WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 58399
Web Inspector: Timeline is too narrow
https://bugs.webkit.org/show_bug.cgi?id=58399
Summary
Web Inspector: Timeline is too narrow
Annie Sullivan
Reported
2011-04-12 17:16:31 PDT
Created
attachment 89312
[details]
Firebug vs Web Inspector Net panel widths The timeline column in the network pane is only 30% of the width, making it a bit hard to read. It should be wider, like Firebug (which appears to be 50%).
Attachments
Firebug vs Web Inspector Net panel widths
(499.79 KB, image/png)
2011-04-12 17:16 PDT
,
Annie Sullivan
no flags
Details
Patch
(6.52 KB, patch)
2011-04-14 15:52 PDT
,
Annie Sullivan
no flags
Details
Formatted Diff
Diff
New patch, fixes changelog
(7.90 KB, patch)
2011-04-14 16:30 PDT
,
Annie Sullivan
pfeldman
: review+
Details
Formatted Diff
Diff
Screenshot of network panel before patch
(424.45 KB, image/png)
2011-04-14 17:15 PDT
,
Annie Sullivan
no flags
Details
Screenshot of Network Panel after patch
(425.05 KB, image/png)
2011-04-14 17:17 PDT
,
Annie Sullivan
no flags
Details
New patch, addresses review comments
(8.16 KB, patch)
2011-04-15 13:00 PDT
,
Annie Sullivan
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Timothy Hatcher
Comment 1
2011-04-12 17:38:38 PDT
That reminds me. We never added the "collapse the shaded columns button" that was agreed upon when this issue was brought up in the beginning.
Annie Sullivan
Comment 2
2011-04-14 15:52:47 PDT
Created
attachment 89676
[details]
Patch
Alexander Pavlov (apavlov)
Comment 3
2011-04-14 16:15:34 PDT
Comment on
attachment 89676
[details]
Patch This patch needs a ChangeLog entry, according to
http://www.webkit.org/coding/contributing.html
Annie Sullivan
Comment 4
2011-04-14 16:30:26 PDT
Created
attachment 89681
[details]
New patch, fixes changelog
Timothy Hatcher
Comment 5
2011-04-14 16:35:44 PDT
We still should add a colapse button.
Annie Sullivan
Comment 6
2011-04-14 16:41:35 PDT
Yes, we should still add a button to collapse shaded columns. Filed
bug 58602
for that.
Annie Sullivan
Comment 7
2011-04-14 17:15:52 PDT
Created
attachment 89693
[details]
Screenshot of network panel before patch
Annie Sullivan
Comment 8
2011-04-14 17:17:01 PDT
Created
attachment 89694
[details]
Screenshot of Network Panel after patch I couldn't figure out how to make tooltips display while I was taking a screenshot, but if you hover the mouse over a narrower column, you get a tooltip with the column text.
Pavel Feldman
Comment 9
2011-04-14 21:20:00 PDT
Comment on
attachment 89681
[details]
New patch, fixes changelog View in context:
https://bugs.webkit.org/attachment.cgi?id=89681&action=review
This looks good, thanks for doing it.
> 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.
> 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?
> Source/WebCore/inspector/front-end/NetworkPanel.js:1436 > + _setTextAndTitle: function(element, text)
You could define setTextAndTitle on Elements' prototype in the utilities.js.
Annie Sullivan
Comment 10
2011-04-15 12:59:17 PDT
Comment on
attachment 89681
[details]
New patch, fixes changelog 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.
Annie Sullivan
Comment 11
2011-04-15 13:00:21 PDT
Created
attachment 89837
[details]
New patch, addresses review comments
WebKit Commit Bot
Comment 12
2011-04-22 03:05:07 PDT
Comment on
attachment 89837
[details]
New patch, addresses review comments Clearing flags on attachment: 89837 Committed
r84614
: <
http://trac.webkit.org/changeset/84614
>
WebKit Commit Bot
Comment 13
2011-04-22 03:05:15 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.
Top of Page
Format For Printing
XML
Clone This Bug