Bug 123144

Summary: [GTK] enable media-stream in build-webkit
Product: WebKit Reporter: Philippe Normand <pnormand>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dbates, gtk-ews, mrobinson, pnormand, xan.lopez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 79203    
Attachments:
Description Flags
enable mediastream in autofools
mrobinson: review-
enable media-stream in GTK build
gtk-ews: commit-queue-
enable media-stream in GTK build
gtk-ews: commit-queue-
enable media-stream in GTK build mrobinson: review+

Description Philippe Normand 2013-10-22 02:24:34 PDT
SSIA
Comment 1 Philippe Normand 2013-10-22 02:30:22 PDT
Created attachment 214826 [details]
enable mediastream in autofools
Comment 2 Martin Robinson 2013-10-23 13:07:18 PDT
Comment on attachment 214826 [details]
enable mediastream in autofools

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

I'm okay with enabling media stream for build-webkit, but let's not add a configure flag.

> Source/autotools/ReadCommandLineArguments.m4:133
> +AC_MSG_CHECKING([whether to enable media stream support])
> +AC_ARG_ENABLE(media_stream, 
> +    AC_HELP_STRING([--enable-media-stream], [enable media stream support (incomplete) [default=no]]),
> +    [],
> +    [enable_media_stream="no"])
> +AC_MSG_RESULT([$enable_media_stream])
> +

I don't think we actually need a configuration flag for this. It's incomplete and we don't typically add flags for web features. The existing flags are exceptions to this rule.
Comment 3 Philippe Normand 2013-10-25 08:29:25 PDT
So how is it supposed to work without the configure option? All this patch relies on it.

I only want MEDIA_STREAM on for developer builds...
Comment 4 Martin Robinson 2013-10-25 09:06:21 PDT
(In reply to comment #3)
> So how is it supposed to work without the configure option? All this patch relies on it.
> 
> I only want MEDIA_STREAM on for developer builds...

If you don't add the setting to %configurableFeatures, the default will be overridden by WebKitBuild/Release/WebKitFeatureOverrides.txt, which is combined with the default options during configuration with the defaults defined in SetupWebKitFeatures.m4.
Comment 5 Philippe Normand 2013-10-28 02:09:28 PDT
Created attachment 215290 [details]
enable media-stream in GTK build
Comment 6 kov's GTK+ EWS bot 2013-10-28 03:33:00 PDT
Comment on attachment 215290 [details]
enable media-stream in GTK build

Attachment 215290 [details] did not pass gtk-ews (gtk):
Output: http://webkit-queues.appspot.com/results/15608065
Comment 7 Philippe Normand 2013-10-28 03:45:54 PDT
Created attachment 215293 [details]
enable media-stream in GTK build
Comment 8 kov's GTK+ EWS bot 2013-10-28 04:02:02 PDT
Comment on attachment 215293 [details]
enable media-stream in GTK build

Attachment 215293 [details] did not pass gtk-ews (gtk):
Output: http://webkit-queues.appspot.com/results/15568087
Comment 9 Philippe Normand 2013-10-28 04:07:17 PDT
Created attachment 215294 [details]
enable media-stream in GTK build
Comment 10 Philippe Normand 2013-10-29 09:32:12 PDT
Committed r158194: <http://trac.webkit.org/changeset/158194>