WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
126278
Pending revision popover is slightly misplaced at build.webkit.org/dashboard
https://bugs.webkit.org/show_bug.cgi?id=126278
Summary
Pending revision popover is slightly misplaced at build.webkit.org/dashboard
Alexey Proskuryakov
Reported
2013-12-29 13:18:00 PST
It's farther away from the text than iteration revisions popover.
Attachments
proposed fix
(4.93 KB, patch)
2013-12-29 13:34 PST
,
Alexey Proskuryakov
no flags
Details
Formatted Diff
Diff
oops, fix both branches
(5.77 KB, patch)
2013-12-29 13:36 PST
,
Alexey Proskuryakov
timothy
: review+
commit-queue
: commit-queue-
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2013-12-29 13:34:31 PST
Created
attachment 220088
[details]
proposed fix
Alexey Proskuryakov
Comment 2
2013-12-29 13:36:50 PST
Created
attachment 220089
[details]
oops, fix both branches
Timothy Hatcher
Comment 3
2013-12-29 14:45:41 PST
Comment on
attachment 220089
[details]
oops, fix both branches View in context:
https://bugs.webkit.org/attachment.cgi?id=220089&action=review
> Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotQueueView.js:97 > + var messageText = openSourceRevisionsBehind + " \uff0b " + internalRevisionsBehind + " revisions behind";
Seeing "1 + 1 revisions behind" is kind of confusing. Maybe it should just be: Math.max(openSourceRevisionsBehind, internalRevisionsBehind) + " revisions behind"; Given that it will update both internal and open source in sync.
Alexey Proskuryakov
Comment 4
2013-12-29 14:55:36 PST
How about "1 open source and 1 internal revisions behind"? But that probably won't fit :(
> Math.max(openSourceRevisionsBehind, internalRevisionsBehind) + " revisions behind"
I think that it will be very confusing to see more revisions in the popover than how many we are "behind".
Alexey Proskuryakov
Comment 5
2013-12-29 14:57:40 PST
Comment on
attachment 220089
[details]
oops, fix both branches This text is not new in this patch, so marking for commit queue as is. I agree that this "+" thing is not great, just not sure how to improve it. Or maybe we could use "/" in both places instead of "+"?
WebKit Commit Bot
Comment 6
2013-12-29 16:10:34 PST
Comment on
attachment 220089
[details]
oops, fix both branches Rejecting
attachment 220089
[details]
from commit-queue. Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.appspot.com', '--bot-id=webkit-cq-01', 'land-attachment', '--force-clean', '--non-interactive', '--parent-command=commit-queue', 220089, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit Last 500 characters of output: -> origin/master Partial-rebuilding .git/svn/refs/remotes/origin/master/.rev_map.268f45cc-cd09-0410-ab3c-d52691b4dbfc ... Currently at 161128 = 131710e6a5d1fe0a50752b8c532937a794cda38a
r161129
= c004e36dbbce058bf7afca33af7244dd9d79aee9
r161130
= 6ca890897d48f793d792072f2175f3c6ff0f56bd Done rebuilding .git/svn/refs/remotes/origin/master/.rev_map.268f45cc-cd09-0410-ab3c-d52691b4dbfc First, rewinding head to replay your work on top of it... Fast-forwarded master to refs/remotes/origin/master. Full output:
http://webkit-queues.appspot.com/results/5975425595473920
Alexey Proskuryakov
Comment 7
2013-12-29 16:24:26 PST
Committed <
http://trac.webkit.org/r161131
>.
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