[Webkit-unassigned] [Bug 223309] modern-media-control script should be minified

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 16 22:56:43 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=223309

--- Comment #1 from Yusuke Suzuki <ysuzuki at apple.com> ---
(In reply to Yusuke Suzuki from comment #0)
> We should not allocate heap memory.
> And we should not concatenate localized string data.

Currently, I have no idea how to change localized string part. We should not concatenate them. We should

1. Have JSON data for localized strings
2. Pass it to media control script
3. And parse it inside media control script

This localized string part makes script UTF-16, this is bad for memory.
In this bug, let's just first minify the script.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210317/1e3eca52/attachment-0001.htm>


More information about the webkit-unassigned mailing list