Summary: | Move USE_AVFOUNDATION definition on Windows to wtf/Platform.h | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Yoshiaki Jitsukawa <yoshiaki.jitsukawa> | ||||||||||||||||||||||
Component: | Media | Assignee: | 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
Yoshiaki Jitsukawa
2017-07-11 04:40:19 PDT
Created attachment 315092 [details]
Patch
Created attachment 315108 [details]
Patch
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" Created attachment 315133 [details]
Patch
Submitting a patch with svn. Also the log comment pointed out has been rephrased.
Created attachment 315136 [details]
Patch
Submitting a patch with svn again. Also the log comment pointed out has been rephrased.
Created attachment 315138 [details]
Patch
Created attachment 315142 [details]
Patch
(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 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 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. Created attachment 315284 [details]
Patch
> Here WTF is all capitals, and elsewhere it's lowercase. That should be consistent.
Thank you. Fixed.
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 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
Created attachment 315341 [details]
Patch
Created attachment 315735 [details]
Patch
Comment on attachment 315735 [details] Patch Clearing flags on attachment: 315735 Committed r219600: <http://trac.webkit.org/changeset/219600> All reviewed patches have been landed. Closing bug. |