You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
ThibG dc0750abc3 Fix manual scrolling issue on Firefox/Windows (#12648)
Fixes #12607

`will-change: transform` apparently makes manual scrolling impossible on
Firefox/Windows. While this should probably be considered a Firefox bug,
`will-change: transform` seem like a very aggressive performance hint that
may possibly make the browser consume more resources than needed, especially
in multiple-column mode.

This was originally added to improve scrolling performances on mobile, but
I think this isn't necessary anymore, because of the two following reasons:
- `contain: paint` (which is implied by `contain: strict`, which we apply
  whenever the browser supports grids) should have similar effects
- in single-column mode, the scrolling container is the root element, which
  I believe is optimized in at least Chromium

Keep in mind that I have not been able to make in-depth benchmarks, and
especially not been able to try on mobile, so performances should probably
be investigated further…
6 years ago
..
chewy
controllers Fix missing error templates for non-HTML requests (#12593) 6 years ago
helpers Remove some duplicate methods from StatusHelper and reflect changes to AccountHelper (#12545) 6 years ago
javascript Fix manual scrolling issue on Firefox/Windows (#12648) 6 years ago
lib Clean up OStatus-related codepaths (#12173) 6 years ago
mailers
models Fix custom emoji category creation silently erroring out on duplicate category (#12647) 6 years ago
policies
presenters Fix n+1 query for bookmarks on statuses (#12494) 6 years ago
serializers Add basic support for group actors (#12071) 6 years ago
services Fix link crawler not specifying accepted content-type (#12646) 6 years ago
validators
views Admin setting to disable default follows (#12566) 6 years ago
workers Fix various issues with account migration (#12301) 6 years ago