Commit Graph

6492 Commits

Author SHA1 Message Date
joshaber
4024ea956c Fix the test. 2015-12-14 23:58:04 -05:00
joshaber
b464916c56 Merge branch 'master' into dh-async-repo 2015-12-14 23:29:39 -05:00
joshaber
4c0f10360b Merge branch 'master' into dh-async-repo 2015-12-14 23:29:11 -05:00
Max Brunsfeld
a16b99fa58 Merge pull request #10062 from atom/mb-emit-state-update-on-model-scroll
Emit state update when model's scroll position is changed
2015-12-14 17:38:36 -08:00
Max Brunsfeld
02ab7179ce Emit state update when model's scroll position is changed 2015-12-14 16:56:53 -08:00
Antonio Scandurra
2e7048d8c6 Merge pull request #10028 from atom/ns-remove-presenter-flags
Remove non-essential update guard flags from TextEditorPresenter
2015-12-14 11:43:19 +01:00
Nathan Sobo
3d8058a9a4 Remove failing redundant assertions
The expectNoStateUpdate is sufficient to test the issue in question. Now
that most flags are removed, we can’t count on this part of the state
not being updated when we request a state recompilation.
2015-12-11 14:02:57 -07:00
Nathan Sobo
5cfd3423bf Use internal scroll assignment methods when committing logical positions
This prevents an addition pending assignment and cuts directly to
adjusting the positions.
2015-12-11 13:34:46 -07:00
joshaber
311728453e Merge branch 'master' into dh-async-repo 2015-12-11 14:48:13 -05:00
Antonio Scandurra
fa48b2fbe0 Make v8 version part of the key 2015-12-11 17:47:04 +01:00
joshaber
b9f5853729 Const. 2015-12-11 10:05:10 -05:00
Antonio Scandurra
a63c294dfd 🎨 2015-12-11 15:39:29 +01:00
Antonio Scandurra
1f5473b2dd Test cache invalidation 2015-12-11 15:37:56 +01:00
Antonio Scandurra
c5562d8446 Allow to supply an invalidation key to FileSystemBlobStore 2015-12-11 13:38:50 +01:00
Antonio Scandurra
cdd4212400 Pass an invalidation key in NativeCompileCache 2015-12-11 12:47:17 +01:00
joshaber
976fe0f2cf Linter 2015-12-10 20:19:58 -05:00
joshaber
81d4f06802 And that's why we write tests. 2015-12-10 20:00:37 -05:00
joshaber
35768f8595 Merge branch 'master' into dh-async-repo 2015-12-10 17:57:38 -05:00
Nathan Sobo
85c6139579 Don’t force DOM updates in LinesYardstick
Instead, determine the need for a DOM update in the component before
measuring with the lines yardstick, and break `updateSync` into two
explicit pre- and post-measurement phases.
2015-12-10 14:47:05 -07:00
joshaber
5302fb84a9 Better test name. 2015-12-10 16:44:51 -05:00
joshaber
0794ea365d Tinker tailor soldier spy. 2015-12-10 16:43:25 -05:00
joshaber
bc14c28f11 Use the usual name. 2015-12-10 16:42:11 -05:00
joshaber
1a04c5a9c2 Be more specific in our error names. 2015-12-10 16:41:38 -05:00
joshaber
47606507f7 We want the booleans. 2015-12-10 16:31:36 -05:00
joshaber
e867b68eab Match the ordering of the GitRepository spec. 2015-12-10 10:38:15 -05:00
joshaber
86e39a22ff Test .destroy(). 2015-12-10 10:35:53 -05:00
joshaber
4711d03675 Tests for .checkoutHeadForEditor. 2015-12-10 10:35:07 -05:00
joshaber
f0a9c5d9f0 Just use the repo declared above. 2015-12-10 10:33:56 -05:00
joshaber
f3cfb5d069 Merge branch 'master' into dh-async-repo 2015-12-09 15:44:45 -05:00
joshaber
538ff83448 Merge branch 'master' into dh-async-repo 2015-12-09 15:39:26 -05:00
Antonio Scandurra
769b7bcd89 Merge branch 'master' into as-deserialize-untitled-editors
# Conflicts:
#	package.json
2015-12-09 08:48:04 +01:00
Max Brunsfeld
d835ac0ac8 Add spec for re-registering schema after unloading package 2015-12-08 11:27:20 -08:00
Max Brunsfeld
03a2846eb5 Remove redundant unloadPackage call in spec 2015-12-07 17:24:34 -08:00
Antonio Scandurra
1f955f0aab 🔥 💚 Remove outdated spec
This made the build fail because we were checking that a TextEditor couldn't
have been serialized when the path didn't exist. This is exactly the opposite we
want to do for restoring untitled editors, therefore I think it's safe to delete
this test.

/cc: @nathansobo for extra 👀
2015-12-07 22:03:28 +01:00
Max Brunsfeld
5825fb51b5 Merge pull request #9948 from dirk-thomas/order_config_cson
save config.cson in alphabetic order
2015-12-07 11:19:56 -08:00
Antonio Scandurra
a8a9581ef4 🎨 Use only id 2015-12-07 19:57:30 +01:00
Antonio Scandurra
e0bb800dd3 Write integration spec 2015-12-07 15:54:22 +01:00
Antonio Scandurra
f7a4ef4a84 Deserialize also untitled buffers 2015-12-07 14:47:23 +01:00
Dirk Thomas
6e2061c076 add spec for ordered config.cson 2015-12-06 17:15:13 -08:00
Antonio Scandurra
1c5c973823 Merge branch 'master' into as-user-keybindings-priority
# Conflicts:
#	spec/package-manager-spec.coffee
2015-12-04 16:18:56 +01:00
joshaber
0adf251321 Merge branch 'master' into dh-async-repo 2015-12-03 21:14:12 -05:00
Kevin Sawicki
1fac3cb4e2 Merge pull request #9620 from DouweM/window-title
Use em-dash in window title and exclude app name on OS X
2015-12-03 16:23:43 -08:00
Wliu
2b694bb4b1 Merge pull request #9921 from atom/wl-update-for-js-scope-changes
Update specs for language-javascript changes
2015-12-03 17:26:17 -05:00
joshaber
4fbbcac3bc Added .getLineDiffs 2015-12-03 15:34:58 -05:00
Max Brunsfeld
fe5b1b70e8 Fix paragraph motions in the presence of CRLF line endings 2015-12-03 12:07:15 -08:00
Max Brunsfeld
76b6ca5043 Make CRLF word-movement tests pass 2015-12-03 11:52:45 -08:00
joshaber
53be0cf965 Added .checkoutReference 2015-12-03 14:07:12 -05:00
Max Brunsfeld
71d2761c1a Merge pull request #9763 from dranzerashi/patch-1 2015-12-03 10:30:48 -08:00
joshaber
74a0528bef Added .getConfigValue 2015-12-03 12:18:00 -05:00
joshaber
70601772d0 Added .getReferenceTarget 2015-12-03 11:54:55 -05:00