Nathan Sobo
2b75244240
Move pane container saveAll specs to model layer
2015-09-18 20:48:44 -06:00
Nathan Sobo
8d0207e82b
Move pane container serialization specs to model layer
2015-09-18 20:48:44 -06:00
Nathan Sobo
34f16e2da5
Remove pane-view-spec
2015-09-18 20:48:44 -06:00
Nathan Sobo
6556405502
Move pane drag and drop specs to pane-element-spec
2015-09-18 20:48:44 -06:00
Nathan Sobo
b405ad2f9b
Move test of pane focus on attachment to pane-element-spec
2015-09-18 20:48:44 -06:00
Nathan Sobo
f0fe2d8463
Move spliting/unsplitting panes DOM specs to pane-container-element-spec
2015-09-18 20:48:44 -06:00
Nathan Sobo
e1b8680e1c
Move pane focus handling tests to pane-element-spec
2015-09-18 20:48:44 -06:00
Nathan Sobo
b053e95aa7
Move tests of adding/removing pane active class to pane-element-spec
2015-09-18 20:48:43 -06:00
Nathan Sobo
fec21165d0
Move pane focus transfer test to pane-container-element-spec
2015-09-18 20:48:43 -06:00
Nathan Sobo
4f3db6a271
Remove some tests for outdated pane behaviors
2015-09-18 20:48:43 -06:00
Nathan Sobo
60670b9c3c
Move pane item removal specs to pane-element-spec
2015-09-18 20:48:43 -06:00
Nathan Sobo
dfda3adb96
Move view-level specs for active pane item changing to pane-element-spec
2015-09-18 20:48:43 -06:00
Nathan Sobo
6fec11780b
🔫 WorkspaceView shim
2015-09-18 20:48:43 -06:00
Nathan Sobo
131e2a29b4
🔫 workspace-view-spec
2015-09-18 20:48:43 -06:00
Nathan Sobo
4d231b2a24
Move panel containers specs to workspace-element-spec
2015-09-18 20:48:43 -06:00
Nathan Sobo
ac6a5846b7
Move font styling specs to workspace-element-spec
2015-09-18 20:48:43 -06:00
Nathan Sobo
d3b6454037
Move scrollbar style observation specs to workspace-element-spec
2015-09-18 20:48:42 -06:00
Nathan Sobo
117d1507ab
Move ‘core:close’ specs in workspace-view-spec to workspace-spec
2015-09-18 20:48:42 -06:00
Nathan Sobo
7fc04501c9
Remove specs for deprecated WorkspaceView::eachEditorView method
2015-09-18 20:48:42 -06:00
Nathan Sobo
d44f13a51e
Test window:toggle-invisibles in workspace-element-spec, more simply
2015-09-18 20:48:42 -06:00
Nathan Sobo
0ba313a6f2
Move workspace focus specs to workspace-element-spec
2015-09-18 20:48:42 -06:00
Nathan Sobo
e6c7ce215b
Move keymap wiring specs from workspace-view-spec to window-spec
2015-09-18 20:48:42 -06:00
Nathan Sobo
f5c7061257
Move workspace serialization specs to workspace-spec
2015-09-18 20:48:39 -06:00
Nathan Sobo
ccfa36d1b1
Preserve all event properties when dispatching commands
...
Fixes https://github.com/atom/vim-mode/issues/863
Fixes https://github.com/atom/atom/issues/8845
---
Re-applying this commit because it was accidentally merged from stable to
beta and master with `--strategy ours` (discarding the changes) instead of
`-X ours` (discarding conflicting changes).
Signed-off-by: Max Brunsfeld <maxbrunsfeld@github.com >
2015-09-18 15:53:44 -07:00
Nathan Sobo
6b66bf7b0a
Fix use of _atomModuleCache in getNativeModuleDependencyPaths
...
Previously, we weren’t converting the relative path from the module
cache and the test wasn’t strong enough to detect this fact.
2015-09-17 17:21:52 -06:00
Nathan Sobo
0717c1d377
Merge PR #8826 into stable
2015-09-17 16:29:03 -06:00
Chen Shen
20dcdf77a4
update
2015-09-17 09:52:00 -07:00
Chen Shen
02457990f1
add ignored files
2015-09-17 09:23:09 -07:00
Chen Shen
7ea141b376
add
2015-09-17 09:09:57 -07:00
Antonio Scandurra
12b926c82a
🔥
2015-09-17 17:15:51 +02:00
Antonio Scandurra
3575928cce
Move continuous reflow setting into TextEditorElement
2015-09-17 17:14:00 +02:00
Antonio Scandurra
91bb8f518d
Merge branch 'master' into as-continuous-reflow
2015-09-17 16:58:37 +02:00
Antonio Scandurra
ad83a03440
Merge branch 'master' into as-recycle-nodes
...
# Conflicts:
# src/line-numbers-tile-component.coffee
# src/lines-tile-component.coffee
2015-09-15 11:50:54 +02:00
Antonio Scandurra
028f57aefb
💚
2015-09-15 11:35:30 +02:00
Antonio Scandurra
c7d4871453
Merge pull request #8730 from atom/as-faster-style-recalculation
...
Faster Style Recalculations
2015-09-15 11:25:10 +02:00
Antonio Scandurra
c8c69a99b9
Release free nodes after destroying TextEditor
2015-09-15 10:36:47 +02:00
Antonio Scandurra
f0bc6ca23a
🎨 Some renaming
2015-09-14 20:27:25 +02:00
Antonio Scandurra
e9bf04b50b
Guard against some edge cases
2015-09-14 20:21:37 +02:00
Antonio Scandurra
4349b152d5
🎨
2015-09-14 18:22:31 +02:00
Antonio Scandurra
536a5f4395
🐎 Save an allocation while removing nodes
2015-09-14 17:44:57 +02:00
Antonio Scandurra
ece15b2a24
Recycle tile nodes (and descendants)
2015-09-14 14:48:30 +02:00
Antonio Scandurra
9af7795a7e
Avoid skipping null bytes
...
Now that we build DOM nodes via `document.createElement`, there's no need to
skip null byte characters (nor to avoid to pair them) because the browser will
keep them in the document (unlike `innerHTML`).
2015-09-14 11:45:29 +02:00
Nathan Sobo
6edd3fde76
Add spec for token iterator regression
2015-09-10 10:16:38 -07:00
Max Brunsfeld
2dbd556c50
Fix chromedriver location in integration specs
2015-09-09 12:34:28 -07:00
Antonio Scandurra
493df95294
Merge branch 'master' into as-faster-style-recalculation
2015-09-09 20:53:58 +02:00
Antonio Scandurra
fe039a0f3c
💚
2015-09-09 13:31:34 +02:00
Antonio Scandurra
51050bde19
Remove z-index specs
2015-09-08 19:37:41 +02:00
Nathan Sobo
ea5b12d69c
Clear build failures, cached incompatible modules after rebuild
2015-09-08 09:53:45 -06:00
Nathan Sobo
f571ee7baf
Add Package::rebuild
2015-09-08 09:53:45 -06:00
Antonio Scandurra
23cb2740cd
🐎 Remove class from tiles
2015-09-08 16:44:44 +02:00