WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
133437
DYEBench: Split stylesheets and scripts in Full.html into separate files
https://bugs.webkit.org/show_bug.cgi?id=133437
Summary
DYEBench: Split stylesheets and scripts in Full.html into separate files
Ryosuke Niwa
Reported
2014-06-01 13:08:11 PDT
There's no need in keeping all of them in one file.
Attachments
Cleanup and fixes one bug along the way
(9.48 KB, patch)
2014-06-01 13:11 PDT
,
Ryosuke Niwa
no flags
Details
Formatted Diff
Diff
Revised the change log entry
(9.28 KB, patch)
2014-06-01 13:15 PDT
,
Ryosuke Niwa
benjamin
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Ryosuke Niwa
Comment 1
2014-06-01 13:11:26 PDT
Created
attachment 232352
[details]
Cleanup and fixes one bug along the way
Ryosuke Niwa
Comment 2
2014-06-01 13:15:46 PDT
Created
attachment 232353
[details]
Revised the change log entry
Ryosuke Niwa
Comment 3
2014-06-01 13:16:53 PDT
Comment on
attachment 232353
[details]
Revised the change log entry View in context:
https://bugs.webkit.org/attachment.cgi?id=232353&action=review
> PerformanceTests/DoYouEvenBench/resources/main.js:3 > +(function () { > + > +var values = [];
I've purposefully kept this unintended so that I can do the planned refactoring in the next patch without completely messing up the diff.
Ryosuke Niwa
Comment 4
2014-06-01 13:18:29 PDT
Comment on
attachment 232353
[details]
Revised the change log entry View in context:
https://bugs.webkit.org/attachment.cgi?id=232353&action=review
>> PerformanceTests/DoYouEvenBench/resources/main.js:3 >> +var values = []; > > I've purposefully kept this unintended so that I can do the planned refactoring in the next patch without completely messing up the diff.
Namely, I'd like to move all these local variables into benchmarkClient and avoid using the closure altogether.
Benjamin Poulain
Comment 5
2014-06-01 13:33:14 PDT
Comment on
attachment 232353
[details]
Revised the change log entry View in context:
https://bugs.webkit.org/attachment.cgi?id=232353&action=review
> PerformanceTests/DoYouEvenBench/Full.html:11 > + <script src="resources/main.js"></script> > + <script src="resources/benchmark-runner.js"></script> > + <script src="resources/benchmark-report.js"></script> > + <script src="../resources/statistics.js"></script> > + <script src="resources/tests.js"></script>
Can anything be made async/defer?
Ryosuke Niwa
Comment 6
2014-06-01 13:36:42 PDT
(In reply to
comment #5
)
> (From update of
attachment 232353
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=232353&action=review
> > > PerformanceTests/DoYouEvenBench/Full.html:11 > > + <script src="resources/main.js"></script> > > + <script src="resources/benchmark-runner.js"></script> > > + <script src="resources/benchmark-report.js"></script> > > + <script src="../resources/statistics.js"></script> > > + <script src="resources/tests.js"></script> > > Can anything be made async/defer?
Sure, we can use defer. Thanks for the review!
Ryosuke Niwa
Comment 7
2014-06-01 13:39:22 PDT
Committed
r169516
: <
http://trac.webkit.org/changeset/169516
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug