WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
174356
Move USE_AVFOUNDATION definition on Windows to wtf/Platform.h
https://bugs.webkit.org/show_bug.cgi?id=174356
Summary
Move USE_AVFOUNDATION definition on Windows to wtf/Platform.h
Yoshiaki Jitsukawa
Reported
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
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
Show Obsolete
(8)
View All
Add attachment
proposed patch, testcase, etc.
Yoshiaki Jitsukawa
Comment 1
2017-07-11 04:50:35 PDT
Created
attachment 315092
[details]
Patch
Yoshiaki Jitsukawa
Comment 2
2017-07-11 07:07:35 PDT
Created
attachment 315108
[details]
Patch
Brent Fulgham
Comment 3
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"
Yoshiaki Jitsukawa
Comment 4
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.
Yoshiaki Jitsukawa
Comment 5
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.
Yoshiaki Jitsukawa
Comment 6
2017-07-11 11:41:17 PDT
Created
attachment 315138
[details]
Patch
Yoshiaki Jitsukawa
Comment 7
2017-07-11 12:26:13 PDT
Created
attachment 315142
[details]
Patch
Yoshiaki Jitsukawa
Comment 8
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?
WebKit Commit Bot
Comment 9
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
Alex Christensen
Comment 10
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.
Yoshiaki Jitsukawa
Comment 11
2017-07-12 14:31:37 PDT
Created
attachment 315284
[details]
Patch
Yoshiaki Jitsukawa
Comment 12
2017-07-12 14:35:25 PDT
> Here WTF is all capitals, and elsewhere it's lowercase. That should be consistent.
Thank you. Fixed.
Build Bot
Comment 13
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
Build Bot
Comment 14
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
Yoshiaki Jitsukawa
Comment 15
2017-07-13 04:26:33 PDT
Created
attachment 315341
[details]
Patch
Yoshiaki Jitsukawa
Comment 16
2017-07-17 17:17:51 PDT
Created
attachment 315735
[details]
Patch
WebKit Commit Bot
Comment 17
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
>
WebKit Commit Bot
Comment 18
2017-07-17 21:07:01 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug