Bug 204993

Summary: Move WebCore::Path encoders and decoders into WebCore from WebCoreArgumentCoders
Product: WebKit Reporter: Wenson Hsieh <wenson_hsieh>
Component: WebCore Misc.Assignee: Wenson Hsieh <wenson_hsieh>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dino, sabouhallawa, simon.fraser, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
thorton: review+
Patch for landing none

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.