WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
142305
Update inline media control icons for OSX
https://bugs.webkit.org/show_bug.cgi?id=142305
Summary
Update inline media control icons for OSX
Roger Fong
Reported
2015-03-04 13:21:17 PST
Update inline media control icons for OSX This change will include the play button, volume button, fullscreen button, and caption button.
Attachments
patch
(11.60 KB, patch)
2015-03-04 15:13 PST
,
Roger Fong
dino
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Roger Fong
Comment 1
2015-03-04 13:21:39 PST
rdar://problem/19997484
Roger Fong
Comment 2
2015-03-04 15:13:29 PST
Created
attachment 247901
[details]
patch
Dean Jackson
Comment 3
2015-03-04 15:31:27 PST
Comment on
attachment 247901
[details]
patch View in context:
https://bugs.webkit.org/attachment.cgi?id=247901&action=review
> Source/WebCore/Modules/mediacontrols/mediaControlsApple.css:134 > + background-image: url('data:image/svg+xml,<svg xmlns="
http://www.w3.org/2000/svg
" viewBox="0 0 12 15" fill="white"><path d="M 0,1 v 13 h 4 v -13 h -4 z"/><path d="M 8,1 v 13 h 4 v -13 h -4 z"/></svg>');
Did you create this image? This is fine, but it should be possible to use two <rect> elements.
Roger Fong
Comment 4
2015-03-04 15:34:07 PST
(In reply to
comment #3
)
> Comment on
attachment 247901
[details]
> patch > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=247901&action=review
> > > Source/WebCore/Modules/mediacontrols/mediaControlsApple.css:134 > > + background-image: url('data:image/svg+xml,<svg xmlns="
http://www.w3.org/2000/svg
" viewBox="0 0 12 15" fill="white"><path d="M 0,1 v 13 h 4 v -13 h -4 z"/><path d="M 8,1 v 13 h 4 v -13 h -4 z"/></svg>'); > > Did you create this image? This is fine, but it should be possible to use > two <rect> elements.
I just followed what they were already doing in the previous pause svg code. I can use rects too though.
Roger Fong
Comment 5
2015-03-04 16:06:33 PST
With rects:
http://trac.webkit.org/changeset/181046
Alexey Proskuryakov
Comment 6
2015-03-04 16:43:38 PST
This broke two tests:
https://build.webkit.org/results/Apple%20Yosemite%20Release%20WK2%20(Tests)/r181049%20(3326)/results.html
I'm sure that EWS would have told so if you could wait for it.
WebKit Commit Bot
Comment 7
2015-03-04 18:20:22 PST
Re-opened since this is blocked by
bug 142318
Roger Fong
Comment 8
2015-03-05 13:11:34 PST
Recommitted after skipping the two test failures.
http://trac.webkit.org/changeset/181096
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