RESOLVED FIXED 110494
Disable MediaSource on Apple Windows port
https://bugs.webkit.org/show_bug.cgi?id=110494
Summary Disable MediaSource on Apple Windows port
Aaron Colwell
Reported 2013-02-21 11:23:45 PST
While working on Bug 109857, I discovered that the MediaSource code was getting built for Apple's Windows port. I'm pretty sure this was an accident since there doesn't appear to be any other MediaSource specific code for this port.
Attachments
Patch (1.44 KB, patch)
2013-02-21 11:25 PST, Aaron Colwell
no flags
Patch (1.44 KB, patch)
2013-02-21 12:23 PST, Aaron Colwell
no flags
Removed newline at end of file. (1.28 KB, patch)
2013-02-21 13:18 PST, Aaron Colwell
no flags
VS 2005 & 2010 fixes (2.12 KB, patch)
2013-02-22 15:15 PST, Aaron Colwell
no flags
Aaron Colwell
Comment 1 2013-02-21 11:25:35 PST
Aaron Colwell
Comment 2 2013-02-21 12:23:16 PST
Aaron Colwell
Comment 3 2013-02-21 13:18:01 PST
Created attachment 189588 [details] Removed newline at end of file.
Roger Fong
Comment 4 2013-02-22 14:42:02 PST
Instead of getting rid of the whole ENABLE_MEDIA_SOURCE line can you just get rid of the contents in the tag? Also this is only for the VS2010 solution. We actually are running the VS2005 solution on all the bots. The FeaturesDefines in WebKitLibraries/win/tools/vsprops also needs to be modified appropriately. Thanks!
Aaron Colwell
Comment 5 2013-02-22 15:15:39 PST
Created attachment 189844 [details] VS 2005 & 2010 fixes
Roger Fong
Comment 6 2013-02-22 15:30:22 PST
Looks good to me although I don't have review yet. CC'ing Brent who does. The vsprops files sometimes complain about not being able to commit when they should be able to. Feel free to force commit it if need be.
Aaron Colwell
Comment 7 2013-02-22 17:44:11 PST
Brent, Can I get a review on this please. This is preventing me from landing other changes. Thanks.
Tim Horton
Comment 8 2013-02-22 17:48:42 PST
Comment on attachment 189844 [details] VS 2005 & 2010 fixes View in context: https://bugs.webkit.org/attachment.cgi?id=189844&action=review > WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops:266 > - Value="ENABLE_MEDIA_SOURCE" > + Value="" Wut.
Tim Horton
Comment 9 2013-02-22 17:49:04 PST
(In reply to comment #8) > (From update of attachment 189844 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=189844&action=review > > > WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops:266 > > - Value="ENABLE_MEDIA_SOURCE" > > + Value="" > > Wut. Oh, it looks fine here. It looked really weird in the review thing.
Aaron Colwell
Comment 10 2013-02-22 17:53:13 PST
(In reply to comment #9) > (In reply to comment #8) > > (From update of attachment 189844 [details] [details]) > > View in context: https://bugs.webkit.org/attachment.cgi?id=189844&action=review > > > > > WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops:266 > > > - Value="ENABLE_MEDIA_SOURCE" > > > + Value="" > > > > Wut. > > Oh, it looks fine here. It looked really weird in the review thing. Thanks for the review.
WebKit Review Bot
Comment 11 2013-02-22 18:00:48 PST
Comment on attachment 189844 [details] VS 2005 & 2010 fixes Clearing flags on attachment: 189844 Committed r143822: <http://trac.webkit.org/changeset/143822>
WebKit Review Bot
Comment 12 2013-02-22 18:00:53 PST
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.