RESOLVED FIXED 204993
Move WebCore::Path encoders and decoders into WebCore from WebCoreArgumentCoders
https://bugs.webkit.org/show_bug.cgi?id=204993
Summary Move WebCore::Path encoders and decoders into WebCore from WebCoreArgumentCoders
Wenson Hsieh
Reported 2019-12-07 17:05:40 PST
Other logic in WebCore needs to know about Path encoding/decoding, so it makes more sense to move the logic here.
Attachments
Patch (22.45 KB, patch)
2019-12-07 19:01 PST, Wenson Hsieh
thorton: review+
Patch for landing (21.95 KB, patch)
2019-12-08 12:46 PST, Wenson Hsieh
no flags
Wenson Hsieh
Comment 1 2019-12-07 19:01:54 PST
Tim Horton
Comment 2 2019-12-08 01:21:24 PST
Comment on attachment 385111 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=385111&action=review > Source/WebCore/platform/graphics/Path.h:242 > + case PathElementMoveToPoint: // The points member will contain 1 value. These comments seem a bit silly
Wenson Hsieh
Comment 3 2019-12-08 12:34:35 PST
Comment on attachment 385111 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=385111&action=review >> Source/WebCore/platform/graphics/Path.h:242 >> + case PathElementMoveToPoint: // The points member will contain 1 value. > > These comments seem a bit silly Will remove these inline comments (and the matching ones in the decoder below).
Wenson Hsieh
Comment 4 2019-12-08 12:46:04 PST
Created attachment 385126 [details] Patch for landing
WebKit Commit Bot
Comment 5 2019-12-08 13:31:23 PST
Comment on attachment 385126 [details] Patch for landing Clearing flags on attachment: 385126 Committed r253278: <https://trac.webkit.org/changeset/253278>
Radar WebKit Bug Importer
Comment 6 2019-12-08 13:39:26 PST
Note You need to log in before you can comment on or make changes to this bug.