.. |
api
|
585eea3f30
fix: remove ipc wrapper for nativeImage.createThumbnailFromPath (#30738)
|
3 years ago |
asar
|
fb75073955
fix: revert "refactor: mmap asar files (#24470)" (#28201)
|
4 years ago |
extensions
|
9a7bda51a3
fix(extensions): implement missing web_request hooks (#22655) (#27096)
|
4 years ago |
gin_converters
|
ef4d98ac7f
fix: cap sendInputEvent text length at n-1 (#27853)
|
4 years ago |
gin_helper
|
3492077f33
fix: memory leak in BrowserWindow (#27640)
|
4 years ago |
mac
|
ec7942e8b5
fix: build when some buildflags are disabled (#23307)
|
5 years ago |
resources
|
e119699ae2
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
|
3e8d77d564
chore: bump chromium to 98ebf6c3f0b7bd96bdb1a4b42208f (master) (#22999)
|
5 years ago |
application_info_mac.mm
|
34c4c8d508
refactor: rename the atom namespace to electron
|
5 years ago |
application_info_win.cc
|
8bbdc224ac
chore: bump chromium to 6d130075d378a64187360ba4e7820 (master) (#24256)
|
4 years ago |
color_util.cc
|
592430f918
fix: convert system colors to device color space in systemPreferences (#28171)
|
4 years ago |
color_util.h
|
592430f918
fix: convert system colors to device color space in systemPreferences (#28171)
|
4 years ago |
crash_keys.cc
|
8798571a77
chore: bump chromium to 0e4ca9c0a63d7a39bd910997ad4c6 (master) (#24687)
|
4 years ago |
crash_keys.h
|
06bf0d08dc
fix: crashReporter incompatible with sandbox on Linux (#23265)
|
5 years ago |
electron_command_line.cc
|
6ab317cc83
style: use build/include_directory for NOLINT (#23266)
|
5 years ago |
electron_command_line.h
|
d9321f4df7
chore: rename atom -> electron (#21986)
|
5 years ago |
electron_constants.cc
|
06bf0d08dc
fix: crashReporter incompatible with sandbox on Linux (#23265)
|
5 years ago |
electron_constants.h
|
06bf0d08dc
fix: crashReporter incompatible with sandbox on Linux (#23265)
|
5 years ago |
electron_paths.h
|
8798571a77
chore: bump chromium to 0e4ca9c0a63d7a39bd910997ad4c6 (master) (#24687)
|
4 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
|
8798571a77
chore: bump chromium to 0e4ca9c0a63d7a39bd910997ad4c6 (master) (#24687)
|
4 years ago |
keyboard_util.h
|
34c4c8d508
refactor: rename the atom namespace to electron
|
5 years ago |
language_util.h
|
f176d2494f
fix: respect system language preferences on Win/macOS (#23247)
|
5 years ago |
language_util_linux.cc
|
f176d2494f
fix: respect system language preferences on Win/macOS (#23247)
|
5 years ago |
language_util_mac.mm
|
f176d2494f
fix: respect system language preferences on Win/macOS (#23247)
|
5 years ago |
language_util_win.cc
|
f176d2494f
fix: respect system language preferences on Win/macOS (#23247)
|
5 years ago |
mouse_util.cc
|
dc72f74020
chore: bump chromium to 580fe983e138952553cd6af11ee8b (master) (#23379)
|
4 years ago |
mouse_util.h
|
d8737734bf
chore: bump chromium to bc8f70ed4cfe2262ea833750eaddb (master) (#22649)
|
5 years ago |
node_bindings.cc
|
bb0ec12273
test: add spec for --require filtering in NODE_OPTIONS (#29505)
|
3 years ago |
node_bindings.h
|
bb031bf7a2
fix: libuv hang on Windows (#28336)
|
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
|
8bbdc224ac
chore: bump chromium to 6d130075d378a64187360ba4e7820 (master) (#24256)
|
4 years ago |
node_util.cc
|
b62e00f0ae
fix: handle electron script errors better (#25331)
|
4 years ago |
node_util.h
|
db4d01c517
refactor: move CompileAndCall to a helper (#20675)
|
5 years ago |
options_switches.cc
|
024ea32313
feat: make window visual effect state customizable (#25083)
|
4 years ago |
options_switches.h
|
024ea32313
feat: make window visual effect state customizable (#25083)
|
4 years ago |
platform_util.h
|
8798571a77
chore: bump chromium to 0e4ca9c0a63d7a39bd910997ad4c6 (master) (#24687)
|
4 years ago |
platform_util_linux.cc
|
2c9e79c8d5
test: add tests for shell.moveItemToTrash (#25113)
|
4 years ago |
platform_util_mac.mm
|
75fd9a3496
refactor: improve MoveItemToTrash error description (#23589)
|
4 years ago |
platform_util_win.cc
|
0a6d4a9875
fix: escape URL passed to shell.openExternal on windows (#28340)
|
4 years ago |
process_util.cc
|
0a481242f0
fix: wrap EmitWarning with HandleScope (#23667)
|
4 years ago |
process_util.h
|
a061c87e56
feat: enable native extensions support (#21814)
|
5 years ago |
skia_util.cc
|
dd3fbae447
chore: use auto to avoid repeating type (#26254)
|
4 years ago |
skia_util.h
|
e74daf2d19
refactor: move `gfx::ImageSkia` functions to their own util file (#19460)
|
5 years ago |
v8_value_converter.cc
|
8bbdc224ac
chore: bump chromium to 6d130075d378a64187360ba4e7820 (master) (#24256)
|
4 years ago |
v8_value_converter.h
|
3ae3233e65
chore: remove native_mate (Part 12) (#20869)
|
5 years ago |
v8_value_serializer.cc
|
b4d07f76d3
feat: MessagePorts in the main process (#22404)
|
5 years ago |
v8_value_serializer.h
|
b4d07f76d3
feat: MessagePorts in the main process (#22404)
|
5 years ago |
world_ids.h
|
79dff5f782
chore(extensions): remove old renderer code (#26441)
|
4 years ago |