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 #3846
Merged
+204
−126
Conversation
…r=gw Third iteration: Fix broken scrolling (and incorrect positioning of quad tree lines) by serializing the SpaceMapper(-transform) from take_context, and using it to transform the primitive rects (instead of the previous translation based on unclipped.origin); Note: this is done at visualization time and not at export time to distinguish actually moving elements from merely-scrolling ones. Serialize the entire UpdateList, so we get the data (Keys) that's being added; add it to the overview; Move the static CSS code into tilecache_base.css; add this and the .js file to the binary, write them as part of output (instead of manual copy); clean up CSS a bit; Differential Revision: https://phabricator.services.mozilla.com/D61049 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/535ae1d4818a3f0af64d61846035135751352bd1
…tage. CLOSED TREE [ghsync] From https://hg.mozilla.org/mozilla-central/rev/dd5f0e2d407e0f8481fe15739bad434ef0fb048b
…r=gw a=reland CLOSED TREE Third iteration: Fix broken scrolling (and incorrect positioning of quad tree lines) by serializing the SpaceMapper(-transform) from take_context, and using it to transform the primitive rects (instead of the previous translation based on unclipped.origin); Note: this is done at visualization time and not at export time to distinguish actually moving elements from merely-scrolling ones. Serialize the entire UpdateList, so we get the data (Keys) that's being added; add it to the overview; Move the static CSS code into tilecache_base.css; add this and the .js file to the binary, write them as part of output (instead of manual copy); clean up CSS a bit; Differential Revision: https://phabricator.services.mozilla.com/D61049 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/748cc6e57cd0b0fab4357ae38eb5bdae505afdac
|
@bors-servo r=auto |
|
|
bors-servo
added a commit
that referenced
this pull request
Jan 29, 2020
Sync changes from mozilla-central gfx/wr
|
|
…r=nataliaCs Differential Revision: https://phabricator.services.mozilla.com/D61207 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/388a4d04e91159527a69fa1e3d2a91e7155247aa
|
@bors-servo r=auto |
|
|
bors-servo
added a commit
that referenced
this pull request
Jan 29, 2020
Sync changes from mozilla-central gfx/wr
|
|
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 commentedJan 29, 2020
No description provided.