RESOLVED FIXED 122548
Add GTK 64 bits release to the buildbot dashboard
https://bugs.webkit.org/show_bug.cgi?id=122548
Summary Add GTK 64 bits release to the buildbot dashboard
Gustavo Noronha (kov)
Reported 2013-10-09 06:14:48 PDT
Add GTK 64 bits release to the buildbot dashboard
Attachments
Patch (15.04 KB, patch)
2013-10-09 06:16 PDT, Gustavo Noronha (kov)
no flags
Gustavo Noronha (kov)
Comment 1 2013-10-09 06:16:08 PDT
Gustavo Noronha (kov)
Comment 2 2013-10-09 06:17:11 PDT
Darin was annoyed by the lack of GTK/EFL in the dashboard, so I assume he'll be interested in this one =)
Darin Adler
Comment 3 2013-10-09 09:43:01 PDT
Comment on attachment 213769 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=213769&action=review > Tools/ChangeLog:8 > + * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Images/GTK.png: Added. Does the image really need to be on a white circle? Wouldn’t it be better to have it on a transparent background? > Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/Main.css:140 > + content: -webkit-image-set(url(../Images/GTK.png) 1x); Doesn’t seem helpful to use an image set for a single image.
WebKit Commit Bot
Comment 4 2013-10-09 10:05:44 PDT
Comment on attachment 213769 [details] Patch Clearing flags on attachment: 213769 Committed r157175: <http://trac.webkit.org/changeset/157175>
WebKit Commit Bot
Comment 5 2013-10-09 10:05:46 PDT
All reviewed patches have been landed. Closing bug.
Gustavo Noronha (kov)
Comment 6 2013-10-09 10:57:23 PDT
(In reply to comment #3) > > Tools/ChangeLog:8 > > + * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Images/GTK.png: Added. > > Does the image really need to be on a white circle? Wouldn’t it be better to have it on a transparent background? Yeah, it looks weird without the white circle because the dashboard page is beige and it bleeds through inside the outer white circle. Also, if the white bit is not a circle covering that much of the image size it bleeds outside the outer circle and looks bad. > > Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/Main.css:140 > > + content: -webkit-image-set(url(../Images/GTK.png) 1x); > > Doesn’t seem helpful to use an image set for a single image. Oops, I meant to try to find a bigger version of the logo but forgot I had left this like this after spending too much of my mental energy using the gimp for editing the image ;) thanks!
Note You need to log in before you can comment on or make changes to this bug.