[Webkit-unassigned] [Bug 152345] Teach dashboard code to compare non-integer revisions.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 16 14:33:29 PST 2015


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

--- Comment #4 from Jason Marcell <jmarcell at apple.com> ---
(In reply to comment #2)
> Comment on attachment 267470 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=267470&action=review
> 
> I didn't review this at all, just opened at a random place and couldn't help
> but post a couple comments.
> 
> It's great to have tests!
> 
> > Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/tests/index.html:5
> > +    <meta charset="UTF-8" />
> > +    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
> 
> The first line is sufficient. Also, please don't use XML auto-closing syntax
> in HTML, it's invalid there.

Thanks, I addressed these issues.

> 
> > Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/tests/index.html:9
> > +    <link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-1.20.0.css">
> 
> We try to make our tests not access external resources. There are already
> parts of jquery in External directory for the dashboard.

Thanks for clarifying. I wasn't sure if I was supposed to add external code, but it sounds like we have a specific place just for doing that. I put the CSS file in there too. Should it go in External or Styles? Also, check-webkit-style did not like all of the tabs present in QUnit:

    ERROR: Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/External/qunit-1.20.0.css:300:  Line contains tab character.  [whitespace/tab] [5]

Is that an issue?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151216/0a33e6bd/attachment-0001.html>


More information about the webkit-unassigned mailing list