Commit Graph

24979 Commits

Author SHA1 Message Date
Max Brunsfeld
0143b133fe Add railcar script 2015-09-14 17:07:11 -07:00
Max Brunsfeld
24ba0e3643 Merge branch 'beta' into stable 2015-09-14 14:31:39 -07:00
Max Brunsfeld
36f7053228 ⬆️ grunt-electron-installer (prerelease) 2015-09-14 11:03:30 -07:00
Max Brunsfeld
76866716c5 Add -beta to version number 2015-09-14 11:03:30 -07:00
Max Brunsfeld
7675e6fb2d Avoid using dash in RPM version number 2015-09-14 11:03:30 -07:00
Max Brunsfeld
e20ad99b04 ⬆️ github-releases 2015-09-09 16:38:03 -07:00
Max Brunsfeld
6d8a453036 Upload assets to pre & production releases from beta & stable branches 2015-09-09 14:39:50 -07:00
Max Brunsfeld
2dbd556c50 Fix chromedriver location in integration specs 2015-09-09 12:34:28 -07:00
Max Brunsfeld
f56dde9c91 Setup browser-process exception handler before requiring anything
Signed-off-by: Nathan Sobo <nathan@github.com>
2015-09-09 11:57:54 -07:00
Max Brunsfeld
e7838398e9 Set ATOM_RESOURCE_PATH for apm during bootstrap
Signed-off-by: Nathan Sobo <nathan@github.com>
2015-09-09 11:57:52 -07:00
Thomas Johansen
e34d49ebb5 ⬆️ bookmarks@0.37.0 2015-09-09 20:29:38 +02:00
Thomas Johansen
31cb4a475c ⬆️ git-diff@0.56.0 2015-09-09 18:23:09 +02:00
Nathan Sobo
ddb519ce7b ⬆️ tree-view 2015-09-08 15:35:18 -06:00
Thomas Johansen
fbeee46957 ⬆️ one-dark/light-ui@1.0.4 2015-09-08 20:39:38 +02:00
Thomas Johansen
0dc59cf1d8 Merge pull request #8612 from atom/sm-sf-font-beta
San Francisco font on El Capitan Beta
2015-09-08 20:35:12 +02:00
Nathan Sobo
30a5a1c580 ⬆️ incompatible-packages 2015-09-08 11:02:37 -06:00
Machisté N. Quintana
589319491b Merge pull request #8623 from aranajhonny/master
Fixed link for instructions Node.js.
2015-09-08 12:48:19 -04:00
Nathan Sobo
ca95adc2e1 Merge pull request #8475 from atom/ns-rebuild-packages
Add API for rebuilding native modules of packages
2015-09-08 10:42:23 -06:00
Nathan Sobo
7e0b0a4427 Cache incompatible packages based on electron version
This will cause us to re-check all packages when upgrading the version
of Electron.
2015-09-08 09:53:45 -06:00
Nathan Sobo
f5a591f6b3 Disable colored output from apm rebuild 2015-09-08 09:53:45 -06: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
Nathan Sobo
9a129c263b Merge pull request #7877 from atom/tj-electron-29
Upgrade to Electron v0.30.6
2015-09-08 09:41:25 -06:00
Wliu
6616812584 ⬆️ language-csharp@0.9.0 2015-09-07 14:38:37 -04:00
Thomas Johansen
f58a133fd5 ⬆️ electron@0.30.6 2015-09-06 10:27:26 +02:00
Thomas Johansen
919445cf8a 🐛 Fix undefined reference to syntheticEvent 2015-09-06 10:27:26 +02:00
Nathan Sobo
aed785924d Continue to dispatch CustomEvent instances in CommandRegistry
This changes the approach used to synthesize an event to dispatch. Since
we can no longer point to the original event as our prototype, we build
a new CustomEvent instance and override select properties with
Object.defineProperty. This preserves the contract with event handlers
by giving them a true CustomEvent instance.
2015-09-06 10:27:25 +02:00
Thomas Johansen
27f1af380e 🔥 Remove unnecessary ATOM_NODE_VERSION bootstrapping 2015-09-06 10:27:25 +02:00
Thomas Johansen
c312541399 🎨 Fix non-alphabetical ordering of dependencies 2015-09-06 10:27:25 +02:00
Thomas Johansen
9820afd181 ⬆️ electron@0.30.5 2015-09-06 10:27:25 +02:00
Thomas Johansen
1f54cfb881 ⬆️ electron@0.30.4 2015-09-06 10:27:25 +02:00
Thomas Johansen
6753077c6a ⬆️ electron@0.30.3 2015-09-06 10:27:25 +02:00
Thomas Johansen
6294bc22d7 Simplify workaround, and describe issue with Object.create + CustomEvent 2015-09-06 10:27:25 +02:00
Paul Betts
b483fc6805 Set App User Model ID on Win32 2015-09-06 10:27:25 +02:00
Thomas Johansen
38a096bd05 🎨 Set environment variables using dot notation 2015-09-06 10:27:25 +02:00
Cheng Zhao
ddc90533b5 ⬆️ electron@0.30.2 2015-09-06 10:27:25 +02:00
Cheng Zhao
02b4da4819 Use clang as compiler on travis CI 2015-09-06 10:27:25 +02:00
Cheng Zhao
6dbb9c63a7 Use clang to build native modules 2015-09-06 10:27:24 +02:00
Cheng Zhao
2a61707a59 Install gcc 4.8 on travis CI 2015-09-06 10:27:24 +02:00
Thomas Johansen
405eaf14d1 🙈 Add temporary hack to work around issue with CustomEvent
Since it's no longer possible to "properly" extend CustomEvent, we will need to
figure out a way to shadow the prototype chain, or some such.

See https://code.google.com/p/chromium/issues/detail?id=495437 for more details.
2015-09-06 10:27:24 +02:00
Thomas Johansen
93348f7e3f ⬆️ electron@0.30.1 2015-09-06 10:27:24 +02:00
Thomas Johansen
3f6184deb5 ⬆️ electron@0.30.0 2015-09-06 10:27:24 +02:00
Thomas Johansen
9c692f48b2 ⬆️ electron@0.29.2 2015-09-06 10:27:24 +02:00
Cheng Zhao
e3f9074f4a Object.create doesn't work well with CustomEvent in Chrome 43 2015-09-06 10:27:24 +02:00
Cheng Zhao
4fe210a36b ⬆️ electron@0.27.2 2015-09-06 10:27:24 +02:00
Cheng Zhao
1cfdf48c77 ⬆️ asar@0.7.0 2015-09-06 10:27:24 +02:00
Kevin Sawicki
6091ea8caf ⬆️ electron@0.26.1 2015-09-06 10:27:24 +02:00
Kevin Sawicki
f64d84f22b Add a ; 2015-09-06 10:27:24 +02:00
Kevin Sawicki
ddb6b1c37b Set ATOM_NODE_VERSION env var from electronVersion in package.json 2015-09-06 10:27:23 +02:00
Kevin Sawicki
7a929d60ca Rename electron executable on Linux and Windows 2015-09-06 10:27:23 +02:00