mirror of https://github.com/electron/electron
dffe00b232
* refactor: move uv_setup_args() calls to startup * refactor: call base::CommandLine::Init() before ContentMain() * feat: add ElectronCommandLine::AsUtf8() * refactor: call base::CommandLine::Init() before NodeMain() * refactor: use ElectronCommandLine::AsUtf8() in NodeMain() * fix: -Wunsafe-buffer-usage warning in ElectronCommandLine::Init() * chore: add a DCHECK to confirm ElectronCommandLine was initialized before AsUtf8() is called * chore: const correctness in ElectronCommandLine::Init() args * chore: add ElectronCommandLine to macOS Electron Helper app * chore: move argc, argvc setup into electron_library_main on macOS * chore: revert BUILD.gn changes * fix: WideToUTF8() call in ElectronCommandLine::AsUtf8() * build: add uv to the include paths for app/electron_main_linux * build: add uv to the include paths for app/electron_library_main.mm * chore: revert unrelated changes these were intended for another branch |
||
---|---|---|
.. | ||
resources/mac | ||
BRANDING.json | ||
command_line_args.cc | ||
command_line_args.h | ||
electron_content_client.cc | ||
electron_content_client.h | ||
electron_crash_reporter_client.cc | ||
electron_crash_reporter_client.h | ||
electron_library_main.h | ||
electron_library_main.mm | ||
electron_login_helper.mm | ||
electron_main_delegate.cc | ||
electron_main_delegate.h | ||
electron_main_delegate_mac.h | ||
electron_main_delegate_mac.mm | ||
electron_main_linux.cc | ||
electron_main_mac.cc | ||
electron_main_win.cc | ||
node_main.cc | ||
node_main.h | ||
uv_stdio_fix.cc | ||
uv_stdio_fix.h | ||
uv_task_runner.cc | ||
uv_task_runner.h |