Bug 174356 - Move USE_AVFOUNDATION definition on Windows to wtf/Platform.h
Summary: Move USE_AVFOUNDATION definition on Windows to wtf/Platform.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-11 04:40 PDT by Yoshiaki Jitsukawa
Modified: 2017-07-17 21:07 PDT (History)
6 users (show)

See Also:


Attachments
Patch (13.76 KB, patch)
2017-07-11 04:50 PDT, Yoshiaki Jitsukawa
no flags Details | Formatted Diff | Diff
Patch (14.51 KB, patch)
2017-07-11 07:07 PDT, Yoshiaki Jitsukawa
bfulgham: review+
Details | Formatted Diff | Diff
Patch (10.99 KB, patch)
2017-07-11 11:24 PDT, Yoshiaki Jitsukawa
no flags Details | Formatted Diff | Diff
Patch (10.97 KB, patch)
2017-07-11 11:30 PDT, Yoshiaki Jitsukawa
no flags Details | Formatted Diff | Diff
Patch (11.02 KB, patch)
2017-07-11 11:41 PDT, Yoshiaki Jitsukawa
no flags Details | Formatted Diff | Diff
Patch (14.44 KB, patch)
2017-07-11 12:26 PDT, Yoshiaki Jitsukawa
no flags Details | Formatted Diff | Diff
Patch (14.44 KB, patch)
2017-07-12 14:31 PDT, Yoshiaki Jitsukawa
no flags Details | Formatted Diff | Diff
Archive of layout-test-results from ews124 for ios-simulator-wk2 (936.89 KB, application/zip)
2017-07-13 03:06 PDT, Build Bot
no flags Details
Patch (14.44 KB, patch)
2017-07-13 04:26 PDT, Yoshiaki Jitsukawa
no flags Details | Formatted Diff | Diff
Patch (14.44 KB, patch)
2017-07-17 17:17 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-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.