Bug 169491 - Make RealtimeMediaSource::type an enum class
Summary: Make RealtimeMediaSource::type an enum class
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: youenn fablet
URL:
Keywords:
Depends on: 169472
Blocks:
  Show dependency treegraph
 
Reported: 2017-03-10 16:13 PST by youenn fablet
Modified: 2017-03-14 10:04 PDT (History)
2 users (show)

See Also:


Attachments
Patch (20.22 KB, patch)
2017-03-10 16:24 PST, youenn fablet
no flags Details | Formatted Diff | Diff
Patch (21.93 KB, patch)
2017-03-13 14:02 PDT, youenn fablet
no flags Details | Formatted Diff | Diff
Patch (27.85 KB, patch)
2017-03-13 16:26 PDT, youenn fablet
no flags Details | Formatted Diff | Diff
Patch for landing (27.24 KB, patch)
2017-03-13 20:13 PDT, youenn fablet
commit-queue: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description youenn fablet 2017-03-10 16:13:55 PST
It is an enum right now.
Comment 1 youenn fablet 2017-03-10 16:24:18 PST
Created attachment 304097 [details]
Patch
Comment 2 WebKit Commit Bot 2017-03-10 16:54:38 PST
Attachment 304097 [details] did not pass style-queue:


ERROR: Source/WebCore/platform/mediastream/MediaEndpoint.cpp:47:  Should be indented on a separate line, with the colon or comma first on that line.  [whitespace/indent] [4]
Total errors found: 1 in 17 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 youenn fablet 2017-03-13 14:02:20 PDT
Created attachment 304296 [details]
Patch
Comment 4 WebKit Commit Bot 2017-03-13 14:04:34 PDT
Attachment 304296 [details] did not pass style-queue:


ERROR: Source/WebCore/platform/mediastream/MediaEndpoint.cpp:47:  Should be indented on a separate line, with the colon or comma first on that line.  [whitespace/indent] [4]
Total errors found: 1 in 19 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 5 youenn fablet 2017-03-13 16:26:26 PDT
Created attachment 304319 [details]
Patch
Comment 6 WebKit Commit Bot 2017-03-13 16:29:02 PDT
Attachment 304319 [details] did not pass style-queue:


ERROR: Source/WebCore/platform/mediastream/MediaEndpoint.cpp:47:  Should be indented on a separate line, with the colon or comma first on that line.  [whitespace/indent] [4]
Total errors found: 1 in 21 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 7 Sam Weinig 2017-03-13 16:31:06 PDT
Comment on attachment 304319 [details]
Patch

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

> LayoutTests/imported/w3c/resources/TestRepositories:18
> -        "revision": "06c6c52e05e05483d3c844168a417ee27a554eb7",
> +        "revision": "728e02d",

Looks unrelated.
Comment 8 youenn fablet 2017-03-13 20:13:09 PDT
Thanks for the review.

(In reply to comment #7)
> Comment on attachment 304319 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=304319&action=review
> 
> > LayoutTests/imported/w3c/resources/TestRepositories:18
> > -        "revision": "06c6c52e05e05483d3c844168a417ee27a554eb7",
> > +        "revision": "728e02d",
> 
> Looks unrelated.

Done
Comment 9 youenn fablet 2017-03-13 20:13:51 PDT
Created attachment 304339 [details]
Patch for landing
Comment 10 WebKit Commit Bot 2017-03-13 22:58:32 PDT
Comment on attachment 304339 [details]
Patch for landing

Rejecting attachment 304339 [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', 'land-attachment', '--force-clean', '--non-interactive', '--parent-command=commit-queue', 304339, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit

Last 500 characters of output:
8489619c008ee491a5dc237 596bd5ec8ffbeb7ba1c8c60c78b619f7a231a4f1 M	Source
Current branch master is up to date.
# of revisions changed  
before:
  

after:
 fe674ffa6c3a7b25e45f50bef44c726e9077ae10 
 If you are attempting to commit  merges, try running:
	 git rebase --interactive --preserve-merges  refs/remotes/origin/master 
Before dcommitting

Failed to run "['git', 'svn', 'dcommit', '--rmdir']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit
Updating OpenSource
Current branch master is up to date.

Full output: http://webkit-queues.webkit.org/results/3317086
Comment 11 WebKit Commit Bot 2017-03-14 07:47:20 PDT
Comment on attachment 304339 [details]
Patch for landing

Rejecting attachment 304339 [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-03', 'apply-attachment', '--no-update', '--non-interactive', 304339, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit

Last 500 characters of output:
atform/mock/MockRealtimeMediaSource.cpp
Hunk #1 FAILED at 84.
1 out of 1 hunk FAILED -- saving rejects to file Source/WebCore/platform/mock/MockRealtimeMediaSource.cpp.rej
patching file Source/WebCore/platform/mock/MockRealtimeVideoSource.cpp
Hunk #1 FAILED at 66.
1 out of 1 hunk FAILED -- saving rejects to file Source/WebCore/platform/mock/MockRealtimeVideoSource.cpp.rej

Failed to run "[u'/Volumes/Data/EWS/WebKit/Tools/Scripts/svn-apply', '--force']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit

Full output: http://webkit-queues.webkit.org/results/3320638