Commit Graph

25190 Commits

Author SHA1 Message Date
Nathan Sobo
206e846cda Fix linter errors 2015-09-18 20:48:50 -06:00
Nathan Sobo
1f395a7e8c Remove mentions of benchmarks from the build, command palette 2015-09-18 20:48:50 -06:00
Nathan Sobo
d5cb555b61 Remove SpacePen from spec reporter 2015-09-18 20:48:50 -06:00
Nathan Sobo
93db5063c7 Remove debugger 2015-09-18 20:48:50 -06:00
Nathan Sobo
43de55b179 Fix delegated tooltips 2015-09-18 20:48:50 -06:00
Nathan Sobo
3c58e221a2 Add custom tooltip implementation that doesn’t depend on jQuery 2015-09-18 20:48:49 -06:00
Nathan Sobo
3bc68b91ba Handle document/window commands via command registry 2015-09-18 20:48:49 -06:00
Nathan Sobo
69664fc77b Remove space-pen-extensions
Move the last remaining feature into the tooltip manager.
2015-09-18 20:48:49 -06:00
Nathan Sobo
239da56130 Remove space-pen-extensions-spec 2015-09-18 20:48:49 -06:00
Nathan Sobo
035429b7bc Wait for fakeSearch to be defined in spec 2015-09-18 20:48:49 -06:00
Nathan Sobo
7a5e441987 Don’t document SpacePen viets as valid gutter decoration items
We should really be retrieving the view for the item from the view
registry, but that can be done in a different PR.
2015-09-18 20:48:49 -06:00
Nathan Sobo
2fdd40bd05 Remove SpacePen from lines-component 2015-09-18 20:48:49 -06:00
Nathan Sobo
5f97de5647 Remove jQuery from keymap-extensions 2015-09-18 20:48:49 -06:00
Nathan Sobo
2a79eaf7c2 Remove space-pen require from text-editor-element 2015-09-18 20:48:48 -06:00
Nathan Sobo
d98c678822 Support bare HTML elements in the most popular jasmine-query matchers 2015-09-18 20:48:48 -06:00
Nathan Sobo
eddd84c843 Drop jQuery from spec helper
Some of the global spec-helper methods that depend on jQuery may need
to be removed from package specs, but most should be rare based on my
checks.
2015-09-18 20:48:48 -06:00
Nathan Sobo
a977d93b7c Remove compatibility shims from space-pen-extensions 2015-09-18 20:48:48 -06:00
Nathan Sobo
4ac43cf994 Drop space-pen-extensions from WorkspaceSpec 2015-09-18 20:48:48 -06:00
Nathan Sobo
a93fde4e6a Rename window-spec to window-event-handler-spec 2015-09-18 20:48:48 -06:00
Nathan Sobo
9e59ab1e45 Don’t use jQuery in window-event-handler or its spec 2015-09-18 20:48:48 -06:00
Nathan Sobo
938a8e5230 Remove unused require 2015-09-18 20:48:47 -06:00
Nathan Sobo
f263fbe0d8 Drop jQuery from command-registry 2015-09-18 20:48:47 -06:00
Nathan Sobo
c790f987d4 Drop space-pen-extensions from atom.coffee 2015-09-18 20:48:47 -06:00
Nathan Sobo
8f7c9cd370 Don’t use jQuery in view-registry-spec 2015-09-18 20:48:47 -06:00
Nathan Sobo
fdfba54b43 Keep using jQuery for tooltips spec, not from atom-space-pen-extensions 2015-09-18 20:48:47 -06:00
Nathan Sobo
3e529e8e76 Don’t use jQuery in theme-manager-spec 2015-09-18 20:48:47 -06:00
Nathan Sobo
14a2181c66 Don’t use jQuery in package-spec 2015-09-18 20:48:47 -06:00
Nathan Sobo
f77cb3786c Terminate all directory searches if any fail
@bolinfest: I was seeing exceptions after the test terminated due to
one of the searches still running. I think since the promise rejects
with “all” semantics that we should cancel any other searches when one
fails. I wouldn’t expect them to continue if the promise is no longer
unresolved.
2015-09-18 20:48:46 -06:00
Nathan Sobo
e343125486 Drop attach/remove hook support for legacy SpacePen views 2015-09-18 20:48:46 -06:00
Nathan Sobo
0ab27610e5 Don’t use jQuery in package-manager-spec 2015-09-18 20:48:46 -06:00
Nathan Sobo
1efb03eb33 Don’t use space-pen in spec helper 2015-09-18 20:48:46 -06:00
Nathan Sobo
6ccb9573c6 Drop unused requires 2015-09-18 20:48:46 -06:00
Nathan Sobo
5271f29bf7 Don’t use jQuery to test atom protocol handler 2015-09-18 20:48:46 -06:00
Nathan Sobo
ed17c5f376 Remove benchmark suite
It depends on deprecated APIs and is broken anyway. Can always pull it
out of history if we want to revive it.
2015-09-18 20:48:46 -06:00
Nathan Sobo
c4cb690744 Drop SpacePen exports from ‘atom’ module 2015-09-18 20:48:45 -06:00
Nathan Sobo
c7ecad5576 Remove EditorView 2015-09-18 20:48:45 -06:00
Nathan Sobo
03d13753ee Remove ScrollView 2015-09-18 20:48:45 -06:00
Nathan Sobo
3414b904a0 Remove SelectListView 2015-09-18 20:48:45 -06:00
Nathan Sobo
4c73395608 Remove PaneContainerView and PaneView SpacePen shims 2015-09-18 20:48:45 -06:00
Nathan Sobo
6858833931 Remove pane-container-view-spec 2015-09-18 20:48:45 -06:00
Nathan Sobo
cb3ea39377 Move direction focus specs to pane-container-element-spec 2015-09-18 20:48:45 -06:00
Nathan Sobo
e01057b120 Remove tests of deprecated pane container behavior 2015-09-18 20:48:44 -06:00
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