WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
148289
Media Session: let UI clients change the volume of the focused media element
https://bugs.webkit.org/show_bug.cgi?id=148289
Summary
Media Session: let UI clients change the volume of the focused media element
Matt Rajca
Reported
2015-08-20 21:42:13 PDT
UI clients should be able to adjust the volume of the focused media element.
Attachments
Patch
(9.53 KB, patch)
2015-08-20 21:46 PDT
,
Matt Rajca
thorton
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2015-08-20 21:42:45 PDT
<
rdar://problem/22374771
>
Matt Rajca
Comment 2
2015-08-20 21:46:06 PDT
Created
attachment 259583
[details]
Patch
Eric Carlson
Comment 3
2015-08-21 09:12:06 PDT
Comment on
attachment 259583
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=259583&action=review
Looks good to me.
> Source/WebCore/page/Page.cpp:1232 > + ExceptionCode code; > + element->setVolume(volume, code);
Nit: you should use ASSERT_NO_EXCEPTION here.
Matt Rajca
Comment 4
2015-08-21 17:03:12 PDT
Committed
r188775
: <
http://trac.webkit.org/changeset/188775
>
Matt Rajca
Comment 5
2015-08-21 17:52:52 PDT
(In reply to
comment #3
)
> Comment on
attachment 259583
[details]
> Patch > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=259583&action=review
> > Looks good to me. > > > Source/WebCore/page/Page.cpp:1232 > > + ExceptionCode code; > > + element->setVolume(volume, code); > > Nit: you should use ASSERT_NO_EXCEPTION here.
Done.
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