Andrzej Szombierski
|
7d8c59deda
style: fix lint warnings
|
6 years ago |
Andrzej Szombierski
|
1e9a75d9f2
fix: ensure that file descriptors 0/1/2 are opened at startup
|
6 years ago |
Jeremy Apthorp
|
a635f078c6
[chromium-style] auto variable type must not deduce to a raw pointer type
|
7 years ago |
Shelley Vohr
|
c6f4bbd143
also format missing .cc files
|
7 years ago |
Ales Pergl
|
94299f6cd8
Fixed Mac build when enable_run_as_node==false
|
7 years ago |
Aleš Pergl
|
868e792572
Make run-as-node mode optional (#11701)
|
7 years ago |
Aleš Pergl
|
c49cb29ddf
Disallow launching unknown apps via browser client.
|
7 years ago |
Cheng Zhao
|
c2ab4f711f
Merge pull request #10396 from electron/cleanup
|
7 years ago |
Ales Pergl
|
64d9e5b861
Removed obsolete `io.h` wrappers, included `atlbase.h` in `atom_main.cc`
|
7 years ago |
Ales Pergl
|
7cd64f1bd1
Fixed crash on process exit on Windows
|
7 years ago |
Ales Pergl
|
a7bae32527
Re-enabled debug mode
|
7 years ago |
John Kleinschmidt
|
3d5acdf682
Rollback debug mode changes
|
7 years ago |
Ales Pergl
|
bdbf9e5d6a
Suppress assert dialog boxes when running CI tests
|
7 years ago |
Kevin Sawicki
|
968759b823
Revert "Suppress assert dialog boxes when running CI tests"
|
7 years ago |
Ales Pergl
|
3574bcacca
Suppress assert dialog boxes when running CI tests
|
7 years ago |
Kevin Sawicki
|
3dd5628ded
Include windows.h first
|
8 years ago |
Kevin Sawicki
|
6285500cdc
Sort includes alphabetically
|
8 years ago |
Cheng Zhao
|
381689d3ed
Fix building on Windows
|
8 years ago |
Cheng Zhao
|
0646f6ea9e
Implement Relaunch on Windows
|
9 years ago |
Cheng Zhao
|
381da76967
Correctly redirect output to console
|
9 years ago |
Kevin Sawicki
|
7e209dd982
ATOM_SHELL_INTERNAL_CRASH_SERVICE -> ELECTRON_INTERNAL_CRASH_SERVICE
|
9 years ago |
Kevin Sawicki
|
b68d1ecb83
Remove ATOM_SHELL_INTERNAL_RUN_AS_NODE support
|
9 years ago |
Milan Burda
|
bc8689889d
Add dpiAware to app manifest instead of calling SetProcessDpiAwareness / SetProcessDPIAware
|
9 years ago |
Paul Betts
|
7f15a77f3c
startup helper is renamed
|
9 years ago |
Cheng Zhao
|
b42695a0b5
win: Don't attach console for third party terms
|
9 years ago |
Cheng Zhao
|
59402eb23f
Add ELECTRON_NO_ATTACH_CONSOLE env var
|
9 years ago |
Cheng Zhao
|
b1e6d4f64c
Check ELECTRON_RUN_AS_NODE env var
|
9 years ago |
Cheng Zhao
|
599e9b90bb
Provide task runner for the node mode
|
9 years ago |
Cheng Zhao
|
ef59f4f243
Move headers to atom/common
|
9 years ago |
Cheng Zhao
|
d9c22396ea
Revert "Don't store args as std::string"
|
10 years ago |