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 #3790
Merged
Conversation
This makes it easier to debug glyph rasterization issues Differential Revision: https://phabricator.services.mozilla.com/D51310 [wrupdater] From https://hg.mozilla.org/mozilla-central/rev/3a6ca30f318eaa59284333b04c33244be2f750fe
…n a CLOSED TREE [wrupdater] From https://hg.mozilla.org/mozilla-central/rev/590a140740ae82dbfc658dce8d3766f9fad3fefa
…kvark (1) Reduce size of content tiles from 2048 x 512 to 1024 x 512. This reduces the large extra overhead of tiles on screens that are not 4k resolution. (2) Remove small 128 x 128 tiles. These typically create a lot of OS compositor surfaces, which adds significant overhead on some platforms. Having them be normal content tiles also means no resizing of the picture cache for the UI when the awesome bar and/or status bar is on. (3) Add support for very narrow cache surfaces. This is a special use case for scrollbar caches. It's worth supporting this special case for the significant memory and performance savings for these surfaces. Differential Revision: https://phabricator.services.mozilla.com/D51541 [wrupdater] From https://hg.mozilla.org/mozilla-central/rev/5647ec4ba6f2566912e71637d2c1e063d899c103
|
@bors-servo r+ |
|
|
bors-servo
added a commit
that referenced
this pull request
Nov 4, 2019
Sync changes from mozilla-central
|
|
This makes it easier to debug glyph rasterization issues Differential Revision: https://phabricator.services.mozilla.com/D51310 [wrupdater] From https://hg.mozilla.org/mozilla-central/rev/f88700daff3a2eaeadeab2b5bc2cf5b1cbc3fe57
Bug 1593013 was filed to reenable them. Differential Revision: https://phabricator.services.mozilla.com/D51284 [wrupdater] From https://hg.mozilla.org/mozilla-central/rev/de9d244524e4be16623f91e9738517baaef75ad7
|
@bors-servo r+ |
|
|
|
bors-servo
added a commit
that referenced
this pull request
Nov 4, 2019
Sync changes from mozilla-central
|
|
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 commentedNov 4, 2019
No description provided.