WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 64231
Generate conditional include statements in CodeGeneratorJS
https://bugs.webkit.org/show_bug.cgi?id=64231
Summary
Generate conditional include statements in CodeGeneratorJS
Patrick R. Gansterer
Reported
2011-07-09 10:45:48 PDT
Generate conditional include statements in CodeGeneratorJS
Attachments
Patch
(4.76 KB, patch)
2011-07-09 11:04 PDT
,
Patrick R. Gansterer
bfulgham
: review+
paroga
: commit-queue-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Patrick R. Gansterer
Comment 1
2011-07-09 11:04:30 PDT
Created
attachment 100210
[details]
Patch
Brent Fulgham
Comment 2
2011-07-10 18:57:31 PDT
Comment on
attachment 100210
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=100210&action=review
Great idea! I have a question (inline), but otherwise looks good.
> Source/WebCore/bindings/scripts/CodeGeneratorJS.pm:2948 > + foreach my $include (sort keys %implIncludes) {
We didn't sort these keys previously. Is the sorting just for legibility in the output? Or is it necessary to get proper function in generating the conditionalized output?
Patrick R. Gansterer
Comment 3
2011-07-10 22:08:33 PDT
Comment on
attachment 100210
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=100210&action=review
>> Source/WebCore/bindings/scripts/CodeGeneratorJS.pm:2948 >> + foreach my $include (sort keys %implIncludes) { > > We didn't sort these keys previously. Is the sorting just for legibility in the output? Or is it necessary to get proper function in generating the conditionalized output?
Uhh, it's a relict of a temporary change. I'll remove it.
Patrick R. Gansterer
Comment 4
2011-07-10 22:20:17 PDT
Committed
r90717
: <
http://trac.webkit.org/changeset/90717
>
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