Files
atom/static
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-06-01 22:51:46 +09:00
2017-06-01 20:57:57 +09:00
2017-06-01 14:22:46 +09:00
2017-04-13 15:53:37 -07:00
2017-05-19 11:07:38 +02:00
2016-06-29 13:15:20 +09:00
2016-11-02 22:03:22 +09:00
2017-06-01 22:51:46 +09:00
2016-09-21 15:20:03 +09:00
2017-06-01 20:57:57 +09:00
2016-06-29 13:15:20 +09:00
2016-09-07 15:38:00 +09:00