RESOLVED FIXED 88981
Unhide login form on the build.webkit.org
https://bugs.webkit.org/show_bug.cgi?id=88981
Summary Unhide login form on the build.webkit.org
Csaba Osztrogonác
Reported 2012-06-13 03:31:52 PDT
It is hidden now with the header. After unhide it, we can stop builds and cancel pending builds. (And force builds after adding ForceScheduler) Patch is coming soon.
Attachments
Patch (1.26 KB, patch)
2012-06-13 03:41 PDT, Csaba Osztrogonác
no flags
Patch (1.33 KB, patch)
2012-06-13 08:03 PDT, Csaba Osztrogonác
no flags
Patch (17.38 KB, patch)
2012-06-14 12:29 PDT, Csaba Osztrogonác
lforschler: review+
buildbot: commit-queue-
Csaba Osztrogonác
Comment 1 2012-06-13 03:41:11 PDT
Csaba Osztrogonác
Comment 2 2012-06-13 03:46:14 PDT
Comment on attachment 147280 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=147280&action=review > Tools/BuildSlaveSupport/build.webkit.org-config/public_html/default.css:-1 > -div.header { display: none; } Unhide the header to unhide the login form. > Tools/BuildSlaveSupport/build.webkit.org-config/public_html/default.css:18 > +.auth ( > +position:absolute; > +top:5px; > +right:40px; > +) > + Copied from buildbot-0.8.6p1/buildbot/status/web/files/default.css to dock login form to the top-left side of the windows.
Peter Gal
Comment 3 2012-06-13 07:30:41 PDT
View in context: https://bugs.webkit.org/attachment.cgi?id=147280&action=review > Tools/BuildSlaveSupport/build.webkit.org-config/public_html/default.css:17 > +.auth ( > +position:absolute; > +top:5px; > +right:40px; > +) I think you wanted to use curly brackets and indentation like everywhere else.
Csaba Osztrogonác
Comment 4 2012-06-13 07:52:29 PDT
(In reply to comment #3) > View in context: https://bugs.webkit.org/attachment.cgi?id=147280&action=review > > > Tools/BuildSlaveSupport/build.webkit.org-config/public_html/default.css:17 > > +.auth ( > > +position:absolute; > > +top:5px; > > +right:40px; > > +) > > I think you wanted to use curly brackets and indentation like everywhere else. As I said it was copy/paste code from buildbot. So you found this bug in buildbot. :))
Csaba Osztrogonác
Comment 5 2012-06-13 08:03:25 PDT
Created attachment 147316 [details] Patch CSS bug fixed
WebKit Review Bot
Comment 6 2012-06-13 08:09:42 PDT
Attachment 147316 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Tools/BuildSlaveSupport/build.webkit.org-c..." exit_code: 1 Tools/BuildSlaveSupport/build.webkit.org-config/public_html/default.css:14: Line contains tab character. [whitespace/tab] [5] Tools/BuildSlaveSupport/build.webkit.org-config/public_html/default.css:15: Line contains tab character. [whitespace/tab] [5] Tools/BuildSlaveSupport/build.webkit.org-config/public_html/default.css:16: Line contains tab character. [whitespace/tab] [5] Total errors found: 3 in 2 files If any of these errors are false positives, please file a bug against check-webkit-style.
Lucas Forschler
Comment 7 2012-06-14 12:20:43 PDT
R+ after Tabs are removed and style check passes.
Csaba Osztrogonác
Comment 8 2012-06-14 12:29:39 PDT
Created attachment 147630 [details] Patch fixed patch + style fix (s/TAB/4 spaces/g)
Build Bot
Comment 9 2012-06-14 12:47:17 PDT
Csaba Osztrogonác
Comment 10 2012-06-14 13:03:32 PDT
Note You need to log in before you can comment on or make changes to this bug.