electron/shell/browser/api
2020-04-02 17:22:46 -07:00
..
views chore: remove unused classes of views API (#22861) 2020-03-28 15:44:57 +09:00
electron_api_app.cc feat: enhance native window.open to match the custom implementation's behavior (#19703) 2020-03-26 11:05:45 -07:00
electron_api_app.h feat: enhance native window.open to match the custom implementation's behavior (#19703) 2020-03-26 11:05:45 -07:00
electron_api_app_mac.mm feat: allow macOS apps to set activation policies (#21983) 2020-02-05 19:12:25 +00:00
electron_api_app_mas.mm chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
electron_api_auto_updater.cc chore: rename node bindings atom => electron (#22176) 2020-02-14 06:25:39 -05:00
electron_api_auto_updater.h chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
electron_api_browser_view.cc chore: rename node bindings atom => electron (#22176) 2020-02-14 06:25:39 -05:00
electron_api_browser_view.h chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
electron_api_browser_window.cc chore: rename node bindings atom => electron (#22176) 2020-02-14 06:25:39 -05:00
electron_api_browser_window.h fix: remove cyclic references of BrowserWindow (#22006) 2020-02-11 09:37:46 +09:00
electron_api_browser_window_mac.mm chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
electron_api_browser_window_views.cc chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
electron_api_content_tracing.cc refactor: migrate base::ThreadPool() as trait to base::ThreadPool:: API (#22555) 2020-03-09 09:13:59 -07:00
electron_api_cookies.cc feat: expose the sameSite value for cookies (#22789) 2020-04-02 11:28:43 -07:00
electron_api_cookies.h refactor: ginify Cookies (#22823) 2020-03-25 15:34:53 -07:00
electron_api_data_pipe_holder.cc chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
electron_api_data_pipe_holder.h chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
electron_api_debugger.cc refactor: EventEmitters without gin_helper (#22726) 2020-03-18 12:57:08 -07:00
electron_api_debugger.h refactor: EventEmitters without gin_helper (#22726) 2020-03-18 12:57:08 -07:00
electron_api_desktop_capturer.cc refactor: ginify Menu (#22916) 2020-04-02 16:07:56 -07:00
electron_api_desktop_capturer.h refactor: ginify desktopCapturer (#22746) 2020-03-19 11:35:11 -07:00
electron_api_dialog.cc fix: add handle scope in dialog's promise callback (#22658) 2020-03-12 11:17:47 -07:00
electron_api_download_item.cc refactor: ginify DownloadItem (#22924) 2020-04-02 17:22:46 -07:00
electron_api_download_item.h refactor: ginify DownloadItem (#22924) 2020-04-02 17:22:46 -07:00
electron_api_event.cc chore: rename node bindings atom => electron (#22176) 2020-02-14 06:25:39 -05:00
electron_api_event_emitter.cc chore: stop leaking v8 environment (#22761) 2020-03-20 14:15:55 -07:00
electron_api_event_emitter.h refactor: EventEmitters without gin_helper (#22726) 2020-03-18 12:57:08 -07:00
electron_api_global_shortcut.cc refactor: ginify globalShortcut (#22755) 2020-03-19 14:33:45 -07:00
electron_api_global_shortcut.h refactor: ginify globalShortcut (#22755) 2020-03-19 14:33:45 -07:00
electron_api_in_app_purchase.cc chore: rename node bindings atom => electron (#22176) 2020-02-14 06:25:39 -05:00
electron_api_in_app_purchase.h chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
electron_api_menu.cc refactor: ginify Menu (#22916) 2020-04-02 16:07:56 -07:00
electron_api_menu.h refactor: ginify Menu (#22916) 2020-04-02 16:07:56 -07:00
electron_api_menu_mac.h chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
electron_api_menu_mac.mm refactor: ginify Menu (#22916) 2020-04-02 16:07:56 -07:00
electron_api_menu_views.cc refactor: ginify Menu (#22916) 2020-04-02 16:07:56 -07:00
electron_api_menu_views.h chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
electron_api_native_theme.cc fix: propagate preferred color scheme to the renderer (#22896) 2020-03-30 15:39:50 -07:00
electron_api_native_theme.h fix: propagate preferred color scheme to the renderer (#22896) 2020-03-30 15:39:50 -07:00
electron_api_native_theme_mac.mm chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
electron_api_net.cc refactor: ginify net.request (#22779) 2020-03-23 13:09:45 -07:00
electron_api_net.h chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
electron_api_net_log.cc refactor: ginify session.netLog (#22732) 2020-03-18 16:46:05 -07:00
electron_api_net_log.h refactor: ginify session.netLog (#22732) 2020-03-18 16:46:05 -07:00
electron_api_notification.cc refactor: ginify Notification (#22821) 2020-03-31 11:42:32 -07:00
electron_api_notification.h refactor: ginify Notification (#22821) 2020-03-31 11:42:32 -07:00
electron_api_power_monitor.cc refactor: ginify powerMonitor (#22751) 2020-03-24 09:03:29 -07:00
electron_api_power_monitor.h refactor: ginify powerMonitor (#22751) 2020-03-24 09:03:29 -07:00
electron_api_power_monitor_mac.mm chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
electron_api_power_monitor_win.cc chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
electron_api_power_save_blocker.cc chore: rename node bindings atom => electron (#22176) 2020-02-14 06:25:39 -05:00
electron_api_power_save_blocker.h chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
electron_api_protocol.cc refactor: ginify protocol (#22812) 2020-03-26 10:34:32 -07:00
electron_api_protocol.h refactor: ginify protocol (#22812) 2020-03-26 10:34:32 -07:00
electron_api_screen.cc fix: screen module should still be creatable if the first create is before the ready event (#22895) 2020-03-31 14:49:15 -07:00
electron_api_screen.h chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
electron_api_service_worker_context.cc refactor: ginify ServiceWorkerContext (#22756) 2020-03-20 14:15:14 -07:00
electron_api_service_worker_context.h refactor: ginify ServiceWorkerContext (#22756) 2020-03-20 14:15:14 -07:00
electron_api_session.cc refactor: ginify DownloadItem (#22924) 2020-04-02 17:22:46 -07:00
electron_api_session.h refactor: ginify protocol (#22812) 2020-03-26 10:34:32 -07:00
electron_api_system_preferences.cc chore: more modules to dual prop/fn support (#22688) 2020-03-17 18:06:52 -07:00
electron_api_system_preferences.h spec: unskip webview.printToPDF (#22122) 2020-02-11 03:35:05 +00:00
electron_api_system_preferences_mac.mm chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
electron_api_system_preferences_win.cc chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
electron_api_top_level_window.cc refactor: ginify Menu (#22916) 2020-04-02 16:07:56 -07:00
electron_api_top_level_window.h feat: default gtk darkTheme option to nativeTheme.shouldUseDarkColors for better platform support (#20138) 2020-03-30 15:02:16 +09:00
electron_api_tray.cc refactor: ginify DownloadItem (#22924) 2020-04-02 17:22:46 -07:00
electron_api_tray.h refactor: ginify DownloadItem (#22924) 2020-04-02 17:22:46 -07:00
electron_api_url_loader.cc refactor: ginify net.request (#22779) 2020-03-23 13:09:45 -07:00
electron_api_url_loader.h refactor: ginify net.request (#22779) 2020-03-23 13:09:45 -07:00
electron_api_view.cc chore: remove unused classes of views API (#22861) 2020-03-28 15:44:57 +09:00
electron_api_view.h chore: remove unused classes of views API (#22861) 2020-03-28 15:44:57 +09:00
electron_api_web_contents.cc feat: enhance native window.open to match the custom implementation's behavior (#19703) 2020-03-26 11:05:45 -07:00
electron_api_web_contents.h feat: enhance native window.open to match the custom implementation's behavior (#19703) 2020-03-26 11:05:45 -07:00
electron_api_web_contents_impl.cc chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
electron_api_web_contents_mac.mm chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
electron_api_web_contents_view.cc refactor: move set_owned_by_client calls to base View (#22739) 2020-03-20 15:41:41 +09:00
electron_api_web_contents_view.h chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
electron_api_web_request.cc fix: webRequest module should work with file:// protocol (#22903) 2020-04-01 16:38:40 +09:00
electron_api_web_request.h fix: make webRequest work with WebSocket (#22040) 2020-02-11 14:56:09 +09:00
electron_api_web_view_manager.cc chore: rename node bindings atom => electron (#22176) 2020-02-14 06:25:39 -05:00
event.cc fix: remove catch-all HandleScope (#22531) 2020-03-10 18:16:58 -07:00
event.h chore: remove native_mate (Part 12) (#20869) 2019-10-31 16:56:00 +09:00
frame_subscriber.cc chore: bump chromium to f5b345dd470f14eef6e44732ccf23 (master) (#20649) 2019-10-28 15:12:35 -07:00
frame_subscriber.h chore: bump chromium to f5b345dd470f14eef6e44732ccf23 (master) (#20649) 2019-10-28 15:12:35 -07:00
gpu_info_enumerator.cc chore: bump chromium to 5b340c815ce15ab2efcf277ed19e9 (master) (#22064) 2020-03-03 13:35:05 -08:00
gpu_info_enumerator.h chore: bump chromium to 5b340c815ce15ab2efcf277ed19e9 (master) (#22064) 2020-03-03 13:35:05 -08:00
gpuinfo_manager.cc chore: bump chromium to 5b340c815ce15ab2efcf277ed19e9 (master) (#22064) 2020-03-03 13:35:05 -08:00
gpuinfo_manager.h chore: bump chromium to 5b340c815ce15ab2efcf277ed19e9 (master) (#22064) 2020-03-03 13:35:05 -08:00
message_port.cc feat: add onclose method to MessagePort (#22532) 2020-03-13 10:00:50 -07:00
message_port.h feat: MessagePorts in the main process (#22404) 2020-03-11 18:07:54 -07:00
process_metric.cc feat: add memory to app.getAppMetrics() (#18831) 2019-07-23 13:41:58 -07:00
process_metric.h feat: add memory to app.getAppMetrics() (#18831) 2019-07-23 13:41:58 -07:00
save_page_handler.cc chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
save_page_handler.h refactor: migrates util::Promise to gin (#20871) 2019-11-01 15:10:32 +09:00
ui_event.cc refactor: ginify Tray (#22822) 2020-03-30 10:32:02 +09:00
ui_event.h refactor: ginify Tray (#22822) 2020-03-30 10:32:02 +09:00