WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
130358
Make Remote Control commands testable
https://bugs.webkit.org/show_bug.cgi?id=130358
Summary
Make Remote Control commands testable
Eric Carlson
Reported
2014-03-17 14:02:36 PDT
Make it possible to post Remote Control commands via Internals.
Attachments
Proposed patch
(21.97 KB, patch)
2014-03-18 07:50 PDT
,
Eric Carlson
jer.noble
: review+
Details
Formatted Diff
Diff
Rebased patch for landing
(22.04 KB, patch)
2014-03-18 10:14 PDT
,
Eric Carlson
buildbot
: commit-queue-
Details
Formatted Diff
Diff
Archive of layout-test-results from webkit-ews-05 for mac-mountainlion
(605.86 KB, application/zip)
2014-03-18 10:49 PDT
,
Build Bot
no flags
Details
Archive of layout-test-results from webkit-ews-11 for mac-mountainlion-wk2
(541.29 KB, application/zip)
2014-03-18 13:45 PDT
,
Build Bot
no flags
Details
Updated patch
(26.50 KB, patch)
2014-03-19 12:06 PDT
,
Eric Carlson
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Eric Carlson
Comment 1
2014-03-18 07:50:48 PDT
Created
attachment 227050
[details]
Proposed patch
Jer Noble
Comment 2
2014-03-18 10:12:26 PDT
Comment on
attachment 227050
[details]
Proposed patch View in context:
https://bugs.webkit.org/attachment.cgi?id=227050&action=review
r=me, with nit. (and a rebaseline needed)
> Source/WebCore/platform/audio/MediaSessionManager.cpp:207 > + if (m_sessions.size() < 2) > + return;
This code will skip the ASSERT below if m_sessions is empty. Should this be:? ASSERT(m_sessions.size()); if (m_sessions.size() == 1) return;
Eric Carlson
Comment 3
2014-03-18 10:14:11 PDT
Created
attachment 227066
[details]
Rebased patch for landing
WebKit Commit Bot
Comment 4
2014-03-18 10:16:53 PDT
Attachment 227066
[details]
did not pass style-queue: ERROR: Source/WebCore/testing/Internals.h:338: When wrapping a line, only indent 4 spaces. [whitespace/indent] [3] Total errors found: 1 in 13 files If any of these errors are false positives, please file a bug against check-webkit-style.
Build Bot
Comment 5
2014-03-18 10:49:35 PDT
Comment on
attachment 227066
[details]
Rebased patch for landing
Attachment 227066
[details]
did not pass mac-ews (mac): Output:
http://webkit-queues.appspot.com/results/6696129597014016
New failing tests: media/video-background-playback.html
Build Bot
Comment 6
2014-03-18 10:49:38 PDT
Created
attachment 227075
[details]
Archive of layout-test-results from webkit-ews-05 for mac-mountainlion The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: webkit-ews-05 Port: mac-mountainlion Platform: Mac OS X 10.8.5
Build Bot
Comment 7
2014-03-18 13:45:43 PDT
Created
attachment 227104
[details]
Archive of layout-test-results from webkit-ews-11 for mac-mountainlion-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: webkit-ews-11 Port: mac-mountainlion-wk2 Platform: Mac OS X 10.8.5
Eric Carlson
Comment 8
2014-03-19 12:06:34 PDT
Created
attachment 227207
[details]
Updated patch
Jer Noble
Comment 9
2014-03-19 13:34:59 PDT
Comment on
attachment 227207
[details]
Updated patch Re-r=me.
WebKit Commit Bot
Comment 10
2014-03-19 14:08:55 PDT
Comment on
attachment 227207
[details]
Updated patch Clearing flags on attachment: 227207 Committed
r165916
: <
http://trac.webkit.org/changeset/165916
>
WebKit Commit Bot
Comment 11
2014-03-19 14:09:01 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.
Top of Page
Format For Printing
XML
Clone This Bug