WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 184863
[Modern Media Controls] Show a loading indicator after pressing the play button in compact mode
https://bugs.webkit.org/show_bug.cgi?id=184863
Summary
[Modern Media Controls] Show a loading indicator after pressing the play butt...
Antoine Quint
Reported
2018-04-21 11:50:46 PDT
<
rdar://problem/38939468
>
Attachments
Patch
(24.24 KB, patch)
2018-04-21 12:19 PDT
,
Antoine Quint
dino
: review+
ews-watchlist
: commit-queue-
Details
Formatted Diff
Diff
Archive of layout-test-results from ews103 for mac-sierra
(2.41 MB, application/zip)
2018-04-21 13:05 PDT
,
EWS Watchlist
no flags
Details
Archive of layout-test-results from ews107 for mac-sierra-wk2
(2.95 MB, application/zip)
2018-04-21 13:06 PDT
,
EWS Watchlist
no flags
Details
Archive of layout-test-results from ews124 for ios-simulator-wk2
(8.33 MB, application/zip)
2018-04-21 13:55 PDT
,
EWS Watchlist
no flags
Details
Archive of layout-test-results from ews116 for mac-sierra
(2.99 MB, application/zip)
2018-04-21 14:12 PDT
,
EWS Watchlist
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Antoine Quint
Comment 1
2018-04-21 12:19:28 PDT
Created
attachment 338530
[details]
Patch
Dean Jackson
Comment 2
2018-04-21 12:26:25 PDT
Comment on
attachment 338530
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=338530&action=review
Where is the test?
> Source/WebCore/ChangeLog:18 > + 8 frames and then a continuously looping animation going through the remaining frames. We use a frames()
first serious use of frames()? nice.
> Source/WebCore/Modules/modern-media-controls/controls/compact-activity-indicator.css:33 > + /* There are 23 frames in the sprite. */ > + -webkit-mask-size: 2300% 100%;
If you want fully amazing CSS here.... --num-frames: 23; -webkit-mask-size: calc(var(--num-frames) * 100%) 100%;
EWS Watchlist
Comment 3
2018-04-21 13:05:19 PDT
Comment on
attachment 338530
[details]
Patch
Attachment 338530
[details]
did not pass mac-ews (mac): Output:
http://webkit-queues.webkit.org/results/7397920
New failing tests: media/modern-media-controls/compact-media-controls/compact-media-controls-layout.html media/modern-media-controls/compact-media-controls/compact-media-controls-constructor.html
EWS Watchlist
Comment 4
2018-04-21 13:05:20 PDT
Created
attachment 338533
[details]
Archive of layout-test-results from ews103 for mac-sierra The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: ews103 Port: mac-sierra Platform: Mac OS X 10.12.6
EWS Watchlist
Comment 5
2018-04-21 13:06:56 PDT
Comment on
attachment 338530
[details]
Patch
Attachment 338530
[details]
did not pass mac-wk2-ews (mac-wk2): Output:
http://webkit-queues.webkit.org/results/7397903
New failing tests: media/modern-media-controls/compact-media-controls/compact-media-controls-layout.html media/modern-media-controls/compact-media-controls/compact-media-controls-constructor.html
EWS Watchlist
Comment 6
2018-04-21 13:06:57 PDT
Created
attachment 338535
[details]
Archive of layout-test-results from ews107 for mac-sierra-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: ews107 Port: mac-sierra-wk2 Platform: Mac OS X 10.12.6
EWS Watchlist
Comment 7
2018-04-21 13:55:31 PDT
Comment on
attachment 338530
[details]
Patch
Attachment 338530
[details]
did not pass ios-sim-ews (ios-simulator-wk2): Output:
http://webkit-queues.webkit.org/results/7398184
New failing tests: media/modern-media-controls/compact-media-controls/compact-media-controls-layout.html media/modern-media-controls/compact-media-controls/compact-media-controls-constructor.html
EWS Watchlist
Comment 8
2018-04-21 13:55:32 PDT
Created
attachment 338537
[details]
Archive of layout-test-results from ews124 for ios-simulator-wk2 The attached test failures were seen while running run-webkit-tests on the ios-sim-ews. Bot: ews124 Port: ios-simulator-wk2 Platform: Mac OS X 10.13.4
EWS Watchlist
Comment 9
2018-04-21 14:12:25 PDT
Comment on
attachment 338530
[details]
Patch
Attachment 338530
[details]
did not pass mac-debug-ews (mac): Output:
http://webkit-queues.webkit.org/results/7398251
New failing tests: media/modern-media-controls/compact-media-controls/compact-media-controls-layout.html media/modern-media-controls/compact-media-controls/compact-media-controls-constructor.html
EWS Watchlist
Comment 10
2018-04-21 14:12:27 PDT
Created
attachment 338538
[details]
Archive of layout-test-results from ews116 for mac-sierra The attached test failures were seen while running run-webkit-tests on the mac-debug-ews. Bot: ews116 Port: mac-sierra Platform: Mac OS X 10.12.6
Antoine Quint
Comment 11
2018-04-21 14:42:44 PDT
(In reply to Dean Jackson from
comment #2
)
> Comment on
attachment 338530
[details]
> Patch > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=338530&action=review
> > Where is the test? > > > Source/WebCore/ChangeLog:18 > > + 8 frames and then a continuously looping animation going through the remaining frames. We use a frames() > > first serious use of frames()? nice.
In WebKit source? Probably.
> > Source/WebCore/Modules/modern-media-controls/controls/compact-activity-indicator.css:33 > > + /* There are 23 frames in the sprite. */ > > + -webkit-mask-size: 2300% 100%; > > If you want fully amazing CSS here.... --num-frames: 23; -webkit-mask-size: > calc(var(--num-frames) * 100%) 100%;
Hell yeah. That's going into the patch for landing.
Antoine Quint
Comment 12
2018-04-21 14:49:12 PDT
Committed
r230895
: <
https://trac.webkit.org/changeset/230895
>
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