Bug 174356

Summary: Move USE_AVFOUNDATION definition on Windows to wtf/Platform.h
Product: WebKit Reporter: Yoshiaki Jitsukawa <yoshiaki.jitsukawa>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, bfulgham, buildbot, commit-queue, don.olmstead, yoshiaki.jitsukawa
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
bfulgham: review+
Patch
none
Patch
none
Patch
none
Patch
none
Patch
none
Archive of layout-test-results from ews124 for ios-simulator-wk2
none
Patch
none
Patch none

Description Yoshiaki Jitsukawa 2017-07-11 04:40:19 PDT
This is derived from
Bug 67334 - Move Windows definition of back to JavaScriptCore/wtf/Platform.h

The definition should be move to wtf/platform.h so that PAL on Windows can refer to USE_AVFOUNDATION
Comment 1 Yoshiaki Jitsukawa 2017-07-11 04:50:35 PDT
Created attachment 315092 [details]
Patch
Comment 2 Yoshiaki Jitsukawa 2017-07-11 07:07:35 PDT
Created attachment 315108 [details]
Patch
Comment 3 Brent Fulgham 2017-07-11 09:30:09 PDT
Comment on attachment 315108 [details]
Patch

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

r=me

> Source/WTF/ChangeLog:13
> +        * AVFoundationSupport.py: Renamed from Source/WebCore/AVFoundationSupport.py.

Did you do a "svn mv" here? That should retain the update history. I can't tell from this patch if you did or not.

I would also rephrase this as "Moved from Source/WebCore"
Comment 4 Yoshiaki Jitsukawa 2017-07-11 11:24:06 PDT
Created attachment 315133 [details]
Patch

Submitting a patch with svn. Also the log comment pointed out has been rephrased.
Comment 5 Yoshiaki Jitsukawa 2017-07-11 11:30:45 PDT
Created attachment 315136 [details]
Patch

Submitting a patch with svn again. Also the log comment pointed out has been rephrased.
Comment 6 Yoshiaki Jitsukawa 2017-07-11 11:41:17 PDT
Created attachment 315138 [details]
Patch
Comment 7 Yoshiaki Jitsukawa 2017-07-11 12:26:13 PDT
Created attachment 315142 [details]
Patch
Comment 8 Yoshiaki Jitsukawa 2017-07-11 17:10:33 PDT
(In reply to Brent Fulgham from comment #3)
> Comment on attachment 315108 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=315108&action=review
> 
> r=me
> 
> > Source/WTF/ChangeLog:13
> > +        * AVFoundationSupport.py: Renamed from Source/WebCore/AVFoundationSupport.py.
> 
> Did you do a "svn mv" here? That should retain the update history. I can't
> tell from this patch if you did or not.
> 
> I would also rephrase this as "Moved from Source/WebCore"

I submitted a patch using "svn mv". Would you review this again?
Comment 9 WebKit Commit Bot 2017-07-11 21:48:50 PDT
Comment on attachment 315142 [details]
Patch

Rejecting attachment 315142 [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', 'validate-changelog', '--check-oops', '--non-interactive', 315142, '--port=mac']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit

ChangeLog entry in Source/WTF/ChangeLog contains OOPS!.

Full output: http://webkit-queues.webkit.org/results/4105015
Comment 10 Alex Christensen 2017-07-12 08:27:02 PDT
Comment on attachment 315142 [details]
Patch

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

> Source/WTF/wtf/Platform.h:1059
> +#include <WTF/AVFoundationHeaderDetection.h>

Here WTF is all capitals, and elsewhere it's lowercase.  That should be consistent.
Comment 11 Yoshiaki Jitsukawa 2017-07-12 14:31:37 PDT
Created attachment 315284 [details]
Patch
Comment 12 Yoshiaki Jitsukawa 2017-07-12 14:35:25 PDT
> Here WTF is all capitals, and elsewhere it's lowercase.  That should be consistent.

Thank you. Fixed.
Comment 13 Build Bot 2017-07-13 03:06:40 PDT
Comment on attachment 315284 [details]
Patch

Attachment 315284 [details] did not pass ios-sim-ews (ios-simulator-wk2):
Output: http://webkit-queues.webkit.org/results/4112381

New failing tests:
imported/w3c/web-platform-tests/IndexedDB/large-nested-cloning.html
Comment 14 Build Bot 2017-07-13 03:06:41 PDT
Created attachment 315338 [details]
Archive of layout-test-results from ews124 for ios-simulator-wk2

The attached test failures were seen while running run-webkit-tests on the ios-sim-ews.
Bot: ews124  Port: ios-simulator-wk2  Platform: Mac OS X 10.12.5
Comment 15 Yoshiaki Jitsukawa 2017-07-13 04:26:33 PDT
Created attachment 315341 [details]
Patch
Comment 16 Yoshiaki Jitsukawa 2017-07-17 17:17:51 PDT
Created attachment 315735 [details]
Patch
Comment 17 WebKit Commit Bot 2017-07-17 21:06:59 PDT
Comment on attachment 315735 [details]
Patch

Clearing flags on attachment: 315735

Committed r219600: <http://trac.webkit.org/changeset/219600>
Comment 18 WebKit Commit Bot 2017-07-17 21:07:01 PDT
All reviewed patches have been landed.  Closing bug.