RESOLVED FIXED196525
CVE-2019-8615 Remove support for -apple-trailing-word
https://bugs.webkit.org/show_bug.cgi?id=196525
Summary Remove support for -apple-trailing-word
Myles C. Maxfield
Reported 2019-04-02 20:39:19 PDT
Remove support for -apple-trailing-word
Attachments
Patch (97.69 KB, patch)
2019-04-02 20:43 PDT, Myles C. Maxfield
no flags
Myles C. Maxfield
Comment 1 2019-04-02 20:43:04 PDT
alan
Comment 2 2019-04-03 07:28:16 PDT
Comment on attachment 366573 [details] Patch Yay, InlineIteratorHistory tricked me a few times in the past.
WebKit Commit Bot
Comment 3 2019-04-03 12:48:04 PDT
Comment on attachment 366573 [details] Patch Clearing flags on attachment: 366573 Committed r243819: <https://trac.webkit.org/changeset/243819>
WebKit Commit Bot
Comment 4 2019-04-03 12:48:05 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 5 2019-04-03 12:49:17 PDT
Ryosuke Niwa
Comment 6 2019-04-03 12:55:24 PDT
Ryosuke Niwa
Comment 7 2019-04-03 12:59:19 PDT
Myles C. Maxfield
Comment 8 2019-04-03 13:22:15 PDT
I wonder if I can make pull requests to those repositories, or at least open issues.
Myles C. Maxfield
Comment 9 2019-04-03 13:23:01 PDT
By the way, things like this are exactly why we should never have exposed this property to the Web in the first place.
Simon Fraser (smfr)
Comment 10 2019-04-03 13:26:14 PDT
I already opened issues.
Simon Fraser (smfr)
Comment 11 2019-04-03 13:29:04 PDT
Comment on attachment 366573 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=366573&action=review > Source/WebCore/css/CSSProperties.json:-6968 > - "-apple-trailing-word": { > - "inherited": true, > - "values": [ > - "auto", > - "-webkit-partially-balanced" > - ], > - "codegen-properties": { > - "name-for-methods": "TrailingWord", > - "enable-if": "ENABLE_CSS_TRAILING_WORD" > - }, > - "status": "non-standard" > - }, This should have left the property, but marked it "removed" with code-gen disabled.
Note You need to log in before you can comment on or make changes to this bug.