Bug 175171 - [PAL] Move spi/ios and spi/win directories into PAL
Summary: [PAL] Move spi/ios and spi/win directories into PAL
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-08-03 18:58 PDT by Yoshiaki Jitsukawa
Modified: 2017-08-16 14:56 PDT (History)
10 users (show)

See Also:


Attachments
Patch (86.71 KB, patch)
2017-08-09 23:11 PDT, Yoshiaki Jitsukawa
no flags Details | Formatted Diff | Diff
Patch (65.05 KB, patch)
2017-08-10 02:54 PDT, Yoshiaki Jitsukawa
no flags Details | Formatted Diff | Diff
Patch (62.28 KB, patch)
2017-08-10 04:02 PDT, Yoshiaki Jitsukawa
no flags Details | Formatted Diff | Diff
Patch (62.28 KB, patch)
2017-08-10 09:11 PDT, Yoshiaki Jitsukawa
no flags Details | Formatted Diff | Diff
Patch (69.62 KB, patch)
2017-08-15 15:32 PDT, Yoshiaki Jitsukawa
koivisto: review+
commit-queue: commit-queue-
Details | Formatted Diff | Diff
Patch (64.65 KB, patch)
2017-08-16 12:35 PDT, Yoshiaki Jitsukawa
no flags Details | Formatted Diff | Diff
Patch (64.65 KB, patch)
2017-08-16 13:16 PDT, Yoshiaki Jitsukawa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yoshiaki Jitsukawa 2017-08-03 18:58:03 PDT
Related ticket: Bug 175057 - [PAL] Move spi/cf directory into PAL

This is to move other 13 SPI files in the cg, ios and win directories.
Comment 1 Yoshiaki Jitsukawa 2017-08-09 23:11:18 PDT
Created attachment 317785 [details]
Patch
Comment 2 Yoshiaki Jitsukawa 2017-08-10 02:54:28 PDT
Created attachment 317798 [details]
Patch
Comment 3 Yoshiaki Jitsukawa 2017-08-10 04:02:45 PDT
Created attachment 317800 [details]
Patch
Comment 4 Yoshiaki Jitsukawa 2017-08-10 09:11:02 PDT
Created attachment 317813 [details]
Patch
Comment 5 Yoshiaki Jitsukawa 2017-08-15 15:32:56 PDT
Created attachment 318184 [details]
Patch
Comment 6 Yoshiaki Jitsukawa 2017-08-15 19:07:02 PDT
To WebKit OWNERS:
Would you please review my patch?

This patch moves files under WebCore/platform/spi/ios,win to PAL/pal/spi/,
modifies WebCore/PAL Xcode projects and fixes coding style errors for it.
Comment 7 Antti Koivisto 2017-08-16 02:54:03 PDT
Comment on attachment 318184 [details]
Patch

Looks reasonable, rs=me
Comment 8 Build Bot 2017-08-16 03:00:26 PDT
Comment on attachment 318184 [details]
Patch

Rejecting attachment 318184 [details] from commit-queue.

Yoshiaki.Jitsukawa@sony.com does not have committer permissions according to http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/contributors.json.

- If you do not have committer rights please read http://webkit.org/coding/contributing.html for instructions on how to use bugzilla flags.

- If you have committer rights please correct the error in Tools/Scripts/webkitpy/common/config/contributors.json by adding yourself to the file (no review needed).  The commit-queue restarts itself every 2 hours.  After restart the commit-queue will correctly respect your committer rights.
Comment 9 WebKit Commit Bot 2017-08-16 07:12:28 PDT
Comment on attachment 318184 [details]
Patch

Rejecting attachment 318184 [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', 'apply-attachment', '--no-update', '--non-interactive', 318184, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit

Last 500 characters of output:
g file Source/WebKitLegacy/mac/ChangeLog
Hunk #1 succeeded at 1 with fuzz 3.
patching file Source/WebKitLegacy/mac/WebCoreSupport/WebFrameLoaderClient.mm
patching file Source/WebKitLegacy/mac/WebView/WebView.mm
patching file Tools/ChangeLog
Hunk #1 succeeded at 1 with fuzz 3.
patching file Tools/DumpRenderTree/mac/EventSendingController.mm

Failed to run "[u'/Volumes/Data/EWS/WebKit/Tools/Scripts/svn-apply', '--force', '--reviewer', u'Antti Koivisto']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit

Full output: http://webkit-queues.webkit.org/results/4324366
Comment 10 WebKit Commit Bot 2017-08-16 07:20:37 PDT
Comment on attachment 318184 [details]
Patch

Rejecting attachment 318184 [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-03', 'apply-attachment', '--no-update', '--non-interactive', 318184, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit

Last 500 characters of output:
g file Source/WebKitLegacy/mac/ChangeLog
Hunk #1 succeeded at 1 with fuzz 3.
patching file Source/WebKitLegacy/mac/WebCoreSupport/WebFrameLoaderClient.mm
patching file Source/WebKitLegacy/mac/WebView/WebView.mm
patching file Tools/ChangeLog
Hunk #1 succeeded at 1 with fuzz 3.
patching file Tools/DumpRenderTree/mac/EventSendingController.mm

Failed to run "[u'/Volumes/Data/EWS/WebKit/Tools/Scripts/svn-apply', '--force', '--reviewer', u'Antti Koivisto']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit

Full output: http://webkit-queues.webkit.org/results/4324392
Comment 11 Yoshiaki Jitsukawa 2017-08-16 12:35:53 PDT
Created attachment 318281 [details]
Patch

Updating the patch for the latest source tree.
Comment 12 Yoshiaki Jitsukawa 2017-08-16 13:16:16 PDT
Created attachment 318284 [details]
Patch
Comment 13 WebKit Commit Bot 2017-08-16 14:42:17 PDT
Comment on attachment 318284 [details]
Patch

Clearing flags on attachment: 318284

Committed r220809: <http://trac.webkit.org/changeset/220809>
Comment 14 WebKit Commit Bot 2017-08-16 14:42:18 PDT
All reviewed patches have been landed.  Closing bug.
Comment 15 Radar WebKit Bug Importer 2017-08-16 14:56:49 PDT
<rdar://problem/33927452>