electron/shell/browser/api
Electron Bot a4de915b74
chore: bump chromium to d66c2e32380bf5d1eb5e1fe37faef (master) (#23791)
* chore: bump chromium in DEPS to db7d7b3e7cb2bc925f2abfde526280cfdfc21a41

* Update patches

* chore: bump chromium in DEPS to 5613e1b99a44fcbe22f3910f803ca76903a77ec1

* Update patches

* Network service: Remove primary_network_context bool.

https://chromium-review.googlesource.com/c/chromium/src/+/2204678

* WebContentsObserver now implements OnRendererResponsive

https://chromium-review.googlesource.com/c/chromium/src/+/2211066

* update patches

* Fixup printing patch

* chore: bump chromium in DEPS to e387b972cdd7160c416fa6c64a724e2258aa0218

* update patches

* [printing] Move PrintHostMsg_DidPrintContent_Params to print.mojom

https://chromium-review.googlesource.com/c/chromium/src/+/2212110

* [XProto] Move items from ::x11::XProto to ::x11

https://chromium-review.googlesource.com/c/chromium/src/+/2218476

* revert Add IChromeAccessible

This was added in https://chromium-review.googlesource.com/c/chromium/src/+/2206224 but it breaks WOA builds because third_party/win_build_output/midl/ui/accessibility/platform/arm64 does not exist. The link above says that the new interface is behind a feature flag which is disabled by default so it is safe to remove for now.

* rebaseline ichromeaccessible for Windows arm64

This patch will not be needed once we get the next roll.

* Update to 1b9e01844e8bf1aaafc4a52c0c62af7f56d9637b to get arm64 fix

* update patches

* chore: bump chromium in DEPS to 096aefa04092ea00f7b68d8d19345883f20db3c3

* chore: bump chromium in DEPS to a524a45ffd1d6fd46a7a86138fe2b22df5b6651a

* chore: update patches

* Window Placement: Gate cross-screen fullscreen behavior on permission

https://chromium-review.googlesource.com/c/chromium/src/+/2203268

* chore: add spec for https://crbug.com/1085836

* chore: bump chromium in DEPS to ff6c4f4b826d66c2e32380bf5d1eb5e1fe37faef

* update patches

Co-authored-by: John Kleinschmidt <jkleinsc@github.com>
Co-authored-by: Electron Bot <anonymous@electronjs.org>
Co-authored-by: deepak1556 <hop2deep@gmail.com>
2020-06-01 16:34:34 -04:00
..
views chore: remove unused classes of views API (#22861) 2020-03-28 15:44:57 +09:00
electron_api_app.cc feat: Add Secure Keyboard Entry APIs in macOS (#20678) 2020-05-21 11:53:44 -04:00
electron_api_app.h refactor: ginify Session (#23569) 2020-05-19 10:18:12 -07:00
electron_api_app_mac.mm fix: crashReporter incompatible with sandbox on Linux (#23265) 2020-05-07 13:31:26 -07:00
electron_api_app_mas.mm chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
electron_api_auto_updater.cc fix: crashReporter incompatible with sandbox on Linux (#23265) 2020-05-07 13:31:26 -07: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: bump chromium to d66c2e32380bf5d1eb5e1fe37faef (master) (#23791) 2020-06-01 16:34:34 -04:00
electron_api_browser_window.h chore: bump chromium to d66c2e32380bf5d1eb5e1fe37faef (master) (#23791) 2020-06-01 16:34:34 -04: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 chore: bump chromium to 580fe983e138952553cd6af11ee8b (master) (#23379) 2020-05-26 13:06:26 -07:00
electron_api_cookies.h refactor: ginify Cookies (#22823) 2020-03-25 15:34:53 -07:00
electron_api_crash_reporter.cc fix: crashReporter incompatible with sandbox on Linux (#23265) 2020-05-07 13:31:26 -07:00
electron_api_crash_reporter.h fix: crashReporter incompatible with sandbox on Linux (#23265) 2020-05-07 13:31:26 -07:00
electron_api_data_pipe_holder.cc refactor: ginify Session (#23569) 2020-05-19 10:18:12 -07: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 feat: add desktopCapturer.getMediaSourceIdForWebContents() to get stream source id from web contents (#22701) 2020-05-26 16:34:24 -04:00
electron_api_desktop_capturer.h feat: add desktopCapturer.getMediaSourceIdForWebContents() to get stream source id from web contents (#22701) 2020-05-26 16:34:24 -04: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 fix: volume key globalShortcut registration (#23782) 2020-05-28 08:56:48 -04: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 chore: bump chromium to 580fe983e138952553cd6af11ee8b (master) (#23379) 2020-05-26 13:06:26 -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 chore: bump chromium to 98ebf6c3f0b7bd96bdb1a4b42208f (master) (#22999) 2020-04-13 16:39:26 -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 Session (#23569) 2020-05-19 10:18:12 -07:00
electron_api_session.h refactor: ginify Session (#23569) 2020-05-19 10:18:12 -07:00
electron_api_system_preferences.cc chore: bump chromium to 98ebf6c3f0b7bd96bdb1a4b42208f (master) (#22999) 2020-04-13 16:39:26 -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 refactor: SystemPreferences::SetUserDefault (#23412) 2020-05-10 00:38:15 +02: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: return null when passing empty menu templates (#23364) 2020-05-04 08:19:21 -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 fix: missing handlescopes in event emission (#23140) 2020-04-27 11:38:43 -07:00
electron_api_tray.h fix: missing handlescopes in event emission (#23140) 2020-04-27 11:38:43 -07:00
electron_api_url_loader.cc net: Don't ignore the referer header in net.request (#23386) 2020-05-20 13:28:38 -04: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 chore: bump chromium to d66c2e32380bf5d1eb5e1fe37faef (master) (#23791) 2020-06-01 16:34:34 -04:00
electron_api_web_contents.h chore: bump chromium to d66c2e32380bf5d1eb5e1fe37faef (master) (#23791) 2020-06-01 16:34:34 -04: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 chore: make WebContentsView take webPreferences as parameter (#22997) 2020-04-09 16:01:16 +09:00
electron_api_web_contents_view.h chore: make WebContentsView take webPreferences as parameter (#22997) 2020-04-09 16:01:16 +09: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 98ebf6c3f0b7bd96bdb1a4b42208f (master) (#22999) 2020-04-13 16:39:26 -07:00
frame_subscriber.h chore: bump chromium to 98ebf6c3f0b7bd96bdb1a4b42208f (master) (#22999) 2020-04-13 16:39:26 -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 chore: bump chromium to 580fe983e138952553cd6af11ee8b (master) (#23379) 2020-05-26 13:06:26 -07:00
message_port.h chore: bump chromium to 580fe983e138952553cd6af11ee8b (master) (#23379) 2020-05-26 13:06:26 -07:00
process_metric.cc
process_metric.h
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