Milan Burda 080bc57145 fix: pass rfh instances through to the permission helper (#35985) 2 years ago
..
views c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
electron_api_app.cc 09beb48648 fix: app.relaunch loses args when execPath specified (#35253) 2 years ago
electron_api_app.h 38c21b7aca revert: add first-instance-ack event to the `app.requestSingleInstanceLock()` flow (#34297) 2 years ago
electron_api_app_mac.mm 8532e1239e chore: bump chromium to 93.0.4530.0 (master) (#29256) 3 years ago
electron_api_app_mas.mm 42409d860b fix: Resolve bookmarks without mounting network drives (#24708) 4 years ago
electron_api_auto_updater.cc d8a7219d07 chore: stop using v8::Locker everywhere (#34078) 3 years ago
electron_api_auto_updater.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
electron_api_base_window.cc d8a7219d07 chore: stop using v8::Locker everywhere (#34078) 3 years ago
electron_api_base_window.h 61374019c0 chore: bump chromium to 103.0.5046.0 (main) (#33906) 2 years ago
electron_api_browser_view.cc 1153a5ce5a fix: BrowserView background color in webContents (#33435) 3 years ago
electron_api_browser_view.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
electron_api_browser_window.cc d8a7219d07 chore: stop using v8::Locker everywhere (#34078) 3 years ago
electron_api_browser_window.h f69b59effc feat: add WCO title bar style setters (#33066) 3 years ago
electron_api_browser_window_mac.mm 2c10d0fe1b fix: draggable regions in BrowserViews are independent (#31085) 3 years ago
electron_api_browser_window_views.cc b62bbfda4e fix: ensure web_contents() is alive before grabbing view (#30571) 3 years ago
electron_api_content_tracing.cc 98d2824c7f refactor: migrate AdaptCallbackForRepeating to SplitOnceCallback (#29825) 3 years ago
electron_api_cookies.cc b0f315a637 chore: bump chromium to 99.0.4767.0 (main) (#31986) 3 years ago
electron_api_cookies.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
electron_api_crash_reporter.cc df9383cb3c chore: add a TRACE call for `crash_reporter::Start()` (#34268) 2 years ago
electron_api_crash_reporter.h 28ada6ea8b chore: bump chromium to 100.0.4857.0 (main) (#32419) 3 years ago
electron_api_data_pipe_holder.cc 2f5c0f9eec fix: session.getBlobData never resolves with blob sizes > 65536 (#35601) 2 years ago
electron_api_data_pipe_holder.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
electron_api_debugger.cc d8a7219d07 chore: stop using v8::Locker everywhere (#34078) 3 years ago
electron_api_debugger.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
electron_api_desktop_capturer.cc 1babaec6da fix: set display_id in desktop capturer on Linux (#35834) 2 years ago
electron_api_desktop_capturer.h 28ada6ea8b chore: bump chromium to 100.0.4857.0 (main) (#32419) 3 years ago
electron_api_dialog.cc 28ada6ea8b chore: bump chromium to 100.0.4857.0 (main) (#32419) 3 years ago
electron_api_download_item.cc f6531166ae chore: clean up forward declarations (#29904) 3 years ago
electron_api_download_item.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
electron_api_event.cc cc01272a8d chore: bump chromium to 96.0.4647.0 (main) (#30814) 3 years ago
electron_api_event_emitter.cc 07a049ef1b chore: stop leaking v8 environment (#22761) 5 years ago
electron_api_event_emitter.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
electron_api_global_shortcut.cc 948949f83d chore: bump chromium to 104.0.5073.0 (20-x-y) (#34352) 2 years ago
electron_api_global_shortcut.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
electron_api_in_app_purchase.cc 28ada6ea8b chore: bump chromium to 100.0.4857.0 (main) (#32419) 3 years ago
electron_api_in_app_purchase.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
electron_api_menu.cc d8a7219d07 chore: stop using v8::Locker everywhere (#34078) 3 years ago
electron_api_menu.h 28ada6ea8b chore: bump chromium to 100.0.4857.0 (main) (#32419) 3 years ago
electron_api_menu_mac.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
electron_api_menu_mac.mm 5274c253db fix: consider dock space when showing menu (#35200) 2 years ago
electron_api_menu_views.cc ddf3ef0a5f refactor: use C++11 class member variable initialization (#27477) 4 years ago
electron_api_menu_views.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
electron_api_native_theme.cc 03fe3c42d4 chore: move main process only accessible API bindings away from common (#34672) 2 years ago
electron_api_native_theme.h 755feb4d81 feat: add nativeTheme.inForcedColorsMode (#32956) 3 years ago
electron_api_native_theme_mac.mm d9321f4df7 chore: rename atom -> electron (#21986) 5 years ago
electron_api_net.cc 4342b7ff55 chore: remove awkward semi-documented preloadURL WebPreference (#33228) 3 years ago
electron_api_net_log.cc db0830e0f8 chore: bump chromium to 104.0.5112.39 (20-x-y) (#34425) 2 years ago
electron_api_net_log.h db0830e0f8 chore: bump chromium to 104.0.5112.39 (20-x-y) (#34425) 2 years ago
electron_api_notification.cc 03fe3c42d4 chore: move main process only accessible API bindings away from common (#34672) 2 years ago
electron_api_notification.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
electron_api_power_monitor.cc 28ada6ea8b chore: bump chromium to 100.0.4857.0 (main) (#32419) 3 years ago
electron_api_power_monitor.h 28ada6ea8b chore: bump chromium to 100.0.4857.0 (main) (#32419) 3 years ago
electron_api_power_monitor_mac.mm 6acf34fa4c feat: add macOS fast user switching evt (#25321) 4 years ago
electron_api_power_monitor_win.cc 1e8da899a3 chore: fix typos (#32985) 3 years ago
electron_api_power_save_blocker.cc 61374019c0 chore: bump chromium to 103.0.5046.0 (main) (#33906) 2 years ago
electron_api_power_save_blocker.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
electron_api_printing.cc 8f51d3e1bf feat: add `webContents.getPrintersAsync()` (#31023) 3 years ago
electron_api_protocol.cc 95a9ff952c chore: cleanup usages of const char* (#29906) 3 years ago
electron_api_protocol.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
electron_api_safe_storage.cc 03e68e2efe fix: fix a crash in `safeStorage` on Linux (#33913) 2 years ago
electron_api_safe_storage.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
electron_api_screen.cc 03fe3c42d4 chore: move main process only accessible API bindings away from common (#34672) 2 years ago
electron_api_screen.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
electron_api_service_worker_context.cc b0f315a637 chore: bump chromium to 99.0.4767.0 (main) (#31986) 3 years ago
electron_api_service_worker_context.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
electron_api_session.cc 61374019c0 chore: bump chromium to 103.0.5046.0 (main) (#33906) 2 years ago
electron_api_session.h 2657383ea7 feat: allow setting code cache directory (#31154) 3 years ago
electron_api_system_preferences.cc 28ada6ea8b chore: bump chromium to 100.0.4857.0 (main) (#32419) 3 years ago
electron_api_system_preferences.h b66667b843 feat: allow `null` when subscribing notification (#33641) 3 years ago
electron_api_system_preferences_mac.mm b66667b843 feat: allow `null` when subscribing notification (#33641) 3 years ago
electron_api_system_preferences_win.cc 79cb5144ae chore: use std::make_unique/base::MakeRefCounted when possible (#29510) 3 years ago
electron_api_tray.cc d8a7219d07 chore: stop using v8::Locker everywhere (#34078) 3 years ago
electron_api_tray.h c5a2af7811 fix: tray garbage collection (#33040) 3 years ago
electron_api_url_loader.cc 3da598015b chore: bump chromium to 100.0.4894.0 (main) (#32852) 3 years ago
electron_api_url_loader.h 28ada6ea8b chore: bump chromium to 100.0.4857.0 (main) (#32419) 3 years ago
electron_api_view.cc 76ae3b7ecb chore: remove unused classes of views API (#22861) 5 years ago
electron_api_view.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
electron_api_web_contents.cc 080bc57145 fix: pass rfh instances through to the permission helper (#35985) 2 years ago
electron_api_web_contents.h 4be4dc7c4f fix: ensure history navigations are sandboxed-iframe-aware (#35622) 2 years ago
electron_api_web_contents_impl.cc 69f1731bbb chore: bump chromium to ec5bc1743792d64724693eb357083 (master) (#24984) 4 years ago
electron_api_web_contents_mac.mm 948949f83d chore: bump chromium to 104.0.5073.0 (20-x-y) (#34352) 2 years ago
electron_api_web_contents_view.cc 28ada6ea8b chore: bump chromium to 100.0.4857.0 (main) (#32419) 3 years ago
electron_api_web_contents_view.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
electron_api_web_frame_main.cc cb5b28f833 feat: webFrameMain.origin (#35535) 2 years ago
electron_api_web_frame_main.h cb5b28f833 feat: webFrameMain.origin (#35535) 2 years ago
electron_api_web_request.cc b711860d21 chore: bump chromium to 102.0.4971.0 (main) (#33454) 3 years ago
electron_api_web_request.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
electron_api_web_view_manager.cc 4f3be68ad5 refactor: only create webContents after 'will-attach-webview' (#35016) 2 years ago
event.cc 81c5da5221 chore: use =default for default constructors/destructors (#29511) 3 years ago
event.h e07c2b84d7 fix: ensure ElectronBrowser mojo service is only bound to appropriate render frames (#33323) 3 years ago
frame_subscriber.cc 3da598015b chore: bump chromium to 100.0.4894.0 (main) (#32852) 3 years ago
frame_subscriber.h 3da598015b chore: bump chromium to 100.0.4894.0 (main) (#32852) 3 years ago
gpu_info_enumerator.cc db0830e0f8 chore: bump chromium to 104.0.5112.39 (20-x-y) (#34425) 2 years ago
gpu_info_enumerator.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
gpuinfo_manager.cc 28ada6ea8b chore: bump chromium to 100.0.4857.0 (main) (#32419) 3 years ago
gpuinfo_manager.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
message_port.cc 9bb7051f54 chore: prefer empty() check for readability (#29360) 3 years ago
message_port.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
process_metric.cc 28ada6ea8b chore: bump chromium to 100.0.4857.0 (main) (#32419) 3 years ago
process_metric.h 28ada6ea8b chore: bump chromium to 100.0.4857.0 (main) (#32419) 3 years ago
save_page_handler.cc 93c9374e95 chore: trim unused STL includes (#29414) 3 years ago
save_page_handler.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
ui_event.cc 61a05caa78 refactor: remove uses of v8::Isolate::GetCurrent (#24179) 4 years ago
ui_event.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago