Commit Graph

27426 Commits

Author SHA1 Message Date
Katrina Uychaco
81f30d4908 Only call package serialize methods once on quit 2016-02-01 16:49:21 -08:00
Katrina Uychaco
5e21f7bad9 Serialize package upon deactivation 2016-02-01 16:11:10 -08:00
Katrina Uychaco
224b51d17c Add disposable for removing debouncedSaveState listener 2016-01-28 22:49:46 -07:00
Katrina Uychaco
9cec10d9c0 Remove atom environment state instance variable 2016-01-28 22:48:31 -07:00
Katrina Uychaco
c9012a2288 Call AtomEnvironment::deserialize in AtomEnvironment::loadStateSync 2016-01-28 15:48:45 -07:00
Katrina Uychaco
92bd5051b3 Add env version and window dimensions to serialized state 2016-01-28 15:47:37 -07:00
Katrina Uychaco
a54f4679af Fix tests 2016-01-28 15:46:40 -07:00
Katrina Uychaco
dff4aa8e84 Use method name store rather than storeAsync 2016-01-28 14:03:10 -07:00
Katrina Uychaco
29deb61d4e Remove AtomEnvironment state instance variable. Tests WIP 2016-01-28 01:29:46 -07:00
Katrina Uychaco
54a03516bf Save state asynchronously on mousedown and keydown events. Tests WIP 2016-01-28 00:58:58 -07:00
Katrina Uychaco
5148b8ca3d Save state on keydown rather than on keypress 2016-01-28 00:47:21 -07:00
Katrina Uychaco
a2f9a8d32e Rename StorageFolder::store to ::storeSync 2016-01-27 23:52:41 -07:00
Katrina Uychaco
126baafda3 Assign debounce interval to property 2016-01-27 15:11:40 -07:00
Katrina Uychaco
8d55bbcdea 🎨 clean up test 2016-01-27 15:10:35 -07:00
Katrina Uychaco
e09c7a9911 Avoid binding method before it’s spied upon when debouncing 2016-01-27 14:58:19 -07:00
Katrina Uychaco
df83078d74 Save state on mousedown or keypress events (debounce 1s). Tests WIP 2016-01-27 11:15:02 -07:00
Katrina Uychaco
39cb52c224 Fix tests for serialization 2016-01-27 11:13:29 -07:00
Katrina Uychaco
82d584bac6 Serialize in saveStateSync. Separate deserialization from deactivation. 2016-01-26 23:01:44 -07:00
Katrina Uychaco
a8692f1984 Extract serialize functionality from ::deactivatePackage. Tests WIP 2016-01-26 22:46:17 -07:00
Wliu
62c1f6a181 ⬆️ language-gfm@0.84.0 2016-01-23 22:11:40 -05:00
Josh Abernathy
f914d1870e Merge pull request #10549 from atom/bump-nodegit
⬆️ nodegit@0.9.0
2016-01-23 14:49:32 -05:00
joshaber
191e607bd6 Merge branch 'stable' 2016-01-22 17:01:03 -07:00
joshaber
1cb7466d68 ⬆️ nodegit@0.9.0 2016-01-22 12:08:00 -07:00
Josh Abernathy
91eb2b2a28 Merge pull request #10293 from atom/as-more-flexible-inputs-for-blob-store
Ignore errors when loading an invalid blob store
2016-01-22 11:44:29 -07:00
Wliu
1cc62bf932 ⬆️ language-php@0.37.0 2016-01-21 20:32:33 -05:00
Josh Abernathy
a1dcdfa2ca Merge pull request #10523 from atom/babelify-js
Babelify the app source too.
2016-01-20 17:05:32 -07:00
joshaber
ce709d145b Babelify the app source too.
Fixes #10509.
2016-01-20 14:43:21 -07:00
Wliu
08e796500d Merge pull request #10441 from casesandberg/bug/cleanup-specs
Remove Duplicate Require Statements and Unify Syntax on '
2016-01-20 15:25:36 -05:00
Josh Abernathy
1be4453c53 Merge pull request #10507 from atom/handle-broken-submodules
Handle broken submodules
2016-01-19 17:38:25 -07:00
joshaber
60c33f6bc9 Open submodules directly instead of searching. 2016-01-19 16:35:36 -07:00
joshaber
50c74499dc Link to the libgit2 issue. 2016-01-19 16:34:30 -07:00
joshaber
514842ca77 If we can't refresh a submodule, drop it. 2016-01-19 11:59:16 -05:00
Wliu
a797c9b9f8 ⬆️ language-javascript@0.106.0 2016-01-19 09:53:07 -05:00
Josh Abernathy
ab02a7b5a9 Merge pull request #10445 from atom/update-nodegit
Update nodegit
2016-01-19 08:34:35 -05:00
Josh Abernathy
48eb5ab774 Merge pull request #10468 from atom/fix-64-bit-windows
Fix 64-bit Windows builds
2016-01-18 22:20:58 -05:00
Michael Bolin
04b100fab8 Revert "Honor created() function for an item in a submenu."
This reverts commit 9917ed39aa.

Sorry, apparently I don't know how to use Git anymore.
I'm just trying to put this up for review and it went straight
to master instead.
2016-01-18 16:36:49 -08:00
Michael Bolin
9917ed39aa Honor created() function for an item in a submenu.
Fixes #10483.
2016-01-18 16:34:36 -08:00
Michael Bolin
f8d20760af Revert "Honor created() function for an item in a submenu."
This reverts commit 962308509b.
2016-01-18 16:33:35 -08:00
Michael Bolin
962308509b Honor created() function for an item in a submenu.
Fixes #10483.
2016-01-18 16:32:16 -08:00
Lee Dohm
f826d38d0b Merge pull request #10068 from atom/ld-linkify-promise-docs
📝 Linkify all docs mentions of Promises
2016-01-18 00:23:52 -08:00
Josh Abernathy
032a734325 A better description of why we're forcing 32-bit. 2016-01-17 15:47:18 -05:00
Josh Abernathy
e87c90449e Revert "Always set the architecture to ia32 on Windows."
This reverts commit 5c77effc20.
2016-01-17 15:45:30 -05:00
Josh Abernathy
44894203e7 Force 32-bit binaries from node-pre-gyp. 2016-01-17 00:07:50 -05:00
Machisté N. Quintana
0893201e3c Merge pull request #10452 from pra85/patch-1
Update license year to 2016
2016-01-16 08:46:39 -05:00
Prayag Verma
5a2c8ff962 Update license year to 2016 2016-01-16 13:21:11 +05:30
joshaber
7ab501ce9d Disable the test for now. 2016-01-15 17:42:48 -05:00
joshaber
1fb1376769 Even more async. 2016-01-15 17:40:14 -05:00
joshaber
e5aebcb351 Revert "Wait a tick before checking for path subscriptions?"
This reverts commit d9cf7a73c6.
2016-01-15 17:36:22 -05:00
case
59b8846667 Remove Accidental Semicolons 2016-01-15 16:22:08 -06:00
Katrina Uychaco
7b69ed7b4f ⬆️ tabs@0.90.0 2016-01-15 14:06:15 -08:00