Commit Graph

28392 Commits

Author SHA1 Message Date
Wliu
5df4a8ccd0 ⬆️ electron@0.37.8 2016-04-29 18:22:05 -04:00
Wliu
49429d7a80 ⬆️ electron@0.37.7 2016-04-24 16:19:49 -04:00
Wliu
fe54f30cf4 Merge branch 'master' into wl-electron-37 2016-04-15 16:19:44 +00:00
Wliu
b05ec8f683 ⬆️ exception-reporting@0.38.1 2016-04-15 11:14:47 -04:00
Antonio Scandurra
111f451197 Merge pull request #11459 from atom/as-log-deprecations
Fix deprecations reporting
2016-04-15 17:01:31 +02:00
Antonio Scandurra
75adc20377 ⬆️ electron 0.37.6 2016-04-15 16:02:55 +02:00
Antonio Scandurra
a91ad9181b Fix backgroundThrottling assignment 2016-04-15 16:02:31 +02:00
Wliu
e03df6e1a4 Reduce spec timeout duration 2016-04-14 20:33:56 -04:00
Wliu
47719f0649 directWrite is true by default 2016-04-14 20:29:38 -04:00
Wliu
9966dbc27f 🔥 Unnecessary audio hack
No longer needed with the `backgroundThrottling` option
2016-04-14 20:24:35 -04:00
Wliu
098af442d2 page-visibility -> backgroundThrottling 2016-04-14 20:22:22 -04:00
Wliu
ca12075a41 web-preferences -> webPreferences 2016-04-14 18:04:29 -04:00
Michelle Tilley
c95412b451 Add ELECTRON_NO_ATTACH_CONSOLE in BufferedNodeProcess
(cherry picked from commit 5f0ad9e015)
2016-04-14 14:42:50 -07:00
Wliu
056912f2cb ⬆️ electron@0.37.5 2016-04-14 17:09:52 -04:00
Antonio Scandurra
740e371e75 Put back multi-platform specs 2016-04-14 16:05:38 +02:00
Antonio Scandurra
147fed3123 Revert "Remove this commit if it works on travis"
This reverts commit 303bb8c74e.
2016-04-14 15:46:50 +02:00
Antonio Scandurra
61d8c6852c Remove non-Mac run-specs code and use ELECTRON_ENABLE_LOGGING=true
* Remove Windows/Linux run-specs code. There is little value in keeping those
  code paths, given that we don't run specs on those platforms; if we ever need
  it again, we can restore it from the git history.
* Use ELECTRON_ENABLE_LOGGING=true. This allows us to capture the output of
  calls to `console.warn` and `console.log`, which are useful to log out Grim
  deprecations.
* Remove `logDeprecations` in build/spec-task.coffee. This method used to format the output captured on stderr to strip out "[Console]" noise from deprecations.
  This code path was not running anymore because we started using stdio:
  'inherit' in #10838, which prevents stderr output to be captured. This doesn't
  seem a huge deal, so long as those deprecations get logged to screen.
2016-04-14 15:07:50 +02:00
Antonio Scandurra
303bb8c74e Remove this commit if it works on travis 2016-04-14 11:24:59 +02:00
Antonio Scandurra
4adf23a595 Unconditionally report deprecations on every test environment 2016-04-14 11:24:01 +02:00
Katrina Uychaco
e230841b57 ⬆️ tree-view 2016-04-13 20:46:48 -07:00
Katrina Uychaco
07822b975a ⬆️ open-on-github 2016-04-13 20:34:28 -07:00
Katrina Uychaco
043982ca3d 🔥 files accidentally committed 2016-04-13 11:27:22 -07:00
Katrina Uychaco
2bf6431dbe Merge pull request #11438 from atom/ku-dont-load-packages-starting-with-dot
Don't load packages starting with a dot
2016-04-13 00:39:56 -07:00
Katrina Uychaco
49fb287592 Don't load packages starting with dot. Fixes #9805 2016-04-12 20:35:30 -07:00
Hubot
c936ed96dc 1.9.0-dev 2016-04-12 19:16:53 -05:00
Katrina Uychaco
7d13ba5d4e ⬆️ tree-view 2016-04-12 15:48:37 -07:00
Damien Guard
db31d795e8 Merge pull request #11437 from atom/dg-command-autorun-ignore
Ignore autorun on our buffered process commands. Fixes #10082
2016-04-12 12:04:25 -07:00
Damien Guard
2d173911b2 Ignore autorun on our buffered process commands. Fixes #10082 2016-04-12 12:02:20 -07:00
Lee Dohm
6e6771ad5c Merge pull request #11436 from atom/jf-allow-window-envs-to-be-updated-from-term
Allow A Window's Environment To Reflect The Most Recent atom Invocation
2016-04-12 11:30:07 -07:00
Joe Fitzgerald
82fa61e54d Allow Multiple Launches Of Atom To Result In An Updated Environment 2016-04-12 11:29:33 -06:00
Katrina Uychaco
dcefde8838 ⬆️ find-and-replace
(cherry picked from commit 0676cdd863)
2016-04-11 21:25:09 -07:00
Katrina Uychaco
0f5841376c ⬆️ tree view
(cherry picked from commit a3b844ee00)
2016-04-11 21:22:26 -07:00
Nathan Sobo
38cced0208 Merge pull request #11427 from atom/dg-ns-codesign
Code sign on AppVeyor
2016-04-11 15:43:04 -06:00
Nathan Sobo
1721938057 Use signtool from environment variable 2016-04-11 15:13:45 -06:00
Nathan Sobo
77657aca0d Fix linter error 2016-04-11 15:13:20 -06:00
Damien Guard
95adf16160 Signing support on Windows with P12 keys 2016-04-11 15:13:03 -06:00
Nathan Sobo
639ee963a0 Revert "Merge pull request #11412 from damieng/dg-ns-codesign"
This reverts commit 91b0726c9e, reversing
changes made to d6e00bb53b.
2016-04-11 14:35:47 -06:00
Nathan Sobo
38fdbac450 Fix lint error 2016-04-11 14:30:25 -06:00
Nathan Sobo
91b0726c9e Merge pull request #11412 from damieng/dg-ns-codesign
Signing support on Windows with P12 keys
2016-04-11 14:13:52 -06:00
Wliu
d6e00bb53b Correctly link the debugging guide
It was being interpreted as a relative link
2016-04-11 16:03:11 -04:00
Josh Abernathy
927170d299 Merge pull request #11426 from atom/bump-nodegit
Bump nodegit
2016-04-11 14:15:42 -04:00
joshaber
35982bc6ed ⬆️ status-bar@1.2.3 2016-04-11 13:47:06 -04:00
joshaber
041906cdae Update nodegit API usage.
This changed in https://github.com/nodegit/nodegit/pull/968.
2016-04-11 11:42:21 -04:00
joshaber
26206bb9c0 Update license override for tweetnacl. 2016-04-11 10:55:13 -04:00
SEAPUNK
a6e90ba7ee ⬆️ nodegit@0.12.2
This adds support for 32-bit linux systems
2016-04-11 10:55:04 -04:00
Antonio Scandurra
852d8d71a4 ⬆️ bookmarks 2016-04-11 13:14:42 +02:00
Wliu
038640a658 ⬆️ language-less@0.29.3 2016-04-10 12:00:20 -04:00
Wliu
4c80c77210 ⬆️ autocomplete-css@0.11.1 2016-04-10 11:58:04 -04:00
Wliu
b0a179d897 Merge pull request #11419 from ZombieHippie/patch-2
📝 Fix linking the decorateMarker
2016-04-09 15:51:07 -04:00
Wliu
809837d568 Merge pull request #11418 from ZombieHippie/patch-1
📝 Add the --no-install flag to the windows build readme
2016-04-09 15:49:11 -04:00