Commit Graph

9272 Commits

Author SHA1 Message Date
Kevin Sawicki
c8b7040144 🐎 Find elements by id in spec reporter
Previously classes containing the spec/suite id were used which
caused major amounts of time finding DOM nodes using class selectors
instead of id selectors.

This decreases the Editor spec from ~90s to ~30s.
2013-08-28 14:56:52 -07:00
Kevin Sawicki
8e4c9076f1 Upgrade to jasmine-focused@0.12.0 2013-08-28 14:52:32 -07:00
Kevin Sawicki
1381ffdbf5 Invoke grunt callback when shell test command completes 2013-08-28 14:19:29 -07:00
Kevin Sawicki
b8c906d00e Only log warning if error occurs 2013-08-28 14:15:30 -07:00
Kevin Sawicki
d9c62a76bf Implement test task using grunt shell
This prevents duplicate messages in the CI build logs.
2013-08-28 14:11:05 -07:00
Kevin Sawicki
c27103db8a Expect output when -t/--test flag is specified 2013-08-28 12:54:16 -07:00
Kevin Sawicki
2f46539026 Use global.devResourcePath when running package specs
This allows package specs to be launched from windows that
are not in dev mode, previously the window would fail to launch
in this case.
2013-08-28 12:49:18 -07:00
Kevin Sawicki
6261124464 Update spec to use atom::close instead of window::close 2013-08-28 10:43:12 -07:00
Kevin Sawicki
29f1f5cbe5 Call close on native window instead of JS window
Added atom.close() which forwards to remote.getCurrentWindow().close()
since calling window.close() does not call the unload handler registered
on the window global.

Closes #764
2013-08-28 09:10:54 -07:00
Nathan Sobo
2921ac856c Fall back to empty document if window state cannot be deserialized
If the telepath serialization version has changed it will return null
from Site::deserializeDocument.
2013-08-28 10:03:40 -06:00
Nathan Sobo
4474212b3e Upgrade telepath for serialization version fix 2013-08-28 10:00:32 -06:00
Kevin Sawicki
b02ac8696e Add missing parens to call to app.quit() 2013-08-28 08:09:52 -07:00
Kevin Sawicki
bd96814576 Correct apm command 2013-08-28 08:01:56 -07:00
Kevin Sawicki
5091efab8e Correct apm command 2013-08-28 08:01:24 -07:00
Kevin Sawicki
14522f6769 Doc critical emoji commit message guidelines 2013-08-27 13:03:16 -07:00
Kevin Sawicki & Nathan Sobo
38422150b0 🚱 Clear blinking interval when cursor view is removed 2013-08-27 13:00:41 -07:00
Kevin Sawicki & Nathan Sobo
e28ef3a76c 🚱 Call off on active item when it is removed 2013-08-27 13:00:41 -07:00
Kevin Sawicki
6baaf404af 🚱 Use subscribe for tokenized buffer event listeners 2013-08-27 13:00:41 -07:00
Kevin Sawicki
f42bd3f34b 🚱 Clear config subscriptions when unobserving 2013-08-27 13:00:41 -07:00
Matt Colyer
2bca1abb2a Remove trailing whitespace 2013-08-27 10:17:02 -07:00
Matt Colyer
a44662c885 Actually fix task.coffee 2013-08-27 10:17:02 -07:00
Matt Colyer
0f014463c1 Undo accidental change to method signature 2013-08-27 10:17:02 -07:00
Matt Colyer
7c55348fde Fix incorrect biscotto references 2013-08-27 10:17:01 -07:00
Matt Colyer
ae59078c5d Update to biscotto 0.0.14 2013-08-27 10:17:01 -07:00
Matt Colyer
4cb1f6c509 Add comments to Task 2013-08-27 10:17:01 -07:00
Matt Colyer
16ab3e5538 Reformat Selection comments 2013-08-27 10:17:01 -07:00
Matt Colyer
696a54392e Determine public API of SelectList 2013-08-27 10:17:01 -07:00
Matt Colyer
9521358c55 Add note to scroll-view.coffee 2013-08-27 10:17:01 -07:00
Matt Colyer
a5e563c04c Reformatted comments for RootView 2013-08-27 10:17:01 -07:00
Matt Colyer
631995996b Reformat comments for project.coffee 2013-08-27 10:17:01 -07:00
Matt Colyer
f239cdf307 Add comments to pane.coffee 2013-08-27 10:17:01 -07:00
Matt Colyer
d3e482ed6f Reformat Git comments 2013-08-27 10:17:01 -07:00
Matt Colyer
75af26ea3e Reformat comments in file.coffee 2013-08-27 10:17:00 -07:00
Matt Colyer
2d547e3b9e Reformat comments in edit-session.coffee 2013-08-27 10:17:00 -07:00
Matt Colyer
e84a6b4869 Reformat Cursor class's comments to Markdown 2013-08-27 10:17:00 -07:00
Matt Colyer
c1c73a822a Mark classes as private per discussion 2013-08-27 10:17:00 -07:00
Matt Colyer
e774b956e0 Fix visibility of classes. 2013-08-27 10:17:00 -07:00
Matt Colyer
68affd9b08 Update Directory documentation. 2013-08-27 10:17:00 -07:00
Matt Colyer
dd1a04aec0 Add visibility to comments of Cursor 2013-08-27 10:17:00 -07:00
Matt Colyer
ec37ec1e49 Update Config documentation 2013-08-27 10:17:00 -07:00
Matt Colyer
3d1a27875d Update ApplicationMenu documentation 2013-08-27 10:17:00 -07:00
Matt Colyer
ad69522bd1 Update buffered-process's documentation 2013-08-27 10:16:59 -07:00
Matt Colyer
0043b9de77 Update atom-application documentation to latest format 2013-08-27 10:16:59 -07:00
Matt Colyer
0abbe8affb Change to bold for documentation sections 2013-08-27 10:16:59 -07:00
Matt Colyer
1c39b851e4 Update AtomApplication to new documentation style 2013-08-27 10:16:59 -07:00
Matt Colyer
fdf250871d Fix all biscoto warnings 2013-08-27 10:16:59 -07:00
Matt Colyer
0e8ec74662 Fix more TomDoc references 2013-08-27 10:16:59 -07:00
Matt Colyer
8e2777ccc0 Get class visibility correct 2013-08-27 10:16:59 -07:00
Matt Colyer
d5c2878d53 Document BufferedProcess and BufferedNodeProcess 2013-08-27 10:16:59 -07:00
Matt Colyer
f47fdd0ae1 Make AtomApplication class private 2013-08-27 10:16:59 -07:00