Files
atom/spec
Nathan Sobo d0cb8e2c55 Store project directory paths as state on AtomWindow in browser process
Fixes #9574

Previously, we were storing the project directory paths as the
`initialPaths` key in load settings, which were accessed in the browser
process by reading the URL hash. However, this URL hash was not always
available, subjecting us to timing issues when opening multiple files
in the same folder in rapid succession.

We now store the project directory paths directly on AtomWindow
instances on creation, then RPC changes from the render process to the
browser process with a custom code path.

Shout out to :airplane::finnadie:’d @as-cii on this for pairing with me.
2015-11-17 21:00:13 -08:00
..
2015-11-04 18:26:27 +01:00
2015-11-10 15:37:01 -07:00
2015-09-18 20:48:51 -06:00
🎨
2015-11-11 20:26:23 +01:00
2015-11-10 13:54:42 -08:00
2014-02-02 19:29:54 +06:00
2015-11-17 08:53:13 -08:00
2015-11-06 10:26:36 -05:00