This repository has been archived by the owner on May 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 448
Add to playlist option freezes on 3aw.com #3665
Labels
Milestone
Comments
Update, i can reproduce the crash on dev build only, |
7 tasks
iccub
pushed a commit
that referenced
this issue
May 19, 2021
* Possible fix for performance issues in playlist for some users. Instead of using observers or mutation observers or anything observing, we hook the exact attribute of the element we want to be notified about. In our case, this is always going to be an HTMLVideoElement and HTMLAudioElement. We can ignore HTMLSourceElement.
iccub
pushed a commit
that referenced
this issue
May 19, 2021
* Possible fix for performance issues in playlist for some users. Instead of using observers or mutation observers or anything observing, we hook the exact attribute of the element we want to be notified about. In our case, this is always going to be an HTMLVideoElement and HTMLAudioElement. We can ignore HTMLSourceElement.
iccub
pushed a commit
that referenced
this issue
May 21, 2021
* Possible fix for performance issues in playlist for some users. Instead of using observers or mutation observers or anything observing, we hook the exact attribute of the element we want to be notified about. In our case, this is always going to be an HTMLVideoElement and HTMLAudioElement. We can ignore HTMLSourceElement.
Verification passed on iPhone XR with iOS 13.5 running 1.25.1(21.5.21.22)
+Verification passed on iPhone 7+ with iOS 14.5.1 running 1.25.1(21.5.21.22)
Verification passed on iPad Pro with iOS 14.5.1running 1.25.1(21.5.21.22)
|
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
Labels
Description:
Reported here
Steps to Reproduce
Actual result:
Notice it freezed the app for few seconds
Expected result:
Reproduces how often: [Easily reproduced, Intermittent Issue]
Brave Version:
Device details:
Website problems only:
Additional Information
The text was updated successfully, but these errors were encountered: