Bug 221358

Summary: Process LocalizableAdditions string file correctly.
Product: WebKit Reporter: Megan Gardner <megan_gardner>
Component: New BugsAssignee: Megan Gardner <megan_gardner>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, ews-watchlist, hi, thorton, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
ews-feeder: commit-queue-
Patch none

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
Patch (11.15 KB, patch)
2021-02-03 16:53 PST, Megan Gardner
ews-feeder: commit-queue-
Patch (11.16 KB, patch)
2021-02-03 17:06 PST, Megan Gardner
no flags
Megan Gardner
Comment 1 2021-02-03 15:19:12 PST
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
Megan Gardner
Comment 4 2021-02-03 17:06:22 PST
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
Note You need to log in before you can comment on or make changes to this bug.