It's desirable for new bug link to be configurable so that we can add other bug trackers as needed. <rdar://problem/15320291>
Created attachment 215241 [details] Makes the new bug link configurable
Created attachment 215242 [details] Add the missing ChangeLog
Comment on attachment 215242 [details] Add the missing ChangeLog View in context: https://bugs.webkit.org/attachment.cgi?id=215242&action=review r=me > Websites/test-results/public/index.html:310 > + if (!build.revision(repositories[i].id)) > + continue; Is this actually part of this patch?
Comment on attachment 215242 [details] Add the missing ChangeLog View in context: https://bugs.webkit.org/attachment.cgi?id=215242&action=review >> Websites/test-results/public/index.html:310 >> + continue; > > Is this actually part of this patch? Yes. It's somewhat unrelated but the line beneath was throwing an exception if a build object didn't contain all repository info. e.g. missing Safari revision.
Comment on attachment 215242 [details] Add the missing ChangeLog Clearing flags on attachment: 215242 Committed r158095: <http://trac.webkit.org/changeset/158095>
All reviewed patches have been landed. Closing bug.