.. |
api
|
6b04cce91a
fix: ensure ElectronBrowser mojo service is only bound to appropriate render frames (#33367)
|
3 years ago |
asar
|
517493a1f3
chore: import base/macros.h into asar archive.h (#31597)
|
3 years ago |
extensions
|
8007d01874
feat: add support for the U2F Web API (#30438)
|
3 years ago |
gin_converters
|
358bffbcb0
chore: use `std::forward()` in `ConvertToV8()` (#31858)
|
3 years ago |
gin_helper
|
6b04cce91a
fix: ensure ElectronBrowser mojo service is only bound to appropriate render frames (#33367)
|
3 years ago |
mac
|
ec7942e8b5
fix: build when some buildflags are disabled (#23307)
|
5 years ago |
resources
|
dcc6196fe7
revert: disable rosetta as Electron does not run under rosetta
|
4 years ago |
application_info.cc
|
bec47f54f4
fix: use correct userData path when unbundled (#30113)
|
3 years ago |
application_info.h
|
bec47f54f4
fix: use correct userData path when unbundled (#30113)
|
3 years ago |
application_info_linux.cc
|
bec47f54f4
fix: use correct userData path when unbundled (#30113)
|
3 years ago |
application_info_mac.mm
|
34c4c8d508
refactor: rename the atom namespace to electron
|
5 years ago |
application_info_win.cc
|
64ba8feb93
chore: bump chromium to 94.0.4584.0 (main) (#30030)
|
3 years ago |
color_util.cc
|
f73256651b
fix: convert system colors to device color space in systemPreferences (#28121)
|
4 years ago |
color_util.h
|
f73256651b
fix: convert system colors to device color space in systemPreferences (#28121)
|
4 years ago |
crash_keys.cc
|
cec707ce67
chore: remove gin::Wrappable crash keys (#31105)
|
3 years ago |
crash_keys.h
|
cec707ce67
chore: remove gin::Wrappable crash keys (#31105)
|
3 years ago |
electron_command_line.cc
|
6ab317cc83
style: use build/include_directory for NOLINT (#23266)
|
5 years ago |
electron_command_line.h
|
93c9374e95
chore: trim unused STL includes (#29414)
|
3 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
|
ebf54d7cc0
refactor: use PathProvider for user-data-dir and others (#29649)
|
3 years ago |
heap_snapshot.cc
|
f6531166ae
chore: clean up forward declarations (#29904)
|
3 years ago |
heap_snapshot.h
|
f6531166ae
chore: clean up forward declarations (#29904)
|
3 years ago |
key_weak_map.h
|
34c4c8d508
refactor: rename the atom namespace to electron
|
5 years ago |
keyboard_util.cc
|
8532e1239e
chore: bump chromium to 93.0.4530.0 (master) (#29256)
|
3 years ago |
keyboard_util.h
|
8532e1239e
chore: bump chromium to 93.0.4530.0 (master) (#29256)
|
3 years ago |
language_util.h
|
2d3c65beca
2757472: Reland "Reland "[LSC] Remove base::string16 alias""
|
4 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
|
2d3c65beca
2757472: Reland "Reland "[LSC] Remove base::string16 alias""
|
4 years ago |
logging.cc
|
8ccab4ce91
feat: bring --enable-logging functionality in line with Chromium (#25089)
|
3 years ago |
logging.h
|
8ccab4ce91
feat: bring --enable-logging functionality in line with Chromium (#25089)
|
3 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
|
a6cee3acd5
fix: disable SIGUSR1 when --inspect is disabled (#34182)
|
2 years ago |
node_bindings.h
|
45e14a5ef5
fix: iocp integration when process is reused (#33207) (#33363)
|
3 years ago |
node_bindings_linux.cc
|
45e14a5ef5
fix: iocp integration when process is reused (#33207) (#33363)
|
3 years ago |
node_bindings_linux.h
|
45e14a5ef5
fix: iocp integration when process is reused (#33207) (#33363)
|
3 years ago |
node_bindings_mac.cc
|
45e14a5ef5
fix: iocp integration when process is reused (#33207) (#33363)
|
3 years ago |
node_bindings_mac.h
|
45e14a5ef5
fix: iocp integration when process is reused (#33207) (#33363)
|
3 years ago |
node_bindings_win.cc
|
45e14a5ef5
fix: iocp integration when process is reused (#33207) (#33363)
|
3 years ago |
node_bindings_win.h
|
45e14a5ef5
fix: iocp integration when process is reused (#33207) (#33363)
|
3 years ago |
node_includes.h
|
8699124397
refactor: dynamically search defines from node (#30563)
|
3 years ago |
node_util.cc
|
8699124397
refactor: dynamically search defines from node (#30563)
|
3 years ago |
node_util.h
|
f6531166ae
chore: clean up forward declarations (#29904)
|
3 years ago |
options_switches.cc
|
079ec9d9c0
feat: add WCO height option (#33061)
|
3 years ago |
options_switches.h
|
079ec9d9c0
feat: add WCO height option (#33061)
|
3 years ago |
platform_util.cc
|
be3c2fd0af
fix: shell.trashItem crash when called in renderer (#28748)
|
4 years ago |
platform_util.h
|
ec893f8322
2757472: Reland "Reland "[LSC] Remove base::string16 alias""
|
4 years ago |
platform_util_internal.h
|
1b6534b326
feat: add shell.trashItem() to replace shell.moveItemToTrash() (#25114)
|
4 years ago |
platform_util_linux.cc
|
63b35403ef
fix(linux): OpenURI portal support for shell.showItemInFolder() (#30716)
|
3 years ago |
platform_util_mac.mm
|
1295ba0ffc
fix: Building on macOS with is_debug true (#30913)
|
3 years ago |
platform_util_win.cc
|
9ca00c6afe
fix: report more detailed errors in shell.openExternal() on Windows (#33657)
|
3 years ago |
process_util.cc
|
f6531166ae
chore: clean up forward declarations (#29904)
|
3 years ago |
process_util.h
|
f6531166ae
chore: clean up forward declarations (#29904)
|
3 years ago |
skia_util.cc
|
f6531166ae
chore: clean up forward declarations (#29904)
|
3 years ago |
skia_util.h
|
f6531166ae
chore: clean up forward declarations (#29904)
|
3 years ago |
v8_value_converter.cc
|
b1366421d1
chore: bump chromium to 96.0.4647.0 (main) (#31302)
|
3 years ago |
v8_value_converter.h
|
3ae3233e65
chore: remove native_mate (Part 12) (#20869)
|
5 years ago |
v8_value_serializer.cc
|
55c57808fb
feat: serialize NativeImage over ipc (#30729)
|
3 years ago |
v8_value_serializer.h
|
b4d07f76d3
feat: MessagePorts in the main process (#22404)
|
5 years ago |
world_ids.h
|
8383c14aba
chore: bump chromium to 7264889ce3aad1568ff3d211c81fe (master) (#27003)
|
4 years ago |