Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSync changes from mozilla-central gfx/wr #3925
Merged
Conversation
…. r=kvark This patch adds support for the capture and replaying of multiple frames during normal operation of Firefox. Ctrl + Shift + 6 starts capturing and pressing it again stops capturing. It attempts to capture the minimum amount of data required to replay a sequence for debugging purposes. There are several known limitations, particularly surrounding replaying when transitioning between snapshots of the resource cache. It will reload the entire document set, causing greater delay between frames. Should you advance too quickly, it may also panic due to a race between the current frame still being generated, and the new frame resetting the resource cache state. These should be resolved with time, and the current implementation should be workable to at least capture/debug most animated issues with some effort. It also adds support for loading dynamic properties which is necessary for accurate replaying of a captured frame (sequence or individual) which are in the middle of an animation. Differential Revision: https://phabricator.services.mozilla.com/D59755 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/419be99603579e7f98aa229e94176a498a0b2c3e
…stages CLOSED TREE [ghsync] From https://hg.mozilla.org/mozilla-central/rev/9171c1bb1e9593429d9761b02033e91255f966a3
…aterization requests. r=jrmuizel This line was accidentally removed here https://hg.mozilla.org/integration/autoland/rev/100387beceed5894fa594a07845a149cbddfb1b8#l5.486 Differential Revision: https://phabricator.services.mozilla.com/D71561 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/bef6ce79d8f66eaf9004e2e83d9d52deb3109f05
…. r=jrmuizel Differential Revision: https://phabricator.services.mozilla.com/D71436 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/5d233bc9aa65e76fbf761d6ffa24b0ca568a31ec
|
@bors-servo r=auto |
|
|
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
moz-gfx commentedApr 20, 2020
No description provided.