electron/docs/api
electron-roller[bot] ccd4531bfb
chore: bump chromium to 117.0.5852.0 (main) (#38891)
* chore: bump chromium in DEPS to 117.0.5846.0

* chore: update patches

* 4628901: Bump the macOS deployment target to 10.15

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

* 4593350: [Private Network Access] Trigger Permission Prompt

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

* 4631011: Remove unlaunched "InstallReplacementAndroidApp" Platform App APIs

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

* chore: disable API deprecation warnings in NSKeyedArchiver

* chore: update libcxx filenames

* chore: bump chromium in DEPS to 117.0.5848.2

* chore: update feat_add_set_theme_source_to_allow_apps_to.patch

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

No manual changes; patch succeeded with fuzz

* chore: update process_singleton.patch

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

Trivial manual patch adjustments to account for code shear.

* chore: remove electron::BrowserContext::GetMediaDeviceIDSalt()

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

upstream tldr:
- content::BrowserContext::GetMediaDeviceIDSalt()
- content::ContentBrowserClient::ArePersistentMediaDeviceIDsAllowed()
+ content::ContentBrowserClient::GetMediaDeviceIDSalt()

This commit leaves ElectronBrowserContext::GetMediaDeviceIDSalt() in
place (now non-virtual, non-override). It is now called by the new
function ElectronBrowserClient::GetMediaDeviceIDSalt().

As a followup, we might want to consider using the new upstream
media_device_salt::MediaDeviceSaltService and removing our
electron::MediaDeviceIDSalt code. CC @MarshallOfSound for 2nd
opinion since he has done the most work on MediaDeviceIDSalt and
may have more context.

* chore: fix iwyu breakage

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

electron_browser_main_parts.cc uses ui::ColorProviderManager but didn't
include it. Things worked anyway because we got it indirectly from
content/public/browser/web_contents.h until 4629624.

* chore: remove call to base::mac::IsAtLeastOS10_14

upstream has bumped minimum version to 10.15 so this call is moot?

* chore: remove obsolete API_AVAILABLE calls in IAP

upstream has bumped minimum version to 10.15 so this call is moot?

* chore: remove obsolete API_AVAILABLE calls in electron_application_delegate

upstream has bumped minimum version to 10.15 so this call is moot?

* chore: remove broken-before-macOS-10.15 patch in mas_avoid_usage_of_private_macos_apis.patch

Upstream has bumped minimum to macOS 10.15

* chore: remove @available(macOS 10.14) check

Upstream minimum requirement for macOS is now 10.15

* chore: update patches

* chore: bump chromium in DEPS to 117.0.5850.0

* chore: update patches

* chore: bump chromium in DEPS to 117.0.5852.0

* chore: update patches

* Move two params from NetworkContextParams to NetworkContextFilePaths.

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

* WebUSB: Add exclusionFilters to USBRequestDeviceOptions

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

* Convert /chrome/browser/ui to use ARC

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

* fixup! Bump the macOS deployment target to 10.15

* fixup! Bump the macOS deployment target to 10.15

* chore: update libcxx files

* win: Remove 10Glass from Windows10Glass function and var names

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

* chore: revert 392e5f43 from chromium

* Add an ExecutionContext to ScriptState

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

* fixup! Add an ExecutionContext to ScriptState

* chore: fix header

* Revert "chore: revert 392e5f43 from chromium"

This reverts commit b7f782943e4ce83cae8cd35780d8d3618cf0772c.

* fix: return correct min/max sizes in WinFrameView

* fixup! Revert chore: revert 392e5f43 from chromium

* fixup! Add an ExecutionContext to ScriptState

* Revert "fixup! Revert chore: revert 392e5f43 from chromium"

This reverts commit 7e2c7281abfc4f309255339fdba073d90a9ae3eb.

* Revert "fix: return correct min/max sizes in WinFrameView"

This reverts commit 3f418b1ab5155686730e087ae6cabe4a21b4bb61.

* Revert "Revert "chore: revert 392e5f43 from chromium""

This reverts commit 56296d8b7c434147e032e3c3b08c0e371b6c27ba.

---------

Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
Co-authored-by: Charles Kerr <charles@charleskerr.com>
Co-authored-by: deepak1556 <hop2deep@gmail.com>
Co-authored-by: Cheng Zhao <zcbenz@gmail.com>
2023-07-01 16:22:55 -04:00
..
structures chore: bump chromium to 117.0.5852.0 (main) (#38891) 2023-07-01 16:22:55 -04:00
accelerator.md docs: clarify supported accelerator punctuation (#38740) 2023-06-13 12:42:55 +02:00
app.md docs: indicate app.setBadgeCount() needs notifications permission to work (#38648) 2023-06-07 23:51:49 -07:00
auto-updater.md docs: update github.com links (#37958) 2023-04-15 21:20:59 -07:00
browser-view.md docs: add separate linkable browser-window-options.md and web-preferences.md (#34633) 2023-04-25 15:16:11 +02:00
browser-window.md chore: bump chromium to 117.0.5852.0 (main) (#38891) 2023-07-01 16:22:55 -04:00
client-request.md chore: type check JS in docs (#38423) 2023-06-05 16:26:26 +09:00
clipboard.md chore: type check JS in docs (#38423) 2023-06-05 16:26:26 +09:00
command-line-switches.md chore: disallow shortcut reference links in docs Markdown (#36860) 2023-01-16 10:22:49 +01:00
command-line.md docs: type names changed from wrapper to primitive (#31752) 2021-11-15 22:13:18 -06:00
content-tracing.md docs: update links to Chromium source (#33309) 2022-03-17 13:45:55 +01:00
context-bridge.md chore: type check JS in docs (#38423) 2023-06-05 16:26:26 +09:00
cookies.md feat: add httpOnly cookies.get filter (#37255) 2023-02-21 11:44:35 +01:00
crash-reporter.md docs: update github.com links (#37958) 2023-04-15 21:20:59 -07:00
debugger.md docs: cleanup reference links (#36659) 2023-01-11 22:16:34 -08:00
desktop-capturer.md chore: type check JS in docs (#38423) 2023-06-05 16:26:26 +09:00
dialog.md chore: type check JS in docs (#38423) 2023-06-05 16:26:26 +09:00
dock.md docs: fix broken links (#36519) 2022-12-05 13:18:57 -05:00
download-item.md docs: type names changed from wrapper to primitive (#31752) 2021-11-15 22:13:18 -06:00
environment-variables.md chore: fix typos (#34731) 2022-07-05 11:49:56 -04:00
extensions.md docs: fix loadExtension example (#36489) 2022-11-30 11:29:02 -08:00
file-object.md docs: es6ify 'Breaking Changes' and 'File' API pages (#15507) 2018-12-05 23:14:52 +11:00
global-shortcut.md docs: improve globalShortcut and hookWindowMessage types (#37115) 2023-02-02 12:31:28 -08:00
in-app-purchase.md feat: added username to IAP purchaseProduct method (#35902) 2022-12-12 10:11:48 -08:00
incoming-message.md chore: type check JS in docs (#38423) 2023-06-05 16:26:26 +09:00
ipc-main.md chore: type check JS in docs (#38423) 2023-06-05 16:26:26 +09:00
ipc-renderer.md chore: type check JS in docs (#38423) 2023-06-05 16:26:26 +09:00
menu-item.md chore: enforce consistent Markdown style for strong and emphasis (#37787) 2023-04-03 13:20:10 +02:00
menu.md feat: add support for keyboard initialized menu popup (#38903) 2023-06-29 15:54:06 -07:00
message-channel-main.md chore: type check JS in docs (#38423) 2023-06-05 16:26:26 +09:00
message-port-main.md docs: fix broken links (#36519) 2022-12-05 13:18:57 -05:00
native-image.md chore: enforce consistent Markdown style for strong and emphasis (#37787) 2023-04-03 13:20:10 +02:00
native-theme.md feat: add nativeTheme.inForcedColorsMode (#32956) 2022-03-21 10:30:02 +01:00
net-log.md chore: type check JS in docs (#38423) 2023-06-05 16:26:26 +09:00
net.md feat: net.resolveHost (#37853) 2023-05-02 09:53:00 +02:00
notification.md docs: update notifications tutorial (#37602) 2023-03-21 21:40:43 -04:00
parent-port.md docs: fix broken links (#36519) 2022-12-05 13:18:57 -05:00
power-monitor.md feat: add thermal states to powerMonitor (#37935) 2023-04-19 11:46:55 +02:00
power-save-blocker.md docs: type names changed from wrapper to primitive (#31752) 2021-11-15 22:13:18 -06:00
process.md docs: fixed a typo in process.defaultApp doc (#37342) 2023-02-20 13:06:19 +01:00
protocol.md chore: type check JS in docs (#38423) 2023-06-05 16:26:26 +09:00
push-notifications.md docs: update broken links (#37610) 2023-03-20 10:25:54 -04:00
safe-storage.md fix: fix a crash in safeStorage on Linux (#33913) 2022-05-09 09:38:53 -04:00
screen.md docs: type names changed from wrapper to primitive (#31752) 2021-11-15 22:13:18 -06:00
service-workers.md chore: bump chromium to 99.0.4767.0 (main) (#31986) 2022-01-10 17:31:39 -05:00
session.md feat: allow headers to be sent with session.downloadURL() (#38785) 2023-06-21 15:31:28 +02:00
share-menu.md docs: type names changed from wrapper to primitive (#31752) 2021-11-15 22:13:18 -06:00
shell.md feat: add logUsage to shell.openExternal() options (#37139) 2023-02-14 17:53:18 +09:00
system-preferences.md chore: fix lint:js-in-markdown script (#38260) 2023-05-15 09:58:35 +02:00
touch-bar-button.md docs: type names changed from wrapper to primitive (#31752) 2021-11-15 22:13:18 -06:00
touch-bar-color-picker.md docs: type names changed from wrapper to primitive (#31752) 2021-11-15 22:13:18 -06:00
touch-bar-group.md fix: ensure the typescript definitions only export correct value types (#28712) 2021-06-15 13:50:31 -07:00
touch-bar-label.md docs: type names changed from wrapper to primitive (#31752) 2021-11-15 22:13:18 -06:00
touch-bar-other-items-proxy.md fix: ensure the typescript definitions only export correct value types (#28712) 2021-06-15 13:50:31 -07:00
touch-bar-popover.md docs: type names changed from wrapper to primitive (#31752) 2021-11-15 22:13:18 -06:00
touch-bar-scrubber.md docs: type names changed from wrapper to primitive (#31752) 2021-11-15 22:13:18 -06:00
touch-bar-segmented-control.md docs: type names changed from wrapper to primitive (#31752) 2021-11-15 22:13:18 -06:00
touch-bar-slider.md docs: type names changed from wrapper to primitive (#31752) 2021-11-15 22:13:18 -06:00
touch-bar-spacer.md docs: type names changed from wrapper to primitive (#31752) 2021-11-15 22:13:18 -06:00
touch-bar.md chore: type check JS in docs (#38423) 2023-06-05 16:26:26 +09:00
tray.md chore: enforce consistent Markdown style for strong and emphasis (#37787) 2023-04-03 13:20:10 +02:00
utility-process.md chore: disallow shortcut reference links in docs Markdown (#36860) 2023-01-16 10:22:49 +01:00
web-contents.md docs: add missing isSameDocument property to will-frame-navigate event details (#37940) 2023-06-13 15:15:20 -04:00
web-frame-main.md chore: type check JS in docs (#38423) 2023-06-05 16:26:26 +09:00
web-frame.md chore: type check JS in docs (#38423) 2023-06-05 16:26:26 +09:00
web-request.md docs: correcting main example in WebRequest documentation (#36113) 2022-10-27 16:18:07 +09:00
webview-tag.md chore: type check JS in docs (#38423) 2023-06-05 16:26:26 +09:00
window-open.md docs: add separate linkable browser-window-options.md and web-preferences.md (#34633) 2023-04-25 15:16:11 +02:00