Bug 157242

Summary: Use enum class instead of string-based enums in RTC code
Product: WebKit Reporter: Darin Adler <darin>
Component: BindingsAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Darin Adler 2016-04-30 22:19:32 PDT
Use enum class instead of string-based enums in RTC code
Comment 1 Darin Adler 2016-04-30 22:22:09 PDT
Created attachment 277843 [details]
Patch
Comment 2 Darin Adler 2016-04-30 22:34:27 PDT
Created attachment 277845 [details]
Patch
Comment 3 Alex Christensen 2016-04-30 22:46:29 PDT
Comment on attachment 277845 [details]
Patch

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

> Source/WebCore/ChangeLog:19
> +        * Modules/mediastream/RTCConfiguration.idl: Updated the names and values of the
> +        enums to match the current RTC specification. Again, as I said, this should be

Yep, https://github.com/w3c/webrtc-pc/pull/432/files
Comment 4 WebKit Commit Bot 2016-05-01 09:36:31 PDT
Comment on attachment 277845 [details]
Patch

Clearing flags on attachment: 277845

Committed r200304: <http://trac.webkit.org/changeset/200304>
Comment 5 WebKit Commit Bot 2016-05-01 09:36:35 PDT
All reviewed patches have been landed.  Closing bug.