Bug 167410

Summary: Introduce an item-provider-based pasteboard wrapper
Product: WebKit Reporter: Wenson Hsieh <wenson_hsieh>
Component: WebKit Misc.Assignee: Wenson Hsieh <wenson_hsieh>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, benjamin, cdumez, cmarcelo, commit-queue, dbates, enrica
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
enrica: review+
Patch for landing
commit-queue: commit-queue-
Patch for landing
wenson_hsieh: commit-queue+
Patch for landing
commit-queue: commit-queue-
Patch for landing none

Description Wenson Hsieh 2017-01-24 21:42:25 PST
Introduce an item-provider-based pasteboard wrapper
Comment 1 Wenson Hsieh 2017-01-25 07:36:45 PST
Created attachment 299703 [details]
Patch
Comment 2 Enrica Casucci 2017-01-25 09:33:34 PST
Comment on attachment 299703 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=299703&action=review

> Source/WebCore/platform/ios/WebItemProviderPasteboard.mm:73
> +@synthesize itemProviders=_itemProviders;

I don't think these are needed.
Comment 3 Wenson Hsieh 2017-01-25 12:54:40 PST
Created attachment 299732 [details]
Patch for landing
Comment 4 WebKit Commit Bot 2017-01-25 14:16:23 PST
Comment on attachment 299732 [details]
Patch for landing

Rejecting attachment 299732 [details] from commit-queue.

Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-01', 'land-attachment', '--force-clean', '--non-interactive', '--parent-command=commit-queue', 299732, '--port=mac']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit

Last 500 characters of output:
fs/remotes/origin/master/.rev_map.268f45cc-cd09-0410-ab3c-d52691b4dbfc ...
Currently at 211160 = f0a4af11283d42db3eafce5f7562729ef49dec95
r211161 = 0aa2d819faea817981312093c18d1bb9d7df199e
r211162 = 65a30632ca1901b25f5a64db884beb5497155151
r211164 = 881e7c913de37fb394a9e4aba5ffd4d208fa001a
Done rebuilding .git/svn/refs/remotes/origin/master/.rev_map.268f45cc-cd09-0410-ab3c-d52691b4dbfc
First, rewinding head to replay your work on top of it...
Fast-forwarded master to refs/remotes/origin/master.

Full output: http://webkit-queues.webkit.org/results/2948541
Comment 5 Wenson Hsieh 2017-01-25 14:45:41 PST
Created attachment 299749 [details]
Patch for landing
Comment 6 Wenson Hsieh 2017-01-25 14:48:53 PST
Comment on attachment 299732 [details]
Patch for landing

Failure looks unrelated.
Comment 7 Wenson Hsieh 2017-01-25 14:49:29 PST
Created attachment 299750 [details]
Patch for landing
Comment 8 WebKit Commit Bot 2017-01-25 14:54:04 PST
Comment on attachment 299750 [details]
Patch for landing

Rejecting attachment 299750 [details] from commit-queue.

Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-02', 'validate-changelog', '--check-oops', '--non-interactive', 299750, '--port=mac']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit

ChangeLog entry in Source/WTF/ChangeLog is not at the top of the file.

Full output: http://webkit-queues.webkit.org/results/2948727
Comment 9 Wenson Hsieh 2017-01-25 15:13:48 PST
Created attachment 299754 [details]
Patch for landing
Comment 10 Wenson Hsieh 2017-01-25 15:14:49 PST
Comment on attachment 299750 [details]
Patch for landing

It looks like CQ could not process this patch because the date was off by 1 (?)
Comment 11 WebKit Commit Bot 2017-01-25 15:51:31 PST
Comment on attachment 299754 [details]
Patch for landing

Clearing flags on attachment: 299754

Committed r211175: <http://trac.webkit.org/changeset/211175>
Comment 12 Wenson Hsieh 2017-01-28 12:25:39 PST
<rdar://problem/30107775>