Bug 177795 - Move more code into PasteboardCustomData
Summary: Move more code into PasteboardCustomData
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-10-02 17:09 PDT by Ryosuke Niwa
Modified: 2017-10-02 17:22 PDT (History)
4 users (show)

See Also:


Attachments
Cleanup (14.41 KB, patch)
2017-10-02 17:13 PDT, Ryosuke Niwa
wenson_hsieh: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2017-10-02 17:09:29 PDT
There are two global functions: sharedBufferFromCustomData and customDataFromSharedBuffer
as well as a const global variable: customWebKitPasteboardDataType

We should move them all into PasteboardCustomData.
Comment 1 Ryosuke Niwa 2017-10-02 17:13:54 PDT
Created attachment 322476 [details]
Cleanup
Comment 2 Ryosuke Niwa 2017-10-02 17:22:19 PDT
Committed r222761: <http://trac.webkit.org/changeset/222761>
Comment 3 Radar WebKit Bug Importer 2017-10-02 17:22:50 PDT
<rdar://problem/34781267>