Kevin Sawicki
|
d6212cfc79
|
Start caching source maps
|
2015-02-12 14:22:45 -08:00 |
|
Kevin Sawicki
|
da3b1a4881
|
Add root cache check in browser process
|
2015-02-12 14:22:44 -08:00 |
|
Kevin Sawicki
|
2bd782f9e0
|
⬆️ coffeestack@1
|
2015-02-12 14:22:44 -08:00 |
|
Kevin Sawicki
|
8a4fb47c74
|
⬆️ jasmine-tagged@1.1.4
|
2015-02-12 14:22:44 -08:00 |
|
Kevin Sawicki
|
dea381e83b
|
⬆️ exception-reporting@0.24
|
2015-02-12 14:22:44 -08:00 |
|
Kevin Sawicki
|
d7e4099bc4
|
⬆️ grim@1.1.2
|
2015-02-12 14:22:44 -08:00 |
|
Kevin Sawicki
|
e9eb3d1d34
|
Remove old coffee cache
|
2015-02-12 14:22:44 -08:00 |
|
Kevin Sawicki
|
0738d456b5
|
Use coffee-cash module
|
2015-02-12 14:22:44 -08:00 |
|
Kevin Sawicki
|
89d334f0b8
|
⬆️ season@5.1.4
|
2015-02-12 14:22:44 -08:00 |
|
Nathan Sobo
|
e739444800
|
Add an assertion when line is null in presenter
Refs #5527
|
2015-02-12 13:23:42 -07:00 |
|
Kevin Sawicki
|
19a524dd50
|
⬆️ release-notes@0.50
|
2015-02-12 11:42:45 -08:00 |
|
Max Brunsfeld
|
723117a2dc
|
🎨 fix linter errors
|
2015-02-12 11:36:16 -08:00 |
|
Max Brunsfeld
|
8339819c7b
|
Revert "Move reactCompat option to transform as per 6to5 deprecation warning."
This reverts commit 698b870491.
|
2015-02-12 11:33:05 -08:00 |
|
Michael Bolin
|
698b870491
|
Move reactCompat option to transform as per 6to5 deprecation warning.
Bumped the version of 6to5-core to `^3.6.0` to ensure `reactCompat` is
available as a transform rather than an option.
|
2015-02-12 11:29:14 -08:00 |
|
Ben Ogle
|
0a4378805d
|
⬆️ snippets@0.74.0
|
2015-02-12 11:01:42 -08:00 |
|
Max Brunsfeld
|
aa59c38264
|
Merge pull request #5491 from bolinfest/repository-provider
Set up the atom.repository-provider service and implement GitRepositoryP...
|
2015-02-12 11:00:05 -08:00 |
|
Ben Ogle
|
400976c366
|
⬆️ settings-view@0.180.0
|
2015-02-12 10:58:00 -08:00 |
|
Nathan Sobo
|
26a66342dc
|
Merge pull request #5519 from atom/ns-optimize-editor-presenter
Optimize TextEditorPresenter
|
2015-02-12 11:57:20 -07:00 |
|
Ben Ogle
|
ca1cf5a132
|
Merge pull request #5522 from atom/bo-return-item
Return pane items from the config opener, rather than using workspace.open
|
2015-02-12 10:57:07 -08:00 |
|
Nathan Sobo
|
2de097b78f
|
⬆️ markdown-preview for spec fix
|
2015-02-12 11:46:37 -07:00 |
|
Michael Bolin
|
5d788f9a6c
|
Use getPath() instead of getRealPathSync() because other parts of Atom are relying on getPath() for contains().
|
2015-02-12 10:45:20 -08:00 |
|
Ben Ogle
|
4a20dc9079
|
Return items from the opener, rather than using open
This way, options like `split: ‘left’` can be used with the config
URIs.
|
2015-02-12 10:43:35 -08:00 |
|
Nathan Sobo
|
b3d03d032a
|
🐎 Read TextEditor::cursors directly to avoid allocation
|
2015-02-12 11:34:45 -07:00 |
|
Nathan Sobo
|
205d1df7b4
|
Precompute ::startRow and ::endRow in presenter
|
2015-02-12 11:34:45 -07:00 |
|
Ben Ogle
|
dcbff35ef5
|
Handle EEXIST error with a better message
Closes #5518
|
2015-02-12 09:55:51 -08:00 |
|
Michael Bolin
|
653bd32a3f
|
Introduce local promise variable to simplify assertion.
|
2015-02-12 09:52:48 -08:00 |
|
Michael Bolin
|
248e958628
|
Move most test logic into waitsForPromise in git-repository-provider-spec.coffee
|
2015-02-12 09:49:40 -08:00 |
|
Michael Bolin
|
603a672629
|
Moved the bulk of the test into waitsForPromise to eliminate some extra variables.
|
2015-02-12 09:47:11 -08:00 |
|
Michael Bolin
|
efd9e505eb
|
split up one of the tests in git-repository-provider-spec.coffee
|
2015-02-12 09:43:17 -08:00 |
|
Michael Bolin
|
673dae9f5b
|
Remove snake-case variable names in tests.
|
2015-02-12 09:38:29 -08:00 |
|
Michael Bolin
|
5cbfc2473d
|
Remove snake-case variable names in tests.
|
2015-02-12 09:33:25 -08:00 |
|
Michael Bolin
|
ca31c08e22
|
Remove reference to private atom.project.repositoryForDirectory property in unit test.
|
2015-02-12 09:31:44 -08:00 |
|
Michael Bolin
|
a3286f1f1d
|
Fix up assertion messages. Make some .then() calls one-liners.
|
2015-02-12 09:28:26 -08:00 |
|
Michael Bolin
|
7a89366146
|
excise outdated comment
|
2015-02-12 09:22:27 -08:00 |
|
Michael Bolin
|
ddd0ef5eb1
|
change describe() to it() so runs() is nested in an it()
|
2015-02-12 09:20:17 -08:00 |
|
Nathan Sobo
|
cc80378b29
|
Precompute ::scrollTop in presenter
|
2015-02-12 09:36:44 -07:00 |
|
Nathan Sobo
|
5f3a3ec949
|
⬆️ markdown-review for core:copy code blocks fix
|
2015-02-12 09:20:28 -07:00 |
|
Nathan Sobo
|
541a91fb57
|
⬆️ atom-keymap for single-key modifiers on Linux and Windows
|
2015-02-12 08:16:31 -07:00 |
|
Michael Bolin
|
bdae2f99a8
|
Add a unit test for GitRepositoryProvider.
|
2015-02-11 23:27:59 -08:00 |
|
Michael Bolin
|
485a4deb83
|
Fix an assertion that was failing but was being reported as part of the wrong test.
|
2015-02-11 23:01:19 -08:00 |
|
Michael Bolin
|
5b03cfe878
|
Added unit test for Project::repositoryForDirectory and fixed the bug
that my unit test caught.
|
2015-02-11 22:38:02 -08:00 |
|
Nathan Sobo
|
4f5b989cbb
|
Use property instead of non-existent method in OverlayManager
|
2015-02-11 23:04:49 -07:00 |
|
Nathan Sobo
|
54fcaa6132
|
Precompute ::scrollHeight and cache ::scrollPastEnd config value
|
2015-02-11 23:01:08 -07:00 |
|
Nathan Sobo
|
05554d03e4
|
Precompute ::scrollWidth
|
2015-02-11 22:53:38 -07:00 |
|
Nathan Sobo
|
fc603aaa0d
|
Precompute ::clientHeight and ::clientWidth
|
2015-02-11 22:42:32 -07:00 |
|
Nathan Sobo
|
cf958ffeac
|
Don’t cascade computed values unless upstream values change
|
2015-02-11 22:34:42 -07:00 |
|
Nathan Sobo
|
a3f902104c
|
Precompute ::horizontalScrollbarHeight and ::verticalScrollbarWidth
|
2015-02-11 22:25:10 -07:00 |
|
Nathan Sobo
|
b6908b18b4
|
Precompute contentWidth
|
2015-02-11 22:06:11 -07:00 |
|
Nathan Sobo
|
be691b6a54
|
Precompute contentHeight and height
|
2015-02-11 22:04:05 -07:00 |
|
Ben Ogle
|
9e7fc1d0b2
|
⬆️ settings-view@0.179.0
|
2015-02-11 18:42:15 -08:00 |
|