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 #4019
Merged
Conversation
…t in WR r=gw,jnicol this is a crash I'm seeing on "testcase.html" attachment, which is different from the originally reported one. Differential Revision: https://phabricator.services.mozilla.com/D83689 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/68618a10778e2759e89683168f73513dd951753d
…. CLOSED TREE [ghsync] From https://hg.mozilla.org/mozilla-central/rev/1b693164de4389acfa4b73167b56ad65341de09f
… with the the gecko DL. r=miko The extra_data_offset wasn't being set properly in the built display list's descriptor, so no items were being found. With that fixed it became evident that we need to disable the display list item cache for dumping to work, since we can't easily look up reuse items when doing the interleaved dumping. So this patch also adds some machinery for that. Differential Revision: https://phabricator.services.mozilla.com/D83778 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/422a055dfbae293ad9277720e5d9a0901e5cdad5
|
@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 commentedJul 16, 2020
No description provided.