Files
atom/spec
Nathan Sobo a71a524ec7 Rework DOM measurement to try to prevent measurement errors
* Simplify scrollbar refresh and measurement by using imperative DOM
  manipulation instead of React to hide/show scrollbars.
* Rename `::performInitialMeasurement` to `::becameVisible`
* Break `::checkForVisibilityChange` out of `::pollDOM` and use it in
  to check for the element becoming visible in `componentWillUpdate`.
* Don't rely on stored visibility state anywhere. Always check again.
  This could potentially be cached for an update cycle but being wrong
  about this is disastrous so I'm being conservative.
2014-08-21 17:50:46 -06:00
..
2014-07-25 15:23:36 -07:00
2014-07-22 14:10:29 -07:00
2014-07-08 11:18:47 -07:00
2014-07-31 08:42:31 -07:00
2014-02-02 19:29:54 +06:00
2014-07-01 10:54:36 -07:00