RESOLVED FIXED 66971
garden-o-matic summary needs a mock view that could be used for working on styling
https://bugs.webkit.org/show_bug.cgi?id=66971
Summary garden-o-matic summary needs a mock view that could be used for working on st...
Dimitri Glazkov (Google)
Reported 2011-08-25 12:26:49 PDT
And possibly for manual testing of appearance.
Attachments
Patch (8.95 KB, patch)
2011-08-25 13:53 PDT, Dimitri Glazkov (Google)
abarth: review+
Adam Barth
Comment 1 2011-08-25 13:13:58 PDT
One thought I had about this was to inject mock data at the "net" layer and use the rest of the code to generate some representative UI.
Dimitri Glazkov (Google)
Comment 2 2011-08-25 13:16:49 PDT
(In reply to comment #1) > One thought I had about this was to inject mock data at the "net" layer and use the rest of the code to generate some representative UI. Yes! I am building something very simple now -- I just need to have a quickly loading page, but we should totally aim for net simulator eventually.
Dimitri Glazkov (Google)
Comment 3 2011-08-25 13:53:10 PDT
Adam Barth
Comment 4 2011-08-25 14:06:16 PDT
Comment on attachment 105239 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=105239&action=review > Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/summary-mock.js:123 > + failures.addCommitData({ time: minutesAgo(currentMinutesAgo++), revision: currentRevision++, title: bugTitles.cycle(), author: people.cycle(), reviewer: people.cycle() }); Holy long lines, batman.
Dimitri Glazkov (Google)
Comment 5 2011-08-25 14:06:59 PDT
(In reply to comment #4) > (From update of attachment 105239 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=105239&action=review > > > Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/summary-mock.js:123 > > + failures.addCommitData({ time: minutesAgo(currentMinutesAgo++), revision: currentRevision++, title: bugTitles.cycle(), author: people.cycle(), reviewer: people.cycle() }); > > Holy long lines, batman. Will fix! :)
Dimitri Glazkov (Google)
Comment 6 2011-08-25 14:09:53 PDT
Note You need to log in before you can comment on or make changes to this bug.