.. |
api
|
9ccf1b569b
fix: clipboard.readBuffer returning empty value (#24468)
|
4 years ago |
asar
|
bf978e09e4
fix: allow paths to asar archives to contain the .asar extension in directories (#20342)
|
5 years ago |
crash_reporter
|
7c33fc0c5c
chore: rename atom -> electron (#21987)
|
5 years ago |
extensions
|
7c33fc0c5c
chore: rename atom -> electron (#21987)
|
5 years ago |
gin_converters
|
7c33fc0c5c
chore: rename atom -> electron (#21987)
|
5 years ago |
gin_helper
|
1ee98b4a73
fix: let Node.js perform microtask checkpoint in the main process (#24131) (#24180)
|
4 years ago |
mac
|
bd526f97a5
chore: bump chromium to 79eae5b7b2d9dac441ac0182ee160 (master) (#19166)
|
5 years ago |
native_mate_converters
|
1ee98b4a73
fix: let Node.js perform microtask checkpoint in the main process (#24131) (#24180)
|
4 years ago |
resources
|
5497b15a4c
revert: disable rosetta as Electron does not run under rosetta
|
4 years ago |
application_info.cc
|
34c4c8d508
refactor: rename the atom namespace to electron
|
5 years ago |
application_info.h
|
34c4c8d508
refactor: rename the atom namespace to electron
|
5 years ago |
application_info_linux.cc
|
34c4c8d508
refactor: rename the atom namespace to electron
|
5 years ago |
application_info_mac.mm
|
34c4c8d508
refactor: rename the atom namespace to electron
|
5 years ago |
application_info_win.cc
|
aab0c66817
fix: pass correct buffer length (#23799)
|
4 years ago |
color_util.cc
|
34c4c8d508
refactor: rename the atom namespace to electron
|
5 years ago |
color_util.h
|
34c4c8d508
refactor: rename the atom namespace to electron
|
5 years ago |
deprecate_util.cc
|
2c23e44ed9
chore: remove native_mate (Part 3) (#20131)
|
5 years ago |
deprecate_util.h
|
34c4c8d508
refactor: rename the atom namespace to electron
|
5 years ago |
electron_command_line.cc
|
0ac42125d2
style: use build/include_directory for NOLINT (#23266) (#23303)
|
5 years ago |
electron_command_line.h
|
7c33fc0c5c
chore: rename atom -> electron (#21987)
|
5 years ago |
electron_constants.cc
|
7c33fc0c5c
chore: rename atom -> electron (#21987)
|
5 years ago |
electron_constants.h
|
7c33fc0c5c
chore: rename atom -> electron (#21987)
|
5 years ago |
heap_snapshot.cc
|
34c4c8d508
refactor: rename the atom namespace to electron
|
5 years ago |
heap_snapshot.h
|
34c4c8d508
refactor: rename the atom namespace to electron
|
5 years ago |
key_weak_map.h
|
34c4c8d508
refactor: rename the atom namespace to electron
|
5 years ago |
keyboard_util.cc
|
34c4c8d508
refactor: rename the atom namespace to electron
|
5 years ago |
keyboard_util.h
|
34c4c8d508
refactor: rename the atom namespace to electron
|
5 years ago |
language_util.h
|
60bcf42edf
fix: respect system language preferences on Windows & macOS (#23407)
|
5 years ago |
language_util_linux.cc
|
60bcf42edf
fix: respect system language preferences on Windows & macOS (#23407)
|
5 years ago |
language_util_mac.mm
|
60bcf42edf
fix: respect system language preferences on Windows & macOS (#23407)
|
5 years ago |
language_util_win.cc
|
60bcf42edf
fix: respect system language preferences on Windows & macOS (#23407)
|
5 years ago |
mouse_util.cc
|
50b9c7051e
chore: bump chromium to f1d9522c04ca8fa0a906f88ababe9 (master) (#18648)
|
5 years ago |
mouse_util.h
|
34c4c8d508
refactor: rename the atom namespace to electron
|
5 years ago |
node_bindings.cc
|
eb8c6a8efd
fix: handle electron script errors better (#25331) (#25454)
|
4 years ago |
node_bindings.h
|
b762563257
fix: uv_walk crash on web worker close (#24463)
|
4 years ago |
node_bindings_linux.cc
|
2b316f3843
refactor: run clang-tidy (#20231)
|
5 years ago |
node_bindings_linux.h
|
34c4c8d508
refactor: rename the atom namespace to electron
|
5 years ago |
node_bindings_mac.cc
|
34c4c8d508
refactor: rename the atom namespace to electron
|
5 years ago |
node_bindings_mac.h
|
34c4c8d508
refactor: rename the atom namespace to electron
|
5 years ago |
node_bindings_win.cc
|
34c4c8d508
refactor: rename the atom namespace to electron
|
5 years ago |
node_bindings_win.h
|
34c4c8d508
refactor: rename the atom namespace to electron
|
5 years ago |
node_includes.h
|
56930338e8
chore: fix linting after shell rename
|
5 years ago |
node_util.cc
|
eb8c6a8efd
fix: handle electron script errors better (#25331) (#25454)
|
4 years ago |
node_util.h
|
db4d01c517
refactor: move CompileAndCall to a helper (#20675)
|
5 years ago |
options_switches.cc
|
38f0a8e85b
fix: default to NTLM v2 in the network service for POSIX platforms (#23933)
|
4 years ago |
options_switches.h
|
38f0a8e85b
fix: default to NTLM v2 in the network service for POSIX platforms (#23933)
|
4 years ago |
platform_util.h
|
e1824c00a9
feat: macOS removal fallback when moveItemToTrash fails (#19700)
|
5 years ago |
platform_util_linux.cc
|
032552df57
build: depend on chromium version not SHA (#20839)
|
5 years ago |
platform_util_mac.mm
|
a8196fbc18
refactor: improve MoveItemToTrash error description (#23629)
|
4 years ago |
platform_util_win.cc
|
e81aa83a14
fix: don't fallback to OpenFolderViaShell (#21748)
|
5 years ago |
promise_util.cc
|
6a3922d330
refactor: make util::Promise type safe when chaining in native (#19809)
|
5 years ago |
promise_util.h
|
1ee98b4a73
fix: let Node.js perform microtask checkpoint in the main process (#24131) (#24180)
|
4 years ago |
skia_util.cc
|
e74daf2d19
refactor: move `gfx::ImageSkia` functions to their own util file (#19460)
|
5 years ago |
skia_util.h
|
e74daf2d19
refactor: move `gfx::ImageSkia` functions to their own util file (#19460)
|
5 years ago |