Commit Graph

23049 Commits

Author SHA1 Message Date
Kevin Sawicki
1e893b0c0a Prepare 0.194 2015-04-21 15:27:13 -07:00
Machiste N. Quintana
c2d9e8973e Add david-dm dependency status badge to Readme 2015-04-21 17:11:24 -04:00
Antonio Scandurra
c826d799fa Remove nodejs 0.10 from build matrix 2015-04-21 22:22:03 +02:00
Michael Bolin
bf9999d07a core:select-up/down should work in mini editor as well as main editor.
Fixes #6445.
2015-04-21 12:50:20 -07:00
Ben Ogle
c795879e0c Update colors in syntax fallback vars 2015-04-21 11:43:54 -07:00
bolinfest
9721e1306f Merge pull request #6446 from atom/bf-bump-babel-5.1.11
⬆️ babel-core@5.1.11
2015-04-21 11:31:53 -07:00
Kevin Sawicki
7c0e33225f ⬆️ notifications@0.40 2015-04-21 11:14:23 -07:00
Nathan Sobo
e9e0857a5e Merge pull request #6449 from atom/ns-update-again-in-frame
Perform DOM updates requested from DOM reads in the same frame, after we finish reading
2015-04-21 08:20:14 -06:00
Antonio Scandurra
b2ac9be211 Use concurrency variable only to configure async/parallel stuff 2015-04-21 16:15:04 +02:00
Nathan Sobo
9823f4ce09 Fix legacy event spec for scheduler change 2015-04-21 08:09:07 -06:00
Antonio Scandurra
b2d7a203e7 Run specs in series when concurrency is 1
We need to run specs in series on the Travis Build, because workers have less
than 2 cores: trying to parallelize jobs on such machines increases
context-switching, thus making specs slower and, as a result, flakier.
2015-04-21 15:23:49 +02:00
Antonio Scandurra
8da6caebdc Merge branch 'master' into as-better-travis-ci 2015-04-21 15:19:50 +02:00
Nathan Sobo
76a919f8b4 Perform document updates in same frame when requested from reads
A common pattern is to put something on the DOM, measure it, then update
the DOM again based on that measurement. This change ensures that any
updates requested as a result of reading from the DOM get scheduled for
the end of the current frame. If you want to read *again* after these
follow-on updates, you will need to wait for the next frame. But at
least this way we ensure instant feedback with minimal thrashing
(1 reflow) when we have no choice but to read the DOM before updating.

/cc @benogle
2015-04-20 22:01:36 -06:00
Ben Ogle
4fb59af3cc Add fallback syntax var for attributes 2015-04-20 18:34:05 -07:00
Kevin Sawicki
1cc5c83af7 ⬆️ notifications@0.39 2015-04-20 17:56:17 -07:00
Kevin Sawicki
af5618e0b1 Merge pull request #6447 from atom/ks-do-not-bundle-package-specs
Do not bundle package specs
2015-04-20 16:47:13 -07:00
Kevin Sawicki
ab9a6c12b3 Only log out top 25 file types 2015-04-20 16:34:55 -07:00
Kevin Sawicki
2d57580881 Add --extension option to log out all found paths 2015-04-20 16:31:28 -07:00
Kevin Sawicki
dfc30830ff Recurse into .asar files 2015-04-20 16:23:41 -07:00
Kevin Sawicki
e4007f7c8f Precompile spec/ CoffeeScript files 2015-04-20 16:11:51 -07:00
Kevin Sawicki
65cc948647 Don't bundle native source files 2015-04-20 16:11:51 -07:00
Kevin Sawicki
0cd8a300f8 Don't bundle spec .less files in cache 2015-04-20 16:11:51 -07:00
Kevin Sawicki
175d717d8c Don't bundle es6-weak-map 2015-04-20 16:11:51 -07:00
Kevin Sawicki
cb47dde7b0 Don't bundle .git* files 2015-04-20 16:11:51 -07:00
Kevin Sawicki
426a2e5e6b Don't bundle .jshintignore files 2015-04-20 16:11:51 -07:00
Kevin Sawicki
2a8d08db42 Don't bundle config files 2015-04-20 16:11:50 -07:00
Kevin Sawicki
d5f7151096 Add missing node_modules segment 2015-04-20 16:11:50 -07:00
Kevin Sawicki
592641801c Add _ prefix/suffix to test folder pattern 2015-04-20 16:11:50 -07:00
Kevin Sawicki
5703aeff2c Don't bundle .idea folders 2015-04-20 16:11:50 -07:00
Kevin Sawicki
f4b8d88143 Don't bundle appveyor.yml files 2015-04-20 16:11:50 -07:00
Kevin Sawicki
bc0acf47a3 Ignore bundle testla from get-parameter-names
This should have been a dev dependency
2015-04-20 16:11:50 -07:00
Kevin Sawicki
e633e5d8de Remove empty keymaps/menus folders 2015-04-20 16:11:50 -07:00
Kevin Sawicki
32a475a5a2 Don't compile spec .less/.cson files 2015-04-20 16:11:50 -07:00
Kevin Sawicki
91eb0b3b9f Remove unneeded atom-keymap ignores 2015-04-20 16:11:50 -07:00
Kevin Sawicki
931ea2f198 Ignore package spec folder 2015-04-20 16:11:50 -07:00
Kevin Sawicki
f12eb04339 Don't compile package specs 2015-04-20 16:11:50 -07:00
Kevin Sawicki
1530d68a08 Only compile .pegjs files in lib/ 2015-04-20 16:11:49 -07:00
Kevin Sawicki
d39fa88ae5 ⬆️ settings-view@0.193 2015-04-20 16:09:09 -07:00
Michael Bolin
88b6db8ac7 Bump babel-core from 4.0.2 to 5.1.11.
Notable new features from the [https://github.com/babel/babel/blob/master/CHANGELOG.md](changelog):
* Add [trailing function comma proposal](https://github.com/jeffmo/es-trailing-function-commas).
* Decorators based on [@wycat's stage 1 proposal](https://github.com/wycats).

There is a number of bug fixes and performance improvements, as well.
2015-04-20 15:48:45 -07:00
Kevin Sawicki
7a9b1674c8 ⬆️ fs-plus@2.7.1 2015-04-20 15:47:17 -07:00
Nathan Sobo
3c86f2a23a Merge pull request #6431 from atom/ns-fix-font-size-changes
Don't load settings from disk when a save has been requested
2015-04-20 14:07:54 -06:00
Nathan Sobo
d1c44dcb54 Never load config settings from disk when a save is pending
Fixes #5771

We load the user’s settings from disk when we detect a change to their
config.cson file. However, if there’s a save pending, doing this will
end up blowing away the values we intend to save.
2015-04-20 12:12:05 -06:00
Nathan Sobo
96b0938c7c 🎨 2015-04-20 12:12:05 -06:00
Kevin Sawicki
46f90f0984 ⬆️ grunt-download-atom-shell@0.14 2015-04-20 10:39:54 -07:00
Antonio Scandurra
0e851cd1f4 Switch to containerized infrastructure 2015-04-20 12:05:12 +02:00
Ivan Žužak
b1d005f4bf Merge pull request #6433 from vvakame/improves-document-consistency
📝 improves document consistency
2015-04-19 17:12:26 +02:00
vvakame
d02a67f5bb 📝 improves document consistency 2015-04-19 11:39:19 +09:00
Machiste N. Quintana
98d3646fee Merge pull request #6429 from suyash/patch-1
atom-shell is now electron
2015-04-17 15:44:58 -04:00
Suyash
294df98f83 📝 capitalize electron 2015-04-18 01:07:22 +05:30
Suyash
e8ca2e8a18 📝 atom-shell is now electron 2015-04-18 00:58:13 +05:30