RESOLVED FIXED143116
Apply blur effect to media control background
https://bugs.webkit.org/show_bug.cgi?id=143116
Summary Apply blur effect to media control background
Roger Fong
Reported 2015-03-26 15:20:52 PDT
See summary.
Attachments
patch (16.94 KB, patch)
2015-03-26 15:30 PDT, Roger Fong
buildbot: commit-queue-
Archive of layout-test-results from ews103 for mac-mavericks (602.84 KB, application/zip)
2015-03-26 15:50 PDT, Build Bot
no flags
Archive of layout-test-results from ews104 for mac-mavericks-wk2 (652.47 KB, application/zip)
2015-03-26 15:55 PDT, Build Bot
no flags
patch (19.50 KB, patch)
2015-03-26 16:05 PDT, Roger Fong
bfulgham: review+
Roger Fong
Comment 1 2015-03-26 15:21:58 PDT
Roger Fong
Comment 2 2015-03-26 15:30:26 PDT
Build Bot
Comment 3 2015-03-26 15:50:44 PDT
Comment on attachment 249519 [details] patch Attachment 249519 [details] did not pass mac-ews (mac): Output: http://webkit-queues.appspot.com/results/5696776363311104 New failing tests: media/video-volume-slider-drag.html http/tests/media/hls/video-controls-live-stream.html fullscreen/video-controls-override.html
Build Bot
Comment 4 2015-03-26 15:50:46 PDT
Created attachment 249523 [details] Archive of layout-test-results from ews103 for mac-mavericks The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: ews103 Port: mac-mavericks Platform: Mac OS X 10.9.5
Build Bot
Comment 5 2015-03-26 15:55:45 PDT
Comment on attachment 249519 [details] patch Attachment 249519 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.appspot.com/results/5629456240607232 New failing tests: media/video-volume-slider-drag.html http/tests/media/hls/video-controls-live-stream.html fullscreen/video-controls-override.html
Build Bot
Comment 6 2015-03-26 15:55:48 PDT
Created attachment 249526 [details] Archive of layout-test-results from ews104 for mac-mavericks-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: ews104 Port: mac-mavericks-wk2 Platform: Mac OS X 10.9.5
Roger Fong
Comment 7 2015-03-26 16:05:42 PDT
Brent Fulgham
Comment 8 2015-03-26 16:15:18 PDT
Comment on attachment 249532 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=249532&action=review r=me > Source/WebCore/ChangeLog:10 > + and the volume slider background not showing the blur effect. Iâll fix those separately. Bad character in ChangeLog. --> I'll > Source/WebCore/Modules/mediacontrols/mediaControlsApple.js:1132 > + ctx.fillStyle = "rgba(140, 140, 140, .68)"; I think we usually write this as "0.68", not ".68" > Source/WebCore/Modules/mediacontrols/mediaControlsApple.js:1193 > + ctx.fillStyle = "rgba(140, 140, 140, .68)"; Ditto the leading zero. (.68 -> 0.68)
Roger Fong
Comment 9 2015-03-26 16:25:00 PDT
Note You need to log in before you can comment on or make changes to this bug.