RESOLVED FIXED 64794
MediaStream API: Merging MediaStreamContainer and MediaStreamList
https://bugs.webkit.org/show_bug.cgi?id=64794
Summary MediaStream API: Merging MediaStreamContainer and MediaStreamList
Tommy Widenflycht
Reported 2011-07-19 06:18:33 PDT
Having a separate container class doesn't make any sense.
Attachments
Patch (13.92 KB, patch)
2011-07-19 06:27 PDT, Tommy Widenflycht
no flags
Patch (13.76 KB, patch)
2011-07-20 07:17 PDT, Tommy Widenflycht
no flags
Patch (13.68 KB, patch)
2011-07-21 01:41 PDT, Tommy Widenflycht
no flags
Tommy Widenflycht
Comment 1 2011-07-19 06:27:37 PDT
Tony Gentilcore
Comment 2 2011-07-20 06:35:24 PDT
Comment on attachment 101308 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=101308&action=review Thanks for the cleanup. Just a nit about includes to address before submission. > Source/WebCore/dom/MediaStreamList.h:30 > +#include "MediaStream.h" Is this really necessary here? At first glance it seems like the forward declaration should suffice. If it is necessary, please remove the forward declaration, otherwise please add this in the cpp.
Tommy Widenflycht
Comment 3 2011-07-20 07:15:39 PDT
Comment on attachment 101308 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=101308&action=review >> Source/WebCore/dom/MediaStreamList.h:30 >> +#include "MediaStream.h" > > Is this really necessary here? At first glance it seems like the forward declaration should suffice. If it is necessary, please remove the forward declaration, otherwise please add this in the cpp. It seems to be, the hashmap goes nuts without a real implementation. Have removed the forward definition of MediaStream.
Tommy Widenflycht
Comment 4 2011-07-20 07:17:44 PDT
WebKit Review Bot
Comment 5 2011-07-20 07:57:40 PDT
Comment on attachment 101466 [details] Patch Rejecting attachment 101466 [details] from commit-queue. Failed to run "['./Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=ec2-cq-01', '--port..." exit_code: 2 Last 500 characters of output: -14 lines). Hunk #4 succeeded at 22238 (offset -18 lines). 2 out of 4 hunks FAILED -- saving rejects to file Source/WebCore/WebCore.xcodeproj/project.pbxproj.rej patching file Source/WebCore/dom/MediaStreamContainer.h rm 'Source/WebCore/dom/MediaStreamContainer.h' patching file Source/WebCore/dom/MediaStreamList.cpp patching file Source/WebCore/dom/MediaStreamList.h Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--reviewer', u'Tony Gentilcore', u'--..." exit_code: 1 Full output: http://queues.webkit.org/results/9209261
Tommy Widenflycht
Comment 6 2011-07-21 01:41:02 PDT
Created attachment 101561 [details] Patch Rebase
WebKit Review Bot
Comment 7 2011-07-21 03:05:54 PDT
Comment on attachment 101561 [details] Patch Clearing flags on attachment: 101561 Committed r91455: <http://trac.webkit.org/changeset/91455>
WebKit Review Bot
Comment 8 2011-07-21 03:05:59 PDT
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.