WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
141870
Switch remaining CoreMedia soft-linking in WebCore over to CoreMediaSoftLink.{cpp,h}
https://bugs.webkit.org/show_bug.cgi?id=141870
Summary
Switch remaining CoreMedia soft-linking in WebCore over to CoreMediaSoftLink....
David Kilzer (:ddkilzer)
Reported
2015-02-21 14:09:01 PST
Switch remaining CoreMedia soft-linking in WebCore over to CoreMediaSoftLink.{cpp,h}.
Attachments
Patch v1 (in-progress; checking EWS)
(14.13 KB, patch)
2015-02-21 14:21 PST
,
David Kilzer (:ddkilzer)
no flags
Details
Formatted Diff
Diff
Patch v2 (in-progress; checking EWS)
(16.32 KB, patch)
2015-02-21 14:42 PST
,
David Kilzer (:ddkilzer)
no flags
Details
Formatted Diff
Diff
Patch v3 (in-progress; checking EWS)
(34.61 KB, patch)
2015-02-21 15:13 PST
,
David Kilzer (:ddkilzer)
no flags
Details
Formatted Diff
Diff
Patch v4 (in-progress; checking EWS)
(34.61 KB, patch)
2015-02-21 15:20 PST
,
David Kilzer (:ddkilzer)
no flags
Details
Formatted Diff
Diff
Patch v5 (in-progress; checking EWS)
(34.95 KB, patch)
2015-02-21 15:25 PST
,
David Kilzer (:ddkilzer)
no flags
Details
Formatted Diff
Diff
Patch v6 (in-progress; checking EWS)
(36.58 KB, patch)
2015-02-21 15:42 PST
,
David Kilzer (:ddkilzer)
no flags
Details
Formatted Diff
Diff
Patch v7 (in-progress; checking EWS)
(38.62 KB, patch)
2015-02-21 16:05 PST
,
David Kilzer (:ddkilzer)
no flags
Details
Formatted Diff
Diff
Patch v8 (in-progress; checking EWS)
(54.06 KB, patch)
2015-02-21 16:33 PST
,
David Kilzer (:ddkilzer)
no flags
Details
Formatted Diff
Diff
Patch v9 (in-progress; checking EWS)
(54.10 KB, patch)
2015-02-21 16:52 PST
,
David Kilzer (:ddkilzer)
no flags
Details
Formatted Diff
Diff
Patch v10 (in-progress; checking EWS)
(54.28 KB, patch)
2015-02-21 17:18 PST
,
David Kilzer (:ddkilzer)
no flags
Details
Formatted Diff
Diff
Patch v11 (in-progress; checking EWS)
(54.89 KB, patch)
2015-02-21 19:05 PST
,
David Kilzer (:ddkilzer)
no flags
Details
Formatted Diff
Diff
Patch v12 (in-progress; checking EWS)
(54.64 KB, patch)
2015-02-21 19:23 PST
,
David Kilzer (:ddkilzer)
no flags
Details
Formatted Diff
Diff
Patch v13 (in-progress; checking EWS)
(54.46 KB, patch)
2015-02-21 20:22 PST
,
David Kilzer (:ddkilzer)
no flags
Details
Formatted Diff
Diff
Patch v14 (in-progress; checking EWS)
(57.31 KB, patch)
2015-02-21 20:42 PST
,
David Kilzer (:ddkilzer)
no flags
Details
Formatted Diff
Diff
Patch v15 (in-progress; checking EWS)
(57.76 KB, patch)
2015-02-22 02:34 PST
,
David Kilzer (:ddkilzer)
no flags
Details
Formatted Diff
Diff
Patch v16 (final)
(64.84 KB, patch)
2015-03-02 19:41 PST
,
David Kilzer (:ddkilzer)
achristensen
: review+
Details
Formatted Diff
Diff
Patch for landing
(63.68 KB, patch)
2015-03-04 13:30 PST
,
David Kilzer (:ddkilzer)
no flags
Details
Formatted Diff
Diff
Show Obsolete
(16)
View All
Add attachment
proposed patch, testcase, etc.
David Kilzer (:ddkilzer)
Comment 1
2015-02-21 14:21:52 PST
Created
attachment 247058
[details]
Patch v1 (in-progress; checking EWS)
WebKit Commit Bot
Comment 2
2015-02-21 14:23:37 PST
Attachment 247058
[details]
did not pass style-queue: ERROR: Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.mm:50: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/ios/WebVideoFullscreenInterfaceAVKit.mm:50: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/mediastream/mac/AVVideoCaptureSource.mm:48: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/Modules/plugins/QuickTimePluginReplacement.mm:54: Bad include order. Mixing system and custom headers. [build/include_order] [4] Total errors found: 4 in 10 files If any of these errors are false positives, please file a bug against check-webkit-style.
David Kilzer (:ddkilzer)
Comment 3
2015-02-21 14:42:16 PST
Created
attachment 247059
[details]
Patch v2 (in-progress; checking EWS)
WebKit Commit Bot
Comment 4
2015-02-21 14:44:55 PST
Attachment 247059
[details]
did not pass style-queue: ERROR: Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.mm:50: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/ios/WebVideoFullscreenInterfaceAVKit.mm:50: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/mediastream/mac/AVVideoCaptureSource.mm:48: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/Modules/plugins/QuickTimePluginReplacement.mm:54: Bad include order. Mixing system and custom headers. [build/include_order] [4] Total errors found: 4 in 12 files If any of these errors are false positives, please file a bug against check-webkit-style.
David Kilzer (:ddkilzer)
Comment 5
2015-02-21 15:13:13 PST
Created
attachment 247060
[details]
Patch v3 (in-progress; checking EWS)
WebKit Commit Bot
Comment 6
2015-02-21 15:14:33 PST
Attachment 247060
[details]
did not pass style-queue: ERROR: Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.mm:50: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/ios/WebVideoFullscreenInterfaceAVKit.mm:50: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/mediastream/mac/AVVideoCaptureSource.mm:48: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/graphics/avfoundation/InbandTextTrackPrivateAVF.cpp:49: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/Modules/plugins/QuickTimePluginReplacement.mm:54: Bad include order. Mixing system and custom headers. [build/include_order] [4] Total errors found: 5 in 13 files If any of these errors are false positives, please file a bug against check-webkit-style.
David Kilzer (:ddkilzer)
Comment 7
2015-02-21 15:20:23 PST
Created
attachment 247061
[details]
Patch v4 (in-progress; checking EWS)
WebKit Commit Bot
Comment 8
2015-02-21 15:23:34 PST
Attachment 247061
[details]
did not pass style-queue: ERROR: Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.mm:50: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/ios/WebVideoFullscreenInterfaceAVKit.mm:50: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/mediastream/mac/AVVideoCaptureSource.mm:48: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/graphics/avfoundation/InbandTextTrackPrivateAVF.cpp:49: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/Modules/plugins/QuickTimePluginReplacement.mm:54: Bad include order. Mixing system and custom headers. [build/include_order] [4] Total errors found: 5 in 13 files If any of these errors are false positives, please file a bug against check-webkit-style.
David Kilzer (:ddkilzer)
Comment 9
2015-02-21 15:25:20 PST
Created
attachment 247062
[details]
Patch v5 (in-progress; checking EWS)
WebKit Commit Bot
Comment 10
2015-02-21 15:26:35 PST
Attachment 247062
[details]
did not pass style-queue: ERROR: Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.mm:50: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/ios/WebVideoFullscreenInterfaceAVKit.mm:50: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/mediastream/mac/AVVideoCaptureSource.mm:48: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/graphics/avfoundation/InbandTextTrackPrivateAVF.cpp:49: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/Modules/plugins/QuickTimePluginReplacement.mm:54: Bad include order. Mixing system and custom headers. [build/include_order] [4] Total errors found: 5 in 13 files If any of these errors are false positives, please file a bug against check-webkit-style.
David Kilzer (:ddkilzer)
Comment 11
2015-02-21 15:42:24 PST
Created
attachment 247063
[details]
Patch v6 (in-progress; checking EWS)
WebKit Commit Bot
Comment 12
2015-02-21 15:43:58 PST
Attachment 247063
[details]
did not pass style-queue: ERROR: Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.mm:50: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/ios/WebVideoFullscreenInterfaceAVKit.mm:50: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/mediastream/mac/AVVideoCaptureSource.mm:48: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/graphics/avfoundation/InbandTextTrackPrivateAVF.cpp:49: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/Modules/plugins/QuickTimePluginReplacement.mm:54: Bad include order. Mixing system and custom headers. [build/include_order] [4] Total errors found: 5 in 13 files If any of these errors are false positives, please file a bug against check-webkit-style.
David Kilzer (:ddkilzer)
Comment 13
2015-02-21 16:05:51 PST
Created
attachment 247064
[details]
Patch v7 (in-progress; checking EWS)
WebKit Commit Bot
Comment 14
2015-02-21 16:07:02 PST
Attachment 247064
[details]
did not pass style-queue: ERROR: Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.mm:50: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/ios/WebVideoFullscreenInterfaceAVKit.mm:50: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/mediastream/mac/AVVideoCaptureSource.mm:48: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/graphics/avfoundation/InbandTextTrackPrivateAVF.cpp:49: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/Modules/plugins/QuickTimePluginReplacement.mm:54: Bad include order. Mixing system and custom headers. [build/include_order] [4] Total errors found: 5 in 13 files If any of these errors are false positives, please file a bug against check-webkit-style.
David Kilzer (:ddkilzer)
Comment 15
2015-02-21 16:33:11 PST
Created
attachment 247065
[details]
Patch v8 (in-progress; checking EWS)
WebKit Commit Bot
Comment 16
2015-02-21 16:34:38 PST
Attachment 247065
[details]
did not pass style-queue: ERROR: Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.mm:50: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/ios/WebVideoFullscreenInterfaceAVKit.mm:50: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/mediastream/mac/AVVideoCaptureSource.mm:48: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/graphics/avfoundation/InbandTextTrackPrivateAVF.cpp:49: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/Modules/plugins/QuickTimePluginReplacement.mm:54: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.mm:58: Bad include order. Mixing system and custom headers. [build/include_order] [4] Total errors found: 6 in 14 files If any of these errors are false positives, please file a bug against check-webkit-style.
David Kilzer (:ddkilzer)
Comment 17
2015-02-21 16:52:57 PST
Created
attachment 247066
[details]
Patch v9 (in-progress; checking EWS)
WebKit Commit Bot
Comment 18
2015-02-21 16:55:58 PST
Attachment 247066
[details]
did not pass style-queue: ERROR: Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.mm:50: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/ios/WebVideoFullscreenInterfaceAVKit.mm:50: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/mediastream/mac/AVVideoCaptureSource.mm:48: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/graphics/avfoundation/InbandTextTrackPrivateAVF.cpp:49: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/Modules/plugins/QuickTimePluginReplacement.mm:54: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.mm:58: Bad include order. Mixing system and custom headers. [build/include_order] [4] Total errors found: 6 in 14 files If any of these errors are false positives, please file a bug against check-webkit-style.
David Kilzer (:ddkilzer)
Comment 19
2015-02-21 17:18:54 PST
Created
attachment 247067
[details]
Patch v10 (in-progress; checking EWS)
WebKit Commit Bot
Comment 20
2015-02-21 17:21:04 PST
Attachment 247067
[details]
did not pass style-queue: ERROR: Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.mm:50: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/ios/WebVideoFullscreenInterfaceAVKit.mm:50: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/mediastream/mac/AVVideoCaptureSource.mm:48: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/graphics/avfoundation/InbandTextTrackPrivateAVF.cpp:49: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/Modules/plugins/QuickTimePluginReplacement.mm:54: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.mm:58: Bad include order. Mixing system and custom headers. [build/include_order] [4] Total errors found: 6 in 14 files If any of these errors are false positives, please file a bug against check-webkit-style.
David Kilzer (:ddkilzer)
Comment 21
2015-02-21 17:28:28 PST
(In reply to
comment #20
)
>
Attachment 247067
[details]
did not pass style-queue: > > > ERROR: > Source/WebCore/platform/graphics/avfoundation/objc/ > MediaPlayerPrivateMediaSourceAVFObjC.mm:50: Bad include order. Mixing > system and custom headers. [build/include_order] [4] > ERROR: Source/WebCore/platform/ios/WebVideoFullscreenInterfaceAVKit.mm:50: > Bad include order. Mixing system and custom headers. [build/include_order] > [4] > ERROR: Source/WebCore/platform/mediastream/mac/AVVideoCaptureSource.mm:48: > Bad include order. Mixing system and custom headers. [build/include_order] > [4] > ERROR: > Source/WebCore/platform/graphics/avfoundation/InbandTextTrackPrivateAVF.cpp: > 49: Bad include order. Mixing system and custom headers. > [build/include_order] [4] > ERROR: Source/WebCore/Modules/plugins/QuickTimePluginReplacement.mm:54: Bad > include order. Mixing system and custom headers. [build/include_order] [4] > ERROR: > Source/WebCore/platform/graphics/avfoundation/objc/ > SourceBufferPrivateAVFObjC.mm:58: Bad include order. Mixing system and > custom headers. [build/include_order] [4] > Total errors found: 6 in 14 files > > > If any of these errors are false positives, please file a bug against > check-webkit-style.
Bug 141872
covers fixing these warning messages.
David Kilzer (:ddkilzer)
Comment 22
2015-02-21 19:05:21 PST
Created
attachment 247076
[details]
Patch v11 (in-progress; checking EWS)
WebKit Commit Bot
Comment 23
2015-02-21 19:09:22 PST
Attachment 247076
[details]
did not pass style-queue: ERROR: Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.mm:50: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/mediastream/mac/AVVideoCaptureSource.mm:48: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/graphics/avfoundation/InbandTextTrackPrivateAVF.cpp:49: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/Modules/plugins/QuickTimePluginReplacement.mm:54: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.mm:58: Bad include order. Mixing system and custom headers. [build/include_order] [4] Total errors found: 5 in 14 files If any of these errors are false positives, please file a bug against check-webkit-style.
David Kilzer (:ddkilzer)
Comment 24
2015-02-21 19:23:46 PST
Created
attachment 247077
[details]
Patch v12 (in-progress; checking EWS)
WebKit Commit Bot
Comment 25
2015-02-21 19:26:50 PST
Attachment 247077
[details]
did not pass style-queue: ERROR: Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.mm:50: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/mediastream/mac/AVVideoCaptureSource.mm:48: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/graphics/avfoundation/InbandTextTrackPrivateAVF.cpp:49: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/Modules/plugins/QuickTimePluginReplacement.mm:54: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.mm:58: Bad include order. Mixing system and custom headers. [build/include_order] [4] Total errors found: 5 in 14 files If any of these errors are false positives, please file a bug against check-webkit-style.
David Kilzer (:ddkilzer)
Comment 26
2015-02-21 20:22:36 PST
Created
attachment 247078
[details]
Patch v13 (in-progress; checking EWS)
WebKit Commit Bot
Comment 27
2015-02-21 20:24:49 PST
Attachment 247078
[details]
did not pass style-queue: ERROR: Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.mm:50: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/mediastream/mac/AVVideoCaptureSource.mm:48: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/graphics/avfoundation/InbandTextTrackPrivateAVF.cpp:49: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/Modules/plugins/QuickTimePluginReplacement.mm:54: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.mm:58: Bad include order. Mixing system and custom headers. [build/include_order] [4] Total errors found: 5 in 14 files If any of these errors are false positives, please file a bug against check-webkit-style.
David Kilzer (:ddkilzer)
Comment 28
2015-02-21 20:42:34 PST
Created
attachment 247079
[details]
Patch v14 (in-progress; checking EWS)
WebKit Commit Bot
Comment 29
2015-02-21 20:44:03 PST
Attachment 247079
[details]
did not pass style-queue: ERROR: Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.mm:50: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/mediastream/mac/AVVideoCaptureSource.mm:48: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/graphics/avfoundation/InbandTextTrackPrivateAVF.cpp:49: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/Modules/plugins/QuickTimePluginReplacement.mm:54: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.mm:58: Bad include order. Mixing system and custom headers. [build/include_order] [4] Total errors found: 5 in 14 files If any of these errors are false positives, please file a bug against check-webkit-style.
David Kilzer (:ddkilzer)
Comment 30
2015-02-22 02:34:48 PST
Created
attachment 247081
[details]
Patch v15 (in-progress; checking EWS)
WebKit Commit Bot
Comment 31
2015-02-22 02:36:41 PST
Attachment 247081
[details]
did not pass style-queue: ERROR: Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.mm:50: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/mediastream/mac/AVVideoCaptureSource.mm:48: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/graphics/avfoundation/InbandTextTrackPrivateAVF.cpp:49: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/Modules/plugins/QuickTimePluginReplacement.mm:54: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.mm:58: Bad include order. Mixing system and custom headers. [build/include_order] [4] Total errors found: 5 in 14 files If any of these errors are false positives, please file a bug against check-webkit-style.
Darin Adler
Comment 32
2015-02-24 19:37:17 PST
Comment on
attachment 247081
[details]
Patch v15 (in-progress; checking EWS) View in context:
https://bugs.webkit.org/attachment.cgi?id=247081&action=review
> Source/WebCore/ChangeLog:8 > + FIXME: Write ChangeLog once all changes are done.
Should do that.
David Kilzer (:ddkilzer)
Comment 33
2015-03-02 19:41:46 PST
Created
attachment 247739
[details]
Patch v16 (final)
WebKit Commit Bot
Comment 34
2015-03-02 19:43:33 PST
Attachment 247739
[details]
did not pass style-queue: ERROR: Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.mm:50: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/mediastream/mac/AVMediaCaptureSource.mm:43: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/mediastream/mac/AVVideoCaptureSource.mm:42: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/graphics/avfoundation/InbandTextTrackPrivateAVF.cpp:49: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/mac/PlatformClockCM.mm:34: Alphabetical sorting problem. [build/include_order] [4] ERROR: Source/WebCore/Modules/plugins/QuickTimePluginReplacement.mm:54: Bad include order. Mixing system and custom headers. [build/include_order] [4] ERROR: Source/WebCore/platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.mm:58: Bad include order. Mixing system and custom headers. [build/include_order] [4] Total errors found: 7 in 15 files If any of these errors are false positives, please file a bug against check-webkit-style.
David Kilzer (:ddkilzer)
Comment 35
2015-03-02 19:47:56 PST
(In reply to
comment #34
)
>
Attachment 247739
[details]
did not pass style-queue: > > > ERROR: > Source/WebCore/platform/graphics/avfoundation/objc/ > MediaPlayerPrivateMediaSourceAVFObjC.mm:50: Bad include order. Mixing > system and custom headers. [build/include_order] [4] > ERROR: Source/WebCore/platform/mediastream/mac/AVMediaCaptureSource.mm:43: > Bad include order. Mixing system and custom headers. [build/include_order] > [4] > ERROR: Source/WebCore/platform/mediastream/mac/AVVideoCaptureSource.mm:42: > Bad include order. Mixing system and custom headers. [build/include_order] > [4] > ERROR: > Source/WebCore/platform/graphics/avfoundation/InbandTextTrackPrivateAVF.cpp: > 49: Bad include order. Mixing system and custom headers. > [build/include_order] [4] > ERROR: Source/WebCore/platform/mac/PlatformClockCM.mm:34: Alphabetical > sorting problem. [build/include_order] [4] > ERROR: Source/WebCore/Modules/plugins/QuickTimePluginReplacement.mm:54: Bad > include order. Mixing system and custom headers. [build/include_order] [4] > ERROR: > Source/WebCore/platform/graphics/avfoundation/objc/ > SourceBufferPrivateAVFObjC.mm:58: Bad include order. Mixing system and > custom headers. [build/include_order] [4] > Total errors found: 7 in 15 files > > > If any of these errors are false positives, please file a bug against > check-webkit-style.
Patch on
Bug 141872
fixes these new false-positive style errors.
Alex Christensen
Comment 36
2015-03-03 10:16:29 PST
Comment on
attachment 247739
[details]
Patch v16 (final) View in context:
https://bugs.webkit.org/attachment.cgi?id=247739&action=review
> Source/WebCore/Modules/plugins/QuickTimePluginReplacement.mm:53 > +// Soft-linking headers must be included last since they #define functions, constants, etc.
Will all these comments be necessary after your style change? I'd be ok if you left them out.
David Kilzer (:ddkilzer)
Comment 37
2015-03-03 16:21:43 PST
(In reply to
comment #36
)
> Comment on
attachment 247739
[details]
> Patch v16 (final) > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=247739&action=review
> > > Source/WebCore/Modules/plugins/QuickTimePluginReplacement.mm:53 > > +// Soft-linking headers must be included last since they #define functions, constants, etc. > > Will all these comments be necessary after your style change? I'd be ok if > you left them out.
Great point. Now that
Bug 141872
enforces the style checking, they're probably unnecessary. Will remove before landing.
David Kilzer (:ddkilzer)
Comment 38
2015-03-04 13:30:45 PST
Created
attachment 247889
[details]
Patch for landing
Alex Christensen
Comment 39
2015-03-04 13:37:45 PST
Comment on
attachment 247889
[details]
Patch for landing View in context:
https://bugs.webkit.org/attachment.cgi?id=247889&action=review
> Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.mm:47 > -#pragma mark - > -#pragma mark Soft Linking > +#pragma mark - Soft Linking
I think this change should not be made. Leave one line - and one line Soft Linking
David Kilzer (:ddkilzer)
Comment 40
2015-03-04 13:47:02 PST
(In reply to
comment #39
)
> Comment on
attachment 247889
[details]
> Patch for landing > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=247889&action=review
> > > Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.mm:47 > > -#pragma mark - > > -#pragma mark Soft Linking > > +#pragma mark - Soft Linking > > I think this change should not be made. Leave one line - and one line Soft > Linking
Why? You get the exact same rendering in Xcode.
Alex Christensen
Comment 41
2015-03-04 13:49:06 PST
Comment on
attachment 247889
[details]
Patch for landing View in context:
https://bugs.webkit.org/attachment.cgi?id=247889&action=review
>>> Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.mm:47 >>> +#pragma mark - Soft Linking >> >> I think this change should not be made. Leave one line - and one line Soft Linking > > Why? You get the exact same rendering in Xcode.
Ok. No big deal. In it goes!
WebKit Commit Bot
Comment 42
2015-03-04 14:41:49 PST
Comment on
attachment 247889
[details]
Patch for landing Clearing flags on attachment: 247889 Committed
r181036
: <
http://trac.webkit.org/changeset/181036
>
David Kilzer (:ddkilzer)
Comment 43
2015-03-04 15:22:11 PST
Moving to RESOLVED/FIXED. Not sure why the commit bot didn't do that.
David Kilzer (:ddkilzer)
Comment 44
2015-03-04 16:10:38 PST
(In reply to
comment #42
)
> Comment on
attachment 247889
[details]
> Patch for landing > > Clearing flags on attachment: 247889 > > Committed
r181036
: <
http://trac.webkit.org/changeset/181036
>
Follow-up build fix: Committed
r181049
: <
http://trac.webkit.org/changeset/181049
>
David Kilzer (:ddkilzer)
Comment 45
2015-03-04 17:21:19 PST
(In reply to
comment #44
)
> (In reply to
comment #42
) > > Comment on
attachment 247889
[details]
> > Patch for landing > > > > Clearing flags on attachment: 247889 > > > > Committed
r181036
: <
http://trac.webkit.org/changeset/181036
> > > Follow-up build fix: > Committed
r181049
: <
http://trac.webkit.org/changeset/181049
>
Follow-up Windows build fix: Committed
r181055
: <
http://trac.webkit.org/changeset/181055
>
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