WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
221358
Process LocalizableAdditions string file correctly.
https://bugs.webkit.org/show_bug.cgi?id=221358
Summary
Process LocalizableAdditions string file correctly.
Megan Gardner
Reported
2021-02-03 15:08:19 PST
Process LocalizableAdditions string file correctly.
Attachments
Patch
(12.30 KB, patch)
2021-02-03 15:19 PST
,
Megan Gardner
no flags
Details
Formatted Diff
Diff
Patch
(11.15 KB, patch)
2021-02-03 16:53 PST
,
Megan Gardner
ews-feeder
: commit-queue-
Details
Formatted Diff
Diff
Patch
(11.16 KB, patch)
2021-02-03 17:06 PST
,
Megan Gardner
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Megan Gardner
Comment 1
2021-02-03 15:19:12 PST
Created
attachment 419189
[details]
Patch
Tim Horton
Comment 2
2021-02-03 16:07:38 PST
Comment on
attachment 419189
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=419189&action=review
> Source/WebCore/DerivedSources-input.xcfilelist:1064 > +$(PROJECT_DIR)/make-localizable-strings.pl
I would call this preprocess-; it's not making them
> Source/WebCore/DerivedSources.make:1324 > +ADDITIONAL_PATHS = \
I feel like there's a noun missing here.
> Source/WebCore/DerivedSources.make:1506 > +# .string files
string/s/
> Source/WebCore/bindings/scripts/preprocessor.pm:59 > + if ($keepComments) { > + push(@args, qw(-E -P -C -x c++)); > + } > + else { > + push(@args, qw(-E -P -x c++)); > + }
I would write this: push(@args, qw(-E -P -x c++)); if ($keepComments) { push(@args, qw(-C)); }
Megan Gardner
Comment 3
2021-02-03 16:53:59 PST
Created
attachment 419206
[details]
Patch
Megan Gardner
Comment 4
2021-02-03 17:06:22 PST
Created
attachment 419209
[details]
Patch
EWS
Comment 5
2021-02-04 11:16:27 PST
Committed
r272377
: <
https://trac.webkit.org/changeset/272377
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 419209
[details]
.
Radar WebKit Bug Importer
Comment 6
2021-02-04 11:19:12 PST
<
rdar://problem/73989711
>
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