RESOLVED FIXED 213968
[Flatpak SDK] Misc updates
https://bugs.webkit.org/show_bug.cgi?id=213968
Summary [Flatpak SDK] Misc updates
Philippe Normand
Reported 2020-07-05 02:51:00 PDT
I have a few changes piling up...
Attachments
Patch (5.98 KB, patch)
2020-07-05 02:53 PDT, Philippe Normand
no flags
Patch (5.95 KB, patch)
2020-07-06 01:11 PDT, Philippe Normand
no flags
Philippe Normand
Comment 1 2020-07-05 02:53:20 PDT
Sergio Villar Senin
Comment 2 2020-07-06 00:53:54 PDT
Comment on attachment 403550 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=403550&action=review > Tools/flatpak/flatpakutils.py:1034 > + runner_args.append("--%s" % arg[10:]) Perhaps we need some clarification about this magic number
Philippe Normand
Comment 3 2020-07-06 01:11:44 PDT
Philippe Normand
Comment 4 2020-07-06 01:12:55 PDT
Comment on attachment 403579 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=403579&action=review > Tools/flatpak/flatpakutils.py:1035 > + opt_prefix = "--flatpak-" > + for arg in args: > + if arg.startswith(opt_prefix): > + runner_args.append("--%s" % arg[len(opt_prefix):]) Thanks, I think it looks better now.
EWS
Comment 5 2020-07-06 01:35:36 PDT
Committed r263963: <https://trac.webkit.org/changeset/263963> All reviewed patches have been landed. Closing bug and clearing flags on attachment 403579 [details].
Radar WebKit Bug Importer
Comment 6 2020-07-06 01:36:15 PDT
Note You need to log in before you can comment on or make changes to this bug.