Files
atom/spec
Antonio Scandurra b486e3edda Move highlight decorations outside of tiles
As a consequence of https://github.com/atom/atom/pull/15378, we are now
able to render highlight decorations in a separate div, as opposed to
having an highlight container for each tile.

Code-wise this is much simpler, because highlights spanning multiple
tiles can be represented via a single region and don't need to be split
across the tiles they span anymore. As a byproduct, performance should
improve as well, because the number of nodes that need to be managed
should decrease significantly.

This also fixes https://github.com/atom/atom/issues/15449, and other
similar rendering artifacts, because highlight decoration DOM nodes
won't need to move between tiles anymore when their position changes.
2017-08-29 11:44:07 +02:00
..
2017-08-14 12:28:19 +02:00
2017-08-01 15:08:04 -04:00
2017-03-11 19:05:28 +01:00
2017-08-02 19:34:44 -04:00
2017-08-17 22:01:25 -04:00
2016-10-27 10:57:48 -07:00
2016-09-26 20:52:13 +03:00
2016-09-26 20:52:13 +03:00
2017-08-09 12:43:35 -04:00
👕
2016-12-22 16:39:40 -08:00