Cheng Zhao
|
bceac2ab7f
|
Download prebuilt clang
|
2015-07-01 14:27:15 +08:00 |
Haojian Wu
|
16fb847009
|
Add script to setup crashpad repository.
Crashpad use `gclient` to maintain its third_party libraries.
This patch switches `gclient` instead of `git submodule` to align crashpad way.
|
2015-05-30 09:42:40 +08:00 |
Cheng Zhao
|
ca50cbb5ff
|
Allow specifying the arch of libchromiumcontent to download
|
2015-04-11 17:29:21 +08:00 |
deepak1556
|
0b780def24
|
avoid overriding type value of showMessageBox
|
2015-03-06 17:56:26 +05:30 |
Cheng Zhao
|
c1e2348695
|
Check for version when downloading external binaries.
|
2014-05-18 23:42:47 +08:00 |
Cheng Zhao
|
9aefb9c2d3
|
Add /vendor/npm to gitignore.
|
2014-04-02 09:58:38 +08:00 |
Cheng Zhao
|
5b74dff8f1
|
Generate the distribution file under 'dist' directory.
|
2013-08-21 11:57:35 +08:00 |
Cheng Zhao
|
317bd0debf
|
Discard the extra node binary.
We now use atom-shell's binary to execute scripts.
|
2013-08-08 16:57:07 +08:00 |
Cheng Zhao
|
5f443ebbb0
|
Fix .gitignore.
|
2013-07-17 17:07:14 +08:00 |
Cheng Zhao
|
9b828ce39a
|
Start the specified app if there is one in command line parameters.
|
2013-07-17 16:21:33 +08:00 |
Cheng Zhao
|
09a4ea718d
|
Ignore vendor/python_26 in git.
|
2013-07-01 15:37:22 +08:00 |
Cheng Zhao
|
b56009c1d2
|
Do not ignore vendor/.
|
2013-07-01 15:21:56 +08:00 |
Cheng Zhao
|
9983e7c0ba
|
Move helper functions into a common module.
|
2013-06-20 22:51:58 +08:00 |
Cheng Zhao
|
6d187cbb7d
|
Build atom-shell with ninja.
|
2013-06-19 21:34:43 +08:00 |
Cheng Zhao
|
600f38c94d
|
Don't ship frameworks in repository, instead we download them.
|
2013-06-03 17:58:20 +08:00 |
Cheng Zhao
|
fc4dd0aecb
|
Save the latest version when uploading distribution.
|
2013-05-12 17:44:03 +08:00 |
Cheng Zhao
|
3290c05e75
|
Add script to make distribution and upload.
The scripts are stolen from aroben/libchromiumcontent.
|
2013-05-12 16:16:02 +08:00 |
Cheng Zhao
|
ebac5f9ed5
|
Ship the custom node binary build with atom-shell.
This is required by the child_process.fork, which is indeed executing
the node binary to start a script.
The node fork can be found at:
https://github.com/atom/cefode-node/tree/chromium-v8
|
2013-05-11 21:07:03 +08:00 |
Cheng Zhao
|
ae0e7ade78
|
Add vendor/ to .gitignore, so ag won't search it.
|
2013-04-29 19:39:05 +08:00 |
Cheng Zhao
|
ee420b1590
|
Write js codes in coffee script.
|
2013-04-14 22:48:35 +08:00 |
Cheng Zhao
|
3391370857
|
Steal ChromeEventProcessingWindow from chrome.
Chromium has done quite a lot of low level works for us, steal them to
ease our lives.
|
2013-04-12 15:24:36 +08:00 |
Cheng Zhao
|
a915cf2e81
|
Initial empty browser.
|
2013-04-12 10:14:23 +08:00 |