status
stringclasses
1 value
repo_name
stringlengths
9
24
repo_url
stringlengths
28
43
issue_id
int64
1
104k
updated_files
stringlengths
8
1.76k
title
stringlengths
4
369
body
stringlengths
0
254k
issue_url
stringlengths
37
56
pull_url
stringlengths
37
54
before_fix_sha
stringlengths
40
40
after_fix_sha
stringlengths
40
40
report_datetime
timestamp[ns, tz=UTC]
language
stringclasses
5 values
commit_datetime
timestamp[us, tz=UTC]
closed
electron/electron
https://github.com/electron/electron
32,463
["shell/browser/browser_win.cc"]
[Bug]: setAsDefaultProtocolClient sets wrong command
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a bug report that matches the one I want to file, without success. ### Electron Version 16.0.7 ### What operating system are you using? Windows ### Operating System Version Windows 10 Build 19043 ### What arch are you using? x64 ### Last Known Working Electron version 13.1.2 ### Expected Behavior `app.setAsDefaultProtocolClient(protocol, process.execPath, [path.resolve(process.argv[1]), '--arg']);` to work as expected. ### Actual Behavior electron will put quotes around the entire list of arguments instead of each individually (if necessary), so the generated command is something like "C:\example\node_modules\electron\dist\electron.exe" "c:\example --arg" "%1" which then leads to an error "Unable to find Electron app at c:\example --args". ### Testcase Gist URL !!! Please note that by the nature of setAsDefaultProtocolClient this testcase will make a systemwide setting! https://gist.github.com/a1f2fdbe04624b6f7a6877a89581143c ### Additional Information This was almost certainly introduced by the "fix" for https://github.com/electron/electron/issues/32141
https://github.com/electron/electron/issues/32463
https://github.com/electron/electron/pull/32953
9d72c8b0ad2ee41541b01ce6594012b40d869f0b
bdad6335c4e18aecbb3c4f3176fc100e542f0477
2022-01-13T14:53:01Z
c++
2022-02-21T07:43:27Z
closed
electron/electron
https://github.com/electron/electron
32,461
["spec-main/webview-spec.ts"]
flake: <webview> tag loads devtools extensions registered on the parent window
> <webview> tag loads devtools extensions registered on the parent window has been commonly flaking on WOA recently: - https://github.com/electron/electron/pull/32441/checks?check_run_id=4795823418 - https://github.com/electron/electron/pull/32442/checks?check_run_id=4797509771 cc @jkleinsc
https://github.com/electron/electron/issues/32461
https://github.com/electron/electron/pull/32542
d619804fc815b7cc789354d11f340f61dfa9b9a5
6b413568681fd236a10a54bf9ddb7281cd6bcb51
2022-01-13T13:56:11Z
c++
2022-01-20T18:59:02Z
closed
electron/electron
https://github.com/electron/electron
32,455
["BUILD.gn", "shell/common/api/electron_api_native_image_mac.mm"]
Update deprecated QuickLook Thumbnailing methods
Nearly all methods we use in `nativeImage.createThumbnailFromPath()` are deprecated on macOS as of 10.15 and scheduled for imminent removal - we should update our usage of those methods to the newer `QuickLookThumbnailing` framework accordingly. See [here](https://developer.apple.com/documentation/quicklook/previews_or_thumbnail_images_for_macos_10_14_or_earlier?language=objc) for deprecation information and [here](https://developer.apple.com/documentation/quicklookthumbnailing?language=objc) for the updated framework we should use.
https://github.com/electron/electron/issues/32455
https://github.com/electron/electron/pull/32456
c3d11e2ea2d9751a457c72805b7688a38ceac30a
4c39eb32b0d2be479b9a0856186c6dfeccae6b96
2022-01-13T13:46:22Z
c++
2022-02-02T22:01:05Z
closed
electron/electron
https://github.com/electron/electron
32,450
["docs/api/browser-window.md", "shell/browser/api/electron_api_base_window.cc", "shell/browser/api/electron_api_base_window.h", "shell/browser/native_window.cc", "shell/browser/native_window.h", "shell/browser/native_window_mac.h", "shell/browser/native_window_mac.mm"]
[Bug]: macOS transparent window font shadow residual
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a bug report that matches the one I want to file, without success. ### Electron Version 13.x/14.x/15.x/16.x ### What operating system are you using? macOS ### Operating System Version macOS 11 ### What arch are you using? x64 ### Last Known Working Electron version _No response_ ### Expected Behavior MAC OS transparent windows should not have font shadow residue ### Actual Behavior On the Mac OS platform, there will be font shadow residue on transparent windows ### Testcase Gist URL https://gist.github.com/5112851712bcd11e7045921fee1cbbf7 ### Additional Information This is a long-standing issue, previously related issue: - https://github.com/electron/electron/issues/14304 - https://github.com/electron/electron/issues/21173 ![image](https://user-images.githubusercontent.com/20365169/149276756-55789261-f884-4898-8213-e8504f56cabb.png)
https://github.com/electron/electron/issues/32450
https://github.com/electron/electron/pull/32452
35a7c07306249854c34609b1782ed0dc2318f429
d092e6bda4c7ba840f76ef835135f6ac94e02803
2022-01-13T05:05:22Z
c++
2022-12-01T18:24:44Z
closed
electron/electron
https://github.com/electron/electron
32,427
["shell/browser/api/electron_api_web_frame_main.cc", "shell/renderer/api/electron_api_ipc_renderer.cc", "spec-main/api-ipc-spec.ts"]
[Bug]: ipcRenderer.Postmessage optional transfer parameter is not actually optional.
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a bug report that matches the one I want to file, without success. ### Electron Version 16.0.6 ### What operating system are you using? Windows ### Operating System Version Win 10 Pro ### What arch are you using? x64 ### Last Known Working Electron version _No response_ ### Expected Behavior ```ipcRenderer.postMessage("test",{});``` should successfully post. ### Actual Behavior `ipcRenderer.postMessage("test",{});` fails with error `TypeError: Invalid value for transfer`. `ipcRenderer.postMessage("test",{},[]);` succeeds. The transfer parameter is optional according to the [api docs](https://www.electronjs.org/docs/latest/api/ipc-renderer#ipcrendererpostmessagechannel-message-transfer). I would assume the docs are correct as this approximately matches the standard web postMessage. ### Testcase Gist URL https://gist.github.com/Stinger-au/8394108f5f6754dad03dbbcfef84e3fe ### Additional Information _No response_
https://github.com/electron/electron/issues/32427
https://github.com/electron/electron/pull/32433
1aaa0fad694948a1c53355af12fe1e5ccc3e3e3f
6c88e3b8e71408e095446a4e956e4cb087066041
2022-01-12T04:14:37Z
c++
2022-01-13T13:52:48Z
closed
electron/electron
https://github.com/electron/electron
32,416
["package.json", "yarn.lock"]
[Bug]Colors should be stick to "1.4.0" to avoid corrupt from the author.
Refrence: https://snyk.io/blog/open-source-npm-packages-colors-faker/ https://github.com/electron/electron/blob/7c16ef1f62b3ba738de00da932b97639b25dcdd5/package.json#L36
https://github.com/electron/electron/issues/32416
https://github.com/electron/electron/pull/32420
cb927af4554c00e3b2a1639f46d811f53001f4e1
5d90ff083fb76d2172e09edd5b58eb6c373bb352
2022-01-11T07:19:29Z
c++
2022-01-11T19:24:54Z
closed
electron/electron
https://github.com/electron/electron
32,406
["BUILD.gn", "filenames.gni", "patches/chromium/.patches", "patches/chromium/build_disable_partitionalloc_on_mac.patch", "shell/app/electron_main.h", "shell/app/electron_main_linux.cc", "shell/app/electron_main_mac.cc", "shell/app/electron_main_win.cc", "shell/app/uv_stdio_fix.cc", "shell/app/uv_stdio_fix.h"]
chore: enable PartitionAlloc on macOS
- https://chromium-review.googlesource.com/c/chromium/src/+/3272411 enabled PartitionAlloc on macOS, but it was disabled in #31986 due to upgrade issues. Here is @clavin's description of the problems encountered (copied from https://github.com/electron/electron/pull/31986#pullrequestreview-845868722 for ease of reference): There's a large number of changes in this roll to do with PartitionAlloc specifically on mac, including specific initialization logic for registering the alloc zone and even doing an early "stubbing out" of sorts of the alloc zone, all on top of enabling the allocator on mac. I found that Electron's mac build is set up somehow differently from Chromium's such that `//base` is depended on by both the main executable as well as the shared framework, whereas Chromium only depends on `//base` in the latter. This is sort of an issue for us because PartitionAlloc assumes it will only ever run once in a process<sup>1</sup>. That said, code added by the roll in PartitionAlloc checks if it can detect that it has already been registered and no-ops if that is the case, so theoretically there should be no harm done... but things still broke :/ And to dig into that last note more, I was seeing breakage in sqlite3 code that is more than a decade old because that sqlite3 code was querying the size of a past allocation and the allocator was returning `0`—I assume because the allocation sqlite3 was asking for was handled by a different allocator (system allocator? different partitionalloc? I wasn't sure how to diagnose that). My theory is that there was some subtle initialization race happening, either with static initializers or even just the time that partitionalloc loads (which is also a static initializer). Turning PartitionAlloc off resolved this specific issue. I'm not sure if there were more allocation anomalies like this or not, this was always the first to turn up if there were. I was very intimidated by the idea of having to restructure the main electron binary on mac to not depend on `//base` as well as diagnose those allocator anomalies in the middle of an upgrade and felt like that work should be parallelized instead so this roll could land. I definitely think we should get PartitionAlloc working asap though. Also of note, that note about the "situation with mas" is an error on my part. I remember reading in a comment of ParitionAlloc code something about hacky/private mac APIs, but looking back I couldn't find that comment. The patch's message should probably be updated to remove that and I should have left a lot more context when I wrote it—sorry about the loose end! #### Notes <sup>1</sup> There was a change in this roll where they decided to break this notion for `app_shim` in Chromium, though it sounds like they did it reluctantly and might change it in the future. --- I sent this list of commits in the roll that informed this decision to Shelley over DM about a week ago, but I'll copy it here for more context: <details> <summary>Changes that informed this decision</summary> * `[base/allocator] Do not register PartitionAlloc's zone twice.` ([commit](https://chromium.googlesource.com/chromium/src/+/9f8d3303f5aba9c5b4dd732d1409bc17a963a180)) — This affects mac only and codifies that “`//base` should never, ever be re-used in a dynamic library loaded into Chromium’s address space” (per the commit message). * `Reland "base/allocator: Enable PartitionAlloc-Everywhere on macOS"` ([commit](https://chromium.googlesource.com/chromium/src/+/ec6b52f91a4cfa3fe28fd7cf2c3662efb1d55235)) — This tiny commit just turns on PartitionAlloc on macOS, which I basically undid in my patch. * `[PartitionAlloc][mac] Undo the initialization race fix.` ([commit](https://chromium.googlesource.com/chromium/src/+/3f102ce68f35817e11aac7332f37a6a8c2123143)) — Included this for extra context. * `[PartitionAlloc][mac] Solve initialization race.` ([commit](https://chromium.googlesource.com/chromium/src/+/adcda7775ad5f7d99b01c25aea8e9b7f45d5be65)) — There’s a lot in this one commit, but essentially the PartitionAlloc init on mac now requires calling a function in a file in `//base` (but without depending on `//base`) at the start of `main` to register a dummy alloc zone that gets replaced with the real PartitionAlloc later. Another reference to how “Chromium’s main executable must not depend on `//base`, so the code is added in a fairly roundabout way.” Notably, it is expected that the main framework (Electron Framework in our case) is the one to depend on `//base` and init the real PartitionAlloc. * `[PartitionAlloc] Extend early PartitionAlloc init to content_shell.` ([commit](https://chromium.googlesource.com/chromium/src/+/5cf6a10148fad105570462de6fec8babffa10467)) — Just adds the above commit’s early init setup to content_shell. * `[PartitionAlloc] Allow double zone registration on mac for app_shim.` ([commit](https://chromium.googlesource.com/chromium/src/+/2173ca15b020fdde7b9fedb3b7eae65bceaad2c0)) — Contrary to all the advice to not depend on `//base` in the app executable, this commit makes it possible to register PartitionAlloc twice in exactly that way. This is sort of implemented as a workaround to not having to refactor app_shim: “The ideal solution is to not depend on `//base` in the shim. A workaround is to allow the library to also register a zone.” * **Note**: there’s a handful more commits in this roll that pertain to PartitionAlloc, these are just the most important ones I could remember. * Concern about MAS build: I just did a double check bc I thought I remember seeing a comment in one of these files about a private or obscure API, but I can’t find it anymore so this concern can be stashed away for now as a non-issue. * Running safely: Given the context of all the above commits, it’s clear to me that the Electron build needs to be a little bit restructured to initialize PartitionAlloc correctly. Currently, it is being double registered (once by the main executable that depends on `//base` and a second time by the Electron Framework), which is usually a non-issue because PartitionAlloc can usually detect itself and stop the second init. That said, the timing is still wrong and I was consistently getting errors in decade-old or more sqlite3 code that was crashing because it was trying to query the size of a past allocation and that query was returning 0. I assume this could be one of many similar bugs due to the initialization being not quite right. I tried adding the early init with no luck in this case, and I couldn’t figure out a quick way to fix the main exec’s dependency on `//base`. </details>
https://github.com/electron/electron/issues/32406
https://github.com/electron/electron/pull/32442
fac61122d560029c9b5f59852d08857f6855d70c
6e6f5efad95e6899694484ea8da1e5dcc67b3992
2022-01-10T19:24:37Z
c++
2022-01-17T07:46:33Z
closed
electron/electron
https://github.com/electron/electron
32,390
["docs/api/dialog.md"]
[Bug]: MessageBoxOptions type declaration mistake, string is not allowed in icon.
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a bug report that matches the one I want to file, without success. ### Electron Version 16.0.6 ### What operating system are you using? macOS ### Operating System Version 11.6.2 ### What arch are you using? x64 ### Last Known Working Electron version _No response_ ### Expected Behavior I think it's a type declaration mistake in MessageBox Options. MessageBoxOptionsの型宣言ミスだと思います。 interface MessageBoxOptions { icon?: (NativeImage) | (string); I think it's a type declaration mistake in MessageBox Options. With MessageBoxSyncOptions, icon allows strings, but MessageBoxOptions is only NativeImage. MessageBoxSyncOptionsならiconはstringも許すのですが、MessageBoxOptionsはNativeImageのみになっています。 interface MessageBoxSyncOptions { icon?: (NativeImage) | (string); ### Actual Behavior interface MessageBoxOptions { : icon?: NativeImage; : ### Testcase Gist URL _No response_ ### Additional Information _No response_
https://github.com/electron/electron/issues/32390
https://github.com/electron/electron/pull/32422
f4548985f481691d40352b6e12b9c41277cf992c
ddd66543f72b9a4296b8f9094b1667055d130bd6
2022-01-10T08:18:01Z
c++
2022-01-13T01:30:15Z
closed
electron/electron
https://github.com/electron/electron
32,385
["patches/chromium/fix_media_key_usage_with_globalshortcuts.patch"]
[Bug]: BrowserView holds onto media keys in Windows 10 when media is being played from BrowserView
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a bug report that matches the one I want to file, without success. ### Electron Version 16.0.1 ### What operating system are you using? Windows ### Operating System Version Windows 10 21H2 ### What arch are you using? x64 ### Last Known Working Electron version Unknown ### Expected Behavior 1. Open an Electron application with a BrowserView that contains an embedded YouTube video 2. Press play on the video 3. Pause the video using the Play/Pause media key 4. Switch to another media playing application (eg. Spotify) 5. Press Play/Pause The media from Spotify should start playing ### Actual Behavior The media from the Electron application will play instead. It will always hold onto these keys until the application is closed. ### Testcase Gist URL https://gist.github.com/devinbinnie/92cf5efde8617cbd2a8a478c0397edac ### Additional Information First reproduces on Electron v14.
https://github.com/electron/electron/issues/32385
https://github.com/electron/electron/pull/34594
e2f42e5d994a27f461e503b72934e3e4111ce29f
6e9466f96b48fce7ca98cf308a9c6700ee90733a
2022-01-07T20:26:34Z
c++
2022-06-20T10:40:10Z
closed
electron/electron
https://github.com/electron/electron
32,373
["patches/chromium/.patches", "patches/chromium/fix_don_t_restore_maximized_windows_when_calling_showinactive.patch", "spec-main/api-browser-window-spec.ts"]
[Bug]: BrowserWindow.showInactive Will Restore Maximized Window
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a bug report that matches the one I want to file, without success. ### Electron Version 17.0.0-alpha.6 ### What operating system are you using? Windows ### Operating System Version Windows 10 ### What arch are you using? x64 ### Last Known Working Electron version _No response_ ### Expected Behavior `BrowserWindow.showInactive` should not restore a maximized window ### Actual Behavior `BrowserWindow.showInactive` does restore a maximized window ### Testcase Gist URL https://gist.github.com/9f2c69b089f2155859bb0b439aefb668 ### Additional Information The provided gist is a test so it should be runnable by `bugbot`. I've confirmed the behavior on Windows, macOS seems unaffected, I haven't tested Linux. ~@ckerr, could you test Linux? It might be similar to #32350 where it affects both Windows and Linux but not macOS.~ Root cause may be upstream in Chromium, `ShowInactive` in Electron just passes through to `ShowInactive` on the widget, there's really no logic present.
https://github.com/electron/electron/issues/32373
https://github.com/electron/electron/pull/32870
bdad6335c4e18aecbb3c4f3176fc100e542f0477
069cde09fbae94e18bb1e31ed6235c0761c08315
2022-01-06T22:48:21Z
c++
2022-02-21T09:23:55Z
closed
electron/electron
https://github.com/electron/electron
32,360
["shell/browser/ui/win/electron_desktop_window_tree_host_win.cc", "shell/browser/ui/win/electron_desktop_window_tree_host_win.h"]
[Bug]: Windows Control Overlay button hover effect not working
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a bug report that matches the one I want to file, without success. ### Electron Version 14.0.0 ### What operating system are you using? Windows ### Operating System Version Windows 11 ### What arch are you using? x64 ### Last Known Working Electron version _No response_ ### Expected Behavior See https://github.com/electron/electron/issues/30764 for specific behavior ### Actual Behavior See https://github.com/electron/electron/issues/30764 for specific behavior ### Testcase Gist URL _No response_ ### Additional Information I am creating this issue based on https://github.com/electron/electron/issues/30764 and the information I have gathered while trying to triage it. Though this not a breaking bug, it does create a visual inconsistency for users, as a window control button would typically change color when hovered over. For this reason, I think it should still be addressed at some point. Consolidating all current information and future questions/comments here should help in finding a solution. [Here](https://bugs.chromium.org/p/chromium/issues/detail?id=1218921) is a link to the bug that led to the original fix implemented in Chromium And [here](https://bugs.chromium.org/p/chromium/issues/detail?id=1271293#c1) is the link to the follow-up bug report created noting issues with the implemented fix. This was then labeled as `WontFix` The chromium fix artificially creates the correct tooltips and allows for the button color to change on hover. However, this results in a response to the `WM_NCHITTEST` [message](https://docs.microsoft.com/en-us/windows/win32/inputdev/wm-nchittest) that does not correspond with the function of the button. For example, `HTMAXIMIZE` is not returned, thus Snap Layout on Windows 11 does not work. If someone else wants to take a look at this, the relevant Electron files can be found in [this PR](https://github.com/electron/electron/pull/29600) adding WCO to Electron. For this bug in particular, I believe the related files are: `shell/browser/ui/views/win_caption_button.cc`, `shell/browser/ui/views/win_caption_button_container.cc`, and `shell/browser/ui/views/win_frame_view.cc` but changes to other files may provide a solution as well.
https://github.com/electron/electron/issues/32360
https://github.com/electron/electron/pull/32672
8b6202b6a8847ddd28768fe09b0e014259a6b8e7
9a5a45e804d83ea06f458d2ff9020aec87ffc17d
2022-01-06T00:01:50Z
c++
2022-02-02T15:06:36Z
closed
electron/electron
https://github.com/electron/electron
32,358
["patches/chromium/desktop_media_list.patch"]
[Bug]: getSources not releasing OS capture in MacOS Big Sur
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a bug report that matches the one I want to file, without success. ### Electron Version 16.0.6 ### What operating system are you using? macOS ### Operating System Version macOS Big Sur 11.6 ### What arch are you using? x64 ### Last Known Working Electron version 15.3.4 ### Expected Behavior After calling desktopCapturer.getSources the OS should behave as if nothing is capturing the screen. ### Actual Behavior In my Electron Fiddle app, for about 5-8 seconds after the getSources call resolves the OS is still behaving as if a capture is happening. I can tell by locking my screen and seeing the text "Your screen is being observed" which disappears 5-8 seconds afterwards. In 15.3.4 this doesn't happen. In my production application it can take much longer and sometimes won't resolve for at least minutes or until the application is exited. ### Testcase Gist URL https://gist.github.com/seanmacisaac/6b1db1cf7afa53302671c8f97913df91 ### Additional Information _No response_
https://github.com/electron/electron/issues/32358
https://github.com/electron/electron/pull/32435
6c88e3b8e71408e095446a4e956e4cb087066041
7f4efb67472cdc05d277754ee5f95f0f83247125
2022-01-05T23:11:04Z
c++
2022-01-13T15:21:28Z
closed
electron/electron
https://github.com/electron/electron
32,350
["shell/browser/native_window_views.cc", "spec-main/api-browser-window-spec.ts"]
[Bug]: BrowserWindow.unmaximize Will Restore Minimized Window
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a bug report that matches the one I want to file, without success. ### Electron Version 17.0.0-alpha.6 ### What operating system are you using? Windows ### Operating System Version Windows 10 ### What arch are you using? x64 ### Last Known Working Electron version _No response_ ### Expected Behavior `BrowserWindow.unmaximize` should not restore a minimized window ### Actual Behavior `BrowserWindow.unmaximize` does restore a minimized window ### Testcase Gist URL https://gist.github.com/eb364ab237b856b11c9570fa2b257cfb ### Additional Information The provided gist is a test so it should be runnable by `bugbot`. I've confirmed the behavior on Windows, macOS seems unaffected, I haven't tested Linux. Root cause might be [that `NativeWindowViews::Unmaximize` calls `widget()->Restore()`](https://github.com/electron/electron/blob/bd10b19b0cdc46cdbadb570af89305e64541b679/shell/browser/native_window_views.cc#L591), so it does the restore behavior, regardless of if the window is maximized or minimized. It should probably do an `IsMaximized()` check before calling `Restore()` to prevent this issue. Could also use some more test coverage to ensure `unmaximize` is a no-op when the window isn't maximized.
https://github.com/electron/electron/issues/32350
https://github.com/electron/electron/pull/32438
2a8d49a0591a74b3732717ce52724e38f0e73055
0c75b3b2eaa294c08629f83391a4c2f3d73c51b0
2022-01-05T11:06:37Z
c++
2022-01-17T07:47:14Z
closed
electron/electron
https://github.com/electron/electron
32,323
["patches/chromium/.patches", "patches/chromium/mas_gate_private_enterprise_APIs.patch"]
[Bug]: Electron fails to build in some Windows configurations due to misnamed .patch file
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a bug report that matches the one I want to file, without success. ### Electron Version 16.0.0 ### What operating system are you using? Windows ### Operating System Version Windows 10.0.19042.1415 ### What arch are you using? x64 ### Last Known Working Electron version 13.0.0 ### Expected Behavior Electron builds from scratch ### Actual Behavior Electron doesn't build. This error shows up instead: ``` ... Applying: Convert Electron ProcessSingleton changes to patch Applying: fix: expose DecrementCapturerCount in web_contents_impl Applying: add ui::ScopedCliboardWriter::WriteUnsafeRawData Applying: feat: Add data parameter to ProcessSingleton Applying: fix: mas gate private enterprise APIs Patch failed at 0111 fix: mas gate private enterprise APIs ``` Attempting to apply this patch manually with verbose flags shows the following: ``` c:\...\electron\src> git apply electron\patches\chromium\mas_gate_private_enterprise_APIs --verbose Checking patch base/enterprise_util_mac.mm... error: while searching for: DeviceUserDomainJoinState AreDeviceAndUserJoinedToDomain() {? static DeviceUserDomainJoinState state = [] {? DeviceUserDomainJoinState state{false, false};? ? @autoreleasepool {? ODSession* session = [ODSession defaultSession];? error: patch failed: base/enterprise_util_mac.mm:168 error: base/enterprise_util_mac.mm: patch does not apply ``` ### Testcase Gist URL _No response_ ### Additional Information The offending PR seems to be this: https://github.com/electron/electron/pull/31482 The extra `?` on the end of the verbose failure log is indicative of extra `\r` when the tools expect only `\n` and will error if git is in a configuration to check out files in CRLF mode. This was apparently a problem previously identified and fixed here: https://github.com/electron/electron/pull/14789 ``` # `git apply` and friends don't understand CRLF, even on windows. Force those # files to be checked out with LF endings even if core.autocrlf is true. *.patch text eol=lf ``` However, this fix only works if patch files are named `*.patch`. In this case, the patch file was named without `.patch`, so the fix doesn't work, and it causes builds to fail. The fix is likely to rename `patches/chromium/mas_gate_private_enterprise_APIs` to `patches/chromium/mas_gate_private_enterprise_APIs.patch`.
https://github.com/electron/electron/issues/32323
https://github.com/electron/electron/pull/32324
b63c190fe6ac20f9b84e2813ab4c049862dc753a
62c1c86be915134d9025e5fccbda94789af674f9
2022-01-03T22:21:24Z
c++
2022-01-05T09:36:48Z
closed
electron/electron
https://github.com/electron/electron
32,285
["shell/browser/native_window_views.cc", "shell/browser/ui/views/win_caption_button_container.cc", "shell/browser/ui/views/win_caption_button_container.h", "shell/browser/ui/views/win_frame_view.h"]
[Bug]: The title bar overlay is not updated to fit the settings of the window
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 16.0.5 ### What operating system are you using? Windows ### Operating System Version Windows 11 21H2 ### What arch are you using? x64 ### Last Known Working Electron version _No response_ ### Expected Behavior If a window has the `maximizable` property set to `false`, the built-in title bar overlay should be updated and the maximise button should be disabled. And if a window has the `minimizable` property set to `false`, the built-in title bar overlay should be updated and the minimise button should be disabled. ### Actual Behavior These buttons are still active on the windows that have these properties set to `false`. ![image](https://user-images.githubusercontent.com/72353925/147394733-edffab52-5fea-483d-a62a-840596810551.png) Main Window (the first one): maximizable -> true minimizable -> true Editor Window (the second one): maximizable -> true minimizable -> true Custom Alert Window (the third one): maximizable -> false minimizable -> true About Window (the fourth one): maximizable -> false minimizable -> false ### Testcase Gist URL _No response_ ### Additional Information _No response_
https://github.com/electron/electron/issues/32285
https://github.com/electron/electron/pull/34677
106aa0e9228250015eef99eaa9063bafa9fc187b
3b881e4a132742b30e2f7a61203c1bfec5b81364
2021-12-25T22:35:51Z
c++
2022-06-23T17:08:32Z
closed
electron/electron
https://github.com/electron/electron
32,206
["docs/api/safe-storage.md", "shell/browser/api/electron_api_safe_storage.cc", "spec-main/api-safe-storage-spec.ts", "spec-main/fixtures/crash-cases/safe-storage/index.js"]
[Bug]: electron.safeStorage.isEncryptionAvailable() segfaults on Linux when called before creation of the first BrowserWindow
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 15 and 16 ### What operating system are you using? Ubuntu ### Operating System Version Ubuntu 20.04 ### What arch are you using? x64 ### Last Known Working Electron version n/a ### Expected Behavior calling `electron.safeStorage.isEncryptionAvailable()` returns a boolean ### Actual Behavior calling `electron.safeStorage.isEncryptionAvailable()` segfaults immediately ### Testcase Gist URL https://github.com/ganthern/safe-storage-segfault ### Additional Information It also happens in a fresh openSUSE Leap 15.1.1 VM. The API should be available as soon as possible (preferrably before app ready) since it's useful for apps that run on startup without immediately opening BrowserWindows. For the record, it works as expected on MacOs and returns `false` on windows, which makes the current [documentation](https://www.electronjs.org/docs/latest/api/safe-storage#safestorageisencryptionavailable) of `isEncryptionAvailable` inaccurate.
https://github.com/electron/electron/issues/32206
https://github.com/electron/electron/pull/33913
6fea35271c67c6ad69cf026560cb221054a505a8
03e68e2efeee34715a5b37e6f7065ac8487f2485
2021-12-16T12:07:25Z
c++
2022-05-09T13:38:53Z
closed
electron/electron
https://github.com/electron/electron
32,164
["shell/browser/api/electron_api_web_frame_main.cc", "spec/api-web-frame-main-spec.ts"]
[Bug]: webFrameMain executeJavaScript doesn't work sometimes
### Preflight Checklist - [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 15.3.0 ### What operating system are you using? macOS ### Operating System Version macOS Monterey ### What arch are you using? x64 ### Last Known Working Electron version 15.3.0 ### Expected Behavior I write some code like this: 1. given a web page with an iframe, iframe and the page url is in **different origin** 2. setup listener in main process(`ipcMain.on`) and wait for message from renderer 3. use preload to inject some code into iframe and mainFrame(the web page) 4. both frames send message via `ipcRenderer` to main process when preload executed 5. after received message from renderer, main process retrieve webFrameMain by `[processId, routing]` provided in event params 6. main process call webFrameMain.executeJavaScript immediately, for every frame that send message to main process What's expected: 1. The code passed by executeJavaScript to be executed in each frame(the web page and iframe) 2. executeJavaScript asynchronously return execution result of passed code. ### Actual Behavior 1. The code didn't executed in iframe sometimes. Just mainFrame work as expected 2. webFrameMain.executeJavaScript.then(res) got res `null` when execute in the iframe. extra info was provided in Additional Information ### Testcase Gist URL [https://gist.github.com/b7714f0812e293339b9a2a08807cf795](https://gist.github.com/b7714f0812e293339b9a2a08807cf795) ### Additional Information 1. if use setTimeout to delay the execution, it **maybe** work in iframe. I tried to delay 10ms、20ms、...200ms and record success rate(test 100times): | delay | success rate | | ---- | --- | | 10ms | about 70% | | 20ms | about 85% | | 30ms | about 90% | | 40ms | about 95% | | 100ms| about 97% | | 200ms | 100% | 2. `webContents.sendToFrame` also has similar issue, renderer process **maybe** not receive message even it can successfully send message to main process 3. If preload send message after iframe 'DOMContentLoaded' event, `executeJavaScript` always success 4. After page and iframe fully loaded, just reload iframe(in console, using location.reload()), executeJavaScript works as expected.
https://github.com/electron/electron/issues/32164
https://github.com/electron/electron/pull/35292
8e4a168a136f8948d019350a089a8a2878509c6a
43182bf030d7de6fab5b6976f073eb125c2ebe12
2021-12-13T08:07:01Z
c++
2022-08-17T04:08:13Z
closed
electron/electron
https://github.com/electron/electron
32,147
["npm/install.js"]
[Feature Request]: Ability to force the installation of x64 electron binaries on Apple Silicon
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Problem Description If you install electron on Apple Silicon using a Terminal running under Rosetta-Emulation (_arch_ command returns _x64_) and you even specify the architecture in the install command like this: `npm install --arch=x64 --save-dev electron` , the specified architecture gets completely ignored and the arm64 version gets installed, due to the following piece of code in electron/npm/install.js : `if (platform === 'darwin' && process.platform === 'darwin' && arch === 'x64') { // When downloading for macOS ON macOS and we think we need x64 we should // check if we're running under rosetta and download the arm64 version if appropriate try { const output = childProcess.execSync('sysctl -in sysctl.proc_translated'); if (output.toString().trim() === '1') { arch = 'arm64'; } } catch { // Ignore failure } }` However, this might not be always desirable, as you might want to specifically install the x64 version, so that you can test native x64 node addons on your Apple Silicon computer. One should be able to use an M1 Apple and test/develop native x64 node addons with Electron. ### Proposed Solution Simply remove the code section listed in the problem description. If someone is running a Rosetta-Terminal to install dependencies and run code, he is doing so because he deliberately wants to develop/test something for x64 Macs on a M1 Mac. The arch should NOT be overwritten. ### Alternatives Considered Perhaps there can be some kind of prompt during installation, so that the user can verify if we wants the arch to be overwritten. ### Additional Information _No response_
https://github.com/electron/electron/issues/32147
https://github.com/electron/electron/pull/32266
7678a0aebb0fc539e9be4e9aa568fcc1393ab819
824c909e2ac1c883252ef9229f4489a8fa515238
2021-12-10T18:56:48Z
c++
2022-01-07T08:53:15Z
closed
electron/electron
https://github.com/electron/electron
32,141
["shell/browser/browser_win.cc"]
[Bug]: Register wrong command for setAsDefaultProtocolClient
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 13.1.2 ### What operating system are you using? Windows ### Operating System Version Windows 10 version 1709 ### What arch are you using? x64 ### Last Known Working Electron version _No response_ ### Expected Behavior While registering a default protocol : ```js app.setAsDefaultProtocolClient('test', process.execPath, [path.resolve(process.argv[1])]) ``` If the `process.execPath` has space in it then it should register correct command. Example if a app is located at `D:\demo space\electron-demo` : then the registered command should be ```bash "D:\demo space\electron-demo\node_modules\electron\dist\electron.exe" "D:\demo space\electron-demo" "%1" ``` ### Actual Behavior While registering a default protocol : ```js app.setAsDefaultProtocolClient('test', process.execPath, [path.resolve(process.argv[1])]) ``` If the `process.execPath` has space in it then it registers wrong command. Example if a app is located at `D:\demo space\electron-demo` : then the registered command is ```bash "D:\harmonize-space\electron-demo\node_modules\electron\dist\electron.exe" D:\demo space\electron-demo "%1" ``` Thus it raises a error `Error : Launching app \n No app found at D:\demo` . ### Testcase Gist URL _No response_ ### Additional Information Want to work on this issue. If possible Assign it to me.
https://github.com/electron/electron/issues/32141
https://github.com/electron/electron/pull/32220
84f1d78558cb2cf6765191299c9b03ad59c0e6b4
cbdb2e6ec2fae7749b7ebf0a3488ce702493b320
2021-12-09T18:25:21Z
c++
2022-01-04T01:47:28Z
closed
electron/electron
https://github.com/electron/electron
32,111
["shell/browser/ui/tray_icon_cocoa.mm"]
[Bug]: Menu.buildFromTemplate([]); click tray icon is not highlight
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 16.0.1 ### What operating system are you using? macOS ### Operating System Version macOS 11.5.2 ### What arch are you using? arm64 (including Apple Silicon) ### Last Known Working Electron version _No response_ ### Expected Behavior Menu.buildFromTemplate([]), click tray icon is hightlight ### Actual Behavior Menu.buildFromTemplate([]), click tray icon is not hightlight ### Testcase Gist URL _No response_ ### Additional Information _No response_
https://github.com/electron/electron/issues/32111
https://github.com/electron/electron/pull/34173
142e1f667bff0ae755406876295205708a4cd887
a8103691ac33b6a71e127532cdea26d2de12d708
2021-12-06T05:57:41Z
c++
2022-05-12T14:14:11Z
closed
electron/electron
https://github.com/electron/electron
32,007
["shell/browser/api/electron_api_browser_window.cc"]
[Bug]: Vibrancy does not work if background color is set to undefined
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 16.0.2 ### What operating system are you using? macOS ### Operating System Version macOS Monterrey 12.0.1 ### What arch are you using? arm64 (including Apple Silicon) ### Last Known Working Electron version 13 _No response_ ### Expected Behavior This configuration should produce a vibrant window: ```ts new BrowserWindow({ width: 800, height: 600, backgroundColor: undefined, vibrancy: "sidebar", titleBarStyle: "hidden", webPreferences: { preload: path.join(__dirname, 'preload.js') } }) ``` ### Actual Behavior The window has a white background. As of Electron 16.x vibrancy works if `backgroundColor` is not set at all, but not if it's explicitly set to `undefined`. As a consequence, if the background color is set to any value, it's impossible to unset it later. ### Testcase Gist URL _No response_ ### Additional Information What's interesting is that this option check returns `true` if the background color is explicitly set to `undefined`: https://github.com/electron/electron/blob/bd10b19b0cdc46cdbadb570af89305e64541b679/shell/browser/api/electron_api_browser_window.cc#L50 But this one returns `false`: https://github.com/electron/electron/blob/bd10b19b0cdc46cdbadb570af89305e64541b679/shell/browser/native_window.cc#L208
https://github.com/electron/electron/issues/32007
https://github.com/electron/electron/pull/32517
b89361a991e496b00303fdf4eb841c4021c836a7
df50a0efb10e26ff7f7a79e295342a9abec4c129
2021-11-26T16:14:18Z
c++
2022-01-19T20:51:12Z
closed
electron/electron
https://github.com/electron/electron
31,992
["shell/browser/api/electron_api_web_contents.cc", "spec/api-browser-window-spec.ts"]
[Bug]: webContents.capturePage() returns empty image for fully occluded BrowserWindow on Windows
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 16.0.1 ### What operating system are you using? Windows ### Operating System Version Windows 11 (10.0.22000.348) ### What arch are you using? x64 ### Last Known Working Electron version 10.4.7 ### Expected Behavior `webContents.capturePage()` should work for fully occluded BrowserWindow as the window is not minimized. ### Actual Behavior `webContents.capturePage()` returns an empty `NativeImage` in this case. ### Testcase Gist URL _No response_ ### Additional Information main.js for Fiddle ```js const {app, BrowserWindow} = require('electron') function createWindow () { const mainWindow = new BrowserWindow({ width: 800, height: 600, }) setInterval(async () => { const image = await mainWindow.capturePage(); console.log(image.getSize()) }, 1000); mainWindow.loadFile('about:blank') mainWindow.webContents.openDevTools({mode:'detach'}) } app.whenReady().then(() => { createWindow() }) app.on('window-all-closed', function () { app.quit() }) ``` to reproduce cover the BrowserWindow with the devtools, you'll see the image size being logged as `{ width: 0, height: 0 }`. This is a regression from #27883, when I revert the change `webContents.capturePage()` is working correctly for occluded windows. Checking the visibility state does not seem correct to me as both occluded and minimized windows' webContents have visibilityState hidden. The abandoned fix #27892 seems like a better option. Also according to the documentation of `CopyFromSurface`: > // |callback| is guaranteed to be run, either synchronously or at some point > // in the future (depending on the platform implementation and the current > // state of the Surface). If the copy failed, the bitmap's drawsNothing() > // method will return true. > // > // If the view's renderer is suspended (see WasOccluded()), this may result in > // copying old data or failing. > virtual void CopyFromSurface( > const gfx::Rect& src_rect, > const gfx::Size& output_size, > base::OnceCallback<void(const SkBitmap&)> callback) = 0;
https://github.com/electron/electron/issues/31992
https://github.com/electron/electron/pull/39730
3e70692e4b3044a10e5b1e5148a97a3f62bec4cb
5c821d33791345446eef3a90a6bea9c920d001d8
2021-11-25T03:07:41Z
c++
2023-10-12T07:35:23Z
closed
electron/electron
https://github.com/electron/electron
31,864
["shell/browser/ui/inspectable_web_contents.cc", "shell/browser/ui/inspectable_web_contents.h"]
[Bug]: Dark mode in Devtools is not working on the latest 16.0.0 - 16.0.8 / 17.0.0
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 16.0.0 - 16.0.5 ### What operating system are you using? Windows ### Operating System Version Windows 7 x64 SP1 ### What arch are you using? x64 ### Last Known Working Electron version 15.3.4 ### Expected Behavior Devtools should have a dark mode applied when the settings is set to 'Dark Mode'. ### Actual Behavior When switching to dark mode, it displays the message that 'Devtools requires a reload' but when I click on the reload button it does nothing. Restarting the app has no effect as well and stays on the light mode. This worked fine on the previous 15.3.2 version. ### Testcase Gist URL _No response_ ### Additional Information One thing I noticed, when updating from the last version (15.3.2) the dev tools will show up with dark mode enabled on the first run but on subsequent runs, it reverts back to light mode.
https://github.com/electron/electron/issues/31864
https://github.com/electron/electron/pull/33120
27527fe5ca790dc7061c6e816cc8b6ff72fe56d0
373a9053199f8881cdec7d44b8f3524d68ae8223
2021-11-16T17:32:36Z
c++
2022-03-09T01:17:43Z
closed
electron/electron
https://github.com/electron/electron
31,862
["shell/browser/api/electron_api_browser_window.cc", "shell/browser/api/electron_api_web_contents.cc", "shell/browser/api/electron_api_web_contents.h", "spec-main/api-browser-window-spec.ts", "spec-main/fixtures/apps/background-color-transparent/index.html", "spec-main/fixtures/apps/background-color-transparent/main.js", "spec-main/fixtures/apps/background-color-transparent/package.json", "spec-main/fixtures/apps/background-color-transparent/renderer.js", "spec-main/package.json", "spec-main/yarn.lock"]
[Bug]: Vibrancy + Transparent background still broken on macOS on 16.0.0
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 16.0.0 ### What operating system are you using? macOS ### Operating System Version macOS Monterey 12.0.1 ### What arch are you using? x64 ### Last Known Working Electron version n/a ### Expected Behavior Window does not have a white background when vibrancy is set to under-window + transparent background is used on macOS ### Actual Behavior Window with vibrancy and transparency enabled is rendered with a white background, at random ### Testcase Gist URL _No response_ ### Additional Information We're still hitting random issues with Electron where creating a window with vibrancy + transparent body will result in a white background. I was hopeful that the 16.0.0 release would have fixed this as it was mentioned in the changelog, but seems like the issue persists. I've tried to narrow down to a reproducible case, but didn't manage to do so - I've observed all these variations across executions: - Window opens with correct vibrancy effect, and it works without issues - Windows opens with correct vibrancy effect then goes white after ~4 seconds - consistently after ~4 seconds - Window opens with correct vibrancy, stays without issues, but loses after some time of switching between apps - Windows open with effect already not working and a white background I've already tried all suggestions from previous issues like #30993 or #31461 . The window is created with vibrancy set to under-window, has a transparent background and the webpreferences also has a transparent background set. As it works sometimes, I assume the options here are correct. My guess is that this is somehow related to #31019: Electron is using somehow the background color of the HTML body. As we initially load the window with about:empty, then navigate to our url, the transparent background logic might be loading the incorrect background color at random times and breaking the transparency/vibrancy effect from there on. I also don't know if #31722 is already merged on the 16.0.0 release - happy to test if not the case once it is again!
https://github.com/electron/electron/issues/31862
https://github.com/electron/electron/pull/32593
86f8faea6bcb7f8c98f8b81f1a048bbe06daa3fe
3768a7b25f3db505a25582706de58e7f81121565
2021-11-16T14:30:21Z
c++
2022-01-27T14:56:35Z
closed
electron/electron
https://github.com/electron/electron
31,854
["electron_strings.grdp", "shell/browser/file_select_helper.cc"]
[Bug]: Opening a file chooser dialog crashes Ferdi on electron 16.0.0 on macos
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 16.0.0 ### What operating system are you using? macOS ### Operating System Version Monterey ### What arch are you using? x64 ### Last Known Working Electron version 15.3.1 ### Expected Behavior The file chooser dialog (eg in this same GH issue edit page) where it says "Attach files by dragging....". When clicking on that area, in older versions, the file chooser dialog would open. ### Actual Behavior After upgrading to electron 16.0.0, my electron-based app (Ferdi) crashes ### Testcase Gist URL _No response_ ### Additional Information http://github.com/getferdi/ferdi
https://github.com/electron/electron/issues/31854
https://github.com/electron/electron/pull/31881
3e71310a9f8e2762022c97674a5848f081039d23
0cb46a3712ac5cee7d754265ad8c936d118b74b3
2021-11-16T03:32:30Z
c++
2021-11-17T22:13:49Z
closed
electron/electron
https://github.com/electron/electron
31,797
["shell/browser/ui/gtk_util.cc", "shell/browser/ui/gtk_util.h"]
[Bug]: default dialog button text is broken
This broke as a side-effect of https://github.com/electron/electron/pull/19159, so it's broken starting in the April 2 nightly of 14.0.0 up to now. Current behavior is that, instead of dialog buttons having text such as `Open` or `Close`, they read `gtk-open` or `gtk-close`.
https://github.com/electron/electron/issues/31797
https://github.com/electron/electron/pull/31798
c8ba3b4556ee2c536e5030b4a255dce9a19b594b
22f863b37ae612feabccf23690f496161659d375
2021-11-11T16:00:14Z
c++
2021-11-15T07:18:33Z
closed
electron/electron
https://github.com/electron/electron
31,795
["patches/node/.patches", "patches/node/fix_crash_caused_by_gethostnamew_on_windows_7.patch"]
[Bug]: Electron 16 crashing on Win7 x64
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 16.0.0-alpha & beta ### What operating system are you using? Windows ### Operating System Version Win7 x64 7601 ### What arch are you using? x64 ### Last Known Working Electron version 15.3.1 ### Expected Behavior Electron runs. ### Actual Behavior Electron crashes with the following message: ![image](https://user-images.githubusercontent.com/8472721/141301098-c87a6a50-1409-4349-8341-434fa8e03d5d.png) ### Testcase Gist URL _No response_ ### Additional Information Steps to reproduce: - download e16 beta or alpha release zip - run electron.exe - crash Digging a little bit into it, it seems to be related to missing Win7 support of libuv. ref https://forum.cfx.re/t/win7-cant-launch-game-gethostnamew-in-ws2-32-dll/4760809/2 ref https://github.com/libuv/libuv/issues/3260 **working** E15.3.1 with node 16.5.0 E16 nightly from 20210722 (n16.5.0) **crashing** E16 nightly from 20210922 (n16.9.1)
https://github.com/electron/electron/issues/31795
https://github.com/electron/electron/pull/31804
a41898bb9b889486fb93c11b7107b9412818133a
a6a5ca1db351d6926b6529c908d43a2725fc91f6
2021-11-11T12:50:17Z
c++
2021-11-14T07:39:31Z
closed
electron/electron
https://github.com/electron/electron
31,790
["docs/tutorial/installation.md"]
Cache paths aren't consistent with `docs/tutorial/installation.md`
In `docs/tutorial/installation.md#custom-mirrors-and-caches` it says, "A typical cache might look like this": ``` ├── httpsgithub.comelectronelectronreleasesdownloadv1.7.9electron-v1.7.9-darwin-x64.zip │ └── electron-v1.7.9-darwin-x64.zip ├── httpsgithub.comelectronelectronreleasesdownloadv1.7.9SHASUMS256.txt │ └── SHASUMS256.txt ``` But when I install Electron v15.3.1, the cache looks like this: ``` ├── 523ee27feac8b931299c79e78b7ca4f365aa3f7069fff666cae93c7fb9ff2fee │ └── electron-v15.3.1-win32-x64.zip ``` When did this change happen? Should we address this in the docs?
https://github.com/electron/electron/issues/31790
https://github.com/electron/electron/pull/31803
dcf1df095966bdb9d7cf74cd17455e47bbd45a2b
706143fe855a65592af3b44521b34fa5af03c008
2021-11-11T06:10:24Z
c++
2021-11-17T15:16:08Z
closed
electron/electron
https://github.com/electron/electron
31,762
["patches/chromium/fix_media_key_usage_with_globalshortcuts.patch"]
[Bug]: Windows 7/8 and macOS 10.11/10.12 crash when playing media files
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 15.3.1 14.2.1 13.6.1 ### What operating system are you using? Windows ### Operating System Version Windows 7 version 7601 ### What arch are you using? x64 ### Last Known Working Electron version 15.3.0 14.2.0 13.6.0 ### Expected Behavior Can play audio files normally ### Actual Behavior Playing certain audio files causes a crash ### Testcase Gist URL https://gist.github.com/lyswhut/cb012a765205fbb63a0683a7b1724755#file-preload-js-L13-L15 ### Additional Information Working on windows 10, it will crash only under windows 7 ![GIF](https://user-images.githubusercontent.com/20365169/141029339-66a06eb6-435c-4a28-874f-ce966400c3a6.gif)
https://github.com/electron/electron/issues/31762
https://github.com/electron/electron/pull/32046
c1b3b3064b7b0a7aafd4ec75d7c59fd44f2b6b21
e9420982d237bd17261075e8830d9f0cdff724cd
2021-11-09T07:53:00Z
c++
2021-12-16T17:23:30Z
closed
electron/electron
https://github.com/electron/electron
31,742
["shell/browser/api/electron_api_browser_view.cc", "shell/browser/api/electron_api_web_contents.cc"]
[Bug]: `BrowserView.setBackgroundColor` is not applied to the contents
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 14.0.1 ### What operating system are you using? macOS ### Operating System Version macOS Big Sur 11.6.1 ### What arch are you using? x64 ### Last Known Working Electron version 14.0.0 ### Expected Behavior When `BrowserView.setBackgroundColor` is called with an explicit color, expect the background to be the color selected. When `BrowserView.setBackgroundColor` is not called, expect the background of the `BrowserView` to be transparent by default; and can see through `BrowserWindow`'s background color. ### Actual Behavior The `BrowserView` background is always white. ### Testcase Gist URL https://gist.github.com/kevinlinv/2de60478ffec6a2f18f1ec0fc6f5add9 ### Additional Information Here is a quick recording that reproduces the error. https://user-images.githubusercontent.com/44967897/140694174-e27aff28-1847-4813-bc46-d9fda6569128.mp4
https://github.com/electron/electron/issues/31742
https://github.com/electron/electron/pull/31746
25cdbb7d3a48988254defaaff206a267fba217cb
b40f3d4cfcd120f0970b7e2a23f95f1ab36b96f5
2021-11-08T06:34:13Z
c++
2021-11-09T16:36:29Z
closed
electron/electron
https://github.com/electron/electron
31,735
["shell/browser/native_window_views.cc"]
[Bug]: `setContentProtection` affects an application window behavior
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 15.2.0 ### What operating system are you using? Windows ### Operating System Version Windows 10 version 20H2 ### What arch are you using? x64 ### Last Known Working Electron version 15.1.2 ### Expected Behavior Apply `setContentProtection` function without any effects on the application window behavior on `browser-window-created` event. ### Actual Behavior When `setContentProtection` function is called on `browser-window-created` event, the application window form will changed when the focus is backed. The value of the argument of `setContentProtection` has no effect on the result. ![setContentProtectionIssue](https://user-images.githubusercontent.com/441950/140640295-ca25b82d-d36b-4101-b38e-b8def46bab3e.gif) ### Testcase Gist URL https://gist.github.com/KazuyaHayashi/33372ae657dde602e68fdb50aabafa31 ### Additional Information When I call `setContentProtection` just after creating `BrowserWindow`, this issue does not happen. But I want to set contents protection on each windows which are created by `new-window` event. Therefor, I have called `setContentProtection` function on `browser-window-created` event.
https://github.com/electron/electron/issues/31735
https://github.com/electron/electron/pull/31768
7e328c4b87399e36b6d7173eac5332a5255ee3cc
d4abb6fb66d2075d055cf78767c8a74d621b514b
2021-11-07T10:14:14Z
c++
2021-11-15T09:51:27Z
closed
electron/electron
https://github.com/electron/electron
31,689
["lib/browser/guest-view-manager.ts", "lib/common/ipc-messages.ts", "lib/renderer/web-view/guest-view-internal.ts", "lib/renderer/web-view/web-view-element.ts", "lib/renderer/web-view/web-view-impl.ts", "shell/browser/api/electron_api_web_view_manager.cc", "shell/browser/web_contents_preferences.cc", "shell/browser/web_contents_preferences.h", "typings/internal-electron.d.ts"]
[Bug]: accessing window.localStorage in preload script clears localStorage in webviews
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 16.0.0-beta.6 ### What operating system are you using? Ubuntu ### Operating System Version 18.04 ### What arch are you using? x64 ### Last Known Working Electron version 15.2.0 ### Expected Behavior `localStorage` data is preserved even when accessing `localStorage` in a preload script of a `webview`. ### Actual Behavior Accessing `localStorage` in the preload script clears out the `localStorage` for the page. Subsequent loads without the `localStorage`-accessing code in preload will show the localStorage data has been saved, but as soon as you access `localStorage` in the preload script it will be cleared as far as the page is concerned. This exists in all 16.x versions. ### Testcase Gist URL https://gist.github.com/Kilian/a82a276fc842b01c836f8dea14adb6f1 ### Additional Information This fiddle runs 16.0.0-beta.6 though all 16.x versions exhibit this behaviour. Reproduction steps: 1. Launch the app. The devtools for the webview is opened. 1. In the devtools navigate to the "application" tab, and in the side bar click open "localStorage" under "storage" and select "https://polypane.app". 1. See that it says "polypane-seen-release" with a value. Change that to any other value, and add a random new localStorage entry as well. 1. Close the app and restart it. Navigate back to the applications tab. See that the localStorage value you added is gone, and the "polypane-seen-release" value has been reset (the site sets this on load when empty) - the localStorage has been cleared before load. 1. Close the app again, and now comment out the single line in the preload.js script. 1. Start the app again. See that your changes from step 3 are now visible. 2. Close the app, uncomment the single line in the preload.js script and restart the app to show localStorage is reset again. You can repeately do the last three steps and see the results are the same each time. Accessing localStorage in the preload script somehow prevents the actual localStorage data from being available to the page. You can follow the same steps for 15.x versions and see that step 4 shows the correct localStorage data still.
https://github.com/electron/electron/issues/31689
https://github.com/electron/electron/pull/31785
09d160f40657fd847c86cf24f153d3bbd507b543
cac871c0272bd7dfce082367f3c71b5adfb9ae5e
2021-11-03T09:17:16Z
c++
2021-11-11T20:04:06Z
closed
electron/electron
https://github.com/electron/electron
31,686
["shell/browser/api/electron_api_web_contents.cc"]
[Bug]: <webview> transparency broken
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 14.2.0 / 15.3.0 / 16.0.0-beta.6 ### What operating system are you using? macOS ### Operating System Version macOS Catalina 10.15.7 ### What arch are you using? x64 ### Last Known Working Electron version 14.0.0 / 15.0.0-beta.2 ### Expected Behavior `<webview>` element should support trasparency. Check the included Fiddle sample. ### Actual Behavior `<webview>` element transparency is broken ### Testcase Gist URL _No response_ ### Additional Information [webview-transparency.zip](https://github.com/electron/electron/files/7464785/webview-transparency.zip) <img width="912" alt="Screen Shot 2021-11-03 at 1 55 47 AM" src="https://user-images.githubusercontent.com/1281234/139971477-2077f353-c17c-417f-9f13-9c5c52139efa.png"> <img width="912" alt="Screen Shot 2021-11-03 at 1 55 53 AM" src="https://user-images.githubusercontent.com/1281234/139971481-49f8afa5-3024-46ba-9339-33c492ba3677.png"> Related to: https://github.com/electron/electron/blob/2a2a1a834c7072226e9368f36fe0d22a125803f0/shell/browser/api/electron_api_web_contents.cc#L1461 It regressed in this ranges: - https://github.com/electron/electron/compare/v14.0.0...v14.0.1 (probably #30819) - https://github.com/electron/electron/compare/v15.0.0-beta.2...v15.0.0-beta.3 (probably #30777)
https://github.com/electron/electron/issues/31686
https://github.com/electron/electron/pull/31722
bc4308dcf884065dd0907c8ba85a2663efaf8d64
95a867b795574689c9b6e93e3d327ccc8171eb56
2021-11-03T00:29:49Z
c++
2021-11-06T02:55:19Z
closed
electron/electron
https://github.com/electron/electron
31,675
["patches/chromium/expose_setuseragent_on_networkcontext.patch", "patches/chromium/network_service_allow_remote_certificate_verification_logic.patch"]
[Bug]: Network service crashed, restarting service.
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 15.0.2 ### What operating system are you using? Ubuntu ### Operating System Version Linux rrouwprlc0068 5.4.0-89-generic #100-Ubuntu SMP Fri Sep 24 14:50:10 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux, Ubuntu 20.04.3 LTS, GNOME Version 3.36.8, OS Type 64-bit ### What arch are you using? x64 ### Last Known Working Electron version _No response_ ### Expected Behavior Network service should not crash and the error `[15:1102/154337.143944:ERROR:network_service_instance_impl.cc(333)] Network service crashed, restarting service.`, to not appear in the logs. ### Actual Behavior Sporadically, when I run Electron inside a Docker container, I get the following error: [15:1102/154337.143944:ERROR:network_service_instance_impl.cc(333)] Network service crashed, restarting service. Which causes partially rendering of the front-end application that is loaded with `win.loadURL` on localhost. The issue seems very similar to https://bbs.archlinux.org/viewtopic.php?id=268123, but nothing from the suggestions works consinstently. Also, when closing the Electron window, I get an error Error: ERR_FAILED (-2) loading 'https://localhost:{port}/{path_to}/index.html' at rejectAndCleanup (node:electron/js2c/browser_init:165:7486) at Object.stopLoadingListener (node:electron/js2c/browser_init:165:7861) at Object.emit (node:events:394:28) { errno: -2, code: 'ERR_FAILED', url: 'https://localhost:{port}/{path_to}/index.html' } [EOL] Which is caught inside the main.js when executing await `win.loadURL(url)` Also, in the browser window console, there is an error: ERROR Error: Uncaught (in promise): ChunkLoadError: Loading chunk 108 failed. (timeout: https://localhost:{port}/{path_to}/108.da4993913b4a27951976.js) ChunkLoadError: Loading chunk 108 failed. Any ideas on the issue? ### Testcase Gist URL _No response_ ### Additional Information Chromedriver 95.0.0 v
https://github.com/electron/electron/issues/31675
https://github.com/electron/electron/pull/33204
bbb79880f7016c156c8fad3c08b59caa0eedd8a7
cdc27a3793958de4a2c06e7fce16244b6f0cb354
2021-11-02T16:03:22Z
c++
2022-03-11T19:35:48Z
closed
electron/electron
https://github.com/electron/electron
31,662
["shell/browser/api/electron_api_web_request.cc", "spec-main/api-web-request-spec.ts"]
[Bug]: Download filename will be cut up to the first comma
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 15.3.0 ### What operating system are you using? Windows ### Operating System Version Windows 11 21H2 (22000.282) ### What arch are you using? x64 ### Last Known Working Electron version latest 11, aka 11.5.0 ### Expected Behavior Downloading a file with a comma in name should return full filename. ### Actual Behavior When the request is filtered with `onHeadersReceived`, the filename is cut up to the first comma. ### Testcase Gist URL _No response_ ### Additional Information The issue was first reported in #29346 but was closed because it was unable to reproduce it. http.txt ``` HTTP/1.1 200 OK Content-Type: text/plain Content-Disposition: attachment; filename="foo,bar.txt" Content-Length: 3 foo ``` Serve via ncat on port 1337 ```shell ncat -l 1337 < http.txt ``` Minimal Electron code: ```js const {app, BrowserWindow} = require('electron') function createWindow () { app.on('session-created', session => { session.webRequest.onHeadersReceived((details, callback) => { callback({ responseHeaders: details.responseHeaders }); }); }); const mainWindow = new BrowserWindow({ width: 800, height: 600 }) mainWindow.loadURL('http://localhost:1337/') } app.whenReady().then(createWindow); ```
https://github.com/electron/electron/issues/31662
https://github.com/electron/electron/pull/31669
31e877515cd4c99a272d5df1fc6186dbaa021e51
24b02d68a704dff04843b90b5bbafd93d9c362f1
2021-11-02T02:28:44Z
c++
2021-11-03T14:11:37Z
closed
electron/electron
https://github.com/electron/electron
31,643
["shell/app/electron_main_delegate.cc", "shell/browser/electron_browser_client.cc"]
[Bug]: `app.getPath('crashDumps')` returns incorrect path on Linux
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 16.0.0-beta.4 ### What operating system are you using? Ubuntu ### Operating System Version 20.04 ### What arch are you using? x64 ### Last Known Working Electron version 15.3.0 ### Expected Behavior On Linux, `app.getPath('crashDumps')` should return something like: ``` ~/.config/{{appName}}/Crash Reports/ ``` ### Actual Behavior However, with v16 beta it returns: ``` ~/.config/Electron/Crash Reports/ ``` ### Testcase Gist URL _No response_
https://github.com/electron/electron/issues/31643
https://github.com/electron/electron/pull/31668
b6b9cec604737a3667f7445709e97150705cd957
96a04c67fdc171edb25c3e2bf44b8cb023c500ce
2021-10-31T21:14:41Z
c++
2021-11-04T17:45:59Z
closed
electron/electron
https://github.com/electron/electron
31,634
["patches/node/fix_crypto_tests_to_run_with_bssl.patch", "patches/node/fix_handle_boringssl_and_openssl_incompatibilities.patch", "patches/node/support_v8_sandboxed_pointers.patch", "script/node-disabled-tests.json"]
[Bug]: crypto.hkdf "Deriving bits failed"
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version v15.3.0 ### What operating system are you using? macOS ### Operating System Version Darwin C02CX0K5MD6V 20.6.0 Darwin Kernel Version 20.6.0: Mon Aug 30 06:12:21 PDT 2021; root:xnu-7195.141.6~3/RELEASE_X86_64 x86_64 ### What arch are you using? x64 ### Last Known Working Electron version none ### Expected Behavior `crypto.hkdf` and `crypto.hkdfSync` work as documented[^1] [^1]: https://nodejs.org/api/crypto.html#cryptohkdfdigest-ikm-salt-info-keylen-callback ### Actual Behavior ``` crypto.hkdfSync('sha256', 'foo', '', '', 32) // Uncaught Error: Deriving bits failed // at Object.hkdfSync (node:internal/crypto/hkdf:140:35) crypto.hkdf('sha256', 'foo', '', '', 32, console.log) // [Error: Deriving bits failed] ``` ### Testcase Gist URL _No response_ ### Additional Information _No response_
https://github.com/electron/electron/issues/31634
https://github.com/electron/electron/pull/34767
35ff95d3c71849ac97ced178a2330b9d4651f250
ad2b1fee59c2e4352b0c5664f72c0067a2ef4d7f
2021-10-29T09:01:40Z
c++
2022-06-29T12:53:57Z
closed
electron/electron
https://github.com/electron/electron
31,630
["shell/browser/ui/file_dialog_gtk.cc"]
[Bug]: Image preview during dialog.showOpenDialog() crashes app on large image files
### Electron Version 13.0.0 ### Operating System Version Ubuntu 18.04 ### Last Known Working Electron version None ### Expected Behavior Asking user to choose an image through a dialog: ``` try { const response = await dialog.showOpenDialog({ buttonLabel: "Choose an image", defaultPath: app.getPath("desktop"), properties: ["openFile"], }); if (!response.canceled) { const srcImgPath = response.filePaths[0]; } } catch (err) { console.error(err); } ``` In the dialog, if the user chooses an image file, a preview of said image will be shown. Expected behavior: `srcImgPath` contains the path to the file that the user chose. ### Actual Behavior When user chooses an image file that has the size > 1Gb, the program crashes with the following error: `tcmalloc: large alloc 1073741824 bytes == 0x12874fac2000 @ 0x555c486f6e35 0x7ff5a81a76cf` This is because the file is too big to be previewed. Electron currently does not offer a way to turn off this preview feature, or at least limit the size of files that can be previewed. ### Additional Information Related issue: https://github.com/electron/electron/issues/8875 Related SO question: https://stackoverflow.com/questions/67954227/disable-image-preview-in-dialog-box
https://github.com/electron/electron/issues/31630
https://github.com/electron/electron/pull/31799
a6a5ca1db351d6926b6529c908d43a2725fc91f6
c8ba3b4556ee2c536e5030b4a255dce9a19b594b
2021-10-28T21:32:39Z
c++
2021-11-15T07:17:11Z
closed
electron/electron
https://github.com/electron/electron
31,595
["shell/browser/hid/electron_hid_delegate.cc"]
[Bug]: ElectronHidDelegate::IsFidoAllowedForOrigin ignores kDisableHidBlocklist switch
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 15.3.0 ### What operating system are you using? macOS ### Operating System Version 11.6 ### What arch are you using? arm64 (including Apple Silicon) ### Last Known Working Electron version _No response_ ### Expected Behavior The default HID block list prohibits access to FIDO devices for web applications, but can be disabled via `disable-hid-blocklist` switch (internally `kDisableHidBlocklist`). ``` app.commandLine.appendSwitch('disable-hid-blocklist'); ``` After disabling the blocklist, I can enumerate and open a FIDO device, and should be able to call the device's `sendFeatureReport`, `sendReport`, and `receiveFeatureReport` methods to communicate with it. ### Actual Behavior Calls to the `HIDDevice`'s `sendFeatureReport`, `sendReport` and `receiveFeatureReport` methods all result in a [`NotAllowedError`](https://webidl.spec.whatwg.org/#notallowederror). ### Testcase Gist URL _No response_ ### Additional Information I believe the cause of this behavior is that the HID implementation does not account for the disabling of the blocklist in its implementation of IsFidoAllowedForOrigin, returning a hard-coded `false` even if the blocklist has been disabled. https://github.com/electron/electron/blob/deb7ab2a40910f14bdb418fdf060c5daf1a0905c/shell/browser/hid/electron_hid_delegate.cc#L106 I'd propose to instead return true if the the application has chosen to disable the blocklist. ```cpp return base::CommandLine::ForCurrentProcess()->HasSwitch(switches::kDisableHidBlocklist); ``` One could optionally add another configuration switch for origins other than those starting with `"file://"` if you are worried an implementer might allow access to FIDO devices unintentionally (though seems unlikely given how few disable the HID block list, and that they typically will filter for the devices they are looking for anyway). There are legitimate reasons for apps to want to communicate with devices that expose a FIDO HID interface our app is not doing anything that violates the security of the FIDO devices it interacts with or violates users' security expectations. Rather, there are FIDO devices (e.g., those from SoloKeys) designed expressly to interact with our app via the HID interface. Preventing application authors from accessing FIDO devices through this interface is antithetical to security because it is still possible for apps to do so (via the usb-detection and node-hid packages) but those mechanisms increase the application's attack surface. We wanted to move away from those packages because each dependency is a potential source of a supply chain attack, and each can make it harder to update the project when new version of Electron with security updates come out, as we have to wait for the dependencies to be compatible with the latest version of electron. I'm very excited to see that @jkleinsc and @nornagon have gotten WebHID support to the point where we can _almost_ use it and increase the security of our application. I'm really hoping they can take this last step to fix this issue! Thanks!
https://github.com/electron/electron/issues/31595
https://github.com/electron/electron/pull/31626
97a109991ebcd7c9460584b64d8168f2b7f3a90a
a938af3f54aa891a29cc7c78e05078056997a5da
2021-10-26T13:56:31Z
c++
2021-11-01T14:00:07Z
closed
electron/electron
https://github.com/electron/electron
31,565
["shell/app/electron_main_delegate.cc", "shell/browser/electron_browser_client.cc"]
[Bug]: Wrong value from getPath("userData")
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 16.0.0-beta.3 ### What operating system are you using? Other Linux ### Operating System Version Linux pop-os 5.13.0-7614-generic #&#x2060;14\~1631647151\~21.04\~930e87c-Ubuntu ### What arch are you using? x64 ### Last Known Working Electron version 15.3.0 ### Expected Behavior From the documentation for `app.getPath("userData")` (https://www.electronjs.org/docs/latest/api/app#appgetpathname): > The directory for storing your app's configuration files, which by default it is the appData directory appended with your app's name. So `app.getPath("userData")` in the linked gist should be `~/.config/test-electron`. ### Actual Behavior `app.getName()` returns the correct name from package.json but `app.getPath("userData")` returns `~/.config/Electron`. ### Testcase Gist URL https://gist.github.com/weedz/ad42b854df4e5bc411d18e48ae1c91df ### Additional Information Found this issue which might be relevant https://github.com/electron/electron/issues/30112. Same result in the following devcontainer https://gist.github.com/weedz/c962d69078391115635772b279264c02.
https://github.com/electron/electron/issues/31565
https://github.com/electron/electron/pull/31668
b6b9cec604737a3667f7445709e97150705cd957
96a04c67fdc171edb25c3e2bf44b8cb023c500ce
2021-10-24T19:31:43Z
c++
2021-11-04T17:45:59Z
closed
electron/electron
https://github.com/electron/electron
31,564
["shell/browser/api/electron_api_tray.cc", "shell/browser/api/electron_api_tray.h"]
[Bug]: tray icon disappears after several seconds even if I declare `tray` to be global.
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 15.3.0 ### What operating system are you using? macOS ### Operating System Version macOS Big Sur 11.6 ### What arch are you using? arm64 (including Apple Silicon) ### Last Known Working Electron version _No response_ ### Expected Behavior Tray Icon would stay in the tray. ### Actual Behavior Tray Icon disappears after several seconds. ### Testcase Gist URL _No response_ ### Additional Information ```js const { app, Tray, nativeImage } = require('electron'); const path = require('path'); let tray = null; app.whenReady().then(() => { const icon = nativeImage.createFromPath( path.join(__dirname, './assets/icon.png') ); tray = new Tray('src/assets/icon.png'); tray.setTitle('Attention App'); }); ```
https://github.com/electron/electron/issues/31564
https://github.com/electron/electron/pull/33040
8cf345660c35d88bfad0b9fff25f3974482df2f2
c5a2af7811e35acf67651725d1099b15de0c6ee4
2021-10-24T11:00:04Z
c++
2022-02-24T19:03:59Z
closed
electron/electron
https://github.com/electron/electron
31,558
["patches/chromium/fix_media_key_usage_with_globalshortcuts.patch"]
[Bug]: Playing any form of audio causes electron to ask for Accessibility permissions on macOS
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 13.5.1 ### What operating system are you using? macOS ### Operating System Version Any version ### What arch are you using? x64 ### Last Known Working Electron version 13.5.0 ### Expected Behavior I would like an option to stop asking for Accessibility entitlement if our app doesn't need it. ### Actual Behavior User is prompted for permission for application to control their computer and it's listed under Accessibility in macOS Security & Privacy section. ### Testcase Gist URL _No response_ ### Additional Information This is the commit that introduced this behavior: https://github.com/electron/electron/commit/75349f58adb31cd73eb71713c8ebf30962726013#diff-4390247d2e627f63ca771b47b71bfe35268814a3472039f1749ea424bec3359dR32 We'd love to be on 13.5.1 or later since that fixes the Let's Encrypt CA but the entitlement makes it so we can't.
https://github.com/electron/electron/issues/31558
https://github.com/electron/electron/pull/31805
2e11f609ac8d23f4b63ca67d9d2d9f9a5eb7bc9f
d9e93b3c4b6c755a6a36e016d79383845c77fc55
2021-10-22T23:07:13Z
c++
2021-11-15T13:16:16Z
closed
electron/electron
https://github.com/electron/electron
31,556
["shell/common/api/electron_api_clipboard.cc", "spec/api-clipboard-spec.js"]
[Bug]: Clipboard.read crashes the process
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 15.3.0 ### What operating system are you using? macOS ### Operating System Version 10.14 ### What arch are you using? x64 ### Last Known Working Electron version 13.0.0 ### Expected Behavior This line of code shouldn't crash the process: ```js require ( 'electron' ).clipboard.read ( 'NSFilenamesPboardType' ); ``` ### Actual Behavior It crashes the process. ### Testcase Gist URL https://gist.github.com/995b1899ad086f727ee8698a246df3a3 ### Additional Information I think this is a fairly important issue, not only it crashes the process while it was working fine in Electron v13, but that's also the only way that I know of to get the file path of copied files under macOS, so not having that working cripples apps that use that. /cc @codebytere as it may be related to what you might be working at the moment.
https://github.com/electron/electron/issues/31556
https://github.com/electron/electron/pull/31566
78626a5cc6ebe45fa85aa00281834915a71db440
deb7ab2a40910f14bdb418fdf060c5daf1a0905c
2021-10-22T18:56:20Z
c++
2021-10-26T12:14:08Z
closed
electron/electron
https://github.com/electron/electron
31,553
["docs/api/cookies.md", "shell/browser/api/electron_api_cookies.cc", "spec-main/api-net-spec.ts"]
[Bug]: No longer possible to set insecure cookies
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 15, 16 ### What operating system are you using? Windows ### Operating System Version Windows 10 19042.985 ### What arch are you using? x64 ### Last Known Working Electron version 14 ### Expected Behavior Cookie setting succeeds ### Actual Behavior It is no longer possible to set an insecure cookie ``` session.cookies.set({ name: "testcookie", value: "testvalue", domain: ".testdomain.com", path: "/", url: "http://testdomain.com", secure: false, }).then(() => { console.log("setting cookie success"); }).catch((e) => { console.error(e); }); ``` returns: [Error: Setting cookie failed] Removing the "secure: false" returns: [Error: Cannot create a secure cookie from an insecure URL] ### Testcase Gist URL https://gist.github.com/t57ser/a34dfe9579b856e6e765b59fb8d215cb ### Additional Information _No response_
https://github.com/electron/electron/issues/31553
https://github.com/electron/electron/pull/31800
d9e93b3c4b6c755a6a36e016d79383845c77fc55
bf7b245fa05ce8babba8c6ff05752a58810d426c
2021-10-22T09:00:50Z
c++
2021-11-15T15:20:04Z
closed
electron/electron
https://github.com/electron/electron
31,547
["docs/api/browser-window.md", "spec-main/api-browser-window-spec.ts"]
[Bug]: Invalid TypeScript return type definition for BrowserWindow.getParentWindow()
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 15.0.0 ### What operating system are you using? macOS ### Operating System Version Does not matter ### What arch are you using? x64 ### Last Known Working Electron version _No response_ ### Expected Behavior Typescript definition of BrowserWindow.getParentWindow() does not match actual implementation. https://github.com/electron/electron/blob/ff39a0e93931e6367af762f17057919b4499b1f6/shell/browser/api/electron_api_base_window.cc#L996-L1001 returns null or BrowserWindow. It supposed to be: ```typescript /** * The parent window. */ getParentWindow(): BrowserWindow | null; ``` ### Actual Behavior Actual definition does not include `null` type ```typescript /** * The parent window. */ getParentWindow(): BrowserWindow; ``` ### Testcase Gist URL _No response_ ### Additional Information _No response_
https://github.com/electron/electron/issues/31547
https://github.com/electron/electron/pull/31548
084bcf56ff7f1fb23c8a3010b5fb090c72bc9468
333242088680923b4aff0ade3d64b1ebc590dde4
2021-10-21T23:34:15Z
c++
2021-10-25T15:10:33Z
closed
electron/electron
https://github.com/electron/electron
31,513
["shell/browser/ui/views/inspectable_web_contents_view_views.cc"]
[Bug]: BrowserView content bounds are incorrectly resized
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 15.2.0 ### What operating system are you using? Windows ### Operating System Version Windows 10 enterprise, 21H1 ### What arch are you using? x64 ### Last Known Working Electron version 13.2.1 ### Expected Behavior When moving a child view partly outside of it's parents window bounds I expect it to keep it's size and position. ### Actual Behavior When moving a child view partly outside of it's parent window it's bounds are resized. ### Testcase Gist URL https://gist.github.com/900f0a593260572e8292e6db0e71f8de ### Additional Information The change was introduced between electron versions 13.2.1 and 13.2.2 (which can be tested using the fiddle). It's likely due to the change included inside the PR: https://github.com/electron/electron/pull/30540 Our use case is that we have a virtual keyboard and logic to shift a browser view position to fit focused elements inside the visible area when the keyboard is opened. We are shifting the brower view by setting a negative y-position for the bounds, as seen in the provided fiddle. The new behavior with a resized viewport will affect the sizing and positioning of elements inside the viewport.
https://github.com/electron/electron/issues/31513
https://github.com/electron/electron/pull/32747
800b96fe142446faa08aa0d380e71e3bea79b12f
3744ac0a520562e08ecc4ec5f88f059818a0ad1e
2021-10-21T09:53:27Z
c++
2022-03-23T01:16:15Z
closed
electron/electron
https://github.com/electron/electron
31,461
["shell/browser/api/electron_api_browser_window.cc"]
[Bug]: Windows with vibrancy have a white background instead of being see-through
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 14.0.0 ### What operating system are you using? macOS ### Operating System Version macOS Big Sur 11.6 ### What arch are you using? x64 ### Last Known Working Electron version 13.5.2 ### Expected Behavior When I set the `vibrancy` option on a new BrowserWindow (e.g. to "popover"), the window's background should reflect this. <img width="838" alt="CleanShot 2021-10-18 at 22 25 54@2x" src="https://user-images.githubusercontent.com/541628/137801784-5ba70aba-40c0-4dec-a112-d770d7db24ec.png"> ### Actual Behavior The window's background stays white. Adding `transparent: true` to the options makes the background work as expected but removes the title bar. <img width="820" alt="CleanShot 2021-10-18 at 22 26 48@2x" src="https://user-images.githubusercontent.com/541628/137801905-ad88db6f-2aa7-4f42-bb15-829eb2581fa4.png"> <img width="827" alt="CleanShot 2021-10-18 at 22 28 01@2x" src="https://user-images.githubusercontent.com/541628/137802078-0b7854fe-4de1-49d5-8d44-18cf78b3739a.png"> ### Testcase Gist URL https://gist.github.com/bbc333443f77ce4a6061d43eddf67fd4 ### Additional Information This might be related to #30993
https://github.com/electron/electron/issues/31461
https://github.com/electron/electron/pull/31493
40a8e4fb58e66d8b736bd8c5e72d57473361a4e6
1d0f94f6b3f54fc7e3d90ef637baa897322ba5bd
2021-10-18T20:30:11Z
c++
2021-10-21T19:53:52Z
closed
electron/electron
https://github.com/electron/electron
31,452
["docs/tutorial/multithreading.md", "shell/renderer/electron_renderer_client.cc", "spec/chromium-spec.ts", "spec/fixtures/pages/service-worker/empty.html", "spec/fixtures/pages/service-worker/worker-no-node.js", "spec/fixtures/pages/shared_worker.html"]
[Bug]: Crash on attempt to initialize Node Environment with enabled nodeIntegrationInWorker.
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 15.1.2 ### What operating system are you using? macOS ### Operating System Version macOS Big Sur, 11.4 ### What arch are you using? x64 ### Last Known Working Electron version _No response_ ### Expected Behavior Don't crash when nodeIntegrationInWorker is true and a service worker is being started. ### Actual Behavior A crash occurs once the service worker is attempted to initialize node environment when application is starting up. ### Testcase Gist URL _No response_ ### Additional Information ### To Reproduce ```bash $ git clone https://github.com/hamst/electron-node-integration-service-worker-crash.git . $ npm i $ npm run cleanup $ npm run install-sw $ npm run start ``` ### Details Setup node tracing controller for renderer process is happening just before creating nodejs environment and only for renderer context (see `ElectronRendererClient::DidCreateScriptContext`). When we're starting application with already installed service worker, electron attempts to create nodejs environment for worker context (`ElectronRendererClient::WorkerScriptReadyForEvaluationOnWorkerThread`) before doing the same for renderer context. `node_bindings_->CreateEnvironment` doesn't expect that TraceEventHelper::GetAgent could return nullptr, as result we're getting a crash with stack trace: ``` Received signal 11 SEGV_MAPERR 000000000498 0 Electron Framework 0x00000001150dfb7f base::debug::CollectStackTrace(void**, unsigned long) + 31 1 Electron Framework 0x0000000114e72d4b base::debug::StackTrace::StackTrace(unsigned long) + 75 2 Electron Framework 0x0000000114e72dcd base::debug::StackTrace::StackTrace(unsigned long) + 29 3 Electron Framework 0x0000000114e72da8 base::debug::StackTrace::StackTrace() + 40 4 Electron Framework 0x00000001150dfa26 base::debug::(anonymous namespace)::StackDumpSignalHandler(int, __siginfo*, void*) + 1414 5 libsystem_platform.dylib 0x00007fff204acd7d _sigtramp + 29 6 ??? 0x0000000102aef200 0x0 + 4339986944 7 Electron Framework 0x00000001217cc1ac node::tracing::Agent::GetTracingController() + 44 8 Electron Framework 0x0000000121a531f0 node::tracing::TraceEventHelper::GetTracingController() + 16 9 Electron Framework 0x00000001217be98f node::tracing::TraceEventHelper::GetCategoryGroupEnabled(char const*) + 31 10 Electron Framework 0x00000001219805e2 node::performance::PerformanceState::Mark(node::performance::PerformanceMilestone, unsigned long long) + 178 11 Electron Framework 0x00000001217c0337 node::Environment::Environment(node::IsolateData*, v8::Local<v8::Context>, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&, node::Environment::Flags, unsigned long long) + 4359 12 Electron Framework 0x00000001217c1708 node::Environment::Environment(node::IsolateData*, v8::Local<v8::Context>, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&, node::Environment::Flags, unsigned long long) + 88 13 Electron Framework 0x000000012174dfce node::CreateEnvironment(node::IsolateData*, v8::Local<v8::Context>, int, char const* const*, int, char const* const*) + 414 14 Electron Framework 0x0000000109c3fef5 electron::NodeBindings::CreateEnvironment(v8::Local<v8::Context>, node::MultiIsolatePlatform*) + 981 15 Electron Framework 0x0000000109cc6904 electron::WebWorkerObserver::WorkerScriptReadyForEvaluation(v8::Local<v8::Context>) + 260 16 Electron Framework 0x0000000109cb0be5 electron::ElectronRendererClient::WorkerScriptReadyForEvaluationOnWorkerThread(v8::Local<v8::Context>) + 133 17 Electron Framework 0x0000000120d159e6 content::RendererBlinkPlatformImpl::WorkerScriptReadyForEvaluation(v8::Local<v8::Context> const&) + 70 18 Electron Framework 0x0000000119f6b60b blink::WorkerOrWorkletScriptController::PrepareForEvaluation() + 667 19 Electron Framework 0x000000011ee6204d blink::ServiceWorkerGlobalScope::Initialize(blink::KURL const&, network::mojom::ReferrerPolicy, network::mojom::IPAddressSpace, WTF::Vector<std::__1::pair<WTF::String, network::mojom::ContentSecurityPolicyType>, 0u, WTF::PartitionAllocator> const&, WTF::Vector<WTF::String, 0u, WTF::PartitionAllocator> const*, long long) + 189 20 Electron Framework 0x000000011ee61efc blink::ServiceWorkerGlobalScope::RunClassicScript(blink::KURL const&, network::mojom::ReferrerPolicy, network::mojom::IPAddressSpace, WTF::Vector<std::__1::pair<WTF::String, network::mojom::ContentSecurityPolicyType>, 0u, WTF::PartitionAllocator>, WTF::Vector<WTF::String, 0u, WTF::PartitionAllocator> const*, WTF::String const&, std::__1::unique_ptr<WTF::Vector<unsigned char, 0u, WTF::PartitionAllocator>, std::__1::default_delete<WTF::Vector<unsigned char, 0u, WTF::PartitionAllocator> > >, v8_inspector::V8StackTraceId const&) + 124 21 Electron Framework 0x000000011ee60f6e blink::ServiceWorkerGlobalScope::LoadAndRunInstalledClassicScript(blink::KURL const&, v8_inspector::V8StackTraceId const&) + 1054 22 Electron Framework 0x000000011ee60856 blink::ServiceWorkerGlobalScope::FetchAndRunClassicScript(blink::KURL const&, std::__1::unique_ptr<blink::WorkerMainScriptLoadParameters, std::__1::default_delete<blink::WorkerMainScriptLoadParameters> >, blink::FetchClientSettingsObjectSnapshot const&, blink::WorkerResourceTimingNotifier&, v8_inspector::V8StackTraceId const&) + 262 23 Electron Framework 0x000000011cfe538b blink::WorkerThread::FetchAndRunClassicScriptOnWorkerThread(blink::KURL const&, std::__1::unique_ptr<blink::WorkerMainScriptLoadParameters, std::__1::default_delete<blink::WorkerMainScriptLoadParameters> >, std::__1::unique_ptr<blink::CrossThreadFetchClientSettingsObjectData, std::__1::default_delete<blink::CrossThreadFetchClientSettingsObjectData> >, blink::WorkerResourceTimingNotifier*, v8_inspector::V8StackTraceId const&) + 187 24 Electron Framework 0x000000011cfee48e void base::internal::FunctorTraits<void (blink::WorkerThread::*)(blink::KURL const&, std::__1::unique_ptr<blink::WorkerMainScriptLoadParameters, std::__1::default_delete<blink::WorkerMainScriptLoadParameters> >, std::__1::unique_ptr<blink::CrossThreadFetchClientSettingsObjectData, std::__1::default_delete<blink::CrossThreadFetchClientSettingsObjectData> >, blink::WorkerResourceTimingNotifier*, v8_inspector::V8StackTraceId const&), void>::Invoke<void (blink::WorkerThread::*)(blink::KURL const&, std::__1::unique_ptr<blink::WorkerMainScriptLoadParameters, std::__1::default_delete<blink::WorkerMainScriptLoadParameters> >, std::__1::unique_ptr<blink::CrossThreadFetchClientSettingsObjectData, std::__1::default_delete<blink::CrossThreadFetchClientSettingsObjectData> >, blink::WorkerResourceTimingNotifier*, v8_inspector::V8StackTraceId const&), blink::WorkerThread*, blink::KURL, std::__1::unique_ptr<blink::WorkerMainScriptLoadParameters, std::__1::default_delete<blink::WorkerMainScriptLoadParameters> >, std::__1::unique_ptr<blink::CrossThreadFetchClientSettingsObjectData, std::__1::default_delete<blink::CrossThreadFetchClientSettingsObjectData> >, blink::CrossThreadPersistent<blink::WorkerResourceTimingNotifier>, v8_inspector::V8StackTraceId>(void (blink::WorkerThread::*)(blink::KURL const&, std::__1::unique_ptr<blink::WorkerMainScriptLoadParameters, std::__1::default_delete<blink::WorkerMainScriptLoadParameters> >, std::__1::unique_ptr<blink::CrossThreadFetchClientSettingsObjectData, std::__1::default_delete<blink::CrossThreadFetchClientSettingsObjectData> >, blink::WorkerResourceTimingNotifier*, v8_inspector::V8StackTraceId const&), blink::WorkerThread*&&, blink::KURL&&, std::__1::unique_ptr<blink::WorkerMainScriptLoadParameters, std::__1::default_delete<blink::WorkerMainScriptLoadParameters> >&&, std::__1::unique_ptr<blink::CrossThreadFetchClientSettingsObjectData, std::__1::default_delete<blink::CrossThreadFetchClientSettingsObjectData> >&&, blink::CrossThreadPersistent<blink::WorkerResourceTimingNotifier>&&, v8_inspector::V8StackTraceId&&) + 286 25 Electron Framework 0x000000011cfee177 void base::internal::InvokeHelper<false, void>::MakeItSo<void (blink::WorkerThread::*)(blink::KURL const&, std::__1::unique_ptr<blink::WorkerMainScriptLoadParameters, std::__1::default_delete<blink::WorkerMainScriptLoadParameters> >, std::__1::unique_ptr<blink::CrossThreadFetchClientSettingsObjectData, std::__1::default_delete<blink::CrossThreadFetchClientSettingsObjectData> >, blink::WorkerResourceTimingNotifier*, v8_inspector::V8StackTraceId const&), blink::WorkerThread*, blink::KURL, std::__1::unique_ptr<blink::WorkerMainScriptLoadParameters, std::__1::default_delete<blink::WorkerMainScriptLoadParameters> >, std::__1::unique_ptr<blink::CrossThreadFetchClientSettingsObjectData, std::__1::default_delete<blink::CrossThreadFetchClientSettingsObjectData> >, blink::CrossThreadPersistent<blink::WorkerResourceTimingNotifier>, v8_inspector::V8StackTraceId>(void (blink::WorkerThread::*&&)(blink::KURL const&, std::__1::unique_ptr<blink::WorkerMainScriptLoadParameters, std::__1::default_delete<blink::WorkerMainScriptLoadParameters> >, std::__1::unique_ptr<blink::CrossThreadFetchClientSettingsObjectData, std::__1::default_delete<blink::CrossThreadFetchClientSettingsObjectData> >, blink::WorkerResourceTimingNotifier*, v8_inspector::V8StackTraceId const&), blink::WorkerThread*&&, blink::KURL&&, std::__1::unique_ptr<blink::WorkerMainScriptLoadParameters, std::__1::default_delete<blink::WorkerMainScriptLoadParameters> >&&, std::__1::unique_ptr<blink::CrossThreadFetchClientSettingsObjectData, std::__1::default_delete<blink::CrossThreadFetchClientSettingsObjectData> >&&, blink::CrossThreadPersistent<blink::WorkerResourceTimingNotifier>&&, v8_inspector::V8StackTraceId&&) + 199 26 Electron Framework 0x000000011cfee056 void base::internal::Invoker<base::internal::BindState<void (blink::WorkerThread::*)(blink::KURL const&, std::__1::unique_ptr<blink::WorkerMainScriptLoadParameters, std::__1::default_delete<blink::WorkerMainScriptLoadParameters> >, std::__1::unique_ptr<blink::CrossThreadFetchClientSettingsObjectData, std::__1::default_delete<blink::CrossThreadFetchClientSettingsObjectData> >, blink::WorkerResourceTimingNotifier*, v8_inspector::V8StackTraceId const&), WTF::CrossThreadUnretainedWrapper<blink::WorkerThread>, blink::KURL, WTF::PassedWrapper<std::__1::unique_ptr<blink::WorkerMainScriptLoadParameters, std::__1::default_delete<blink::WorkerMainScriptLoadParameters> > >, WTF::PassedWrapper<std::__1::unique_ptr<blink::CrossThreadFetchClientSettingsObjectData, std::__1::default_delete<blink::CrossThreadFetchClientSettingsObjectData> > >, blink::CrossThreadPersistent<blink::WorkerResourceTimingNotifier>, v8_inspector::V8StackTraceId>, void ()>::RunImpl<void (blink::WorkerThread::*)(blink::KURL const&, std::__1::unique_ptr<blink::WorkerMainScriptLoadParameters, std::__1::default_delete<blink::WorkerMainScriptLoadParameters> >, std::__1::unique_ptr<blink::CrossThreadFetchClientSettingsObjectData, std::__1::default_delete<blink::CrossThreadFetchClientSettingsObjectData> >, blink::WorkerResourceTimingNotifier*, v8_inspector::V8StackTraceId const&), std::__1::tuple<WTF::CrossThreadUnretainedWrapper<blink::WorkerThread>, blink::KURL, WTF::PassedWrapper<std::__1::unique_ptr<blink::WorkerMainScriptLoadParameters, std::__1::default_delete<blink::WorkerMainScriptLoadParameters> > >, WTF::PassedWrapper<std::__1::unique_ptr<blink::CrossThreadFetchClientSettingsObjectData, std::__1::default_delete<blink::CrossThreadFetchClientSettingsObjectData> > >, blink::CrossThreadPersistent<blink::WorkerResourceTimingNotifier>, v8_inspector::V8StackTraceId>, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul>(void (blink::WorkerThread::*&&)(blink::KURL const&, std::__1::unique_ptr<blink::WorkerMainScriptLoadParameters, std::__1::default_delete<blink::WorkerMainScriptLoadParameters> >, std::__1::unique_ptr<blink::CrossThreadFetchClientSettingsObjectData, std::__1::default_delete<blink::CrossThreadFetchClientSettingsObjectData> >, blink::WorkerResourceTimingNotifier*, v8_inspector::V8StackTraceId const&), std::__1::tuple<WTF::CrossThreadUnretainedWrapper<blink::WorkerThread>, blink::KURL, WTF::PassedWrapper<std::__1::unique_ptr<blink::WorkerMainScriptLoadParameters, std::__1::default_delete<blink::WorkerMainScriptLoadParameters> > >, WTF::PassedWrapper<std::__1::unique_ptr<blink::CrossThreadFetchClientSettingsObjectData, std::__1::default_delete<blink::CrossThreadFetchClientSettingsObjectData> > >, blink::CrossThreadPersistent<blink::WorkerResourceTimingNotifier>, v8_inspector::V8StackTraceId>&&, std::__1::integer_sequence<unsigned long, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul>) + 246 27 Electron Framework 0x000000011cfedf57 base::internal::Invoker<base::internal::BindState<void (blink::WorkerThread::*)(blink::KURL const&, std::__1::unique_ptr<blink::WorkerMainScriptLoadParameters, std::__1::default_delete<blink::WorkerMainScriptLoadParameters> >, std::__1::unique_ptr<blink::CrossThreadFetchClientSettingsObjectData, std::__1::default_delete<blink::CrossThreadFetchClientSettingsObjectData> >, blink::WorkerResourceTimingNotifier*, v8_inspector::V8StackTraceId const&), WTF::CrossThreadUnretainedWrapper<blink::WorkerThread>, blink::KURL, WTF::PassedWrapper<std::__1::unique_ptr<blink::WorkerMainScriptLoadParameters, std::__1::default_delete<blink::WorkerMainScriptLoadParameters> > >, WTF::PassedWrapper<std::__1::unique_ptr<blink::CrossThreadFetchClientSettingsObjectData, std::__1::default_delete<blink::CrossThreadFetchClientSettingsObjectData> > >, blink::CrossThreadPersistent<blink::WorkerResourceTimingNotifier>, v8_inspector::V8StackTraceId>, void ()>::RunOnce(base::internal::BindStateBase*) + 87 28 Electron Framework 0x0000000109735b45 base::OnceCallback<void ()>::Run() && + 117 29 Electron Framework 0x0000000114fced45 base::TaskAnnotator::RunTask(char const*, base::PendingTask*) + 1477 30 Electron Framework 0x00000001150190e6 base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::DoWorkImpl(base::sequence_manager::LazyNow*) + 1606 31 Electron Framework 0x0000000115018828 base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::DoWork() + 152 32 Electron Framework 0x000000011501949c non-virtual thunk to base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::DoWork() + 28 33 Electron Framework 0x0000000114ec0971 base::MessagePumpDefault::Run(base::MessagePump::Delegate*) + 145 34 Electron Framework 0x0000000115019d2b base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta) + 795 35 Electron Framework 0x0000000114f61c80 base::RunLoop::Run() + 752 36 Electron Framework 0x00000001105fa58b blink::scheduler::WorkerThread::SimpleThreadImpl::Run() + 715 37 Electron Framework 0x0000000115094c2b base::SimpleThread::ThreadMain() + 91 38 Electron Framework 0x0000000115101d45 base::(anonymous namespace)::ThreadFunc(void*) + 229 39 libsystem_pthread.dylib 0x00007fff204678fc _pthread_start + 224 40 libsystem_pthread.dylib 0x00007fff20463443 thread_start + 15 ```
https://github.com/electron/electron/issues/31452
https://github.com/electron/electron/pull/35919
1328d8d6708cce054bf0d81044fa3f8032d3885f
7ce94eb0b4cfa31c4a14a14c538fe59884dbf166
2021-10-15T23:37:06Z
c++
2022-10-12T14:36:24Z
closed
electron/electron
https://github.com/electron/electron
31,448
["patches/chromium/fix_media_key_usage_with_globalshortcuts.patch", "shell/browser/api/electron_api_global_shortcut.cc"]
[Bug]: MediaMetadata is not working on electron v15
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 15.0.2 ### What operating system are you using? macOS ### Operating System Version macOS ### What arch are you using? x64 ### Last Known Working Electron version 13 ### Expected Behavior I updated my electron version to v15.0.2 but noticed that Metadata is not working anymore.... ```js window.navigator.mediaSession.metadata = new window.MediaMetadata(metadata); ``` NOTE: it was working on v13.0.1 ### Actual Behavior . ### Testcase Gist URL _No response_ ### Additional Information .
https://github.com/electron/electron/issues/31448
https://github.com/electron/electron/pull/31492
87f7625c5dd60c4703d1a1f6bf1297c17711128f
40a8e4fb58e66d8b736bd8c5e72d57473361a4e6
2021-10-15T15:47:42Z
c++
2021-10-21T19:39:38Z
closed
electron/electron
https://github.com/electron/electron
31,431
["docs/tutorial/installation.md", "npm/install.js"]
[Feature Request]: Set ELECTRON_USE_REMOTE_CHECKSUMS from `.npmrc`
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Problem Description Starting with Electron 15 consuming custom electron binaries from a custom mirror requires setting the `ELECTRON_USE_REMOTE_CHECKSUMS` environment variable, otherwise the checksum match fails. Specifying environment variables is cumbersome across all dev and CI hosts. ### Proposed Solution If the electron installer script also looked at the `.npmrc` it would be a one time configuration option for the project and wouldn't require additional step (of setting env variable) during dev host setup. @electron/get allows setting the mirror options this way. ### Alternatives Considered Other option could be an npm package config, which would also work. @electron/get also allows setting the mirror options this way. ### Additional Information _No response_
https://github.com/electron/electron/issues/31431
https://github.com/electron/electron/pull/40253
29d7be1565f6d5bcd4f8b5d95ccb77baece81717
f5262060957b7e32b33d64b3529a69417bdb5c26
2021-10-14T18:01:44Z
c++
2023-10-31T20:51:59Z
closed
electron/electron
https://github.com/electron/electron
31,420
["chromium_src/BUILD.gn", "patches/chromium/.patches", "patches/chromium/fix_patch_out_permissions_checks_in_exclusive_access.patch", "shell/browser/api/electron_api_web_contents.cc", "shell/browser/api/electron_api_web_contents.h", "shell/browser/electron_browser_client.cc"]
[Bug]: navigator.keyboard.lock() not work
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 13.5.1 ### What operating system are you using? Windows ### Operating System Version Windows 10 ### What arch are you using? x64 ### Last Known Working Electron version _No response_ ### Expected Behavior After I execute: document.body.requestFullscreen(); navigator.keyboard.lock(); The keyboard is supposed be locked. System key like: Alt + tab should be captured by js code. ### Actual Behavior System key is not locked. Alt + tab will swipe the electron app. ### Testcase Gist URL _No response_ ### Additional Information The same page works as expected in Chrome.
https://github.com/electron/electron/issues/31420
https://github.com/electron/electron/pull/31572
120cff38c540b10031351e3951c1526296f6f297
639f4428a5b42b0756a8c6ed120c8c00fa1b9f38
2021-10-14T09:21:13Z
c++
2021-10-28T14:23:05Z
closed
electron/electron
https://github.com/electron/electron
31,337
["shell/browser/api/electron_api_browser_window.cc", "spec-main/api-browser-window-spec.ts"]
[Bug]: Crash when closing a window which has its webcontents destroyed
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 14.0.1 ### What operating system are you using? Windows ### Operating System Version Windows 10 19042.985 ### What arch are you using? x64 ### Last Known Working Electron version _No response_ ### Expected Behavior 1) no crash should happen 2) I would expect both the browserWindow and its webContents to have isDestroyed set to true ### Actual Behavior ``` browserWindow.webContents.on("destroyed", ( ) => { console.log("isDestroyed", browserWindow.isDestroyed(), browserWindow.webContents.isDestroyed()); browserWindow.close(); }); ``` This will cause a crash Additionally the log will show: isDestroyed false true Is this expected behavior? I thought that the window and the webContents are related to each other ### Testcase Gist URL https://gist.github.com/t57ser/319bcb4e6e71e6097094e46db526fae7 ### Additional Information _No response_
https://github.com/electron/electron/issues/31337
https://github.com/electron/electron/pull/31620
a6e5ff360791218016425c46a41f78e8f45a75d4
20b4813cf83882c01e0ea83c091ca95376f92614
2021-10-07T09:27:40Z
c++
2021-11-01T04:32:54Z
closed
electron/electron
https://github.com/electron/electron
31,332
["shell/browser/api/electron_api_web_contents.cc", "spec-main/webview-spec.ts"]
[Bug]: crash in WebContentsZoomController::SetTemporaryZoomLevel
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 16.0.0-alpha.6 15.1.1 14.1.0 ### What operating system are you using? Windows ### Operating System Version Windows 11 (10.0.22000.194) ### What arch are you using? x64 ### Last Known Working Electron version 13.5.1 ### Expected Behavior We have a page, which contains a `<webview>` loaded in a `BrowserWindow`. When we reload the window and call `mainWindow.webContents.setZoomLevel()` it should work. ### Actual Behavior The main Electron process crashes with the following callstack: ``` Teams.exe!content::WebContentsImpl::GetRenderViewHost() C++ Teams.exe!electron::WebContentsZoomController::SetTemporaryZoomLevel(double level) Line 97 C++ Teams.exe!electron::WebViewGuestDelegate::OnZoomLevelChanged(content::WebContents * web_contents, double level, bool is_temporary) Line 79 C++ Teams.exe!electron::WebContentsZoomController::SetTemporaryZoomLevel(double level) Line 101 C++ Teams.exe!electron::mojom::ElectronBrowserStubDispatch::Accept(electron::mojom::ElectronBrowser * impl, mojo::Message * message) Line 4568 C++ [Inline Frame] Teams.exe!mojo::InterfaceEndpointClient::HandleValidatedMessage(mojo::Message * message) Line 898 C++ Teams.exe!mojo::InterfaceEndpointClient::HandleIncomingMessageThunk::Accept(mojo::Message * message) Line 329 C++ Teams.exe!mojo::MessageDispatcher::Accept(mojo::Message * message) Line 43 C++ Teams.exe!mojo::InterfaceEndpointClient::HandleIncomingMessage(mojo::Message * message) Line 655 C++ [Inline Frame] Teams.exe!mojo::internal::MultiplexRouter::ProcessIncomingMessage(mojo::internal::MultiplexRouter::MessageWrapper * message_wrapper, mojo::internal::MultiplexRouter::ClientCallBehavior client_call_behavior, base::SequencedTaskRunner * current_task_runner) Line 1098 C++ Teams.exe!mojo::internal::MultiplexRouter::Accept(mojo::Message * message) Line 717 C++ Teams.exe!mojo::MessageDispatcher::Accept(mojo::Message * message) Line 43 C++ [Inline Frame] Teams.exe!mojo::Connector::DispatchMessageW(mojo::Message message) Line 545 C++ [Inline Frame] Teams.exe!mojo::Connector::ReadAllAvailableMessages() Line 604 C++ [Inline Frame] Teams.exe!mojo::Connector::OnHandleReadyInternal(unsigned int result) Line 439 C++ [Inline Frame] Teams.exe!mojo::Connector::OnWatcherHandleReady(unsigned int result) Line 410 C++ [Inline Frame] Teams.exe!base::internal::FunctorTraits<void (mojo::Connector::*)(unsigned int),void>::Invoke(void(mojo::Connector::*)(unsigned int) method, mojo::Connector * && receiver_ptr, unsigned int && args) Line 509 C++ [Inline Frame] Teams.exe!base::internal::InvokeHelper<0,void>::MakeItSo(void(mojo::Connector::*)(unsigned int) & functor, mojo::Connector * && args, unsigned int && args) Line 648 C++ [Inline Frame] Teams.exe!base::internal::Invoker<base::internal::BindState<void (mojo::Connector::*)(unsigned int),base::internal::UnretainedWrapper<mojo::Connector>>,void (unsigned int)>::RunImpl(void(mojo::Connector::*)(unsigned int) & functor, const std::__1::tuple<base::internal::UnretainedWrapper<mojo::Connector>> & bound, std::__1::integer_sequence<unsigned long long,0>, unsigned int && unbound_args) Line 721 C++ Teams.exe!base::internal::Invoker<base::internal::BindState<void (mojo::Connector::*)(unsigned int),base::internal::UnretainedWrapper<mojo::Connector>>,void (unsigned int)>::Run(base::internal::BindStateBase * base, unsigned int unbound_args) Line 703 C++ [Inline Frame] Teams.exe!base::RepeatingCallback<void (unsigned int, const mojo::HandleSignalsState &)>::Run(unsigned int args, const mojo::HandleSignalsState & args) Line 166 C++ [Inline Frame] Teams.exe!mojo::SimpleWatcher::OnHandleReady(int watch_id, unsigned int result, const mojo::HandleSignalsState & state) Line 278 C++ [Inline Frame] Teams.exe!base::internal::FunctorTraits<void (mojo::SimpleWatcher::*)(int, unsigned int, const mojo::HandleSignalsState &),void>::Invoke(void(mojo::SimpleWatcher::*)(int, unsigned int, const mojo::HandleSignalsState &) method, base::WeakPtr<mojo::SimpleWatcher> && receiver_ptr, int && args, unsigned int && args, mojo::HandleSignalsState && args) Line 509 C++ [Inline Frame] Teams.exe!base::internal::InvokeHelper<1,void>::MakeItSo(void(mojo::SimpleWatcher::*)(int, unsigned int, const mojo::HandleSignalsState &) && functor, base::WeakPtr<mojo::SimpleWatcher> && weak_ptr, int && args, unsigned int && args, mojo::HandleSignalsState && args) Line 668 C++ [Inline Frame] Teams.exe!base::internal::Invoker<base::internal::BindState<void (mojo::SimpleWatcher::*)(int, unsigned int, const mojo::HandleSignalsState &),base::WeakPtr<mojo::SimpleWatcher>,int,unsigned int,mojo::HandleSignalsState>,void ()>::RunImpl(void(mojo::SimpleWatcher::*)(int, unsigned int, const mojo::HandleSignalsState &) && functor, std::__1::tuple<base::WeakPtr<mojo::SimpleWatcher>,int,unsigned int,mojo::HandleSignalsState> && bound, std::__1::integer_sequence<unsigned long long,0,1,2,3>) Line 721 C++ Teams.exe!base::internal::Invoker<base::internal::BindState<void (mojo::SimpleWatcher::*)(int, unsigned int, const mojo::HandleSignalsState &),base::WeakPtr<mojo::SimpleWatcher>,int,unsigned int,mojo::HandleSignalsState>,void ()>::RunOnce(base::internal::BindStateBase * base) Line 690 C++ [Inline Frame] Teams.exe!base::OnceCallback<void ()>::Run() Line 98 C++ Teams.exe!base::TaskAnnotator::RunTask(const char * trace_event_name, base::PendingTask * pending_task) Line 178 C++ [Inline Frame] Teams.exe!base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::DoWorkImpl(base::sequence_manager::LazyNow * continuation_lazy_now) Line 360 C++ Teams.exe!base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::DoWork() Line 260 C++ Teams.exe!base::MessagePumpForUI::DoRunLoop() Line 221 C++ Teams.exe!base::MessagePumpWin::Run(base::MessagePump::Delegate * delegate) Line 79 C++ Teams.exe!base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool application_tasks_allowed, base::TimeDelta timeout) Line 470 C++ Teams.exe!base::RunLoop::Run(const base::Location & location) Line 136 C++ Teams.exe!content::BrowserMainLoop::RunMainMessageLoop() Line 989 C++ Teams.exe!content::BrowserMainRunnerImpl::Run() Line 153 C++ Teams.exe!content::BrowserMain(const content::MainFunctionParams & parameters) Line 49 C++ [Inline Frame] Teams.exe!content::RunBrowserProcessMain(const content::MainFunctionParams & main_function_params, content::ContentMainDelegate * delegate) Line 608 C++ Teams.exe!content::ContentMainRunnerImpl::RunBrowser(content::MainFunctionParams & main_params, bool start_minimal_browser) Line 1104 C++ Teams.exe!content::ContentMainRunnerImpl::Run(bool start_minimal_browser) Line 971 C++ Teams.exe!content::RunContentProcess(const content::ContentMainParams & params, content::ContentMainRunner * content_main_runner) Line 394 C++ Teams.exe!content::ContentMain(const content::ContentMainParams & params) Line 422 C++ Teams.exe!wWinMain(HINSTANCE__ * instance, HINSTANCE__ *, wchar_t * cmd, int) Line 298 C++ [External Code] ``` ### Testcase Gist URL https://gist.github.com/6c59983d04c7b0d5755e48e4fc6c31b5 ### Additional Information The Fiddle repro app should crash after running for a few seconds. Bisected to this range: https://github.com/electron/electron/compare/v14.0.0-nightly.20210305...v14.0.0-nightly.20210308 Looks like it regressed by https://github.com/electron/electron/pull/27920
https://github.com/electron/electron/issues/31332
https://github.com/electron/electron/pull/31350
f8e6d45b7037e4017d1afbe66c102acbe169cd68
0eb9c4b16d5dcd6be4b5722e0239c1b319c99b11
2021-10-06T22:39:13Z
c++
2021-10-11T00:33:35Z
closed
electron/electron
https://github.com/electron/electron
31,281
["shell/browser/api/electron_api_web_contents.cc"]
[Bug]: Crash in electron::api::WebFrameMain::GetRendererApi
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 13.4.0 ### What operating system are you using? Windows ### Operating System Version Windows 10 ### What arch are you using? x64 ### Last Known Working Electron version 11.0.0 ### Expected Behavior Not to crash ### Actual Behavior Main process crashes when renderer process not more available. ### Testcase Gist URL _No response_ ### Additional Information Crash on this line : https://github.com/electron/electron/blob/4d89174b4187067a1f91f44f48c4234720fd24fa/shell/browser/api/electron_api_web_frame_main.cc#L187 stack trace looks like this: https://imgur.com/a/4LpQJ4J We does not have steps to reproduce it reliably. Some details in crash reports are pointing out that it could happens after a rendered process dies by crashing or being killed by a user.
https://github.com/electron/electron/issues/31281
https://github.com/electron/electron/pull/31289
014ebbd6fab77d323dd262246c9655f0aa790e61
9c8bd18c41869b3aa98229fa7ded491ad0da374d
2021-10-04T20:21:26Z
c++
2021-10-07T05:26:18Z
closed
electron/electron
https://github.com/electron/electron
31,249
["shell/common/gin_converters/content_converter.cc", "shell/common/gin_helper/dictionary.h"]
[Bug]: "Failed to serialize arguments" error occurs on right mouse click on "webview" content
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 15.1.0 / and all 16.0.0-alpha.x ### What operating system are you using? Other Linux ### Operating System Version kernel 5.14.7-2 ### What arch are you using? x64 ### Last Known Working Electron version 15.0.0 ### Expected Behavior No error occurs. ### Actual Behavior The `Failed to serialize arguments` error occurs on right mouse click on the webview's content. ### Testcase Gist URL _No response_ ### Additional Information Notice there is no error when you do the right mouse click on the browserwindow's content but on webview's. Notice that adding the "context-menu" handler is not even required. The "input" controls were added to the snippet just for the convenience of testing. The right mouse click on any area of webview triggers the error. To reproduce: ```javascript const {app, BrowserWindow} = require("electron") app.whenReady().then(() => { // app.on("web-contents-created", (...[/* event */, webContents]) => { // webContents.on("context-menu", () => {/* NOOP */}) // }) new BrowserWindow({webPreferences: {webviewTag: true}}).loadURL(`data:text/html, <html><body> <input type='text' value='input'> <webview src="data:text/html,<input type='text' value='webview input'>"></webview> </body></html>`, ) }) ```
https://github.com/electron/electron/issues/31249
https://github.com/electron/electron/pull/31259
3b2c46dfd6ceb7dfdbfd93ea8a91e5f9b0b5a7ea
d7a7c120d129470b78b490d8e5cf773e7a110307
2021-10-02T08:48:21Z
c++
2021-10-04T18:00:25Z
closed
electron/electron
https://github.com/electron/electron
31,212
["patches/boringssl/.patches", "patches/boringssl/enable_x509_v_flag_trusted_first_flag.patch"]
[Bug]: Let's Encrypt root CA isn't working properly
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 15.0.0 Reproduced on Electron 12, 13, 14 ### What operating system are you using? Other Linux ### Operating System Version Arch Linux rolling ### What arch are you using? x64 ### Last Known Working Electron version _No response_ ### Expected Behavior The request to `https://letsencrypt.org` (or any Let's Encrypt secured website) should work in the main process as the certificate chain seems valid. ### Actual Behavior It doesn't work in the main process. However, it works in the renderer (with standard Fetch API) or in Node 16.5 REPL (also with Axios). ### Testcase Gist URL https://gist.github.com/fc9cc8d91df7d02f211698f9aceb0087 ### Additional Information I think it's probably related to the recent expiry of DST Root CA X3 but strangely enough, it's working properly on the renderer and in a single Node app? My understanding is that by default, Node.js uses a capture of the Mozilla trust CA, could it be that the Electron one is unsynced?
https://github.com/electron/electron/issues/31212
https://github.com/electron/electron/pull/31213
6f684d564ff5f47df6776d9075ac0cd5e6e5678e
0e042ca64ddf2a1e07af1345ca92e9ffe69d7a3e
2021-09-30T14:56:23Z
c++
2021-09-30T20:22:14Z
closed
electron/electron
https://github.com/electron/electron
31,196
["lib/browser/guest-window-manager.ts"]
[Bug]: openGuestWindow -> loadUrl -> Error: Object has been destroyed
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 14.0.0 ### What operating system are you using? Windows ### Operating System Version Windows 10 19042.985 ### What arch are you using? x64 ### Last Known Working Electron version _No response_ ### Expected Behavior No error ### Actual Behavior I don't know how to reproduce this issue yet but there seems to be a case where https://github.com/electron/electron/blob/a545cd37902d490297310b4c04a6bd2094999a10/lib/browser/guest-window-manager.ts#L68 can throw "Object has been destroyed" error. TypeError: Object has been destroyed at BrowserWindow.n.loadURL (electron/js2c/browser_init.js: 33:1767) at Object.openGuestWindow (electron/js2c/browser_init.js: 185:1618) at Object.<anonymous> (electron/js2c/browser_init.js: 161:12044) at Object.emit (events.js:376:20) ### Testcase Gist URL _No response_ ### Additional Information _No response_
https://github.com/electron/electron/issues/31196
https://github.com/electron/electron/pull/31208
14736c5f309d3e51f41647fba976f9516d3b0f2f
7eaebe0bd6ca361abe6f6757265f8c342b6ca9ff
2021-09-30T06:29:29Z
c++
2021-10-19T00:57:10Z
closed
electron/electron
https://github.com/electron/electron
31,130
["docs/api/clipboard.md", "shell/common/api/electron_api_clipboard.cc", "spec/api-clipboard-spec.js"]
[Bug]: Read file FileNameW from clipboard error
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 15.0.0 ### What operating system are you using? Windows ### Operating System Version Windows 10 ### What arch are you using? x64 ### Last Known Working Electron version 10.1.5 ### Expected Behavior i want get file path from clipboard. `const res = clipboard.readBuffer("FileNameW").toString("ucs2"); console.log(res);` ### Actual Behavior `const res = clipboard.readBuffer("FileNameW").toString("ucs2"); console.log(res);` Got this error: [26824:0927/105619.004:ERROR:crashpad_client_win.cc(808)] not connected ### Testcase Gist URL _No response_ ### Additional Information _No response_
https://github.com/electron/electron/issues/31130
https://github.com/electron/electron/pull/31623
a938af3f54aa891a29cc7c78e05078056997a5da
5899a72df9627891dbcbab35b16f4033027e4b5b
2021-09-27T04:02:18Z
c++
2021-11-01T14:00:36Z
closed
electron/electron
https://github.com/electron/electron
31,068
["shell/browser/api/electron_api_browser_window_mac.mm"]
[Bug]: Calling removeBrowserView() in any way disables dragging using other BrowserViews on macOS
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 14.0.1 ### What operating system are you using? macOS ### Operating System Version macOS Big Sur 11.6 ### What arch are you using? x64 ### Last Known Working Electron version Unsure ### Expected Behavior BrowserViews containing draggable areas should continue to function normally regardless of other BrowserViews being removed using `removeBrowserView` ### Actual Behavior BrowserViews containing draggable areas cease to function on macOS once `removeBrowserView` is called. ### Testcase Gist URL _No response_ ### Additional Information Calling `setBounds` on any view seems to restore the functionality. Reproduction using `electron-quick-start` here: https://github.com/devinbinnie/electron-quick-start/tree/remove_browser_view_issue
https://github.com/electron/electron/issues/31068
https://github.com/electron/electron/pull/31085
1193a37d8f8a2cb67d2122f3fd490690e9588cff
2c10d0fe1bdaa1e1a00851aa1ca69ecc95495fab
2021-09-22T19:09:40Z
c++
2021-09-30T09:41:08Z
closed
electron/electron
https://github.com/electron/electron
31,064
["patches/node/.patches", "patches/node/fix_crash_creating_private_key_with_unsupported_algorithm.patch", "spec/node-spec.js"]
[Bug]: crypto JWK Key Export results in SIGSEGV
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 15.0.0 ### What operating system are you using? macOS ### Operating System Version Big Sur 11.6 ### What arch are you using? x64 ### Last Known Working Electron version not applicable, these crypto APIs did not exist in node until v16 that is now first time bundled ### Expected Behavior I expect either the import to throw due to an unsupported algorithm, or the export to throw, not to crash the process. ### Actual Behavior ``` Electron exited with signal SIGSEGV ``` ### Testcase Gist URL https://gist.github.com/panva/58dbf863984fbf94a94682efc5d99d8a ### Additional Information ``` Process: Electron [87607] Path: /Users/USER/*/Electron.app/Contents/MacOS/Electron Identifier: com.github.Electron Version: 15.0.0 (15.0.0) Code Type: X86-64 (Native) Parent Process: node [87606] Responsible: Terminal [1755] User ID: 501 Date/Time: 2021-09-22 14:26:12.076 +0200 OS Version: macOS 11.6 (20G165) Report Version: 12 Bridge OS Version: 5.5 (18P4759a) Anonymous UUID: 666B8736-E791-2AC2-F6CB-233D2C20FFCB Sleep/Wake UUID: 344A2A24-30E9-4E4C-9360-3F30B0EEC742 Time Awake Since Boot: 200000 seconds Time Since Wake: 57000 seconds System Integrity Protection: enabled Crashed Thread: 0 CrBrowserMain Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000008 Exception Note: EXC_CORPSE_NOTIFY Termination Signal: Segmentation fault: 11 Termination Reason: Namespace SIGNAL, Code 0xb Terminating Process: exc handler [87607] VM Regions Near 0x8: --> __TEXT 106048000-106098000 [ 320K] r-x/r-x SM=COW /Users/*/Electron.app/Contents/MacOS/Electron Thread 0 Crashed:: CrBrowserMain Dispatch queue: com.apple.main-thread 0 com.github.Electron.framework 0x0000000111aec011 node::SetTracingController(v8::TracingController*) + 348369 1 com.github.Electron.framework 0x0000000111aea5e1 node::SetTracingController(v8::TracingController*) + 341665 2 com.github.Electron.framework 0x000000010ebec8e3 v8::internal::baseline::BytecodeOffsetIterator::UpdatePointers() + 9107 3 ??? 0x000000470007d958 0 + 304943192408 4 ??? 0x000000470000b6a0 0 + 304942724768 5 ??? 0x00000047000149b4 0 + 304942762420 6 ??? 0x0000004700107b13 0 + 304943758099 7 ??? 0x000000470000b6a0 0 + 304942724768 8 ??? 0x000000470000b6a0 0 + 304942724768 9 ??? 0x000000470000b6a0 0 + 304942724768 10 ??? 0x0000004700009718 0 + 304942716696 11 ??? 0x00000047000094a7 0 + 304942716071 12 com.github.Electron.framework 0x000000010ec5cc6c v8::internal::Execution::Call(v8::internal::Isolate*, v8::internal::Handle<v8::internal::Object>, v8::internal::Handle<v8::internal::Object>, int, v8::internal::Handle<v8::internal::Object>*) + 668 13 com.github.Electron.framework 0x000000010ec3f6b1 v8::internal::DebugEvaluate::Global(v8::internal::Isolate*, v8::internal::Handle<v8::internal::JSFunction>, v8::debug::EvaluateGlobalMode, v8::internal::REPLMode) + 257 14 com.github.Electron.framework 0x000000010ec3f57c v8::internal::DateCache::LeastRecentlyUsedDST(v8::internal::DateCache::DST*) + 6812 15 com.github.Electron.framework 0x000000010ec3fce9 v8::debug::EvaluateGlobal(v8::Isolate*, v8::Local<v8::String>, v8::debug::EvaluateGlobalMode, bool) + 201 16 com.github.Electron.framework 0x000000010f1543ce v8_inspector::V8InspectorSession::canDispatchMethod(v8_inspector::StringView) + 33806 17 com.github.Electron.framework 0x000000010f117033 v8_inspector::protocol::Runtime::API::StackTraceId::fromBinary(unsigned char const*, unsigned long) + 7827 18 com.github.Electron.framework 0x000000010f16dbc8 v8_inspector::V8StackTraceId::ToString() + 81192 19 com.github.Electron.framework 0x000000010f14daad v8_inspector::V8InspectorSession::canDispatchMethod(v8_inspector::StringView) + 6893 20 com.github.Electron.framework 0x0000000111aa8212 node::SetTracingController(v8::TracingController*) + 70354 21 com.github.Electron.framework 0x0000000111aa7e5a node::SetTracingController(v8::TracingController*) + 69402 22 com.github.Electron.framework 0x0000000111aadcc0 node::SetTracingController(v8::TracingController*) + 93568 23 com.github.Electron.framework 0x000000010ebec8e3 v8::internal::baseline::BytecodeOffsetIterator::UpdatePointers() + 9107 24 ??? 0x000000470007d958 0 + 304943192408 25 ??? 0x000000470000b6a0 0 + 304942724768 26 ??? 0x000000470000b6a0 0 + 304942724768 27 ??? 0x000000470000b6a0 0 + 304942724768 28 ??? 0x000000470000b6a0 0 + 304942724768 29 ??? 0x00000047001ef52d 0 + 304944706861 30 ??? 0x00000047001e9d52 0 + 304944684370 31 ??? 0x00000047001e1d09 0 + 304944651529 32 ??? 0x00000047001e3026 0 + 304944656422 33 ??? 0x00000047001ece80 0 + 304944696960 34 ??? 0x00000047001f500b 0 + 304944730123 35 ??? 0x000000470003ebee 0 + 304942935022 36 ??? 0x00000047001e597e 0 + 304944667006 37 ??? 0x000000470000b6a0 0 + 304942724768 38 ??? 0x000000470000b6a0 0 + 304942724768 39 ??? 0x000000470000b6a0 0 + 304942724768 40 ??? 0x000000470000b6a0 0 + 304942724768 41 ??? 0x000000470000b6a0 0 + 304942724768 42 ??? 0x000000470000b6a0 0 + 304942724768 43 ??? 0x00000047001dcbda 0 + 304944630746 44 ??? 0x0000004700009718 0 + 304942716696 45 ??? 0x00000047000094a7 0 + 304942716071 46 com.github.Electron.framework 0x000000010ec5cc6c v8::internal::Execution::Call(v8::internal::Isolate*, v8::internal::Handle<v8::internal::Object>, v8::internal::Handle<v8::internal::Object>, int, v8::internal::Handle<v8::internal::Object>*) + 668 47 com.github.Electron.framework 0x000000010ebb05d1 v8::Function::Call(v8::Local<v8::Context>, v8::Local<v8::Value>, int, v8::Local<v8::Value>*) + 689 48 com.github.Electron.framework 0x0000000111924952 node::CallbackScope::~CallbackScope() + 2098 49 com.github.Electron.framework 0x000000011193c51f node::EmitAsyncDestroy(node::Environment*, node::async_context) + 72847 50 com.github.Electron.framework 0x0000000111a85cac node::PromiseRejectCallback(v8::PromiseRejectMessage) + 202908 51 com.github.Electron.framework 0x0000000111a87f38 node::PromiseRejectCallback(v8::PromiseRejectMessage) + 211752 52 com.github.Electron.framework 0x0000000111a8d4f0 node::PromiseRejectCallback(v8::PromiseRejectMessage) + 233696 53 com.github.Electron.framework 0x000000010e34589d uv_signal_stop + 2557 54 com.github.Electron.framework 0x000000010e34dbdb uv_free_interface_addresses + 2283 55 com.github.Electron.framework 0x000000010e33c31f uv_run + 319 56 com.github.Electron.framework 0x000000010e49c3c4 ElectronInitializeICUandStartNode + 1368500 57 com.github.Electron.framework 0x000000010fe479bf v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10335119 58 com.github.Electron.framework 0x000000010fe5f97f v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10433359 59 com.github.Electron.framework 0x000000010fe9849e v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10665582 60 com.github.Electron.framework 0x000000010fe949d2 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10650530 61 com.github.Electron.framework 0x000000010fe97c4f v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10663455 62 com.apple.CoreFoundation 0x00007fff205672bc __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17 63 com.apple.CoreFoundation 0x00007fff20567224 __CFRunLoopDoSource0 + 180 64 com.apple.CoreFoundation 0x00007fff20566fa4 __CFRunLoopDoSources0 + 242 65 com.apple.CoreFoundation 0x00007fff205659cc __CFRunLoopRun + 893 66 com.apple.CoreFoundation 0x00007fff20564f8c CFRunLoopRunSpecific + 563 67 com.apple.HIToolbox 0x00007fff287ad1f3 RunCurrentEventLoopInMode + 292 68 com.apple.HIToolbox 0x00007fff287acf55 ReceiveNextEventCommon + 587 69 com.apple.HIToolbox 0x00007fff287accf3 _BlockUntilNextEventMatchingListInModeWithFilter + 70 70 com.apple.AppKit 0x00007fff22d6e172 _DPSNextEvent + 864 71 com.apple.AppKit 0x00007fff22d6c945 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1364 72 com.apple.AppKit 0x00007fff22d5ec69 -[NSApplication run] + 586 73 com.github.Electron.framework 0x000000010fe98b86 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10667350 74 com.github.Electron.framework 0x000000010fe976f2 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10662082 75 com.github.Electron.framework 0x000000010fe60d2a v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10438394 76 com.github.Electron.framework 0x000000010fe3246c v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10247740 77 com.github.Electron.framework 0x000000010f790d85 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 3295061 78 com.github.Electron.framework 0x000000010f7924e2 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 3301042 79 com.github.Electron.framework 0x000000010f78e40c v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 3284444 80 com.github.Electron.framework 0x000000010eb6a5d3 electron::fuses::IsOnlyLoadAppFromAsarEnabled() + 6679267 81 com.github.Electron.framework 0x000000010eb6a06b electron::fuses::IsOnlyLoadAppFromAsarEnabled() + 6677883 82 com.github.Electron.framework 0x000000010eb68a9b electron::fuses::IsOnlyLoadAppFromAsarEnabled() + 6672299 83 com.github.Electron.framework 0x000000010eb69339 electron::fuses::IsOnlyLoadAppFromAsarEnabled() + 6674505 84 com.github.Electron.framework 0x000000010e34e1d6 ElectronMain + 134 85 com.github.Electron 0x0000000106049666 0x106048000 + 5734 86 libdyld.dylib 0x00007fff2048af3d start + 1 Thread 1: 0 libsystem_pthread.dylib 0x00007fff2046b420 start_wqthread + 0 Thread 2: 0 libsystem_pthread.dylib 0x00007fff2046b420 start_wqthread + 0 Thread 3: 0 libsystem_pthread.dylib 0x00007fff2046b420 start_wqthread + 0 Thread 4: 0 libsystem_pthread.dylib 0x00007fff2046b420 start_wqthread + 0 Thread 5: 0 libsystem_pthread.dylib 0x00007fff2046b420 start_wqthread + 0 Thread 6:: ThreadPoolServiceThread 0 libsystem_kernel.dylib 0x00007fff204431d2 kevent64 + 10 1 com.github.Electron.framework 0x000000010feab3d5 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10743205 2 com.github.Electron.framework 0x000000010fe60d2a v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10438394 3 com.github.Electron.framework 0x000000010fe3246c v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10247740 4 com.github.Electron.framework 0x000000010fe7d4a8 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10555000 5 com.github.Electron.framework 0x000000010fe6a6dd v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10477741 6 com.github.Electron.framework 0x000000010fe7d63d v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10555405 7 com.github.Electron.framework 0x000000010fe93118 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10644200 8 libsystem_pthread.dylib 0x00007fff2046f8fc _pthread_start + 224 9 libsystem_pthread.dylib 0x00007fff2046b443 thread_start + 15 Thread 7:: ThreadPoolForegroundWorker 0 libsystem_kernel.dylib 0x00007fff2043a2ba mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff2043a62c mach_msg + 60 2 com.github.Electron.framework 0x000000010fe9c28f v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10681439 3 com.github.Electron.framework 0x000000010fe7448e v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10518110 4 com.github.Electron.framework 0x000000010fe74ead v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10520701 5 com.github.Electron.framework 0x000000010fe7498d v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10519389 6 com.github.Electron.framework 0x000000010fe93118 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10644200 7 libsystem_pthread.dylib 0x00007fff2046f8fc _pthread_start + 224 8 libsystem_pthread.dylib 0x00007fff2046b443 thread_start + 15 Thread 8:: ThreadPoolBackgroundWorker 0 libsystem_kernel.dylib 0x00007fff2043a2ba mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff2043a62c mach_msg + 60 2 com.github.Electron.framework 0x000000010fe9c28f v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10681439 3 com.github.Electron.framework 0x000000010fe7448e v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10518110 4 com.github.Electron.framework 0x000000010fe74af5 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10519749 5 com.github.Electron.framework 0x000000010fe7492d v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10519293 6 com.github.Electron.framework 0x000000010fe93118 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10644200 7 libsystem_pthread.dylib 0x00007fff2046f8fc _pthread_start + 224 8 libsystem_pthread.dylib 0x00007fff2046b443 thread_start + 15 Thread 9:: ThreadPoolForegroundWorker 0 libsystem_kernel.dylib 0x00007fff2043a2ba mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff2043a62c mach_msg + 60 2 com.github.Electron.framework 0x000000010fe9c28f v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10681439 3 com.github.Electron.framework 0x000000010fe7448e v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10518110 4 com.github.Electron.framework 0x000000010fe74ead v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10520701 5 com.github.Electron.framework 0x000000010fe7498d v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10519389 6 com.github.Electron.framework 0x000000010fe93118 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10644200 7 libsystem_pthread.dylib 0x00007fff2046f8fc _pthread_start + 224 8 libsystem_pthread.dylib 0x00007fff2046b443 thread_start + 15 Thread 10:: Chrome_IOThread 0 libsystem_kernel.dylib 0x00007fff204431d2 kevent64 + 10 1 com.github.Electron.framework 0x000000010feab3d5 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10743205 2 com.github.Electron.framework 0x000000010fe60d2a v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10438394 3 com.github.Electron.framework 0x000000010fe3246c v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10247740 4 com.github.Electron.framework 0x000000010fe7d4a8 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10555000 5 com.github.Electron.framework 0x000000010f792ebf v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 3303567 6 com.github.Electron.framework 0x000000010fe7d63d v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10555405 7 com.github.Electron.framework 0x000000010fe93118 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10644200 8 libsystem_pthread.dylib 0x00007fff2046f8fc _pthread_start + 224 9 libsystem_pthread.dylib 0x00007fff2046b443 thread_start + 15 Thread 11:: MemoryInfra 0 libsystem_kernel.dylib 0x00007fff2043a2ba mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff2043a62c mach_msg + 60 2 com.github.Electron.framework 0x000000010fe9c28f v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10681439 3 com.github.Electron.framework 0x000000010fe9c11e v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10681070 4 com.github.Electron.framework 0x000000010fe1756f v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10137407 5 com.github.Electron.framework 0x000000010fe60d2a v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10438394 6 com.github.Electron.framework 0x000000010fe3246c v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10247740 7 com.github.Electron.framework 0x000000010fe7d4a8 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10555000 8 com.github.Electron.framework 0x000000010fe7d63d v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10555405 9 com.github.Electron.framework 0x000000010fe93118 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10644200 10 libsystem_pthread.dylib 0x00007fff2046f8fc _pthread_start + 224 11 libsystem_pthread.dylib 0x00007fff2046b443 thread_start + 15 Thread 12: 0 libsystem_kernel.dylib 0x00007fff2043ec4a kevent + 10 1 com.github.Electron.framework 0x000000010e34d80e uv_free_interface_addresses + 1310 2 com.github.Electron.framework 0x000000010e33c31f uv_run + 319 3 com.github.Electron.framework 0x0000000111a37dbf node::OnFatalError(char const*, char const*) + 444799 4 libsystem_pthread.dylib 0x00007fff2046f8fc _pthread_start + 224 5 libsystem_pthread.dylib 0x00007fff2046b443 thread_start + 15 Thread 13: 0 libsystem_kernel.dylib 0x00007fff2043ccde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff2046fe49 _pthread_cond_wait + 1298 2 com.github.Electron.framework 0x000000010e348379 uv_cond_wait + 9 3 com.github.Electron.framework 0x0000000111a37f92 node::OnFatalError(char const*, char const*) + 445266 4 com.github.Electron.framework 0x0000000111a357e7 node::OnFatalError(char const*, char const*) + 435111 5 libsystem_pthread.dylib 0x00007fff2046f8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff2046b443 thread_start + 15 Thread 14: 0 libsystem_kernel.dylib 0x00007fff2043ccde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff2046fe49 _pthread_cond_wait + 1298 2 com.github.Electron.framework 0x000000010e348379 uv_cond_wait + 9 3 com.github.Electron.framework 0x0000000111a37f92 node::OnFatalError(char const*, char const*) + 445266 4 com.github.Electron.framework 0x0000000111a357e7 node::OnFatalError(char const*, char const*) + 435111 5 libsystem_pthread.dylib 0x00007fff2046f8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff2046b443 thread_start + 15 Thread 15: 0 libsystem_kernel.dylib 0x00007fff2043ccde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff2046fe49 _pthread_cond_wait + 1298 2 com.github.Electron.framework 0x000000010e348379 uv_cond_wait + 9 3 com.github.Electron.framework 0x0000000111a37f92 node::OnFatalError(char const*, char const*) + 445266 4 com.github.Electron.framework 0x0000000111a357e7 node::OnFatalError(char const*, char const*) + 435111 5 libsystem_pthread.dylib 0x00007fff2046f8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff2046b443 thread_start + 15 Thread 16: 0 libsystem_kernel.dylib 0x00007fff2043a2f6 semaphore_wait_trap + 10 1 com.github.Electron.framework 0x000000010e348920 uv_sem_wait + 16 2 com.github.Electron.framework 0x0000000111aa70a3 node::SetTracingController(v8::TracingController*) + 65891 3 libsystem_pthread.dylib 0x00007fff2046f8fc _pthread_start + 224 4 libsystem_pthread.dylib 0x00007fff2046b443 thread_start + 15 Thread 17:: NetworkConfigWatcher 0 libsystem_kernel.dylib 0x00007fff2043a2ba mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff2043a62c mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff2056749f __CFRunLoopServiceMachPort + 316 3 com.apple.CoreFoundation 0x00007fff20565b7f __CFRunLoopRun + 1328 4 com.apple.CoreFoundation 0x00007fff20564f8c CFRunLoopRunSpecific + 563 5 com.apple.Foundation 0x00007fff212f6607 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 6 com.github.Electron.framework 0x000000010fe98ad9 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10667177 7 com.github.Electron.framework 0x000000010fe976f2 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10662082 8 com.github.Electron.framework 0x000000010fe60d2a v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10438394 9 com.github.Electron.framework 0x000000010fe3246c v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10247740 10 com.github.Electron.framework 0x000000010fe7d4a8 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10555000 11 com.github.Electron.framework 0x000000010fe7d63d v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10555405 12 com.github.Electron.framework 0x000000010fe93118 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10644200 13 libsystem_pthread.dylib 0x00007fff2046f8fc _pthread_start + 224 14 libsystem_pthread.dylib 0x00007fff2046b443 thread_start + 15 Thread 18:: CrShutdownDetector 0 libsystem_kernel.dylib 0x00007fff2043acce read + 10 1 com.github.Electron.framework 0x000000010e4f6216 ElectronInitializeICUandStartNode + 1736710 2 com.github.Electron.framework 0x000000010fe93118 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10644200 3 libsystem_pthread.dylib 0x00007fff2046f8fc _pthread_start + 224 4 libsystem_pthread.dylib 0x00007fff2046b443 thread_start + 15 Thread 19:: NetworkConfigWatcher 0 libsystem_kernel.dylib 0x00007fff2043a2ba mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff2043a62c mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff2056749f __CFRunLoopServiceMachPort + 316 3 com.apple.CoreFoundation 0x00007fff20565b7f __CFRunLoopRun + 1328 4 com.apple.CoreFoundation 0x00007fff20564f8c CFRunLoopRunSpecific + 563 5 com.apple.Foundation 0x00007fff212f6607 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 6 com.github.Electron.framework 0x000000010fe98ad9 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10667177 7 com.github.Electron.framework 0x000000010fe976f2 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10662082 8 com.github.Electron.framework 0x000000010fe60d2a v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10438394 9 com.github.Electron.framework 0x000000010fe3246c v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10247740 10 com.github.Electron.framework 0x000000010fe7d4a8 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10555000 11 com.github.Electron.framework 0x000000010fe7d63d v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10555405 12 com.github.Electron.framework 0x000000010fe93118 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10644200 13 libsystem_pthread.dylib 0x00007fff2046f8fc _pthread_start + 224 14 libsystem_pthread.dylib 0x00007fff2046b443 thread_start + 15 Thread 20:: ThreadPoolForegroundWorker 0 libsystem_kernel.dylib 0x00007fff2043a2ba mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff2043a62c mach_msg + 60 2 com.github.Electron.framework 0x000000010fe9c28f v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10681439 3 com.github.Electron.framework 0x000000010fe7448e v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10518110 4 com.github.Electron.framework 0x000000010fe74ead v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10520701 5 com.github.Electron.framework 0x000000010fe7498d v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10519389 6 com.github.Electron.framework 0x000000010fe93118 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10644200 7 libsystem_pthread.dylib 0x00007fff2046f8fc _pthread_start + 224 8 libsystem_pthread.dylib 0x00007fff2046b443 thread_start + 15 Thread 21:: CompositorTileWorker1 0 libsystem_kernel.dylib 0x00007fff2043ccde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff2046fe49 _pthread_cond_wait + 1298 2 com.github.Electron.framework 0x000000010fe9264b v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10641435 3 com.github.Electron.framework 0x00000001108dfb35 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 21443845 4 com.github.Electron.framework 0x000000010fe93118 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10644200 5 libsystem_pthread.dylib 0x00007fff2046f8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff2046b443 thread_start + 15 Thread 22:: ThreadPoolSingleThreadForegroundBlocking0 0 libsystem_kernel.dylib 0x00007fff2043a2ba mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff2043a62c mach_msg + 60 2 com.github.Electron.framework 0x000000010fe9c28f v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10681439 3 com.github.Electron.framework 0x000000010fe7448e v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10518110 4 com.github.Electron.framework 0x000000010fe74ead v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10520701 5 com.github.Electron.framework 0x000000010fe749ed v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10519485 6 com.github.Electron.framework 0x000000010fe93118 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10644200 7 libsystem_pthread.dylib 0x00007fff2046f8fc _pthread_start + 224 8 libsystem_pthread.dylib 0x00007fff2046b443 thread_start + 15 Thread 23: 0 libsystem_kernel.dylib 0x00007fff2043a2f6 semaphore_wait_trap + 10 1 com.github.Electron.framework 0x000000010e348920 uv_sem_wait + 16 2 com.github.Electron.framework 0x000000010e49c299 ElectronInitializeICUandStartNode + 1368201 3 libsystem_pthread.dylib 0x00007fff2046f8fc _pthread_start + 224 4 libsystem_pthread.dylib 0x00007fff2046b443 thread_start + 15 Thread 24:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x00007fff2043a2ba mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff2043a62c mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff2056749f __CFRunLoopServiceMachPort + 316 3 com.apple.CoreFoundation 0x00007fff20565b7f __CFRunLoopRun + 1328 4 com.apple.CoreFoundation 0x00007fff20564f8c CFRunLoopRunSpecific + 563 5 com.apple.AppKit 0x00007fff22ef423a _NSEventThread + 124 6 libsystem_pthread.dylib 0x00007fff2046f8fc _pthread_start + 224 7 libsystem_pthread.dylib 0x00007fff2046b443 thread_start + 15 Thread 25:: ThreadPoolSingleThreadSharedBackgroundBlocking1 0 libsystem_kernel.dylib 0x00007fff2043a2ba mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff2043a62c mach_msg + 60 2 com.github.Electron.framework 0x000000010fe9c28f v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10681439 3 com.github.Electron.framework 0x000000010fe7448e v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10518110 4 com.github.Electron.framework 0x000000010fe74af5 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10519749 5 com.github.Electron.framework 0x000000010fe7495d v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10519341 6 com.github.Electron.framework 0x000000010fe93118 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 10644200 7 libsystem_pthread.dylib 0x00007fff2046f8fc _pthread_start + 224 8 libsystem_pthread.dylib 0x00007fff2046b443 thread_start + 15 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000001 rbx: 0x00007ffee9ba9f08 rcx: 0x0000004700000000 rdx: 0x0000000000000000 rdi: 0x00007f99ac895900 rsi: 0x0000000000000000 rbp: 0x00007ffee9ba9e40 rsp: 0x00007ffee9ba9e00 r8: 0x00007f99aca4a000 r9: 0x00000047080023b5 r10: 0x0000000000000000 r11: 0x0000000000000000 r12: 0x0000000111aea590 r13: 0x00007ffee9ba9fb0 r14: 0x00007ffee9ba9fb0 r15: 0x00007ffee9ba9f08 rip: 0x0000000111aec011 rfl: 0x0000000000010206 cr2: 0x0000000000000008 Logical CPU: 0 Error Code: 0x00000004 (no mapping for user data read) Trap Number: 14 Thread 0 instruction stream: 55 48 89 e5 41 57 41 56-53 48 83 ec 28 48 8b 77 UH..AWAVSH..(H.w 20[83]7e 08 00 0f 84 bb-01 00 00 49 89 fe 48 83 .~........I..H. <== c6 30 4c 8d 3d 97 c9 d3-04 48 8d 5d c8 4c 89 3b .0L.=....H.].L.; 0f 57 c0 0f 11 43 08 48-c7 43 18 00 00 00 00 48 .W...C.H.C.....H 89 df e8 09 b0 ff ff 48-8b 7b 08 e8 d0 6f 3f fe .......H.{...o?. 3d 8f 03 00 00 7e 3f 3d-b4 03 00 00 7e 66 3d b5 =....~?=....~f=. 03 00 00 0f 84 a4 00 00-00 3d c0 03 00 00 0f 84 .........=...... ad 00 00 00 3d c1 03 00-00 0f 85 f2 00 00 00 49 ....=..........I 8b 46 10 48 8b 80 28 01-00 00 4c 8b b0 c8 01 00 .F.H..(...L..... 00 e9 ec 00 00 00 83 f8-73 7f 52 83 f8 06 0f 84 ........s.R..... 91 00 00 00 83 f8 1c 0f-85 c4 00 00 00 49 8b 46 .............I.F 10 48 8b 80 28 01 00 00-4c 8b b0 98 01 00 00 e9 .H..(...L....... Thread 0 last branch register state not available. Binary Images: 0x106048000 - 0x106097fff +com.github.Electron (15.0.0 - 15.0.0) <05176914-4F70-39B7-9759-8A643268D25C> /Users/USER/*/Electron.app/Contents/MacOS/Electron 0x10609e000 - 0x1060b1fff +com.github.Squirrel (1.0 - 1) <4ABF9FC8-9C73-3030-932C-3A5E49AEDA51> /Users/USER/*/Electron.app/Contents/Frameworks/Squirrel.framework/Versions/A/Squirrel 0x1060be000 - 0x106101fff +com.electron.reactive (3.1.0 - 0.0.0) <1168B28F-9709-367A-8EE6-FD62FCB778BE> /Users/USER/*/Electron.app/Contents/Frameworks/ReactiveObjC.framework/Versions/A/ReactiveObjC 0x10611d000 - 0x106128fff +org.mantle.Mantle (1.0 - 0.0.0) <6A49C105-2564-3C73-B812-C9522DE7FA39> /Users/USER/*/Electron.app/Contents/Frameworks/Mantle.framework/Versions/A/Mantle 0x10612f000 - 0x106382fff +libffmpeg.dylib (0) <1F192831-855F-35D1-B933-4D17915DC0B2> /Users/USER/*/Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Libraries/libffmpeg.dylib 0x10de93000 - 0x10dea2fff libobjc-trampolines.dylib (824) <C1B6BD90-D6AA-388B-B692-D66D512630AA> /usr/lib/libobjc-trampolines.dylib 0x10e21a000 - 0x10e2b5fff dyld (852.2) <0CC19410-FD43-39AE-A32A-50273F8303A4> /usr/lib/dyld 0x10e332000 - 0x116305fff +com.github.Electron.framework (15.0.0) <2120A870-9FB0-30FC-8CF7-5790C3B69E02> /Users/USER/*/Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Electron Framework 0x7fff201a7000 - 0x7fff201a8fff libsystem_blocks.dylib (79) <925E3B6D-184D-3E73-97B1-643C4ADB387A> /usr/lib/system/libsystem_blocks.dylib 0x7fff201a9000 - 0x7fff201defff libxpc.dylib (2038.120.1) <FFFB49D7-2CA6-3E1F-AE4E-5697B19B7D76> /usr/lib/system/libxpc.dylib 0x7fff201df000 - 0x7fff201f6fff libsystem_trace.dylib (1277.120.1) <7E800ECA-DFDB-3737-A3C5-FFDE37E65383> /usr/lib/system/libsystem_trace.dylib 0x7fff201f7000 - 0x7fff20294fff libcorecrypto.dylib (1000.140.4) <D211160D-E22F-3440-8054-1F5824519C7F> /usr/lib/system/libcorecrypto.dylib 0x7fff20295000 - 0x7fff202c1fff libsystem_malloc.dylib (317.140.5) <050E37E1-1458-3F80-BFA3-F1488570169D> /usr/lib/system/libsystem_malloc.dylib 0x7fff202c2000 - 0x7fff20306fff libdispatch.dylib (1271.120.2) <8144B0BD-90D2-3EAE-999F-AB0D14082088> /usr/lib/system/libdispatch.dylib 0x7fff20307000 - 0x7fff20340fff libobjc.A.dylib (824) <8C7C49A1-4211-3E4C-BA3D-160D675EEE96> /usr/lib/libobjc.A.dylib 0x7fff20341000 - 0x7fff20343fff libsystem_featureflags.dylib (28.60.1) <E5C43AE3-19E7-3DAB-8B5D-D79A4B68B5C0> /usr/lib/system/libsystem_featureflags.dylib 0x7fff20344000 - 0x7fff203ccfff libsystem_c.dylib (1439.141.1) <3C273899-4CBE-32D5-BB31-7A449743204F> /usr/lib/system/libsystem_c.dylib 0x7fff203cd000 - 0x7fff20422fff libc++.1.dylib (905.6) <FD6DB1CB-B14B-3404-8BEB-B459C2F6C303> /usr/lib/libc++.1.dylib 0x7fff20423000 - 0x7fff20438fff libc++abi.dylib (905.6) <D0CDDF98-1C04-300F-B685-4A4C59C04C42> /usr/lib/libc++abi.dylib 0x7fff20439000 - 0x7fff20468fff libsystem_kernel.dylib (7195.141.6) <78289AAE-61B5-339F-A485-8819BC2388F2> /usr/lib/system/libsystem_kernel.dylib 0x7fff20469000 - 0x7fff20474fff libsystem_pthread.dylib (454.120.2) <1268FF2D-A513-3B51-BA65-AF2FF5789DDB> /usr/lib/system/libsystem_pthread.dylib 0x7fff20475000 - 0x7fff204b0fff libdyld.dylib (852.2) <3DE0178A-0AEE-3D08-AE19-6C6403F69BA1> /usr/lib/system/libdyld.dylib 0x7fff204b1000 - 0x7fff204bafff libsystem_platform.dylib (254.80.2) <EF52D569-09F5-32E1-B1B3-34E2CA55A017> /usr/lib/system/libsystem_platform.dylib 0x7fff204bb000 - 0x7fff204e6fff libsystem_info.dylib (542.40.3) <55B39B7F-957B-3D99-A8DF-7CA80D38155D> /usr/lib/system/libsystem_info.dylib 0x7fff204e7000 - 0x7fff20984fff com.apple.CoreFoundation (6.9 - 1778.101) <8CF9D741-ADFF-3D5E-ACDE-DC342701EE0D> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff20985000 - 0x7fff20bbafff com.apple.LaunchServices (1122.44 - 1122.44) <C285E620-3D2F-3AD0-8A3D-BB1FC540FE44> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff20bbb000 - 0x7fff20c8ffff com.apple.gpusw.MetalTools (1.0 - 1) <C41024C5-01E7-3A66-A1F8-D7BC767260D8> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools 0x7fff20c90000 - 0x7fff20eecfff libBLAS.dylib (1336.140.1) <170AFA22-1234-3DE9-9D94-52B3BE18E34E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff20eed000 - 0x7fff20f3afff com.apple.Lexicon-framework (1.0 - 86.2) <B7047A55-806D-3B32-A2D6-885D824E54A6> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon 0x7fff20f3b000 - 0x7fff20fa9fff libSparse.dylib (106) <1E68BF64-7432-3509-BC85-5DE95379E901> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib 0x7fff20faa000 - 0x7fff21027fff com.apple.SystemConfiguration (1.20 - 1.20) <8FEB39D4-ACD6-39F2-8D1B-A57CACD5628F> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff21028000 - 0x7fff2105cfff libCRFSuite.dylib (50) <BCDD0ED1-D2F4-3556-B218-4420C7EA47D2> /usr/lib/libCRFSuite.dylib 0x7fff2105d000 - 0x7fff21295fff libmecabra.dylib (929.10) <D780814D-2BB2-3D84-820E-12E4C23C590E> /usr/lib/libmecabra.dylib 0x7fff21296000 - 0x7fff215f4fff com.apple.Foundation (6.9 - 1778.101) <7B7FB88B-01D3-38CE-8029-837DB094C545> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff215f5000 - 0x7fff216ddfff com.apple.LanguageModeling (1.0 - 247.3) <DBFAE8CF-36B2-30D8-9E82-6C412CD935B4> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x7fff216de000 - 0x7fff21814fff com.apple.CoreDisplay (237.4 - 237.4) <556BADE0-D3B0-309C-9740-7FEFBD052B6B> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay 0x7fff21815000 - 0x7fff21a85fff com.apple.audio.AudioToolboxCore (1.0 - 1181.72) <5C3B84EE-B281-34C4-832F-78F00CC63B93> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore 0x7fff21a86000 - 0x7fff21c6bfff com.apple.CoreText (677.6.0.2 - 677.6.0.2) <10E1382E-7949-3F4E-8B15-A4BD31A75E91> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff21c6c000 - 0x7fff222fdfff com.apple.audio.CoreAudio (5.0 - 5.0) <5EEA9225-4837-37F3-9105-941A5743169F> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff222fe000 - 0x7fff22655fff com.apple.security (7.0 - 59754.140.13) <A196C85A-DB28-3F5B-A415-5BE44AD81668> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff22656000 - 0x7fff228b5fff libicucore.A.dylib (66112) <AC994BC1-F9CC-359C-A7B5-F2821EAEF650> /usr/lib/libicucore.A.dylib 0x7fff228b6000 - 0x7fff228bffff libsystem_darwin.dylib (1439.141.1) <2C81A009-45BB-30D7-A4F7-4B2EEC691617> /usr/lib/system/libsystem_darwin.dylib 0x7fff228c0000 - 0x7fff22babfff com.apple.CoreServices.CarbonCore (1307.3 - 1307.3) <2C65E0D8-A9C7-31D8-A3D3-3AC1A91C80A5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff22bac000 - 0x7fff22beafff com.apple.CoreServicesInternal (476.1.1 - 476.1.1) <3FC6073F-78E4-3D3B-8765-50E50512C5EB> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff22beb000 - 0x7fff22c25fff com.apple.CSStore (1122.44 - 1122.44) <C103DAAA-A966-359B-97F0-BA3BB56ECBF1> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore 0x7fff22c26000 - 0x7fff22cd4fff com.apple.framework.IOKit (2.0.2 - 1845.120.6) <720D9AE1-79D6-3E77-8D7A-47F8F6681050> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff22cd5000 - 0x7fff22ce0fff libsystem_notify.dylib (279.40.4) <2E40EA4A-B124-3010-8379-1B4D7082A08F> /usr/lib/system/libsystem_notify.dylib 0x7fff22ce1000 - 0x7fff22d2efff libsandbox.1.dylib (1441.141.4) <C291C059-F7E4-3C20-BCBF-60F7011F0718> /usr/lib/libsandbox.1.dylib 0x7fff22d2f000 - 0x7fff23a7afff com.apple.AppKit (6.9 - 2022.60.128) <02EC69A0-D634-341B-BE3D-840F496F5814> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff23a7b000 - 0x7fff23cc9fff com.apple.UIFoundation (1.0 - 728.9) <C2E04F0F-AEAA-3B77-9BBA-1CF628341A56> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x7fff23cca000 - 0x7fff23cdcfff com.apple.UniformTypeIdentifiers (637 - 637) <8FFD3B69-0840-34D6-83AD-7D521B1A2339> /System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers 0x7fff23cdd000 - 0x7fff23e67fff com.apple.desktopservices (1.21 - 1346.6.1) <F2C97567-5B56-3840-A384-2131E362083B> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff23e68000 - 0x7fff23e7afff com.apple.metadata.SpotlightLinguistics (1.0 - 1) <BA448116-6C8C-3A4B-9F28-9D8CEAAD5769> /System/Library/PrivateFrameworks/SpotlightLinguistics.framework/Versions/A/SpotlightLinguistics 0x7fff23e7b000 - 0x7fff24089fff com.apple.CoreDuet (1.0 - 1) <BC29FC19-7BE1-3CC9-9668-39209F43C7F1> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet 0x7fff2408a000 - 0x7fff24146fff libboringssl.dylib (351.140.2) <1AB2B9F8-CDA7-31F3-9EE4-E5330E771F50> /usr/lib/libboringssl.dylib 0x7fff24147000 - 0x7fff247cdfff libnetwork.dylib (2288.140.7) <42825FCA-35A1-352F-AE68-19D8F695604B> /usr/lib/libnetwork.dylib 0x7fff247ce000 - 0x7fff24c6cfff com.apple.CFNetwork (1240.0.4 - 1240.0.4) <E4BF9BFF-798B-33FF-B37D-6D8175CA708A> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff24c6d000 - 0x7fff24c7bfff libsystem_networkextension.dylib (1295.140.3) <83AA4425-2F1D-36EC-B77B-8D4F03CDDB68> /usr/lib/system/libsystem_networkextension.dylib 0x7fff24c7c000 - 0x7fff24c7cfff libenergytrace.dylib (22.100.1) <9E877E0A-5261-3F75-91A0-521423499AD0> /usr/lib/libenergytrace.dylib 0x7fff24c7d000 - 0x7fff24cd9fff libMobileGestalt.dylib (978.140.1) <D1FF79C3-4B2F-32FB-BF25-9F0B9E160692> /usr/lib/libMobileGestalt.dylib 0x7fff24cda000 - 0x7fff24cf0fff libsystem_asl.dylib (385) <8D324D65-EE16-3A1A-BD39-ACB1B3050D1F> /usr/lib/system/libsystem_asl.dylib 0x7fff24cf1000 - 0x7fff24d09fff com.apple.TCC (1.0 - 1) <18F48712-FFF0-3B30-B2C4-8A93AEF86A34> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff24d0a000 - 0x7fff2506ffff com.apple.SkyLight (1.600.0 - 588.7) <5F88F814-A3DF-3446-8B35-F0CDD8C1B302> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight 0x7fff25070000 - 0x7fff256f9fff com.apple.CoreGraphics (2.0 - 1463.17.3) <5EDF86BC-FFDE-3906-9674-142C113B34EF> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff256fa000 - 0x7fff257f0fff com.apple.ColorSync (4.13.0 - 3473.4.3) <102C423C-E05F-317B-83AE-A2A6B77D653B> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff257f1000 - 0x7fff2584cfff com.apple.HIServices (1.22 - 716) <B2D34F3F-0CEB-35F1-9B32-E0806CF3FC91> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff25940000 - 0x7fff25b00fff com.apple.Montreal (1.0 - 142) <04ABAAAD-2C28-3AA5-90C9-BD4B7869042F> /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal 0x7fff25b01000 - 0x7fff25bf2fff com.apple.NLP (1.0 - 210.2) <0D6A0E1B-1381-316E-B488-3025D5608B4D> /System/Library/PrivateFrameworks/NLP.framework/Versions/A/NLP 0x7fff25bf3000 - 0x7fff26012fff com.apple.CoreData (120 - 1048) <33DE1B26-D4C6-3939-B12E-88897660BB38> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff26013000 - 0x7fff26028fff com.apple.ProtocolBuffer (1 - 285.24.10.20.1) <AEDEFF64-CA8A-365C-900F-3107383F91D9> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer 0x7fff26029000 - 0x7fff261dcfff libsqlite3.dylib (321.3) <E7377C46-DA4F-3486-B935-0A35C3637215> /usr/lib/libsqlite3.dylib 0x7fff261dd000 - 0x7fff26259fff com.apple.Accounts (113 - 113) <2AD45648-B327-313A-ACF2-846FB345A96E> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts 0x7fff2625a000 - 0x7fff26271fff com.apple.commonutilities (8.0 - 900) <98B456F4-8F4F-387B-B3BB-D3919295AE1D> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities 0x7fff26272000 - 0x7fff262f1fff com.apple.BaseBoard (526 - 526) <F9D85C3A-D0D6-351B-A6EE-5416CB90179D> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard 0x7fff262f2000 - 0x7fff2633afff com.apple.RunningBoardServices (1.0 - 505.100.9) <2ED406CD-2253-33F0-B16A-694DB447CADC> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices 0x7fff2633b000 - 0x7fff263affff com.apple.AE (918.6 - 918.6) <C5130BB4-18E7-3804-A9D9-915D318426A5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff263b0000 - 0x7fff263b6fff libdns_services.dylib (1310.140.1) <22BE5030-2F48-3ED6-9DF8-9D102CEF33FF> /usr/lib/libdns_services.dylib 0x7fff263b7000 - 0x7fff263befff libsystem_symptoms.dylib (1431.140.1) <1B4D8837-C951-3B69-B079-85D477749E8B> /usr/lib/system/libsystem_symptoms.dylib 0x7fff263bf000 - 0x7fff2654afff com.apple.Network (1.0 - 1) <2155E1AA-2067-36CF-979E-2F96062D5CFE> /System/Library/Frameworks/Network.framework/Versions/A/Network 0x7fff2654b000 - 0x7fff2657afff com.apple.analyticsd (1.0 - 1) <0DF60ECD-742C-39D1-964A-48EC3DEA6319> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics 0x7fff2657b000 - 0x7fff2657dfff libDiagnosticMessagesClient.dylib (112) <A7EC7265-E13C-3C98-81EE-3EFB5CC65AB0> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff2657e000 - 0x7fff265cafff com.apple.spotlight.metadata.utilities (1.0 - 2150.26) <F709AE5E-AF80-3C9B-A3D3-B779164FBA95> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities 0x7fff265cb000 - 0x7fff26665fff com.apple.Metadata (10.7.0 - 2150.26) <D7CE41CA-DDE7-32BE-926C-0DC3048C5E11> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff26666000 - 0x7fff2666cfff com.apple.DiskArbitration (2.7 - 2.7) <8DF059B4-BE32-3171-8CC4-C5FA189FA718> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff2666d000 - 0x7fff26cd4fff com.apple.vImage (8.1 - 544.4) <E62F9E4F-9A1D-3004-B7F4-6F83F71144C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff26cd5000 - 0x7fff26fb2fff com.apple.QuartzCore (1.11 - 927.24) <88794856-F1F1-3D23-BDDB-0AE28A1D6D6E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff26fb3000 - 0x7fff26ff4fff libFontRegistry.dylib (309) <300F2208-7274-38F8-B88D-9237BA6B397E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff26ff5000 - 0x7fff27135fff com.apple.coreui (2.1 - 692.1) <BC5D8EAA-7CE8-35F3-8EAD-075B18D9606C> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff27136000 - 0x7fff27221fff com.apple.ViewBridge (553.1 - 553.1) <DF83EA6E-4DA9-3322-BE86-0B3207167451> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge 0x7fff27222000 - 0x7fff2722dfff com.apple.PerformanceAnalysis (1.278.3 - 278.3) <6AF20F05-FF15-3174-A504-1AC16BA14729> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff2722e000 - 0x7fff2723dfff com.apple.OpenDirectory (11.6 - 230.40.1) <84B2D11F-E6C4-3C29-9A9A-939DB906E2F5> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff2723e000 - 0x7fff2725dfff com.apple.CFOpenDirectory (11.6 - 230.40.1) <6BE3204F-2F86-34A7-AD79-4C88320F446F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff2725e000 - 0x7fff2726afff com.apple.CoreServices.FSEvents (1290.120.5 - 1290.120.5) <DC473A17-310F-3C16-B545-F75CE3F6D39D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x7fff2726b000 - 0x7fff2728ffff com.apple.coreservices.SharedFileList (144 - 144) <A13B58B8-6D7A-3F1B-AFB5-E41E0A6B4B81> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x7fff27290000 - 0x7fff27292fff libapp_launch_measurement.dylib (14.1) <511EC2A9-6059-3A7D-9D2A-741189922D02> /usr/lib/libapp_launch_measurement.dylib 0x7fff27293000 - 0x7fff272dafff com.apple.CoreAutoLayout (1.0 - 21.10.1) <18113C8E-B54E-3DD3-A1AD-2A5FD949CE66> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout 0x7fff272db000 - 0x7fff273bdfff libxml2.2.dylib (34.10) <DD2093F0-F9B7-3F30-B46D-B028CE15E2B1> /usr/lib/libxml2.2.dylib 0x7fff273be000 - 0x7fff2740bfff com.apple.CoreVideo (1.8 - 414.7) <EE991A40-DE38-3B13-891E-A51987D5CD70> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff2740c000 - 0x7fff2740efff com.apple.loginsupport (1.0 - 1) <4C358D8E-4BB8-3DD8-8A72-11BD80607BDE> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x7fff2740f000 - 0x7fff27436fff com.apple.aps.framework (4.0 - 4.0) <A76C4B82-24CD-3AF4-BADD-6135F6E7057A> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService 0x7fff27437000 - 0x7fff27452fff com.apple.UserManagement (1.0 - 1) <FB298359-31F5-3DDD-B928-604C4B1ED1F3> /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement 0x7fff27453000 - 0x7fff275e4fff com.apple.cloudkit.CloudKit (990 - 990) <A4ADF4E3-AC2D-322B-B76C-BC249AB27395> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit 0x7fff275e5000 - 0x7fff27666fff com.apple.CloudDocs (1.0 - 738.1) <86A6C439-BA71-321C-B330-A60BA4011C99> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs 0x7fff27667000 - 0x7fff279f6fff com.apple.CoreML (1.0 - 1) <3845782D-F855-3DD4-ADD3-8CB08C2BCFE5> /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML 0x7fff28349000 - 0x7fff283c5fff com.apple.corelocation (2420.19.23 - 2420.19.23) <1BEB1A0D-4122-3F8C-AC1A-07A12C36C84F> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation 0x7fff283c6000 - 0x7fff283d6fff libsystem_containermanager.dylib (318.100.4) <1139CD47-9CBA-356F-8694-1D00EB9F0C8F> /usr/lib/system/libsystem_containermanager.dylib 0x7fff283d7000 - 0x7fff283e8fff com.apple.IOSurface (290.8.1 - 290.8.1) <8B251196-DA38-38BF-8A91-45AC2B06014C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff283e9000 - 0x7fff283f2fff com.apple.IOAccelerator (442.9 - 442.9) <F2C3DC87-49D7-3A67-8E6D-12D75D98EFDD> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7fff283f3000 - 0x7fff28516fff com.apple.Metal (244.303 - 244.303) <71B6039E-232E-3AD2-881F-DF8E73C75B99> /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x7fff28517000 - 0x7fff28533fff com.apple.audio.caulk (1.0 - 70) <F6A09FF3-1DC7-302C-86E3-B2DD9B7130A9> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk 0x7fff28534000 - 0x7fff2861efff com.apple.CoreMedia (1.0 - 2780.10) <6A003180-F8AA-3DFA-B095-61D8E859FE3F> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff2861f000 - 0x7fff2877bfff libFontParser.dylib (305.6.0.4) <C3E552F6-72AD-3F3A-B217-E44A5C565240> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib 0x7fff2877c000 - 0x7fff28a77fff com.apple.HIToolbox (2.1.1 - 1062) <DEF01A0C-8B9D-359E-9FE7-B15D551888DC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff28a78000 - 0x7fff28a8bfff com.apple.framework.DFRFoundation (1.0 - 267) <EBFDDB28-7661-3B50-BC15-736C5DF05AB3> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation 0x7fff28a8c000 - 0x7fff28a8ffff com.apple.dt.XCTTargetBootstrap (1.0 - 18119.1) <DD9E09C3-B658-3BD2-8229-E3E3C5D85552> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap 0x7fff28a90000 - 0x7fff28ab9fff com.apple.CoreSVG (1.0 - 149) <C4DC952A-9373-33E5-8A98-F008986B0420> /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG 0x7fff28aba000 - 0x7fff28cf6fff com.apple.ImageIO (3.3.0 - 2130.7.3) <28C6A501-2548-3187-A13B-9F314280BBB8> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff28cf7000 - 0x7fff29072fff com.apple.CoreImage (16.3.0 - 1140.2) <3ED3F244-632C-383D-89B0-50F2E0FDBA40> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff29073000 - 0x7fff290d9fff com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <C12F8828-6D1E-3820-BBF7-80EEA978AE9C> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSCore.framework/Versions/A/MPSCore 0x7fff290da000 - 0x7fff290ddfff libsystem_configuration.dylib (1109.140.1) <02F3A5C9-6289-3012-8F5F-F1DB669ADB79> /usr/lib/system/libsystem_configuration.dylib 0x7fff290de000 - 0x7fff290e2fff libsystem_sandbox.dylib (1441.141.4) <5471601B-5072-3E97-8926-804FF08DC4C0> /usr/lib/system/libsystem_sandbox.dylib 0x7fff290e3000 - 0x7fff290e4fff com.apple.AggregateDictionary (1.0 - 1) <B25A1764-0BBC-388B-8FB4-A8FBB8F51C10> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary 0x7fff290e5000 - 0x7fff290e8fff com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <4A803F86-CA61-3508-864A-302F032ADA70> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x7fff290e9000 - 0x7fff290eafff liblangid.dylib (136) <F4019132-A63D-3A38-A8DB-974C6F1311ED> /usr/lib/liblangid.dylib 0x7fff290eb000 - 0x7fff2918ffff com.apple.CoreNLP (1.0 - 245.2) <203C6AB9-5B07-3370-A056-DA1F2C8A8419> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP 0x7fff29190000 - 0x7fff29196fff com.apple.LinguisticData (1.0 - 399) <AB85B59F-3047-37EC-AB9E-835D87BACF73> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData 0x7fff29197000 - 0x7fff2983ffff libBNNS.dylib (288.100.5) <4BB7A1B7-D1F2-3DC3-BFC7-D57CBD892719> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib 0x7fff29840000 - 0x7fff29a12fff libvDSP.dylib (760.100.3) <DA809F3E-9391-3BE0-98C6-061CCACA809A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff29a13000 - 0x7fff29a24fff com.apple.CoreEmoji (1.0 - 128.4) <8DB42230-A624-3C13-80F8-EC2CE89C0699> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji 0x7fff29a25000 - 0x7fff29a2ffff com.apple.IOMobileFramebuffer (343.0.0 - 343.0.0) <195E20E7-33BD-3935-92ED-AA354180B7FA> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer 0x7fff29a30000 - 0x7fff29b02fff com.apple.framework.CoreWLAN (16.0 - 1657) <0A58C97E-2ACD-3223-8585-FDA5DA4C38C5> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff29b03000 - 0x7fff29d04fff com.apple.CoreUtils (6.6 - 660.37) <0B1ED18A-B228-3840-A0F2-23AC2C37A6CA> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils 0x7fff29d05000 - 0x7fff29d27fff com.apple.MobileKeyBag (2.0 - 1.0) <19D8140C-CC92-35E8-AF78-B335567A7C24> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag 0x7fff29d28000 - 0x7fff29d38fff com.apple.AssertionServices (1.0 - 505.100.9) <850AE031-A3B3-30C0-81A1-71FBCE620BC1> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices 0x7fff29d39000 - 0x7fff29dc4fff com.apple.securityfoundation (6.0 - 55240.40.4) <A7D05091-B54C-317A-81FE-4B174C968C5A> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff29dc5000 - 0x7fff29dcefff com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <98B365F9-8E0C-32C7-AC5A-FFB9A4A0B30A> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement 0x7fff29dcf000 - 0x7fff29dd3fff com.apple.xpc.ServiceManagement (1.0 - 1) <7D081389-0032-3521-A3D9-84B4667817FB> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff29dd4000 - 0x7fff29dd6fff libquarantine.dylib (119.40.2) <3244B57B-9FDF-373E-9F96-A7BAD7534F23> /usr/lib/system/libquarantine.dylib 0x7fff29dd7000 - 0x7fff29de2fff libCheckFix.dylib (31) <AAB549BA-1738-33FD-BBC4-C34B5070C309> /usr/lib/libCheckFix.dylib 0x7fff29de3000 - 0x7fff29dfafff libcoretls.dylib (169.100.1) <FC2811AD-9D76-3403-B760-32A101D07638> /usr/lib/libcoretls.dylib 0x7fff29dfb000 - 0x7fff29e0bfff libbsm.0.dylib (68.40.1) <61577B7F-2C06-365C-9039-E00B0B5258D0> /usr/lib/libbsm.0.dylib 0x7fff29e0c000 - 0x7fff29e55fff libmecab.dylib (929.10) <D60C5095-3A5F-3284-9699-08C76DA29CBD> /usr/lib/libmecab.dylib 0x7fff29e56000 - 0x7fff29e5bfff libgermantok.dylib (24) <6F2B01E8-6077-3B72-91F3-AB6D0FCB15D6> /usr/lib/libgermantok.dylib 0x7fff29e5c000 - 0x7fff29e71fff libLinearAlgebra.dylib (1336.140.1) <A450756D-D3AC-342D-A802-ED6C554A494A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x7fff29e72000 - 0x7fff2a090fff com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <8AAFA6C5-1FBD-359A-8774-F1D1FBFCCFFE> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork 0x7fff2a091000 - 0x7fff2a0e0fff com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <0C854684-1D62-35D1-83C1-9066DB158189> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector 0x7fff2a0e1000 - 0x7fff2a242fff com.apple.MLCompute (1.0 - 1) <9255AB44-3AB5-3F3F-8FA2-77FEA1C7C221> /System/Library/Frameworks/MLCompute.framework/Versions/A/MLCompute 0x7fff2a243000 - 0x7fff2a279fff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <B7361691-334A-3A33-98E1-A9A623E5D26A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix 0x7fff2a27a000 - 0x7fff2a2d0fff com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) <706E8171-48B3-33A3-B55B-35B5F86F3043> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray 0x7fff2a2d1000 - 0x7fff2a361fff com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <3999E177-7A40-358A-BE89-1F20ADF13740> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSImage.framework/Versions/A/MPSImage 0x7fff2a362000 - 0x7fff2a371fff com.apple.AppleFSCompression (125 - 1.0) <F7163A3A-C4F0-3169-9501-B9AAB8CAE9CD> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff2a372000 - 0x7fff2a37efff libbz2.1.0.dylib (44) <ECD22F5B-FD6C-39A5-884B-418C6B896263> /usr/lib/libbz2.1.0.dylib 0x7fff2a37f000 - 0x7fff2a383fff libsystem_coreservices.dylib (127.1) <619CCB6D-226C-35BD-98FB-04A18FD54792> /usr/lib/system/libsystem_coreservices.dylib 0x7fff2a384000 - 0x7fff2a3b1fff com.apple.CoreServices.OSServices (1122.44 - 1122.44) <C547575F-985F-31B8-A61C-79D3A673B8D9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff2a3b2000 - 0x7fff2a4e1fff com.apple.AuthKit (1.0 - 1) <C72D7981-A3B6-3883-A14F-43485DF54FC4> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit 0x7fff2a4e2000 - 0x7fff2a510fff com.apple.UserNotifications (1.0 - 348.5) <36B03A58-F8A4-3671-9B0B-1B87FF9D3FA0> /System/Library/Frameworks/UserNotifications.framework/Versions/A/UserNotifications 0x7fff2a511000 - 0x7fff2a57ffff com.apple.CoreSpotlight (1.0 - 2150.26) <4D4F3348-8920-3E95-80D5-304CCCAEF338> /System/Library/Frameworks/CoreSpotlight.framework/Versions/A/CoreSpotlight 0x7fff2a580000 - 0x7fff2a592fff libz.1.dylib (76) <F805C1CB-1B80-33D0-994C-1D522D347A68> /usr/lib/libz.1.dylib 0x7fff2a593000 - 0x7fff2a5dafff libsystem_m.dylib (3186.100.3) <D61B56FE-649B-34A0-8446-25685B2BBBF2> /usr/lib/system/libsystem_m.dylib 0x7fff2a5db000 - 0x7fff2a5dbfff libcharset.1.dylib (59) <363A6C40-7446-3A72-B5EA-4731843CFE2F> /usr/lib/libcharset.1.dylib 0x7fff2a5dc000 - 0x7fff2a5e1fff libmacho.dylib (980) <A4F4D532-7824-3E4E-8FB6-45617415E7DD> /usr/lib/system/libmacho.dylib 0x7fff2a5e2000 - 0x7fff2a5fdfff libkxld.dylib (7195.141.6) <1121F83B-5D42-368B-B440-100418CD4B23> /usr/lib/system/libkxld.dylib 0x7fff2a5fe000 - 0x7fff2a609fff libcommonCrypto.dylib (60178.120.3) <CF1E0E70-9F6C-3FAF-82B2-D55F7C9EBB03> /usr/lib/system/libcommonCrypto.dylib 0x7fff2a60a000 - 0x7fff2a614fff libunwind.dylib (201) <4602E909-C71A-3006-8140-BE616DA241EE> /usr/lib/system/libunwind.dylib 0x7fff2a615000 - 0x7fff2a61cfff liboah.dylib (203.58) <F72C2D50-7279-3497-8A59-56908F9661F3> /usr/lib/liboah.dylib 0x7fff2a61d000 - 0x7fff2a627fff libcopyfile.dylib (173.40.2) <B0F35A80-D5E3-33DD-A47D-ACBFE1300523> /usr/lib/system/libcopyfile.dylib 0x7fff2a628000 - 0x7fff2a62ffff libcompiler_rt.dylib (102.2) <1C049207-1719-39AC-A2A9-6E5BE28AA138> /usr/lib/system/libcompiler_rt.dylib 0x7fff2a630000 - 0x7fff2a632fff libsystem_collections.dylib (1439.141.1) <F2D775D9-AAEF-371F-AA54-CFB882B9B430> /usr/lib/system/libsystem_collections.dylib 0x7fff2a633000 - 0x7fff2a635fff libsystem_secinit.dylib (87.60.1) <EB4516ED-1F8B-3E8A-8C4B-B209A33DCCEF> /usr/lib/system/libsystem_secinit.dylib 0x7fff2a636000 - 0x7fff2a638fff libremovefile.dylib (49.120.1) <1AEE3D84-32F9-35FB-8036-B178C9E27D20> /usr/lib/system/libremovefile.dylib 0x7fff2a639000 - 0x7fff2a639fff libkeymgr.dylib (31) <698AF6EE-08BB-36CF-B7AD-9EC16E36FA0B> /usr/lib/system/libkeymgr.dylib 0x7fff2a63a000 - 0x7fff2a641fff libsystem_dnssd.dylib (1310.140.1) <0685BDB0-9A98-3ADD-B95A-11F221FD80D7> /usr/lib/system/libsystem_dnssd.dylib 0x7fff2a642000 - 0x7fff2a647fff libcache.dylib (83) <B51FAB34-AA9C-38C5-95F1-E5E54B21EA67> /usr/lib/system/libcache.dylib 0x7fff2a648000 - 0x7fff2a649fff libSystem.B.dylib (1292.120.1) <DBD0A184-CD98-3225-8E9B-D5BFE0D30562> /usr/lib/libSystem.B.dylib 0x7fff2a64a000 - 0x7fff2a64dfff libfakelink.dylib (3) <BE0E6C60-675A-3739-A47A-67C650B1F790> /usr/lib/libfakelink.dylib 0x7fff2a64e000 - 0x7fff2a64efff com.apple.SoftLinking (1.0 - 1) <9E4B6591-74E3-3B36-91C4-851FAA567DAA> /System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking 0x7fff2a64f000 - 0x7fff2a686fff libpcap.A.dylib (98.100.3) <6DD23455-C0CA-313E-89B5-A45F8CD71C20> /usr/lib/libpcap.A.dylib 0x7fff2a687000 - 0x7fff2a777fff libiconv.2.dylib (59) <90F749E2-9D2D-3323-A018-31A1F95221A1> /usr/lib/libiconv.2.dylib 0x7fff2a778000 - 0x7fff2a789fff libcmph.dylib (8) <17871D7D-49C2-3343-AC30-C40E3AD5B2B6> /usr/lib/libcmph.dylib 0x7fff2a78a000 - 0x7fff2a7fbfff libarchive.2.dylib (83.100.2) <5AF9560E-5683-33A5-8D60-A469193B94E3> /usr/lib/libarchive.2.dylib 0x7fff2a7fc000 - 0x7fff2a863fff com.apple.SearchKit (1.4.1 - 1.4.1) <A45AE5BD-9242-351E-B621-3EB50F66AB30> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff2a864000 - 0x7fff2a865fff libThaiTokenizer.dylib (3) <7B40AC51-B945-3AF0-B349-5818050D37FB> /usr/lib/libThaiTokenizer.dylib 0x7fff2a866000 - 0x7fff2a888fff com.apple.applesauce (1.0 - 16.28) <7D011403-38CD-37DA-B2C2-00D2D2273422> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce 0x7fff2a889000 - 0x7fff2a8a0fff libapple_nghttp2.dylib (1.41) <E3FCBDB9-6671-3368-B371-B9CAC9BB1B45> /usr/lib/libapple_nghttp2.dylib 0x7fff2a8a1000 - 0x7fff2a8b7fff libSparseBLAS.dylib (1336.140.1) <78762464-084C-3743-BC56-A2AF5D010909> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x7fff2a8b8000 - 0x7fff2a8b9fff com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <BD2B6B2B-E116-3B97-A25F-71B4AC7B2BA6> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders 0x7fff2a8ba000 - 0x7fff2a8befff libpam.2.dylib (28.40.1) <E73D1903-42B9-3FF9-AE5D-482672F015AC> /usr/lib/libpam.2.dylib 0x7fff2a8bf000 - 0x7fff2a8defff libcompression.dylib (96.120.1) <CFE780B4-AFB0-327C-BB68-A5565AA7C630> /usr/lib/libcompression.dylib 0x7fff2a8df000 - 0x7fff2a8e4fff libQuadrature.dylib (7) <9668C241-61D5-3AE9-9856-708ACDC27F12> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib 0x7fff2a8e5000 - 0x7fff2ac82fff libLAPACK.dylib (1336.140.1) <8B968A9A-8263-3639-A740-636387467C03> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff2ac83000 - 0x7fff2acd2fff com.apple.DictionaryServices (1.2 - 341) <617030DF-769F-3CE0-869F-7F5B9B5A3784> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff2acd3000 - 0x7fff2acebfff liblzma.5.dylib (16) <6DE3F2AA-7140-3F6D-AD12-0DBA19BBBD54> /usr/lib/liblzma.5.dylib 0x7fff2acec000 - 0x7fff2acedfff libcoretls_cfhelpers.dylib (169.100.1) <0CF72D7A-0A39-3683-82ED-29A09761D6FF> /usr/lib/libcoretls_cfhelpers.dylib 0x7fff2acee000 - 0x7fff2ade9fff com.apple.APFS (1677.141.2 - 1677.141.2) <F42A21D0-F8CE-3DDA-ACE6-C0AC9EE2FA6C> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS 0x7fff2adea000 - 0x7fff2adf7fff libxar.1.dylib (452) <0B0B68CC-D627-3BDC-AE01-007C6AD8E97B> /usr/lib/libxar.1.dylib 0x7fff2adf8000 - 0x7fff2adfbfff libutil.dylib (58.40.2) <0EA3237C-B6E6-351B-AE27-8975D88602D6> /usr/lib/libutil.dylib 0x7fff2adfc000 - 0x7fff2ae24fff libxslt.1.dylib (17.6) <300C3D2D-19B1-3D8E-B212-1D2EB6C8B80A> /usr/lib/libxslt.1.dylib 0x7fff2ae25000 - 0x7fff2ae2ffff libChineseTokenizer.dylib (37.1) <B4314553-EF8B-3CD4-A7D8-76CD7FC7142D> /usr/lib/libChineseTokenizer.dylib 0x7fff2ae30000 - 0x7fff2aeedfff libvMisc.dylib (760.100.3) <B8F30684-94D1-3A53-80BF-C78F424594AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff2aeee000 - 0x7fff2af85fff libate.dylib (3.0.6) <FA881406-28F3-33BD-B75D-40389CE2ADD1> /usr/lib/libate.dylib 0x7fff2af86000 - 0x7fff2af8dfff libIOReport.dylib (64.100.1) <4D638FAC-2FD8-359C-8159-1ED37CBB5704> /usr/lib/libIOReport.dylib 0x7fff2af8e000 - 0x7fff2afa1fff com.apple.CrashReporterSupport (10.13 - 15053.1) <B879B52A-5A65-3CB3-B271-15A032853A35> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff2afb9000 - 0x7fff2b036fff com.apple.CVNLP (1.0 - 119) <3604CA5C-2547-3C9A-99F5-3A7AB0DBE0B1> /System/Library/PrivateFrameworks/CVNLP.framework/Versions/A/CVNLP 0x7fff2b058000 - 0x7fff2b08efff com.apple.pluginkit.framework (1.0 - 1) <84F2AE60-705A-3B37-B42E-13EF51B1FA1B> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit 0x7fff2b08f000 - 0x7fff2b096fff libMatch.1.dylib (38) <85F66EF8-FC5E-385C-AF8F-79532C2AC988> /usr/lib/libMatch.1.dylib 0x7fff2b097000 - 0x7fff2b122fff libCoreStorage.dylib (554.140.2) <249F3E03-6C96-3E20-999A-BBFE36AADECA> /usr/lib/libCoreStorage.dylib 0x7fff2b123000 - 0x7fff2b176fff com.apple.AppleVAFramework (6.1.3 - 6.1.3) <2CDA1194-F435-3B9C-94A2-220E26E40DE6> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff2b177000 - 0x7fff2b190fff libexpat.1.dylib (26.141.1) <84DC54E5-9E75-3F64-9D7F-3CA641674ED8> /usr/lib/libexpat.1.dylib 0x7fff2b191000 - 0x7fff2b19afff libheimdal-asn1.dylib (597.140.2) <8D7B3A0D-A699-3947-9E8C-EEA4B4AD6408> /usr/lib/libheimdal-asn1.dylib 0x7fff2b19b000 - 0x7fff2b1affff com.apple.IconFoundation (479.4 - 479.4) <6ED33568-2A1D-3918-9D32-D1E102002E48> /System/Library/PrivateFrameworks/IconFoundation.framework/Versions/A/IconFoundation 0x7fff2b1b0000 - 0x7fff2b21cfff com.apple.IconServices (479.4 - 479.4) <D94D5AF3-6EF6-30D8-A7F8-58A1A3E5641B> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff2b21d000 - 0x7fff2b2bbfff com.apple.MediaExperience (1.0 - 1) <245932F7-E76A-37A7-A033-7BB62F8ED190> /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience 0x7fff2b2bc000 - 0x7fff2b2e4fff com.apple.persistentconnection (1.0 - 1.0) <90FBA2DD-E91A-3A9F-80C5-8F94950136A4> /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection 0x7fff2b2e5000 - 0x7fff2b2f3fff com.apple.GraphVisualizer (1.0 - 100.1) <9538C368-5703-367B-ADAE-20EC5C3C5C41> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer 0x7fff2b2f4000 - 0x7fff2b70ffff com.apple.vision.FaceCore (4.3.2 - 4.3.2) <86110F21-96FE-325C-8D55-9385690C2386> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff2b710000 - 0x7fff2b757fff com.apple.OTSVG (1.0 - 677.6.0.2) <34AD6D57-71B8-3859-94AF-DB856D8FD6BA> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG 0x7fff2b758000 - 0x7fff2b75efff com.apple.xpc.AppServerSupport (1.0 - 2038.120.1) <AD03039F-3D12-31FE-A497-EC4A87097683> /System/Library/PrivateFrameworks/AppServerSupport.framework/Versions/A/AppServerSupport 0x7fff2b75f000 - 0x7fff2b771fff libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION]) <B4F0CDA6-0332-3AB9-A0FB-8CD6EE316D30> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib 0x7fff2b772000 - 0x7fff2b774fff libspindump.dylib (295.2) <8DE7E414-DCEC-30B8-87DC-511D362D49F3> /usr/lib/libspindump.dylib 0x7fff2b775000 - 0x7fff2b835fff com.apple.Heimdal (4.0 - 2.0) <30D71BC9-C18F-35C7-B7E1-88E645D4D329> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff2b836000 - 0x7fff2b850fff com.apple.login (3.0 - 3.0) <0690C64C-DE8C-3AA2-A4A5-BE3EFC3BDC62> /System/Library/PrivateFrameworks/login.framework/Versions/A/login 0x7fff2b851000 - 0x7fff2b928fff com.apple.corebrightness (1.0 - 1) <84C0971C-31BB-3E68-9EC1-0EF05986CEEA> /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness 0x7fff2b9d1000 - 0x7fff2b9d4fff libodfde.dylib (26) <6436E5A0-CEF3-302F-86E7-E28C3EBE7A3A> /usr/lib/libodfde.dylib 0x7fff2b9d5000 - 0x7fff2ba11fff com.apple.bom (14.0 - 235) <E428566D-DFA2-33AC-AF3B-C68530D52522> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x7fff2ba12000 - 0x7fff2ba5bfff com.apple.AppleJPEG (1.0 - 1) <15DCB33B-EB52-38A2-B02F-EC235DC85B52> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x7fff2ba5c000 - 0x7fff2bb3bfff libJP2.dylib (2130.7.3) <20747AB5-CFA0-3C7A-BE41-BF4B54FD2038> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff2bb3c000 - 0x7fff2bb3ffff com.apple.WatchdogClient.framework (1.0 - 98.120.2) <0A097C25-405B-38CD-B6E2-57F51AD77AF0> /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient 0x7fff2bb40000 - 0x7fff2bb76fff com.apple.MultitouchSupport.framework (4440.3 - 4440.3) <0DF955E2-E57C-3C1B-96BD-5B81DAD43BC7> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff2bb77000 - 0x7fff2bcd5fff com.apple.VideoToolbox (1.0 - 2780.10) <4FF9A4C0-FFB4-3F68-9A84-949B4DB0DB7A> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fff2bcd6000 - 0x7fff2bd09fff libAudioToolboxUtility.dylib (1181.72) <9D9EA545-924D-342A-BF27-C19887850F05> /usr/lib/libAudioToolboxUtility.dylib 0x7fff2bd0a000 - 0x7fff2bd2afff libPng.dylib (2130.7.3) <29756FE6-34E9-3760-9B70-9FF6648BE7CC> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff2bd2b000 - 0x7fff2bd8afff libTIFF.dylib (2130.7.3) <692B9470-8F28-3C98-9C6A-DAE79FE0136F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff2bd8b000 - 0x7fff2bda7fff com.apple.IOPresentment (58 - 37) <A86E6181-E216-3691-A7FF-0264A927C8CC> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment 0x7fff2bda8000 - 0x7fff2bdaffff com.apple.GPUWrangler (6.3.5 - 6.3.5) <CC101DAE-349B-3C72-9554-6F569364841E> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler 0x7fff2bdb0000 - 0x7fff2bdb3fff libRadiance.dylib (2130.7.3) <1A759A2B-28E8-32C4-940D-BE0239558098> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff2bdb4000 - 0x7fff2bdb9fff com.apple.DSExternalDisplay (3.1 - 380) <3FD5886F-5EDD-313D-9783-FF899E5F2650> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay 0x7fff2bdba000 - 0x7fff2bddefff libJPEG.dylib (2130.7.3) <C0903C97-523A-3822-ABE4-D1047D6785DC> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff2bddf000 - 0x7fff2be0efff com.apple.ATSUI (1.0 - 1) <F9BEFF92-E409-35B6-89CB-0F221D804D3C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI 0x7fff2be0f000 - 0x7fff2be13fff libGIF.dylib (2130.7.3) <E92A145C-2B76-39D1-B481-B7C95ACBF989> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff2be14000 - 0x7fff2be1dfff com.apple.CMCaptureCore (1.0 - 82.6) <E0EAD649-4C7A-384E-999B-4D82AA9CDA52> /System/Library/PrivateFrameworks/CMCaptureCore.framework/Versions/A/CMCaptureCore 0x7fff2be1e000 - 0x7fff2be65fff com.apple.print.framework.PrintCore (16.1 - 531.1) <035969B9-3323-3AF4-AC4C-1D5B941C7C62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff2be66000 - 0x7fff2bf33fff com.apple.TextureIO (3.10.9 - 3.10.9) <4B778275-5F2D-36DA-A6AD-14C8E516E197> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO 0x7fff2bf34000 - 0x7fff2bf3cfff com.apple.InternationalSupport (1.0 - 61.1) <56A6D4F8-FF5B-3F34-BD1A-249414F182E9> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport 0x7fff2bf3d000 - 0x7fff2bfb7fff com.apple.datadetectorscore (8.0 - 674) <CDA8DABD-62A3-3E1C-9A76-B00E1E950254> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff2bfb8000 - 0x7fff2c015fff com.apple.UserActivity (439 - 439) <C272F369-1086-317C-A4CF-AE2E1EC4FFB4> /System/Library/PrivateFrameworks/UserActivity.framework/Versions/A/UserActivity 0x7fff2c016000 - 0x7fff2c7b2fff com.apple.MediaToolbox (1.0 - 2780.10) <AFB06F1B-22BA-3DB7-B6E4-3C55F0A4BECF> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff2cbf3000 - 0x7fff2cc59fff com.apple.imfoundation (10.0 - 1000) <1D902049-CAD5-3DE0-AE4A-9AACEBB586BE> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation 0x7fff2cc5a000 - 0x7fff2cc82fff com.apple.locationsupport (2420.19.23 - 2420.19.23) <9A015D62-2143-3199-AD14-ECA953A728D3> /System/Library/PrivateFrameworks/LocationSupport.framework/Versions/A/LocationSupport 0x7fff2cc83000 - 0x7fff2ccb4fff libSessionUtility.dylib (76.69) <400DF595-A30C-3AD3-A8BA-25260299ACE6> /System/Library/PrivateFrameworks/AudioSession.framework/libSessionUtility.dylib 0x7fff2ccb5000 - 0x7fff2cde9fff com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <93226BB9-165F-3A42-8EE3-9670394C4DC9> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff2cdea000 - 0x7fff2ce4ffff com.apple.audio.AudioSession (1.0 - 76.69) <ADC1C8FC-A444-3F15-A396-B4AB688BB326> /System/Library/PrivateFrameworks/AudioSession.framework/Versions/A/AudioSession 0x7fff2ce50000 - 0x7fff2ce62fff libAudioStatistics.dylib (27.64) <74E8B615-03FE-327B-A8FB-EAC5EF117414> /usr/lib/libAudioStatistics.dylib 0x7fff2ce63000 - 0x7fff2ce72fff com.apple.speech.synthesis.framework (9.0.66 - 9.0.66) <CE36276F-23DD-32A3-9863-D3A5DDE5965E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff2ce73000 - 0x7fff2cedffff com.apple.ApplicationServices.ATS (377 - 516) <6E601872-2340-3675-9B6F-0C1DB991C54E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff2cee0000 - 0x7fff2cef8fff libresolv.9.dylib (68) <86A4BABF-3EFC-3113-BE8A-2D1AAAEF0194> /usr/lib/libresolv.9.dylib 0x7fff2cef9000 - 0x7fff2cf0cfff libsasl2.2.dylib (214) <601780A9-26F4-36A4-83EA-864841219797> /usr/lib/libsasl2.2.dylib 0x7fff2cf79000 - 0x7fff2cfacfff com.apple.securityinterface (10.0 - 55149.120.1) <10A7DFC1-8C46-382C-AEF0-89B151767F50> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface 0x7fff2cfc6000 - 0x7fff2d02afff com.apple.CoreMediaIO (1000.0 - 5325) <42F6129C-48E9-316A-9F30-2FA4D96F709F> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7fff2d02b000 - 0x7fff2d10afff libSMC.dylib (20) <CF88A94C-B5EE-306F-96A3-1442BA061C46> /usr/lib/libSMC.dylib 0x7fff2d10b000 - 0x7fff2d16afff libcups.2.dylib (494.3) <2CE9752F-8763-3456-83CF-E4BCFB731153> /usr/lib/libcups.2.dylib 0x7fff2d16b000 - 0x7fff2d17afff com.apple.LangAnalysis (1.7.0 - 254) <AB67008E-5986-3974-B986-FDBFAC018CAB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff2d17b000 - 0x7fff2d185fff com.apple.NetAuth (6.2 - 6.2) <B5806BA7-9A6E-37A0-9AB9-6EC2D61844AC> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff2d186000 - 0x7fff2d18dfff com.apple.ColorSyncLegacy (4.13.0 - 1) <86D9E9C9-C631-371E-824E-A203FE9E560A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy 0x7fff2d18e000 - 0x7fff2d199fff com.apple.QD (4.0 - 416) <1D8792FC-4A76-3B4F-82CF-3889C05768FE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff2d19a000 - 0x7fff2d7eefff com.apple.audio.AudioResourceArbitration (1.0 - 1) <C97CD66B-8267-3C39-B025-789864237928> /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration 0x7fff2d7ef000 - 0x7fff2d7fafff com.apple.perfdata (1.0 - 67.40.1) <10E2B0C5-83A4-368A-B972-7AFA40D5338C> /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata 0x7fff2d7fb000 - 0x7fff2d809fff libperfcheck.dylib (41) <A2D0E1A8-A98F-3DAA-B9FC-C033FC4CD9E0> /usr/lib/libperfcheck.dylib 0x7fff2d80a000 - 0x7fff2d819fff com.apple.Kerberos (3.0 - 1) <0074E20F-E7D8-31F5-AF41-0D7BF370CD50> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff2d81a000 - 0x7fff2d86afff com.apple.GSS (4.0 - 2.0) <D546E52C-295F-3CCD-9925-03632FE72ECB> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff2d86b000 - 0x7fff2d87bfff com.apple.CommonAuth (4.0 - 2.0) <DF20551B-1514-39B3-A52E-681A2E5F0D1C> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff2d87c000 - 0x7fff2d8a3fff com.apple.MobileAssets (1.0 - 659.100.21) <14EB0135-6B08-37A0-A517-E23997BAD7D5> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset 0x7fff2d8a4000 - 0x7fff2d8d0fff com.apple.CacheDelete (1.0 - 1) <FB1E1322-C50B-38DD-86CE-9AEC925628A3> /System/Library/PrivateFrameworks/CacheDelete.framework/Versions/A/CacheDelete 0x7fff2d8d1000 - 0x7fff2d8f0fff com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <C48DA26A-6A69-3497-B94D-43332354162B> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle 0x7fff2d8f1000 - 0x7fff2d8f9fff com.apple.CorePhoneNumbers (1.0 - 1) <9F49D632-C5F4-37F5-A2A8-2830A7560138> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers 0x7fff2d8fa000 - 0x7fff2d983fff libTelephonyUtilDynamic.dylib (5359.1) <DDF9B2A1-D071-3180-9BC6-A143D6D9E713> /usr/lib/libTelephonyUtilDynamic.dylib 0x7fff2da4c000 - 0x7fff2da4cfff liblaunch.dylib (2038.120.1) <4A353070-A560-3A98-8869-28C92435C6B2> /usr/lib/system/liblaunch.dylib 0x7fff2dfd1000 - 0x7fff2e0d2fff com.apple.ids (10.0 - 1000) <F30AC7B8-FACA-3B37-914D-C7AFA47A9DAE> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS 0x7fff2e0d3000 - 0x7fff2e22dfff com.apple.idsfoundation (10.0 - 1000) <3EAAA079-B3EE-3A12-B181-3267029FB4B0> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation 0x7fff2e22e000 - 0x7fff2e379fff com.apple.Sharing (1630 - 1630) <CE657A48-7BDD-34D7-9CBC-B1D6AD94B2B2> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff2e37a000 - 0x7fff2e49bfff com.apple.Bluetooth (8.0.5 - 8.0.5d7) <D011494A-287B-3487-B817-2329843C2486> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fff2e49c000 - 0x7fff2e4b0fff com.apple.AppContainer (4.0 - 509.140.3) <85EE3606-0190-3428-9C49-D32A01706439> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer 0x7fff2e4b1000 - 0x7fff2e4b4fff com.apple.SecCodeWrapper (4.0 - 509.140.3) <1BB9A761-4DE0-34AF-87A6-CB5BF9322F62> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper 0x7fff2e4b5000 - 0x7fff2e50efff com.apple.ProtectedCloudStorage (1.0 - 1) <EA0958A6-8296-3E23-81BE-297473A6E17E> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage 0x7fff2e50f000 - 0x7fff2e56efff com.apple.QuickLookFramework (5.0 - 928.4) <C7DA2119-94CA-320B-9FBE-9AB4F9F384DA> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x7fff2e56f000 - 0x7fff2e58afff com.apple.MetalKit (147.1 - 147.1) <F9EF05E2-2410-30A4-B9E0-8E19621D3434> /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit 0x7fff2e76e000 - 0x7fff2fc69fff com.apple.GeoServices (1.0 - 1757.26.6.2.2) <1A271F08-3D05-36BF-A136-7D48B4418CD6> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices 0x7fff2fc6a000 - 0x7fff2fc75fff com.apple.DirectoryService.Framework (11.6 - 230.40.1) <A0B99619-47BD-3D1C-8CAA-EE25139753F6> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x7fff2fc76000 - 0x7fff2fc9dfff com.apple.RemoteViewServices (2.0 - 163) <7DBF2A51-CE8E-352E-9426-B83DC370ADDD> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff2fc9e000 - 0x7fff2fcadfff com.apple.SpeechRecognitionCore (6.1.25 - 6.1.25) <076E6A5F-4FEE-378B-9DCD-AFFA1348C64F> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x7fff2fcae000 - 0x7fff2fcb5fff com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <DB80BAB9-5E83-32DB-A424-05BB19044665> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff2fcb6000 - 0x7fff2fcc6fff com.apple.AppleLDAP (11.6 - 54) <1195DAE2-7082-32B1-B45A-ABE4B9A75D28> /System/Library/PrivateFrameworks/AppleLDAP.framework/Versions/A/AppleLDAP 0x7fff2fee3000 - 0x7fff2fee3fff libsystem_product_info_filter.dylib (8.40.1) <78928329-DD98-3799-989D-870DF92FE8D5> /usr/lib/system/libsystem_product_info_filter.dylib 0x7fff2ffbb000 - 0x7fff2ffbbfff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <CDB56324-715E-3223-903F-EEC1D4E57F14> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff2ffe1000 - 0x7fff2ffe1fff com.apple.CoreServices (1122.44 - 1122.44) <104E1757-7D8A-32D3-9B38-B23B1A8EAB17> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff3019d000 - 0x7fff3019dfff com.apple.Accelerate (1.11 - Accelerate 1.11) <28463942-495F-3231-9348-32ABC601A1F5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff301de000 - 0x7fff301e9fff com.apple.MediaAccessibility (1.0 - 130) <677557AF-6AC1-3860-B7C4-772B8DA9957B> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility 0x7fff301ea000 - 0x7fff30209fff com.apple.networking.AlgosScoreFramework (1.0 - 1) <BFF296BB-6E78-3213-B453-31AA58FC13E0> /System/Library/PrivateFrameworks/AlgosScoreFramework.framework/Versions/A/AlgosScoreFramework 0x7fff3020a000 - 0x7fff3020efff com.apple.AppleSRP (5.0 - 1) <A8B167C6-9E49-3ED9-AD87-36BEA98F6E20> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 0x7fff3020f000 - 0x7fff3021afff com.apple.frameworks.CoreDaemon (1.3 - 1.3) <6873367E-2879-3C96-A766-AD6DFD69F36A> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon 0x7fff3021b000 - 0x7fff30252fff com.apple.framework.SystemAdministration (1.0 - 1.0) <84CB0B6A-46C1-3A8E-81D4-CC44DF0AFF83> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration 0x7fff30253000 - 0x7fff3052bfff com.apple.VN (4.3.1 - 4.3.1) <0856C3F0-BF95-30DB-BFFC-BE4ABFDA04B7> /System/Library/Frameworks/Vision.framework/Versions/A/Vision 0x7fff30685000 - 0x7fff30708fff com.apple.AddressBook.ContactsFoundation (8.0 - 1151.2) <BEBEC756-57B8-3DBA-B0B8-5B9197ECC5A3> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation 0x7fff30709000 - 0x7fff3074bfff com.apple.contacts.ContactsPersistence (1.0 - 3497.5) <DEE423F8-36EB-3E69-9680-E93FA6F8F241> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence 0x7fff3074c000 - 0x7fff30882fff com.apple.AddressBook.core (1.0 - 2452.7) <721D6700-131B-323E-9FE9-4AAEBECDA243> /System/Library/PrivateFrameworks/AddressBookCore.framework/Versions/A/AddressBookCore 0x7fff30883000 - 0x7fff309b7fff com.apple.contacts (1.0 - 3497.5) <73891206-8D41-3206-A10B-118B90EB4C86> /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts 0x7fff309b8000 - 0x7fff309c5fff com.apple.PersonaKit (1.0 - 1) <B8FE29A2-D6A5-3AE0-BC97-1AA21755455A> /System/Library/PrivateFrameworks/PersonaKit.framework/Versions/A/PersonaKit 0x7fff309df000 - 0x7fff30a44fff com.apple.CoreBluetooth (1.0 - 1) <32288DE3-BD59-35A6-9165-73176E074499> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fff30a45000 - 0x7fff30a4efff com.apple.SymptomDiagnosticReporter (1.0 - 79.120.1) <9A1589E7-0B3A-3DC5-967C-7A3D4C14ED1E> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter 0x7fff30a4f000 - 0x7fff30a61fff com.apple.PowerLog (1.0 - 1) <7A3E3B4D-5DA4-3D01-9188-4FE8A6859D15> /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog 0x7fff30a62000 - 0x7fff30a6efff com.apple.AppleIDAuthSupport (1.0 - 1) <C391F5AD-7903-31AF-8608-7826C0EFB3C5> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport 0x7fff30a6f000 - 0x7fff30b17fff com.apple.DiscRecording (9.0.3 - 9030.4.5) <08A9AAA6-7057-3105-BDE1-DC7270C38774> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x7fff30b18000 - 0x7fff30b4bfff com.apple.MediaKit (16 - 927.40.2) <86B948D3-5757-37A7-B2DA-F7C50778B108> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff30b4c000 - 0x7fff30c37fff com.apple.DiskManagement (14.0 - 1733.140.2) <CF6680B9-9799-3DE8-A600-094260672A4F> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement 0x7fff30c38000 - 0x7fff30ff2fff com.apple.CoreAUC (326.2.0 - 326.2.0) <58430C09-401A-3B4C-806E-E87C46816939> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff30ff3000 - 0x7fff30ff6fff com.apple.Mangrove (1.0 - 25) <0E9FF438-D4B3-3DF1-B8A7-64623282B9B3> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 0x7fff30ff7000 - 0x7fff31024fff com.apple.CoreAVCHD (6.1.0 - 6100.4.1) <80DEBCCB-A598-3CE5-B988-FFC5B81389CF> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x7fff31025000 - 0x7fff31174fff com.apple.FileProvider (349.4.3 - 349.4.3) <E07C8909-299C-3696-BD84-5CF42EE64EE4> /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider 0x7fff31175000 - 0x7fff31197fff com.apple.GenerationalStorage (2.0 - 323) <9E36AF92-10E2-382B-A07C-4E3270448690> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff3150d000 - 0x7fff315dbfff com.apple.CoreTelephony (113 - 8260) <DFBE4145-7D80-3F7B-8C37-746D9D63DAC6> /System/Library/Frameworks/CoreTelephony.framework/Versions/A/CoreTelephony 0x7fff315dc000 - 0x7fff315e9fff com.apple.AppSandbox (4.0 - 509.140.3) <FFB8B6E5-AC15-30EF-81A6-DB88ED9772C5> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox 0x7fff31600000 - 0x7fff31794fff com.apple.AVFCore (1.0 - 2020.10) <85D55F46-61B4-3A08-8B13-1A678B571D66> /System/Library/PrivateFrameworks/AVFCore.framework/Versions/A/AVFCore 0x7fff31795000 - 0x7fff31804fff com.apple.FrontBoardServices (703.16 - 703.16) <5088E177-3DF7-3F48-B340-7E6FF569C1E2> /System/Library/PrivateFrameworks/FrontBoardServices.framework/Versions/A/FrontBoardServices 0x7fff31805000 - 0x7fff3182efff com.apple.BoardServices (1.0 - 526) <9932480F-CA31-362C-B5BB-263998D63224> /System/Library/PrivateFrameworks/BoardServices.framework/Versions/A/BoardServices 0x7fff3182f000 - 0x7fff3185afff com.apple.contacts.vCard (1.0 - 3497.5) <34200FAE-9D85-396E-95E1-BD7341334EBB> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard 0x7fff31870000 - 0x7fff3188bfff com.apple.ExtensionKit (19.4 - 19.4) <D5A2BF7D-F72D-30D4-A12C-2B23A25C53FF> /System/Library/PrivateFrameworks/ExtensionKit.framework/Versions/A/ExtensionKit 0x7fff3188c000 - 0x7fff31892fff com.apple.ExtensionFoundation (19.4 - 19.4) <911C2C6B-8D5E-301E-8845-ABE770077044> /System/Library/PrivateFrameworks/ExtensionFoundation.framework/Versions/A/ExtensionFoundation 0x7fff31893000 - 0x7fff318d8fff com.apple.CryptoTokenKit (1.0 - 1) <85356F88-7E90-357C-A0CE-B580616C1CEF> /System/Library/Frameworks/CryptoTokenKit.framework/Versions/A/CryptoTokenKit 0x7fff318d9000 - 0x7fff318effff com.apple.LocalAuthentication (1.0 - 827.140.1) <D833E8C1-2038-3C12-9EEC-30D8F9F48702> /System/Library/Frameworks/LocalAuthentication.framework/Versions/A/LocalAuthentication 0x7fff318f0000 - 0x7fff3191dfff com.apple.CoreAuthentication.SharedUtils (1.0 - 827.140.1) <DCB4A9AE-4CE3-302E-8633-4F54DE1C1050> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/Versions/A/SharedUtils 0x7fff31992000 - 0x7fff319d3fff com.apple.CoreHaptics (1.0 - 1) <8B6CA9A4-26B2-31AD-A763-F905F126900D> /System/Library/Frameworks/CoreHaptics.framework/Versions/A/CoreHaptics 0x7fff319e1000 - 0x7fff31a20fff com.apple.AppleVPAFramework (3.26.1 - 3.26.1) <B7DF9782-C63B-32F0-A008-E83503C76E78> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA 0x7fff31ad3000 - 0x7fff31b0efff com.apple.DebugSymbols (195.1 - 195.1) <7D2E32A0-DB93-36EE-AE9C-7974708CF4FC> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff31b0f000 - 0x7fff31bc4fff com.apple.CoreSymbolication (12.5 - 64544.81.1) <7215543C-E3B6-30A0-8B21-7FBDFB10F198> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff31bc5000 - 0x7fff31bcefff com.apple.CoreTime (284.0.4) <DAEEF1D8-1C34-37AC-9691-C4540C92E9F9> /System/Library/PrivateFrameworks/CoreTime.framework/Versions/A/CoreTime 0x7fff31bcf000 - 0x7fff31c44fff com.apple.Rapport (2.6.0 - 260.3) <55CA4269-E06C-3E4E-BB3D-957469333D9C> /System/Library/PrivateFrameworks/Rapport.framework/Versions/A/Rapport 0x7fff32519000 - 0x7fff32565fff com.apple.coreduetcontext (1.0 - 1) <F343EE71-43B3-366E-A3C3-7FC0DD79D70F> /System/Library/PrivateFrameworks/CoreDuetContext.framework/Versions/A/CoreDuetContext 0x7fff32566000 - 0x7fff32ad2fff com.apple.Intents (1.0 - 1) <CA14EA98-180D-3AEC-9900-8B6BE616DA5C> /System/Library/Frameworks/Intents.framework/Versions/A/Intents 0x7fff32ad3000 - 0x7fff32b36fff com.apple.framework.Apple80211 (17.0 - 1728) <D89EA57A-D351-3BD1-A470-505C6D8BF4D6> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff32b37000 - 0x7fff32c88fff com.apple.CoreWiFi (3.0 - 341) <0FE4018E-E199-3923-A56D-430E40F5EEB7> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff32c89000 - 0x7fff32ca3fff com.apple.BackBoardServices (1.0 - 1.0) <C21E697A-AB8B-3353-9B92-7DB6C09DE34D> /System/Library/PrivateFrameworks/BackBoardServices.framework/Versions/A/BackBoardServices 0x7fff32ca4000 - 0x7fff32cdbfff com.apple.LDAPFramework (2.4.28 - 194.5) <327E5362-4AA3-3610-B126-CAC243121EA8> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff32cdc000 - 0x7fff32cddfff com.apple.TrustEvaluationAgent (2.0 - 35) <CA7542A0-0CE3-39E9-9FF0-F827CC4633AC> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff32cde000 - 0x7fff32de3fff libcrypto.44.dylib (56.60.2) <90125B07-6FE0-3D39-947D-0C39B9DF6C43> /usr/lib/libcrypto.44.dylib 0x7fff32de4000 - 0x7fff32e11fff libssl.46.dylib (56.60.2) <53F0CF92-264C-3210-852F-B2B65885E675> /usr/lib/libssl.46.dylib 0x7fff32e12000 - 0x7fff32ec1fff com.apple.DiskImagesFramework (595.140.1 - 595.140.1) <6A804C50-8819-39A1-AF4E-4E71C6BD8DAB> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x7fff32ef9000 - 0x7fff32f08fff com.apple.RemoteServiceDiscovery (1.0 - 1.120.1) <8F0CFA90-78B8-3305-BCD3-6C28B7838CE0> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery 0x7fff32f21000 - 0x7fff32f65fff com.apple.DataDetectorsNaturalLanguage (1.0 - 159.1) <234D2A46-5B69-3B18-8D45-6DD1F4293C73> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/Versions/A/DataDetectorsNaturalLanguage 0x7fff32f66000 - 0x7fff32f69fff com.apple.help (1.3.8 - 71) <CF14979A-CA27-32D1-A3E8-D99AD6C91464> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff32f6a000 - 0x7fff32f71fff com.apple.EFILogin (2.0 - 2) <77A5D3D5-3B8D-3B5D-A1BD-A7614C86AF67> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin 0x7fff32f72000 - 0x7fff32f7dfff libcsfde.dylib (554.140.2) <8B6A31B3-9421-3BAE-882B-8BEF5217E251> /usr/lib/libcsfde.dylib 0x7fff32f7e000 - 0x7fff32fe4fff libcurl.4.dylib (121.101.1) <8ACEDAF2-5907-3F4A-9595-F52681D0F470> /usr/lib/libcurl.4.dylib 0x7fff32fe5000 - 0x7fff32fecfff com.apple.LoginUICore (4.0 - 4.0) <F8CF5AD4-6A49-3EFC-B1FA-BD83B0095CBB> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore 0x7fff32fed000 - 0x7fff3304ffff com.apple.AppSupport (1.0.0 - 29) <7F288248-AB86-3AAC-9528-1A62E0E77528> /System/Library/PrivateFrameworks/AppSupport.framework/Versions/A/AppSupport 0x7fff330ef000 - 0x7fff331b3fff com.apple.GameController (1.0 - 1) <68352436-3E7E-30BE-B804-E8EDE0658BB3> /System/Library/Frameworks/GameController.framework/Versions/A/GameController 0x7fff331bc000 - 0x7fff331bcfff com.apple.ApplicationServices (48 - 50) <52BB5EB6-2C1B-34F9-8665-F50DD078E71B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff331bd000 - 0x7fff331bffff com.apple.InternationalTextSearch (1.0 - 1) <B6F39BE2-4D42-38BD-B8DD-53F4B7E9DA38> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/Versions/A/InternationalTextSearch 0x7fff331c0000 - 0x7fff33238fff com.apple.ClassKit (1.2 - 146.6) <54D86FD1-568D-327F-82CA-B47A16E4CE80> /System/Library/Frameworks/ClassKit.framework/Versions/A/ClassKit 0x7fff33239000 - 0x7fff3337dfff com.apple.AppleAccount (1.0 - 1.0) <B304AA07-C970-3195-B4BE-978E3CA2856F> /System/Library/PrivateFrameworks/AppleAccount.framework/Versions/A/AppleAccount 0x7fff3337e000 - 0x7fff333bdfff com.apple.AppleIDSSOAuthentication (1.0 - 1) <AB9B31C6-653B-38AF-852A-10FB097BA818> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/Versions/A/AppleIDSSOAuthentication 0x7fff334d1000 - 0x7fff334d1fff libHeimdalProxy.dylib (79) <A1B83B1E-006D-38A8-8878-FD6ECBBB9B1B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib 0x7fff33584000 - 0x7fff33584fff com.apple.audio.units.AudioUnit (1.14 - 1.14) <0A5BB3A7-D9DC-346C-9FBB-FB075194E7AC> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff335a8000 - 0x7fff335ebfff com.apple.StreamingZip (1.0 - 1) <DDE31BAA-F317-3EA3-AF44-7B05CDB95217> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip 0x7fff335ec000 - 0x7fff3360afff com.apple.DuetActivityScheduler (1.0 - 1) <AEA67F50-E42E-37A5-BF75-6666CD80C19C> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/Versions/A/DuetActivityScheduler 0x7fff3361f000 - 0x7fff3362bfff com.apple.IntentsFoundation (1.0 - 1) <90F93D25-8C0E-37FF-A480-0CC95E080E7C> /System/Library/PrivateFrameworks/IntentsFoundation.framework/Versions/A/IntentsFoundation 0x7fff3362c000 - 0x7fff33631fff com.apple.PushKit (1.0 - 1) <02EC6449-963F-376C-BE24-F9CC8083ABD3> /System/Library/Frameworks/PushKit.framework/Versions/A/PushKit 0x7fff33632000 - 0x7fff33665fff com.apple.C2 (1.3 - 573) <1D8BCCDC-EFB0-3DF8-93A4-4D18388D7C11> /System/Library/PrivateFrameworks/C2.framework/Versions/A/C2 0x7fff33666000 - 0x7fff33696fff com.apple.QuickLookThumbnailing (1.0 - 135.5) <7B9EC715-B18C-3194-B78C-24358F1BEEFE> /System/Library/Frameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing 0x7fff33697000 - 0x7fff33e98fff com.apple.vision.EspressoFramework (1.0 - 256.4.4) <46EB212E-0528-3D15-AAA4-207E8B197A75> /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso 0x7fff33e99000 - 0x7fff33eb0fff com.apple.ANEServices (4.76 - 4.76) <E54FB6F5-CBF8-3ED2-A73B-47C6D87910A4> /System/Library/PrivateFrameworks/ANEServices.framework/Versions/A/ANEServices 0x7fff33eb1000 - 0x7fff33f16fff com.apple.proactive.support.ProactiveSupport (1.0 - 294.7) <3496B6A3-168D-3278-AFB1-14363A6FB4F6> /System/Library/PrivateFrameworks/ProactiveSupport.framework/Versions/A/ProactiveSupport 0x7fff33f17000 - 0x7fff33f21fff com.apple.corerecents (1.0 - 1) <D8991907-F2CC-36AB-B5C6-769A08B4667F> /System/Library/PrivateFrameworks/CoreRecents.framework/Versions/A/CoreRecents 0x7fff33f22000 - 0x7fff33f53fff com.apple.iCalendar (7.0 - 833) <632255EA-705A-3C44-80C2-1727D418745B> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar 0x7fff33f54000 - 0x7fff33fc4fff com.apple.CalendarFoundation (8.0 - 1178.5.2) <2BE0FB9D-963E-3DC6-A60F-8A753EDB453A> /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/CalendarFoundation 0x7fff33fc5000 - 0x7fff33fc7fff com.apple.CoreDuetDebugLogging (1.0 - 1) <47F03D98-3BF5-3CAB-B83D-A30A59A5B068> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging 0x7fff33fc8000 - 0x7fff33fd4fff com.apple.CoreDuetDaemonProtocol (1.0 - 1) <B6BADDAF-0F79-30B6-8CD4-83C8ACDB12D0> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol 0x7fff34268000 - 0x7fff3453bfff com.apple.spotlight.index (10.7.0 - 2150.26) <D8CB9D18-8903-3E9F-A502-5896DC545BA5> /System/Library/PrivateFrameworks/SpotlightIndex.framework/Versions/A/SpotlightIndex 0x7fff34554000 - 0x7fff345a4fff com.apple.ChunkingLibrary (334.1 - 334.1) <2CD91198-1354-357F-8858-D58244526C15> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff346db000 - 0x7fff3472afff com.apple.CalDAV (8.0 - 795) <C0EAF392-62F0-382C-B832-96DBC6724472> /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV 0x7fff3472b000 - 0x7fff347c8fff com.apple.CoreSuggestions (1.0 - 1115.519) <D781EA13-4252-334F-ADCC-F81AF8E6F2DE> /System/Library/PrivateFrameworks/CoreSuggestions.framework/Versions/A/CoreSuggestions 0x7fff347c9000 - 0x7fff34953fff com.apple.ical.EventKit (3.0 - 1414.5.1) <33EAD078-D1DC-3315-BB80-AE77EE7F52AF> /System/Library/Frameworks/EventKit.framework/Versions/A/EventKit 0x7fff34954000 - 0x7fff34c25fff com.apple.CalendarPersistence (8.0 - 1071.4.4) <0E5E778E-57BD-3D7C-B875-3AA044100A0F> /System/Library/PrivateFrameworks/CalendarPersistence.framework/Versions/A/CalendarPersistence 0x7fff34c26000 - 0x7fff34c4bfff com.apple.CalendarAgentLink (8.0 - 250) <94D45C00-DDD4-3D08-94A7-5202003B1BAE> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink 0x7fff34c4c000 - 0x7fff34c56fff com.apple.RTCReporting (11.85.2 - 11.85.2) <4C416B6E-005D-3A43-BCB4-FCA93F149D74> /System/Library/PrivateFrameworks/RTCReporting.framework/Versions/A/RTCReporting 0x7fff34e18000 - 0x7fff34e2dfff com.apple.CoreML.AppleNeuralEngine (1.0 - 1) <C3AA92B0-9BF9-3806-A952-2A318AF1EEE4> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/Versions/A/AppleNeuralEngine 0x7fff34e83000 - 0x7fff34eeefff com.apple.audio.midi.CoreMIDI (2.0 - 88) <741CCF53-3F51-39A5-B07A-3C14BED77D44> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI 0x7fff34fb4000 - 0x7fff34fb7fff com.apple.Cocoa (6.11 - 23) <237F7F6E-E7D1-363A-92AF-32B564728891> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff35001000 - 0x7fff353f5fff com.apple.AppleMediaServices (1.0 - 1) <0EBC0F6F-3763-3E66-A92C-CCA9453326FE> /System/Library/PrivateFrameworks/AppleMediaServices.framework/Versions/A/AppleMediaServices 0x7fff3542d000 - 0x7fff358a5fff com.apple.MediaRemote (1.0 - 1) <DEF1BED2-78C1-318C-8DB5-FD464941D48B> /System/Library/PrivateFrameworks/MediaRemote.framework/Versions/A/MediaRemote 0x7fff35ba1000 - 0x7fff35ba8fff com.apple.DisplayServicesFW (3.1 - 380) <F794066C-55D0-3CC6-9BCD-C27207746B97> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x7fff363ea000 - 0x7fff3641afff libtidy.A.dylib (18.2) <1AF8A622-91F8-3193-BA3D-CB1A799565A8> /usr/lib/libtidy.A.dylib 0x7fff3641b000 - 0x7fff3643bfff com.apple.MarkupUI (1.0 - 383.6) <7396A399-E8CE-31B6-8F56-CCCA5BF72669> /System/Library/PrivateFrameworks/MarkupUI.framework/Versions/A/MarkupUI 0x7fff3643c000 - 0x7fff3644ffff com.apple.Engram (1.0 - 1) <AED2FFE9-3841-33B1-B552-A75B17A20A3A> /System/Library/PrivateFrameworks/Engram.framework/Versions/A/Engram 0x7fff36450000 - 0x7fff36473fff com.apple.openscripting (1.7 - 190) <A2516A00-ECC2-31F2-9157-90AF9A4C6F56> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff36474000 - 0x7fff36477fff com.apple.securityhi (9.0 - 55008) <DDAD2F6D-2105-370E-9C96-63ABF95ABF00> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff36478000 - 0x7fff3647bfff com.apple.ink.framework (10.15 - 227) <6177BDED-F304-3EAD-B72E-23A050856753> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff3647c000 - 0x7fff3647ffff com.apple.CommonPanels (1.2.6 - 101) <E6BB8219-34DB-3A11-A3C2-B17AD8E42414> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff36480000 - 0x7fff36487fff com.apple.ImageCapture (1711.5.2 - 1711.5.2) <E3871995-745C-35A8-8B48-647DAAF046E1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff36488000 - 0x7fff37678fff com.apple.JavaScriptCore (16611 - 16611.3.10.1.6) <E1A54760-8F75-3A78-89F7-232D9EC162E8> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x7fff376e4000 - 0x7fff377f6fff com.apple.AVFCapture (1.0 - 82.6) <FA7F06F5-9F18-3DF3-BB00-EA019050812E> /System/Library/PrivateFrameworks/AVFCapture.framework/Versions/A/AVFCapture 0x7fff377f7000 - 0x7fff3788afff com.apple.Quagga (47 - 47) <A2CD23BB-59D9-31ED-B980-4CF5379CABDE> /System/Library/PrivateFrameworks/Quagga.framework/Versions/A/Quagga 0x7fff3788b000 - 0x7fff37ad5fff com.apple.CMCapture (1.0 - 82.6) <DC0EAADD-A8F6-3ECE-8D10-354103DB7767> /System/Library/PrivateFrameworks/CMCapture.framework/Versions/A/CMCapture 0x7fff37e71000 - 0x7fff37f1efff com.apple.accounts.AccountsDaemon (113 - 113) <9D7CA3D9-01C2-3D59-9CC7-A37C63C18666> /System/Library/PrivateFrameworks/AccountsDaemon.framework/Versions/A/AccountsDaemon 0x7fff37f1f000 - 0x7fff37f21fff com.apple.OAuth (25 - 25) <44E3A1F3-08A5-36CB-BB3E-BB1A9BFDCD68> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth 0x7fff384d1000 - 0x7fff384e0fff com.apple.HID (1.0 - 1) <2078CFB6-A410-3B7E-B012-AE2BF1A80887> /System/Library/PrivateFrameworks/HID.framework/Versions/A/HID 0x7fff384e1000 - 0x7fff38608fff com.apple.QuickLookUIFramework (5.0 - 928.4) <6B0E42FA-C3F3-39CB-A7D0-D1172470B640> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI 0x7fff389db000 - 0x7fff38a61fff com.apple.coredav (1.0.1 - 889) <1B9354FB-A21B-3DC3-B522-6EFC899BBC50> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV 0x7fff38a62000 - 0x7fff38ab8fff com.apple.ExchangeWebServices (8.0 - 814.100.1) <01A2D090-AB94-34BF-98E8-1B142DD7EB20> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/ExchangeWebServices 0x7fff38ab9000 - 0x7fff38af9fff com.apple.MediaServices (1.0 - 1) <F226324E-830D-38BE-A1ED-0EC6A2ED82BB> /System/Library/PrivateFrameworks/MediaServices.framework/Versions/A/MediaServices 0x7fff38bf5000 - 0x7fff38bf5fff com.apple.marco (10.0 - 1000) <6E3E4EC3-3DD4-332D-8D0F-DC0F946269CB> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco 0x7fff38ddb000 - 0x7fff38e13fff com.apple.contacts.ContactsAutocomplete (1.0 - 1152.4) <2A0FB524-152A-3539-8613-C04652BC54E0> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/Versions/A/ContactsAutocomplete 0x7fff38e14000 - 0x7fff38e20fff com.apple.KerberosHelper (4.0 - 1.0) <1C287C65-8440-347F-A77A-E6D51262975D> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosHelper 0x7fff38e21000 - 0x7fff38e64fff com.apple.ResponseKit (1.0 - 165.2) <21CE7F8C-F282-3788-80D3-28202C803AC8> /System/Library/PrivateFrameworks/ResponseKit.framework/Versions/A/ResponseKit 0x7fff38e65000 - 0x7fff38e84fff com.apple.proactive.support.ProactiveEventTracker (1.0 - 294.7) <7AC67187-F443-35EB-B4FF-B59F32DF3D3F> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/Versions/A/ProactiveEventTracker 0x7fff392a8000 - 0x7fff392a8fff com.apple.PhoneNumbers (1.0 - 1) <79C9AAE1-5FEC-3471-8E9D-D39881EDDB19> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers 0x7fff392a9000 - 0x7fff392b0fff com.apple.URLFormatting (146 - 146.22) <05567C81-E57E-3201-8DB5-9DC03762E7E7> /System/Library/PrivateFrameworks/URLFormatting.framework/Versions/A/URLFormatting 0x7fff3bd12000 - 0x7fff3bd34fff com.apple.quicklook.QuickLookSupport (1.0 - 135.5) <CB82EDC5-2A69-3F7D-9A79-C4B186D6F807> /System/Library/PrivateFrameworks/QuickLookSupport.framework/Versions/A/QuickLookSupport 0x7fff3bd35000 - 0x7fff3bdccfff com.apple.AirPlaySync (1.0 - 2780.10) <FE97137A-017E-392F-9457-1FF0ACB82681> /System/Library/PrivateFrameworks/AirPlaySync.framework/Versions/A/AirPlaySync 0x7fff3c95d000 - 0x7fff3c9e0fff com.apple.CorePDF (4.0 - 529) <C37DD615-4ABA-314C-985B-7E496184B997> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x7fff3c9e1000 - 0x7fff3c9e4fff com.apple.print.framework.Print (15 - 271) <29E7EB03-0307-35D9-B56F-B9DCB5C5A4E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff3c9e5000 - 0x7fff3c9e8fff com.apple.Carbon (160 - 164) <B86E3835-F4BE-3DCA-88C7-CEA01227DF58> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff3cae1000 - 0x7fff3cae1fff com.apple.avfoundation (2.0 - 2020.10) <DF72C9C0-236F-326C-84C1-E4F25163310D> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation 0x7fff3cc9b000 - 0x7fff3ccbafff com.apple.private.SystemPolicy (1.0 - 1) <8BC55621-1E45-33B3-BCD6-C59F1F390695> /System/Library/PrivateFrameworks/SystemPolicy.framework/Versions/A/SystemPolicy 0x7fff3ce5e000 - 0x7fff3ce7bfff com.apple.sidecar-core (1.0 - 231) <D0C9A506-6BF0-3D13-9D10-489BF305CB79> /System/Library/PrivateFrameworks/SidecarCore.framework/Versions/A/SidecarCore 0x7fff3ce7c000 - 0x7fff3ce7ffff com.apple.QuickLookNonBaseSystem (1.0 - 1) <6E5DDB55-9CD1-3245-939E-EA4081430444> /System/Library/PrivateFrameworks/QuickLookNonBaseSystem.framework/Versions/A/QuickLookNonBaseSystem 0x7fff3d297000 - 0x7fff3d29dfff com.apple.FeatureFlagsSupport (1.0 - 28.60.1) <17CAEB39-7966-34B7-9E1B-55D64289BFAF> /System/Library/PrivateFrameworks/FeatureFlagsSupport.framework/Versions/A/FeatureFlagsSupport 0x7fff3d40e000 - 0x7fff3d425fff com.apple.SafariServices.framework (16611 - 16611.3.10.1.6) <4AC4AD2E-B214-3244-B148-200EFBCE6884> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices 0x7fff3d5d8000 - 0x7fff3d5e3fff com.apple.MallocStackLogging (1.0 - 1) <DF41452E-DA3E-3F74-9354-6F82BE363DB8> /System/Library/PrivateFrameworks/MallocStackLogging.framework/Versions/A/MallocStackLogging 0x7fff3d5f8000 - 0x7fff3d60afff libmis.dylib (274.140.2) <570E2D9A-BC76-37F7-8CFC-E18AD5E81CE0> /usr/lib/libmis.dylib 0x7fff3d627000 - 0x7fff3d796fff com.apple.CoreHandwriting (161 - 1.2) <DF7F9BC6-ACE1-32CE-9E1E-5642832E10E9> /System/Library/PrivateFrameworks/CoreHandwriting.framework/Versions/A/CoreHandwriting 0x7fff3d797000 - 0x7fff3d9f2fff com.apple.imageKit (3.0 - 1100) <DFD1D9B4-41BE-30F1-A1B8-9925481B5DA2> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit 0x7fff3d9f3000 - 0x7fff3db09fff com.apple.PencilKit (1.0 - 1) <924D651B-8645-3225-9DE4-BDAB27B1DED7> /System/Library/Frameworks/PencilKit.framework/Versions/A/PencilKit 0x7fff3db0a000 - 0x7fff3db1bfff com.apple.sidecar-ui (1.0 - 231) <363E669A-2E00-3EAB-A7F1-E85836913057> /System/Library/PrivateFrameworks/SidecarUI.framework/Versions/A/SidecarUI 0x7fff3e13e000 - 0x7fff3e1a0fff com.apple.ImageCaptureCore (1711.5.2 - 1711.5.2) <BC3B41E7-DC5A-3611-ACCA-F9827979CA03> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore 0x7fff3e1a1000 - 0x7fff3e1c6fff com.apple.quartzfilters (1.10.0 - 98) <B4874E51-0832-3240-8972-8375A13D372B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters 0x7fff3e412000 - 0x7fff3e574fff com.apple.MediaPlayer (1.0 - 1.0) <C4577D13-9F8E-3AE5-9D3D-A292F2773A82> /System/Library/Frameworks/MediaPlayer.framework/Versions/A/MediaPlayer 0x7fff3e575000 - 0x7fff3e856fff com.apple.iTunesCloud (1.0 - 1) <CAD253D5-9CAC-368A-8EEB-8576B299256F> /System/Library/PrivateFrameworks/iTunesCloud.framework/Versions/A/iTunesCloud 0x7fff3e882000 - 0x7fff3e9aefff com.apple.AnnotationKit (1.0 - 383.6) <D8726DE5-7A61-3562-9A43-5D2F5E861335> /System/Library/PrivateFrameworks/AnnotationKit.framework/Versions/A/AnnotationKit 0x7fff3e9af000 - 0x7fff3ee4ffff com.apple.QuartzComposer (5.1 - 383) <7704093A-6C35-375F-AA17-756FABB66D1D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 0x7fff3ee50000 - 0x7fff3ef38fff com.apple.PDFKit (1.0 - 950.40.3) <0538C0CD-02D4-3684-BBD1-AD5C9F861276> /System/Library/Frameworks/PDFKit.framework/Versions/A/PDFKit 0x7fff3fc3a000 - 0x7fff3fc70fff com.apple.MobileInstallation (2.0 - 1.0) <E0BBDC12-64FA-3B35-AF85-8B683B31C018> /System/Library/PrivateFrameworks/MobileInstallation.framework/Versions/A/MobileInstallation 0x7fff40e97000 - 0x7fff40e9afff com.apple.quartzframework (1.5 - 25) <CB57120A-C7D9-3999-9BD4-EB214E8E3CF3> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x7fff412bf000 - 0x7fff412ddfff libCGInterfaces.dylib (544.4) <05A5B7E9-C79A-3FEA-AD6C-72FE168004C3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib 0x7fff41687000 - 0x7fff416e3fff com.apple.AppStoreDaemon (1.0 - 1) <ADB47501-81CF-3155-B60A-1736AFDDE2E7> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/Versions/A/AppStoreDaemon 0x7fff4295d000 - 0x7fff436bdfff libfaceCore.dylib (4.3.1) <8014C48B-E6BC-3AEB-BECE-808158C71EEE> /System/Library/Frameworks/Vision.framework/libfaceCore.dylib 0x7fff436be000 - 0x7fff437d1fff com.apple.TextRecognition (1.0 - 157) <E100917D-A3D9-36B5-A4B0-C0E131045D87> /System/Library/PrivateFrameworks/TextRecognition.framework/Versions/A/TextRecognition 0x7fff437d2000 - 0x7fff437eafff com.apple.Futhark (1.0 - 1) <ACB352CB-05F6-33DF-884F-97E73913C577> /System/Library/PrivateFrameworks/Futhark.framework/Versions/A/Futhark 0x7fff44348000 - 0x7fff4434cfff com.apple.DAAPKit (1.0 - 1) <9947BB10-2335-3BB4-B884-9313DC160E59> /System/Library/PrivateFrameworks/DAAPKit.framework/Versions/A/DAAPKit 0x7fff45cc3000 - 0x7fff45cc6fff libpmenergy.dylib (227.140.1) <CFCE74A5-EEF8-36E2-9717-8E4B45F2663C> /usr/lib/libpmenergy.dylib 0x7fff479e8000 - 0x7fff47a28fff com.apple.osanalytics.OSAnalytics (1.0 - 1) <19C9EC00-4A56-303C-9C22-47AF6222F1AF> /System/Library/PrivateFrameworks/OSAnalytics.framework/Versions/A/OSAnalytics 0x7fff48276000 - 0x7fff48291fff com.apple.network.statistics.framework (1.2 - 1) <0AFE927D-702D-35F4-8938-BE33B1A95BF6> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics 0x7fff48584000 - 0x7fff4858bfff com.apple.MobileSystemServices (1.0 - 1) <BB77CE92-0024-365B-86ED-46F4D0816BD9> /System/Library/PrivateFrameworks/MobileSystemServices.framework/Versions/A/MobileSystemServices 0x7fff516a7000 - 0x7fff51746fff com.apple.Symbolication (12.5 - 64544.70.1) <262C27E9-D575-3209-8403-C314C534D1B0> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff51936000 - 0x7fff51939fff libpmsample.dylib (227.140.1) <B2B85546-A9D2-3919-A396-63A26011ECAC> /usr/lib/libpmsample.dylib 0x7fff53fce000 - 0x7fff54004fff com.apple.ReplayKit (1.0 - 1) <E308B8DB-49B7-3ACC-B8F3-F2338036684D> /System/Library/Frameworks/ReplayKit.framework/Versions/A/ReplayKit 0x7fff54005000 - 0x7fff54028fff com.apple.StoreKit (1.0 - 1) <3477F902-E8FD-3DE8-AA0A-A92E9E1FA6AF> /System/Library/Frameworks/StoreKit.framework/Versions/A/StoreKit 0x7fff54029000 - 0x7fff5402cfff com.apple.StoreKitUIMac (1.0 - 1) <3E669054-A227-38E0-AE0A-1C73D0175F11> /System/Library/PrivateFrameworks/StoreKitUIMac.framework/Versions/A/StoreKitUIMac 0x7fff555fb000 - 0x7fff555fefff com.apple.ForceFeedback (1.0.6 - 1.0.6) <63184EF1-A02C-3D64-A797-15190247C807> /System/Library/Frameworks/ForceFeedback.framework/Versions/A/ForceFeedback 0x7fff6bb42000 - 0x7fff6bb48fff libCoreFSCache.dylib (200.11) <3C96E791-3964-32EA-A84A-00DF3455B43D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x7fff6bb49000 - 0x7fff6bb4dfff libCoreVMClient.dylib (200.11) <966F49F6-D2D5-3ACB-9CFD-9F8D3C8C82F9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff6bb4e000 - 0x7fff6bb5dfff com.apple.opengl (18.5.9 - 18.5.9) <5C26B170-E22B-3AAD-BA33-61304FFA70B2> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff6bb5e000 - 0x7fff6bb60fff libCVMSPluginSupport.dylib (18.5.9) <435F258D-95B5-3015-BDAC-4B8EF8E89F1E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff6bb61000 - 0x7fff6bb69fff libGFXShared.dylib (18.5.9) <851E0956-A16E-3F5D-B3BE-37B56C2BAA04> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff6bb6a000 - 0x7fff6bb9dfff libGLImage.dylib (18.5.9) <687EBB15-1AB3-3815-A69D-58527655A92D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff6bb9e000 - 0x7fff6bbdafff libGLU.dylib (18.5.9) <29B7802C-F6E4-3DF1-B5D6-07B29C6D02B2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff6bd6f000 - 0x7fff6bd79fff libGL.dylib (18.5.9) <8A4ED04C-9171-3CE2-A52A-E7C4D76A6EDA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff6d1b9000 - 0x7fff6d211fff com.apple.opencl (4.6 - 4.6) <713206B3-A335-3AC5-B342-4CE16BDF69F4> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff6e2c3000 - 0x7fff6e3aafff com.apple.audio.AVFAudio (1.0 - 477.88) <5FBB7121-7190-317C-8796-4A64EBEE1629> /System/Library/Frameworks/AVFAudio.framework/Versions/A/AVFAudio 0x7fff6f92c000 - 0x7fff6f93efff com.apple.CMImaging (1.0 - 82.6) <91AA282D-81A1-34C3-AFF4-887ABA89CCAA> /System/Library/PrivateFrameworks/CMImaging.framework/Versions/A/CMImaging 0x7fff73c3c000 - 0x7fff73c47fff com.apple.SymptomAnalytics (1.0 - 1431.140.1) <0818E06C-B5D7-3AF4-AECD-D29EBD8CD508> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/Versions/A/SymptomAnalytics 0x7fff73e5d000 - 0x7fff73e75fff com.apple.SymptomPresentationFeed (1.0 - 1431.140.1) <39660362-929E-3A0A-A7D0-80C4F437711B> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/Versions/A/SymptomPresentationFeed 0x7fff779ed000 - 0x7fff779f4fff libRosetta.dylib (203.58) <F72C2D50-7279-3497-8A59-56908F9661F3> /usr/lib/libRosetta.dylib External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 0 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=985.9M resident=0K(0%) swapped_out_or_unallocated=985.9M(100%) Writable regions: Total=362.7M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=362.7M(100%) VIRTUAL REGION REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Activity Tracing 256K 1 CoreGraphics 16K 3 CoreServices 224K 1 Dispatch continuations 96.0M 1 Foundation 16K 1 Kernel Alloc Once 8K 1 MALLOC 108.2M 54 MALLOC guard page 32K 7 Mach message 16K 2 Memory Tag 253 16.0G 20 Memory Tag 253 (reserved) 48K 1 reserved VM address space (unallocated) Memory Tag 255 4.0G 18 STACK GUARD 56.1M 26 Stack 147.2M 26 VM_ALLOCATE 400K 10 __DATA 30.1M 469 __DATA_CONST 25.0M 296 __DATA_DIRTY 1701K 208 __FONT_DATA 4K 1 __LINKEDIT 502.5M 11 __OBJC_RO 70.3M 1 __OBJC_RW 2496K 2 __TEXT 483.5M 471 __UNICODE 588K 1 mapped file 224.8M 22 shared memory 756K 15 =========== ======= ======= TOTAL 21.7G 1669 TOTAL, minus reserved VM space 21.7G 1669 Model: MacBookPro16,1, BootROM 1554.140.20.0.0 (iBridge: 18.16.14759.0.1,0), 6 processors, 6-Core Intel Core i7, 2,6 GHz, 16 GB, SMC Graphics: kHW_IntelUHDGraphics630Item, Intel UHD Graphics 630, spdisplays_builtin Graphics: kHW_AMDRadeonPro5300MItem, AMD Radeon Pro 5300M, spdisplays_pcie_device, 4 GB Memory Module: BANK 0/ChannelA-DIMM0, 8 GB, DDR4, 2667 MHz, Micron, 8ATF1G64HZ-2G6E1 Memory Module: BANK 2/ChannelB-DIMM0, 8 GB, DDR4, 2667 MHz, Micron, 8ATF1G64HZ-2G6E1 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x7BF), wl0: Aug 10 2021 20:10:47 version 9.30.444.18.32.5.71 FWID 01-30b2601e Bluetooth: Version 8.0.5d7, 3 services, 27 devices, 1 incoming serial ports Network Service: Wi-Fi, AirPort, en0 USB Device: USB 3.1 Bus USB Device: Hub USB Device: Blue Snowflake USB Device: TUSB3410 EECode Ser USB Device: Texas Instruments USB Billboard Device USB Device: Apple T2 Bus USB Device: Composite Device USB Device: Touch Bar Backlight USB Device: Touch Bar Display USB Device: Apple Internal Keyboard / Trackpad USB Device: Headset USB Device: Ambient Light Sensor USB Device: FaceTime HD Camera (Built-in) USB Device: Apple T2 Controller Thunderbolt Bus: MacBook Pro, Apple Inc., 63.5 Thunderbolt Bus: MacBook Pro, Apple Inc., 63.5 ```
https://github.com/electron/electron/issues/31064
https://github.com/electron/electron/pull/31087
2360012cad79d8ce2e6fcfebf59dd74889d5f546
25d0963d9b316bcddba8a8152dc2fa1869237d4d
2021-09-22T12:28:44Z
c++
2021-09-27T13:02:13Z
closed
electron/electron
https://github.com/electron/electron
31,058
["shell/browser/native_browser_view_mac.mm"]
[Bug]: Inconsistent window dragging behavior between BrowserWindow / BrowserView
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 13.1.7 ### What operating system are you using? macOS ### Operating System Version macOS Big Sur 11.5.2 ### What arch are you using? x64 ### Last Known Working Electron version _No response_ ### Expected Behavior Dragging a `-webkit-app-region: drag` area behaves differently if the `WebContents` are loaded in the `BrowserWindow` vs. a `BrowserView`. There are three noticeable differences; I expected both scenarios to work the way a `BrowserWindow` does, i.e. - When you drag a draggable region between two monitors, a semi-transparent preview should show up on the "inactive" monitor - When you click and drag a draggable region on a not-focused `BrowserWindow`, the window should reposition itself as expected - When you're mid-drag and your mouse cursor "leaves" a draggable area, the window should smoothly catch up to the new mouse position ### Actual Behavior Here is a Loom demoing the difference between expected and actual behavior: https://www.loom.com/share/7d28722ac7bb4e1eb37aabc5bae53f8b - When you drag a `BrowserView`'s draggable region between two monitors, no semi-transparency effects occur and the window "snaps" to a newly-active monitor once activated - This is especially obvious when two monitors are positioned spatially above / below each other; dragging to the bottom window will snap aggressively such that the top of the window is beneath the "Apple menu bar" at the top of the screen. - When you click and drag a `BrowserView`'s draggable region when its containing window was not focused, it will activate the window and ignore the mouse drag - When you're mid-drag with a `BrowserView`'s draggable region and your mouse cursor "leaves" a draggable area, the window "stutters" to the new position, or sometimes even does not move to the new position at all. ### Testcase Gist URL https://gist.github.com/0a371fe58ff8c8b72287629ab6d76d34 ### Additional Information _No response_
https://github.com/electron/electron/issues/31058
https://github.com/electron/electron/pull/31114
4da66b9d68b155bceb1a6129cf646f66079224cf
abf6f1cf78fa4e88131fe2a77caf350cb3b9fdcb
2021-09-22T00:51:23Z
c++
2021-09-28T19:12:22Z
closed
electron/electron
https://github.com/electron/electron
31,052
["shell/browser/api/electron_api_browser_window_mac.mm"]
[Bug]: Draggable areas on parent windows are added to their child BrowserViews on macOS
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 14.0.1 ### What operating system are you using? macOS ### Operating System Version macOS Big Sur 11.6 ### What arch are you using? x64 ### Last Known Working Electron version 11.2? and 12.0.1 ### Expected Behavior BrowserViews should not contain a draggable area that isn't explicitly added to it. ### Actual Behavior When a BrowserView is the child of a window that has a draggable bar at the top, the BrowserView takes on the draggable area as well and the app can be dragged using an area that isn't explicitly defined. ### Testcase Gist URL _No response_ ### Additional Information Reproduced on `electron-quick-start` branch here: https://github.com/devinbinnie/electron-quick-start/tree/draggable_areas_bv_macos
https://github.com/electron/electron/issues/31052
https://github.com/electron/electron/pull/31085
1193a37d8f8a2cb67d2122f3fd490690e9588cff
2c10d0fe1bdaa1e1a00851aa1ca69ecc95495fab
2021-09-21T19:12:53Z
c++
2021-09-30T09:41:08Z
closed
electron/electron
https://github.com/electron/electron
31,018
["patches/node/.patches", "patches/node/buffer_fix_atob_input_validation.patch"]
[Bug]: ContextIsolation changes page behavior and breaks protonmail login
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version any 15.x.y-beta, including beta.7 ### What operating system are you using? Other Linux ### Operating System Version Fedora 34 ### What arch are you using? x64 ### Last Known Working Electron version 14.0.1 ### Expected Behavior Logins of Protonmail inside webviews should work and decrypt messages after login or show a message that the password was incorrect, regardless of the webpreferences of the webview. ### Actual Behavior On Electron 14 it works as expected, you can login and it all works. The same is true for Electron 15, but ONLY if you have enabled contextIsolation. I can't do that for my project as I need to overwrite existing window properties, and since the contextBridge doesn't allow this I have contextIsolation disabled. This isn't a big issue, as I only run a specific set of preloads inside the webview, but for some odd reason the protonmail login gives this vague error of "invalid character", that I can ONLY reproduce with contextIsolation disabled using the 15 betas. It does not happen in Chromium, it does not happen when enabling contextIsolation and it did not happen in Electron 14 and earlier, where you could just sign in. ### Testcase Gist URL https://gist.github.com/Jelmerro/65c3cabe4ac91461f382f6b15361b7b5 ### Additional Information _No response_
https://github.com/electron/electron/issues/31018
https://github.com/electron/electron/pull/35415
7e8607fd7a3dac522fce600a3e5fd03bda64efff
22ff2b6b933a52f7cfa85556aa8aaea7544b9d3f
2021-09-18T20:17:33Z
c++
2022-08-25T06:55:07Z
closed
electron/electron
https://github.com/electron/electron
31,016
["docs/api/structures/web-preferences.md", "docs/breaking-changes.md", "filenames.gni", "patches/chromium/.patches", "patches/chromium/fix_disabling_background_throttling_in_compositor.patch", "shell/browser/api/electron_api_web_contents.cc", "shell/browser/api/electron_api_web_contents.h", "shell/browser/background_throttling_source.h", "shell/browser/native_window.cc", "shell/browser/native_window.h"]
[Bug]: Disabling `backgroundThrottling` not working with hide() on Windows
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 14.0.0 ### What operating system are you using? Windows ### Operating System Version Windows 10 build 19041.1165 ### What arch are you using? x64 ### Last Known Working Electron version _No response_ ### Expected Behavior On Windows, setting `backgroundThrottling: false` on a BrowserWindow should cause throttling of things like `requestAnimationFrame` to not happen when the window is occluded, minimized, or hidden. ### Actual Behavior On Windows, setting `backgroundThrottling: false` on a BrowserWindow causes throttling of things like `requestAnimationFrame` to not happen when the window is occluded or minimized but not hidden. On MacOS (v11.5.2 Intel x64) disabling `backgroundThrottling` causes `requestAnimatingFrames` to continue to work for all 3 cases -- occluded, minmized, and hidden. This is the reason I think this might be a bug on Windows. ### Testcase Gist URL https://gist.github.com/aluo-lmi/e8be4e6f23f5eca831fad332a810f99f ### Additional Information Steps for repro on gist: 1. Start gist in electron (fiddle), open dev console and pop it out -> observe the `tick` being logged twice per second as callbacks to `requestAnimationFrame` calls 2. Occlude the window, minimize the window, or click `Hide for 5s` -> observe the `tick` stops being logged in all 3 cases 3. Click `Toggle background throttling` button 4. Occlude or minimize the window -> observe the `tick` does not stop being logged 5. Click `Hide for 5s` -> On Windows, observe the `tick` stops being logged during the 5s the window is hidden, indicating the `requestAnimationFrame` callbacks are being blocked. On Mac, observe the `tick` continue to be logged indicating they are not.
https://github.com/electron/electron/issues/31016
https://github.com/electron/electron/pull/38924
fa215f1009d17724c1c83845d0e65b3a8082e86d
2190793fe6351e50940dec077907eaac1f16471c
2021-09-17T19:32:32Z
c++
2023-09-26T20:00:46Z
closed
electron/electron
https://github.com/electron/electron
30,992
["docs/api/web-contents.md"]
[Bug]: Error: Must specify either 'file' or 'files' option
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 11.0.1 ### What operating system are you using? macOS ### Operating System Version macOS Big Sur ### What arch are you using? x64 ### Last Known Working Electron version _No response_ ### Expected Behavior types to work ```typescript type Item = ({ /** * The path to the file being dragged. */ file: (string[]) | (string); } | { /** * The paths to the files being dragged. */ file: (string[]) | (string); }) & { /** * The image must be non-empty on macOS. */ icon: (NativeImage) | (string); } startDrag(item: Item): void; ``` ```typescript event.sender.startDrag({ file: filePath, icon: icon }); ``` ```typescript event.sender.startDrag({ files: filePaths, icon: icon }); ``` ### Actual Behavior ``` A JavaScript error occurred in the browser process Error: Must specify either 'file' or 'files' option at IpcMainImpl.<anonymous> (/Users/edgarrodriguez/Documents/projects/control-electron/src/main.dev.ts:403:20) at IpcMainImpl.emit (events.js:315:20) at IpcMainImpl.EventEmitter.emit (domain.js:483:12) at Object.<anonymous> (electron/js2c/browser_init.js:157:9051) at Object.emit (events.js:315:20) at Object.EventEmitter.emit (domain.js:483:12) ``` ![image](https://user-images.githubusercontent.com/10213241/133517800-b3e6f209-fe91-42e4-9bb4-f4067853bc40.png) ### Testcase Gist URL _No response_ ### Additional Information https://github.com/electron/electron/blob/00d0265782f3bb52c7d623f70bd99480bcd96262/shell/browser/api/electron_api_web_contents.cc#L2877 https://github.com/electron/electron/blob/4d89174b4187067a1f91f44f48c4234720fd24fa/docs/api/web-contents.md#contentsstartdragitem
https://github.com/electron/electron/issues/30992
https://github.com/electron/electron/pull/31034
68d3659f75b36d14eeb8a4f795a7e70c4696d2db
e39a1d2ea05d6f5e296996e4710f51a3f758024d
2021-09-15T22:21:55Z
c++
2021-09-23T08:07:39Z
closed
electron/electron
https://github.com/electron/electron
30,897
["docs/api/environment-variables.md", "shell/browser/electron_browser_main_parts_linux.cc"]
[Feature Request]: environment variable to enable wayland support and get rid of individual --enable-features=UseOzonePlatform --ozone-platform=wayland flags
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Problem Description Currently Wayland support in Electron needs to be turned on on per-app basis with `--enable-features=UseOzonePlatform --ozone-platform=wayland` flags. This is very inconvenient: we have to repeat this chore for every single Electron app, we need to take care of CLI aliases, etc, etc. Without these flags Electron apps look blurry and are almost unusable when fractional scaling is on. ### Proposed Solution Electron should read these options from an environment variable, like `ELECTRON_OPTS`, this way the user would be able to turn on Wayland support globally. ### Alternatives Considered Alternatively Electron may support environment variables like `ELECTRON_OZONE_PLATFORM` `ELECTRON_ENABLE_FEATURES` ### Additional Information _No response_
https://github.com/electron/electron/issues/30897
https://github.com/electron/electron/pull/39792
6a8b70639ba20655812fbd8201380fd0769ca70b
58fd8825d224c855cc8290f0a9985c21d4f3c326
2021-09-09T17:10:18Z
c++
2023-09-20T20:21:23Z
closed
electron/electron
https://github.com/electron/electron
30,889
["patches/chromium/printing.patch"]
[Bug]: No supported version supports selecting a printer through silent printing
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 12.x, 13.x, 14.x ### What operating system are you using? Windows ### Operating System Version Windows 10 ### What arch are you using? x64 ### Last Known Working Electron version 11.x ### Expected Behavior Printing with `silent: true` should allow us to select a printer though `deviceName`. ### Actual Behavior Prints using Windows default printer opposed to the one we assigned it to. ### Testcase Gist URL _No response_ ### Additional Information This is technically a "duplicate" as it has been reported before. But since this now affects every supported version of Electron projects cannot move forward with an upgrade if they depend on this feature. In our case it's point of sale system software and our ability to easily maintain a wide range of receipt printers. We strive to make sure all dependencies are the latest with proper security fixes. This and since new versions of Electron will start to trigger the bot to mark the duplicates as outdated/closed I felt like this merited a new issue. Apologies if not the case.
https://github.com/electron/electron/issues/30889
https://github.com/electron/electron/pull/31489
5f3af5fdf1874c87f4388f899182cf0196b6c386
2a4b262354542e3830638a21eb0a7458c677fca2
2021-09-08T22:19:03Z
c++
2021-10-25T15:52:52Z
closed
electron/electron
https://github.com/electron/electron
30,884
["filenames.gni", "shell/browser/electron_browser_client.cc", "shell/browser/electron_browser_client.h", "shell/browser/font/electron_font_access_delegate.cc", "shell/browser/font/electron_font_access_delegate.h"]
[Bug]: Renderer process crashes after calling navigator.fonts.query()
### Preflight Checklist - [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 15.0.0-alpha.10 ### What operating system are you using? macOS ### Operating System Version macOS Big Sur 11.5.2 ### What arch are you using? x64 ### Last Known Working Electron version This feature never worked before ### Expected Behavior `navigator.fonts.query()` should return a promise which in turn should resolve with a list of fonts provided by the operating system. ### Actual Behavior `navigator.fonts.query()` causes the renderer process to crash (the window becomes gray and the dev tools are disconnected). ### Testcase Gist URL _No response_ ### Additional Information `navigator.fonts.query()` is part of the experimental [Local Font Access API](https://www.chromestatus.com/feature/6234451761692672) and it must be first enabled by adding `FontAccess` to `webPreferences.enableBlinkFeatures`. I was also able to reproduce this bug with Electron 13.2.3. I was unable to reproduce it with Chrome 92.
https://github.com/electron/electron/issues/30884
https://github.com/electron/electron/pull/30930
9eaa9de3b419a2a8c2f6f8a50f0871354e0261e3
c8e4cc29c03930b1b7dbb0291fb317d479db9e8f
2021-09-08T09:26:51Z
c++
2021-09-15T13:56:38Z
closed
electron/electron
https://github.com/electron/electron
30,880
["lib/renderer/security-warnings.ts", "spec-main/index.js", "spec-main/security-warnings-spec.ts"]
[Bug]: Don't show security warning for localhost
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 14.0.0 ### What operating system are you using? Ubuntu ### Operating System Version 19.10 ### What arch are you using? x64 ### Last Known Working Electron version _No response_ ### Expected Behavior There should not be a security warning about insecure loading of resources via plain HTTP when requested from **localhost**. ### Actual Behavior ``` This renderer process loads resources using insecure protocols. This exposes users of this app to unnecessary security risks. Consider loading the following resources over HTTPS or FTPS. - http://127.0.0.1:8000/@vite/client - http://127.0.0.1:8000/src/init.ts - http://127.0.0.1:8000/node_modules/vite/dist/client/env.mjs [around 100 more lines ommitted] For more information and help, consult https://electronjs.org/docs/tutorial/security. This warning will not show up once the app is packaged. ``` Since Vite loads every component separately, this warning spams the browser console, making it very hard to identify actually relevant warnings. ### Testcase Gist URL _No response_ ### Additional Information This issue was raised in https://github.com/electron/electron/issues/13186 but it was closed without discussion regarding localhost. So just wanted to confirm whether there is actually a known security risk loading from localhost, or whether these should be silenced for localhost? `ELECTRON_DISABLE_SECURITY_WARNINGS=true` is not a desirable solution as it silences other important security warnings too. Having these warnings not appear after packaging also doesn't help, as it is during development that reading the console messages is most useful.
https://github.com/electron/electron/issues/30880
https://github.com/electron/electron/pull/30885
82da4b0090248acfc33f2bc550498cd5efbb8864
e38a0a67c6b82595c4b19a8b2f5496b1b9d9593a
2021-09-08T03:12:12Z
c++
2021-09-21T06:47:54Z
closed
electron/electron
https://github.com/electron/electron
30,860
["patches/chromium/fix_media_key_usage_with_globalshortcuts.patch", "shell/browser/api/electron_api_global_shortcut.cc"]
[Bug]: Media Information no longer showing as of the 14.0.0 beta 24 release
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 15.0.0 beta 2 ### What operating system are you using? Windows ### Operating System Version Windows 11 (22449.1000) (also effects Windows 10<) ### What arch are you using? x64 ### Last Known Working Electron version 14.0.0 beta 23 ### Expected Behavior Electron should properly show song information in the quick settings menu and notification (Electron 14.0.0 beta 23) ![image](https://user-images.githubusercontent.com/33162551/132248060-b5fda445-8507-4d8b-9677-f38681a25f3c.png) ![image](https://user-images.githubusercontent.com/33162551/132248092-4ddcd44a-4cfa-47f6-9532-d98d57b9e936.png) ### Actual Behavior No media information appears and the content stays blank with no data being sent. (No code changes have been made since switching versions) ![image](https://user-images.githubusercontent.com/33162551/132246879-771ed874-0b00-45fc-8f54-0810bbc38b34.png) ![image](https://user-images.githubusercontent.com/33162551/132246908-fa302078-869e-4ea2-858d-11bb1e9aee3d.png) ### Testcase Gist URL https://gist.github.com/cryptofyre/28894b61cc740ec4e0b604706d2f420f ### Additional Information I should mention that im using the castlabs content security version of Electron which is still based off of all the current changes so I don't think thats the issue.
https://github.com/electron/electron/issues/30860
https://github.com/electron/electron/pull/31492
87f7625c5dd60c4703d1a1f6bf1297c17711128f
40a8e4fb58e66d8b736bd8c5e72d57473361a4e6
2021-09-06T17:14:12Z
c++
2021-10-21T19:39:38Z
closed
electron/electron
https://github.com/electron/electron
30,858
["chromium_src/BUILD.gn", "filenames.gni", "shell/browser/api/electron_api_web_contents.cc", "shell/browser/api/electron_api_web_contents.h", "shell/browser/file_select_helper.cc", "shell/browser/file_select_helper.h", "shell/browser/web_dialog_helper.cc", "shell/browser/web_dialog_helper.h"]
[Bug]: Crash on attaching the file using generic input type="file" form control
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 15.0.0-beta.2 ### What operating system are you using? Linux 5.13.13 kernel ### What arch are you using? x64 ### Last Known Working Electron version 14.0.0 ### Expected Behavior The app doesn't crash. ### Actual Behavior The app crashes. ### Testcase Gist URL https://github.com/vladimiry/ElectronMail/releases/tag/v4.12.6 ### Additional Information It's not so trivial task to create an isolated repro for the case like this, but link to the app release has been attached as well as the crash stack. Downgrading `15.0.0-beta.2 => 14.0.0` resolves the issue. See attached [crash stack](https://github.com/electron/electron/files/7116429/dump.txt).
https://github.com/electron/electron/issues/30858
https://github.com/electron/electron/pull/30663
c74b9ff312003cb3b5c5921a6c44dcb75d98b1fe
00d0265782f3bb52c7d623f70bd99480bcd96262
2021-09-06T14:12:23Z
c++
2021-09-14T10:16:34Z
closed
electron/electron
https://github.com/electron/electron
30,828
["shell/browser/ui/views/win_frame_view.cc"]
[Bug]: Window Controls Overlay have an indentation of 1 pixel to the right edge of the screen in `maximized` state
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 16.0.0-nightly.20210902 ### What operating system are you using? Windows ### Operating System Version Випуск Windows 10 Pro 21H1 Build 19043.1165 ### What arch are you using? x64 ### Last Known Working Electron version _No response_ ### Expected Behavior Window Controls Overlay in the expanded state should be adjacent to the right edge of the screen. ### Actual Behavior Window Controls Overlay have an indentation of 1 pixel to the right edge of the screen. This means that you cannot close the window with a quick cursor movement because it "flies" past the button ### Testcase Gist URL https://gist.github.com/2b4c2171fc64899bb394d0e83896f853 ### Additional Information ![Знімок екрана 2021-09-03 172148](https://user-images.githubusercontent.com/1662812/132020911-a35a7686-a916-4b2f-943b-421638677ad1.png)
https://github.com/electron/electron/issues/30828
https://github.com/electron/electron/pull/30938
c5b517d89f8c156caa7d33297bd43dcdbaf8d063
b491a4c82f608e8bbbc0e08d3da1ba6897fbee2b
2021-09-03T14:24:29Z
c++
2021-09-16T00:34:51Z
closed
electron/electron
https://github.com/electron/electron
30,803
["shell/browser/ui/views/inspectable_web_contents_view_views.cc"]
[Bug]: Unable to resize undocked dev tools window in Electron 14 (Windows OS)
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version **14.0.0** (broken around **v14.0.0-beta5**) ### Operating System Version Windows 10 version 20H2 ### What arch are you using? x64 ### Last Known Working Electron version v14.0.0-beta3 ### Expected Behavior Launch Electron itself. Open the dev tools. After undocking it, it should be resizable. ### Actual Behavior On Windows it is not resizable. (Someone tells me that, if it was already undocked, they had to dock it and undock it again to see this effect.)
https://github.com/electron/electron/issues/30803
https://github.com/electron/electron/pull/30823
99c0a723fdd285ee64de6f911dd0c3edd8fd9e3a
26f981fa3ebc529144270df0f512d4d3ea22fbb3
2021-09-01T22:48:21Z
c++
2021-09-06T07:54:47Z
closed
electron/electron
https://github.com/electron/electron
30,798
["shell/browser/native_window_views.cc", "spec-main/api-browser-window-spec.ts"]
[Bug]: Full Screen Transparent Windows are White on Windows 10
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 14.0.0 ### What operating system are you using? Windows ### Operating System Version Windows 10 Pro version 20H2, OS build 19042.1110 ### What arch are you using? x64 ### Last Known Working Electron version _No response_ ### Expected Behavior A transparent window should be transparent, no matter its height or width. ### Actual Behavior **BROKEN** GIVEN your window is transparent, frameless, and you are running on windows AND your window's width === monitor width and the window's height === monitor height AND its top left corner is the top left corner of your monitor THEN your transparent window will be white and render nothing GIVEN prereqs above AND your window's width === monitor width - 1 and the window's height === monitor height AND its top left corner is the top left corner of your monitor THEN your transparent window will be white and render nothing GIVEN prereqs above AND your window's width === monitor width and the window's height === monitor height AND its top left corner is the top left corner of your monitor THEN your transparent window will be white and render nothing **WORKS** GIVEN prereqs above AND your window's width === monitor width and the window's height === monitor height AND its top left corner is the top left corner of your monitor + 1 px in the X or Y direction THEN your transparent window will be transparent and perfect GIVEN prereqs above AND your window's width === monitor width - 1 and the window's height === monitor height - 1 AND its top left corner is the top left corner of your monitor THEN your transparent window will be transparent and perfect ### Testcase Gist URL https://gist.github.com/d52ceca16461bfe12b2bf936bc462412 ### Additional Information If you shift the top left corner of the window by 1 pixel, the bug goes away. I assume there's a falsey check somewhere and 0 is triggering it. I didn't test this on a secondary monitor.
https://github.com/electron/electron/issues/30798
https://github.com/electron/electron/pull/30804
ce6a71e93660d5138910383e743f9103abbe03fd
fb40065c1e29a99140c410ce858799e28abfb3dd
2021-09-01T19:21:10Z
c++
2021-09-07T08:18:43Z
closed
electron/electron
https://github.com/electron/electron
30,760
["patches/chromium/.patches", "patches/chromium/feat_add_set_can_resize_mutator.patch", "shell/browser/native_window_views.cc"]
[Bug]: Frameless window displays frame while opening
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 14.0.0-beta.25 ### What operating system are you using? Windows ### Operating System Version Windows 10 21H1 ### What arch are you using? x64 ### Last Known Working Electron version 14.0.0-beta.3 ### Expected Behavior Opening a frameless window and immediately revealing it (instead of waiting for `ready-to-show` event) shows no content inside of the window. ### Actual Behavior Opening a frameless window and immediately revealing it (instead of waiting for `ready-to-show` event) shows an older style window frame with no content inside. | 14.0.0-beta.3 | 14.0.0-beta.5 | | --- | --- | | ![image](https://user-images.githubusercontent.com/1656324/131413708-cc472e02-21d7-4fc8-9a6b-ca38391b7911.png) | ![image](https://user-images.githubusercontent.com/1656324/131413746-ac2e389f-1528-4f60-886b-25a93ef8e217.png) | https://user-images.githubusercontent.com/1656324/131413659-18c2ea6c-d1c4-489f-8182-ae19cba51bcb.mp4 ### Testcase Gist URL https://gist.github.com/4256f388d41ef0d974645a11ab72b1fe ### Additional Information This may not be a bug, but I felt that displaying the frame while the window is opening was maybe not intentional.
https://github.com/electron/electron/issues/30760
https://github.com/electron/electron/pull/35189
db7c92fd574f9880cc4ce579972f5220ebb3186e
947f1b0abf8ce61612f48cf13e7861b58f22594a
2021-08-30T22:30:41Z
c++
2022-08-16T21:22:47Z
closed
electron/electron
https://github.com/electron/electron
30,662
["docs/api/app.md", "docs/api/web-contents.md", "shell/browser/api/electron_api_app.cc"]
[Feature Request]: Expose isMainFrame on the "certificate-error" event
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Problem Description We need to load a custom error page when the certificate is invalid but without "isMainFrame" property we don't know when to load the custom error page using webContents.loadURL() ### Proposed Solution webContents.on("certificate-error", ((event, url, error, certificate, callback, isMainFrame) ### Alternatives Considered Not sure ### Additional Information Not sure
https://github.com/electron/electron/issues/30662
https://github.com/electron/electron/pull/30879
e38a0a67c6b82595c4b19a8b2f5496b1b9d9593a
92bff00d4341c0e41ca301f8f1033090a5bad81b
2021-08-23T09:01:12Z
c++
2021-09-21T06:49:15Z
closed
electron/electron
https://github.com/electron/electron
30,658
["docs/api/touch-bar-scrubber.md", "shell/browser/ui/cocoa/electron_touch_bar.mm"]
[Bug]: TouchBarScrubber panics when items list is empty and ...
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version v13.2.1 ### What operating system are you using? macOS ### Operating System Version macOS Big Sur v11.5.2 ### What arch are you using? arm64 (including Apple Silicon) ### Last Known Working Electron version _No response_ ### Expected Behavior TouchBarScrubber has empty `items` and `showArrowButtons` set to `true`. When I click on the arrow button, the app is crashing. ### Actual Behavior It should not crash if TouchBarScrubber has empty items ### Testcase Gist URL https://gist.github.com/iMro0t/093a43c38e90ae0a9ddbd1db9d04bb3b ### Additional Information Console error output ``` 2021-08-23 13:21:15.572 Electron[53904:1170468] *** Assertion failure in -[NSScrubberDocumentView scrollPointAligningItemAtIndex:toAlignment:forState:], NSScrubberDocumentView.m:1980 ```
https://github.com/electron/electron/issues/30658
https://github.com/electron/electron/pull/30661
e43a25724cdab6728bafa4b97c8341a3558eea0a
32194f0f71222d5e0de81fc99641c47a7ce98236
2021-08-23T07:53:29Z
c++
2021-08-24T16:28:57Z
closed
electron/electron
https://github.com/electron/electron
30,575
["patches/chromium/.patches", "patches/chromium/fix_x11_window_restore_minimized_maximized_window.patch", "spec/api-browser-window-spec.ts"]
[Bug]: On Linux window is not maximized when restored
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 13.2.0 ### What operating system are you using? Other Linux ### Operating System Version Arch Linux ### What arch are you using? x64 ### Last Known Working Electron version _No response_ ### Expected Behavior With a single instance application such as [andreldm/electron-quick-start](https://github.com/andreldm/electron-quick-start), when a minimized window is restored, if it was maximized it should be restored as such. ### Actual Behavior Maximized windows when restored go back to their "normal" state. ### Testcase Gist URL _No response_ ### Additional Information - Desktop: Xfce 4.16 - I cannot reproduce this bug with Chromium (92.0.4515.131) - This is a follow-up of #9281 and https://github.com/microsoft/vscode/issues/130932. - While working on a reproducer, I noticed that listeners to the window's `minimize` and `restore` events didn't work. - I'm not sure if I'm looking at the right place but it seems like Chromium's [restore function](https://source.chromium.org/chromium/chromium/src/+/main:ui/views/widget/native_widget_aura.cc;l=711;drc=7c87736d27b223ec3b90c1ecf71cb830e45a8d41) sets the window state to normal unconditionally, instead of keeping tracking of the previous state. - Running from terminal `xdotool search --limit 1 'Hello World' windowactivate` restores the window maximized as expected.
https://github.com/electron/electron/issues/30575
https://github.com/electron/electron/pull/37346
ee966ad6ec76b923ced107aa2d0247f0c5ed69d7
a92fd2aa05c0cfcb5809268eb8a4f1d4d3f91074
2021-08-17T21:47:18Z
c++
2023-02-21T08:49:02Z
closed
electron/electron
https://github.com/electron/electron
30,564
["shell/browser/native_window_mac.mm"]
[Bug]: Toggling `documentEdited` moves `hiddenInset` traffic lights to the `hidden` position and back once the window is blurred
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 13.1.9 ### What operating system are you using? macOS ### Operating System Version Big Sur 11.5.2 ### What arch are you using? arm64 (including Apple Silicon) ### Last Known Working Electron version _No response_ ### Expected Behavior Toggling the `documentEdited` status on a Browser window with `titleBarStyle: 'hiddenInset'` simply sets the black dot indicating an edited document and not move the traffic lights around. ### Actual Behavior When the `documentEdited` status is toggled, the traffic lights move from the `hiddenInset` position to simply the `hidden` position (that is: slightly less inset). Interestingly, once I blur the window and re-focus it (i.e. by moving another window on top of it) this resets the traffic lights back to the hidenInset position while retaining the black dot. When the `documentEdited` status is then toggled again, the traffic lights again move to the `hidden` position, and back to `hiddenInset` once the window is blurred. ## Instructions for the Testcase 1. Run the gist in Electron fiddle on either an ARM64 or Intel Mac 2. Click the "Toggle documentEdited Status"-button 3. Observe that the traffic lights move further into the corner of the window and a black dot appears 4. Blur the window (e.g. by clicking on the Desktop, activating another application, etc) 5. Observe that the traffic lights move back to the correct position while the black dot is being retained 6. Click "Toggle documentEdited Status" again 7. Observe the same behavior, now without the black dot ### Testcase Gist URL https://gist.github.com/166ffcd98c950e6e97fec05ae4f2683b ### Additional Information I believe this to be a regression bug directly related to a previous issue of mine: https://github.com/electron/electron/issues/30039 That issue has been fixed with this PR: https://github.com/electron/electron/pull/30322 The previous bug from issue 30039 has been fixed in Electron 13.1.8, but that also introduced the moving around of the traffic lights.
https://github.com/electron/electron/issues/30564
https://github.com/electron/electron/pull/30565
e92d92d7eb585bb235077b733ec6c49f83d7a976
ec13a0b0e61d6c4efc3232821a733e7f438c6f1c
2021-08-17T08:38:03Z
c++
2021-08-18T19:09:57Z
closed
electron/electron
https://github.com/electron/electron
30,543
["patches/chromium/.patches", "patches/chromium/fix_media_key_usage_with_globalshortcuts.patch", "spec-main/api-global-shortcut-spec.ts"]
[Bug]: Media keys not working with globalShortcuts on macOS 11
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 13.1.7 ### What operating system are you using? macOS ### Operating System Version Big Sur ### What arch are you using? arm64 (including Apple Silicon) ### Last Known Working Electron version _No response_ ### Expected Behavior `globalShortcut.register('MediaPlayPause', ...)` should be working and pressing that key should trigger the callback in the function. ### Actual Behavior The Music app starts (if not previously started) when this key is pressed. None of the other media shortcuts seem to work. ### Testcase Gist URL https://gist.github.com/AxelTerizaki/3e9c08586f7912f347e44e26ad25c3d0 ### Additional Information I tried a few things while fiddling. I added my app to System Preferences > Security & Privacy > Input Monitoring, but to no avail. I also added the electron.app fiddle downloaded there just to make sure. Protip: move `~/Library/Application Support/Electron Fiddle/electron-bin` to your home directory and create a symlink from there to the electron fiddle folder in app support so you can browse to the electron-bin folder and add the electron.app to security and privacy. Finder won't allow you to browse through `Library` by default, it's hidden. There are numerous issues on this topic, namely #24052 where adding the app to input monitoring apparently works with Electron 8. It might be a regression but I am not quite sure : Electron 8 isn't available through fiddle. I went as far back as 11.4.11 and couldn't get it to work. Note : I tested this on an Apple Silicon but it likely affects Intel versions too. Any help would be appreciated! :)
https://github.com/electron/electron/issues/30543
https://github.com/electron/electron/pull/30552
04aafcc5efd2cf35b54891a77b5813f8a08e754e
db8644ee7a7e6e80802508a13ee06c6f20ee1a1c
2021-08-16T11:38:58Z
c++
2021-08-17T17:44:17Z
closed
electron/electron
https://github.com/electron/electron
30,536
["shell/browser/native_window_mac.mm", "shell/browser/ui/cocoa/window_buttons_proxy.h", "shell/browser/ui/cocoa/window_buttons_proxy.mm"]
[Bug]: setSimpleFullscreen does not hide native titlebar
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 13.1.9 ### What operating system are you using? macOS ### Operating System Version 11.5.2 ### What arch are you using? x64 ### Last Known Working Electron version v13.0.0-nightly.20210129 ### Expected Behavior <img width="1680" alt="Screen Shot 2021-08-15 at 10 28 53 PM" src="https://user-images.githubusercontent.com/964386/129515418-58013fe8-3569-4192-a03e-ca49eb5a7730.png"> ### Actual Behavior <img width="1680" alt="Screen Shot 2021-08-15 at 10 28 12 PM" src="https://user-images.githubusercontent.com/964386/129515412-2e013c7b-a168-4ec1-b29b-3417b86aaf8c.png"> ### Testcase Gist URL https://gist.github.com/deepak1556/122174b84074ca7790f6ee30bd5578e2 ### Additional Information Regressed from https://github.com/electron/electron/pull/27489 /cc @zcbenz
https://github.com/electron/electron/issues/30536
https://github.com/electron/electron/pull/30671
a9983c1d06ec48377c1f6a52ab11056a17eaaace
00d65eb9ac44798ed4b7e9ed019f5ebde49b4df5
2021-08-16T05:29:57Z
c++
2021-08-25T23:29:34Z
closed
electron/electron
https://github.com/electron/electron
30,514
["shell/browser/electron_browser_client.cc", "spec-main/api-web-contents-spec.ts"]
[Bug]: DCHECK failed: false. Observers can only be added once!
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version current main ### What operating system are you using? macOS ### Operating System Version 10.15.7 ### What arch are you using? x64 ### Last Known Working Electron version _No response_ ### Expected Behavior Crashing and reloading a page should succeed without tripping any DCHECKs. ### Actual Behavior ``` [51637:0812/154526.721851:FATAL:observer_list.h(272)] Check failed: false. Observers can only be added once! 0 Electron Framework 0x000000011b949499 base::debug::CollectStackTrace(void**, unsigned long) + 9 1 Electron Framework 0x000000011b8656a3 base::debug::StackTrace::StackTrace() + 19 2 Electron Framework 0x000000011b880f5f logging::LogMessage::~LogMessage() + 175 3 Electron Framework 0x000000011b881ede logging::LogMessage::~LogMessage() + 14 4 Electron Framework 0x000000011a9df302 base::ObserverList<content::RenderProcessHostObserver, false, true, base::internal::CheckedObserverAdapter>::AddObserver(content::RenderProcessHostObserver*) + 194 5 Electron Framework 0x000000011a9d7361 content::RenderProcessHostImpl::Init() + 289 6 Electron Framework 0x000000011a9c1811 content::RenderFrameHostManager::CreateSpeculativeRenderFrameHost(content::SiteInstance*, content::SiteInstance*, bool) + 177 7 Electron Framework 0x000000011a9c05cd content::RenderFrameHostManager::GetFrameHostForNavigation(content::NavigationRequest*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*) + 1821 8 Electron Framework 0x000000011a947259 content::NavigationRequest::OnResponseStarted(mojo::StructPtr<network::mojom::URLLoaderClientEndpoints>, mojo::StructPtr<network::mojom::URLResponseHead>, mojo::ScopedHandleBase<mojo::DataPipeConsumerHandle>, content::GlobalRequestID, bool, blink::NavigationDownloadPolicy, net::NetworkIsolationKey, absl::optional<content::SubresourceLoaderParams>, content::NavigationURLLoaderDelegate::EarlyHints) + 5897 9 Electron Framework 0x000000011a770664 content::NavigationURLLoaderImpl::NotifyResponseStarted(mojo::StructPtr<network::mojom::URLResponseHead>, mojo::StructPtr<network::mojom::URLLoaderClientEndpoints>, mojo::ScopedHandleBase<mojo::DataPipeConsumerHandle>, content::GlobalRequestID const&, bool) + 436 10 Electron Framework 0x000000011a774628 void base::internal::FunctorTraits<void (content::NavigationURLLoaderImpl::*)(mojo::StructPtr<network::mojom::URLResponseHead>, mojo::StructPtr<network::mojom::URLLoaderClientEndpoints>, mojo::ScopedHandleBase<mojo::DataPipeConsumerHandle>, content::GlobalRequestID const&, bool), void>::Invoke<void (content::NavigationURLLoaderImpl::*)(mojo::StructPtr<network::mojom::URLResponseHead>, mojo::StructPtr<network::mojom::URLLoaderClientEndpoints>, mojo::ScopedHandleBase<mojo::DataPipeConsumerHandle>, content::GlobalRequestID const&, bool), base::WeakPtr<content::NavigationURLLoaderImpl>, mojo::StructPtr<network::mojom::URLResponseHead>, mojo::StructPtr<network::mojom::URLLoaderClientEndpoints>, mojo::ScopedHandleBase<mojo::DataPipeConsumerHandle>, content::GlobalRequestID, bool>(void (content::NavigationURLLoaderImpl::*)(mojo::StructPtr<network::mojom::URLResponseHead>, mojo::StructPtr<network::mojom::URLLoaderClientEndpoints>, mojo::ScopedHandleBase<mojo::DataPipeConsumerHandle>, content::GlobalRequestID const&, bool), base::WeakPtr<content::NavigationURLLoaderImpl>&&, mojo::StructPtr<network::mojom::URLResponseHead>&&, mojo::StructPtr<network::mojom::URLLoaderClientEndpoints>&&, mojo::ScopedHandleBase<mojo::DataPipeConsumerHandle>&&, content::GlobalRequestID&&, bool&&) + 200 11 Electron Framework 0x000000011a774548 base::internal::Invoker<base::internal::BindState<void (content::NavigationURLLoaderImpl::*)(mojo::StructPtr<network::mojom::URLResponseHead>, mojo::StructPtr<network::mojom::URLLoaderClientEndpoints>, mojo::ScopedHandleBase<mojo::DataPipeConsumerHandle>, content::GlobalRequestID const&, bool), base::WeakPtr<content::NavigationURLLoaderImpl>, mojo::StructPtr<network::mojom::URLResponseHead>, mojo::StructPtr<network::mojom::URLLoaderClientEndpoints>, mojo::ScopedHandleBase<mojo::DataPipeConsumerHandle>, content::GlobalRequestID, bool>, void ()>::RunOnce(base::internal::BindStateBase*) + 72 12 Electron Framework 0x000000011a7763e0 _ZN4base8internal7InvokerINS0_9BindStateIZN7content23NavigationURLLoaderImpl12ParseHeadersERK4GURLPN7network5mojom15URLResponseHeadENS_12OnceCallbackIFvvEEEE3$_2JSE_SB_EEEFvN4mojo9StructPtrINS9_13ParsedHeadersEEEEE7RunOnceEPNS0_13BindStateBaseEOSK_ + 176 13 Electron Framework 0x00000001174e7116 network::mojom::NetworkService_ParseHeaders_ForwardToCallback::Accept(mojo::Message*) + 214 14 Electron Framework 0x000000011bd21139 mojo::InterfaceEndpointClient::HandleValidatedMessage(mojo::Message*) + 1705 15 Electron Framework 0x000000011bd2744f mojo::MessageDispatcher::Accept(mojo::Message*) + 271 16 Electron Framework 0x000000011bd229ba mojo::InterfaceEndpointClient::HandleIncomingMessage(mojo::Message*) + 154 17 Electron Framework 0x000000011bd2cc47 mojo::internal::MultiplexRouter::ProcessIncomingMessage(mojo::internal::MultiplexRouter::MessageWrapper*, mojo::internal::MultiplexRouter::ClientCallBehavior, base::SequencedTaskRunner*) + 1447 18 Electron Framework 0x000000011bd2c07a mojo::internal::MultiplexRouter::Accept(mojo::Message*) + 394 19 Electron Framework 0x000000011bd2744f mojo::MessageDispatcher::Accept(mojo::Message*) + 271 20 Electron Framework 0x000000011bd19f02 mojo::Connector::DispatchMessage(mojo::Message) + 434 21 Electron Framework 0x000000011bd1a8f7 mojo::Connector::ReadAllAvailableMessages() + 279 22 Electron Framework 0x000000011bd1a699 mojo::Connector::OnWatcherHandleReady(unsigned int) + 57 23 Electron Framework 0x0000000116ffb030 mojo::SimpleWatcher::DiscardReadyState(base::RepeatingCallback<void (unsigned int)> const&, unsigned int, mojo::HandleSignalsState const&) + 80 24 Electron Framework 0x000000011bd4b115 mojo::SimpleWatcher::OnHandleReady(int, unsigned int, mojo::HandleSignalsState const&) + 405 25 Electron Framework 0x000000011bd4b600 base::internal::Invoker<base::internal::BindState<void (mojo::SimpleWatcher::*)(int, unsigned int, mojo::HandleSignalsState const&), base::WeakPtr<mojo::SimpleWatcher>, int, unsigned int, mojo::HandleSignalsState>, void ()>::RunOnce(base::internal::BindStateBase*) + 160 26 Electron Framework 0x000000011b8e178b base::TaskAnnotator::RunTask(char const*, base::PendingTask*) + 411 27 Electron Framework 0x000000011b9063ce base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::DoWorkImpl(base::sequence_manager::LazyNow*) + 974 28 Electron Framework 0x000000011b905b3b base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::DoWork() + 107 29 Electron Framework 0x000000011b9069f2 non-virtual thunk to base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::DoWork() + 18 30 Electron Framework 0x000000011b960683 base::MessagePumpCFRunLoopBase::RunWork() + 83 31 Electron Framework 0x000000011b95f9a2 base::mac::CallWithEHFrame(void () block_pointer) + 10 32 Electron Framework 0x000000011b96009f base::MessagePumpCFRunLoopBase::RunWorkSource(void*) + 63 33 CoreFoundation 0x00007fff39578832 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17 34 CoreFoundation 0x00007fff395787d1 __CFRunLoopDoSource0 + 103 35 CoreFoundation 0x00007fff395785eb __CFRunLoopDoSources0 + 209 36 CoreFoundation 0x00007fff3957731a __CFRunLoopRun + 927 37 CoreFoundation 0x00007fff3957691e CFRunLoopRunSpecific + 462 38 HIToolbox 0x00007fff381a2abd RunCurrentEventLoopInMode + 292 39 HIToolbox 0x00007fff381a27d5 ReceiveNextEventCommon + 584 40 HIToolbox 0x00007fff381a2579 _BlockUntilNextEventMatchingListInModeWithFilter + 64 41 AppKit 0x00007fff367e9039 _DPSNextEvent + 883 42 AppKit 0x00007fff367e7880 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1352 43 AppKit 0x00007fff367d958e -[NSApplication run] + 658 44 Electron Framework 0x000000011b96113c base::MessagePumpNSApplication::DoRun(base::MessagePump::Delegate*) + 348 45 Electron Framework 0x000000011b95fa33 base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) + 131 46 Electron Framework 0x000000011b906f5b base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta) + 651 47 Electron Framework 0x000000011b8bb350 base::RunLoop::Run(base::Location const&) + 880 48 Electron Framework 0x000000011a476e76 content::BrowserMainLoop::RunMainMessageLoop() + 246 49 Electron Framework 0x000000011a478bf2 content::BrowserMainRunnerImpl::Run() + 82 50 Electron Framework 0x000000011a47413b content::BrowserMain(content::MainFunctionParams const&) + 251 51 Electron Framework 0x00000001189d1b14 content::ContentMainRunnerImpl::RunBrowser(content::MainFunctionParams&, bool) + 1460 52 Electron Framework 0x00000001189d1455 content::ContentMainRunnerImpl::Run(bool) + 389 53 Electron Framework 0x00000001189cfa6c content::RunContentProcess(content::ContentMainParams const&, content::ContentMainRunner*) + 588 54 Electron Framework 0x00000001189d055b content::ContentMain(content::ContentMainParams const&) + 59 55 Electron Framework 0x0000000116faf227 ElectronMain + 135 56 Electron 0x000000010d58fd5a main + 298 57 libdyld.dylib 0x00007fff73618cc9 start + 1 58 ??? 0x0000000000000002 0x0 + 2 Task trace: 0 Electron Framework 0x000000011bd4b46f mojo::SimpleWatcher::Context::Notify(unsigned int, MojoHandleSignalsState, unsigned int) + 447 ``` ### Testcase Gist URL https://gist.github.com/88d2828d06ce1fda4f9c1770db000923 ### Additional Information To reproduce, run the fiddle under a debug build. It will crash immediately.
https://github.com/electron/electron/issues/30514
https://github.com/electron/electron/pull/30544
29749f3dc614beaabdf3c91eaa8e4313f0439426
90b5ba3bed497044339f57586ef4acdbd5b0f8ce
2021-08-12T22:48:10Z
c++
2021-08-18T18:23:06Z
closed
electron/electron
https://github.com/electron/electron
30,509
["shell/browser/api/electron_api_web_contents.cc", "spec-main/webview-spec.ts", "spec/fixtures/pages/a.html"]
[Bug]: Webview not emitting leave-html-full-screen when using ESC key to exit webview fullscreen
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 13.1.9 ### What operating system are you using? Windows ### Operating System Version Windows 10 ### What arch are you using? x64 ### Last Known Working Electron version n/a ### Expected Behavior the leave-html-full-screen event is emitted upon exiting the webview's fullscreen when pressing the ESC key. Clicking out of fullscreen eimts properly. ### Actual Behavior The leave-html-full-screen event is not emitted upon exiting the webview's fullscreen when pressing the ESC key. Clicking out of fullscreen emits properly. ### Testcase Gist URL _No response_ ### Additional Information In addition, I am not sure about other electron users, however I was personally utilizing the webview fullscreen behavior characterized in 3.1.6, and subsequently "fixed" in 3.1.7 and 3.1.8 per the following PRs https://github.com/electron/electron/pull/30128 https://github.com/electron/electron/pull/29987 Upon clicking a fullscreen Webview button, I would like my app to enter fullscreen, while the webview would enter fullscreen in its containing element, as seen prior to the integration of these PRs. Is there a clean way of entering this view instead while staying up to date with the electron version?
https://github.com/electron/electron/issues/30509
https://github.com/electron/electron/pull/30537
7cdd132d1858aaae0d927b95c363b97f0c4e5cec
a9a90fa1b689b8831136423bc104968aa3b6621e
2021-08-12T03:42:23Z
c++
2021-08-17T07:03:45Z
closed
electron/electron
https://github.com/electron/electron
30,496
["docs/api/session.md"]
[Bug]: permissionCheckHandler webContents is null for main frame permission requests
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 13.1.9 ### What operating system are you using? macOS ### Operating System Version 11.5.1 ### What arch are you using? arm64 (including Apple Silicon) ### Last Known Working Electron version _No response_ ### Expected Behavior The webContents property should only be null for cross-origin sub frame permission checks. ### Actual Behavior The webContents property is null for main frame permission checks. ### Testcase Gist URL https://gist.github.com/a923d684a8e76f6f21552e091cf83882 ### Additional Information According to the docs on [setPermissionCheckHandler](https://www.electronjs.org/docs/api/session#sessetpermissioncheckhandlerhandler): > webContents (WebContents | null) - WebContents checking the permission. Please note that if the request comes from a subframe you should use requestingUrl to check the request origin. _**Cross origin sub frames making permission checks will pass a null webContents to this handler.**_ You should use embeddingOrigin and requestingOrigin to determine what origin the owning frame and the requesting frame are on respectively. See the log output in the fiddle gist, webContents is null despite the request originating from the main frame.
https://github.com/electron/electron/issues/30496
https://github.com/electron/electron/pull/30645
32194f0f71222d5e0de81fc99641c47a7ce98236
be43996d35746551d60c01f3ac51502a299d1352
2021-08-11T18:07:48Z
c++
2021-08-25T00:41:56Z
closed
electron/electron
https://github.com/electron/electron
30,402
["shell/browser/native_window_views.cc"]
[Bug]: Mouse doesn't work for frameless browserwindows
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 14.0.0-beta.18 ### What operating system are you using? Other Linux ### Operating System Version Fedora 34 ### What arch are you using? x64 ### Last Known Working Electron version 13.1.8 ### Expected Behavior Frameless windows should have mouse interaction, similar to regular windows. ### Actual Behavior Every single regular mouse event is completely ignored, on all levels thinkable. Selection doesn't work, double-clicking doesn't, input fields don't work, and even custom events on the window/body don't fire at all.. The keyboard does work as expected, so the app is not frozen and hasn't crashed. ### Testcase Gist URL _No response_ ### Additional Information No gist needed, just add `"frame": false` to any basic electron app to break all mouse functionality when using the latest beta.
https://github.com/electron/electron/issues/30402
https://github.com/electron/electron/pull/30447
e223b4db949ebc0e4e0076f0815305a55fb68d46
edb7413bae2226644b5fa346de71350fecf55d7d
2021-08-04T19:57:53Z
c++
2021-08-10T01:01:20Z
closed
electron/electron
https://github.com/electron/electron
30,378
["docs/api/webview-tag.md", "lib/common/web-view-events.ts", "spec/webview-spec.js"]
[Feature Request]: Can add the 'did-redirect-navigation' event listener to webview tag as webContents?
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Problem Description In our product ,we should listen the redirect event of the url in the webview tag. ### Proposed Solution We hope that webview has the dom event listener just like:https://www.electronjs.org/docs/api/web-contents#event-did-redirect-navigation ### Alternatives Considered I have no idea ### Additional Information nothing
https://github.com/electron/electron/issues/30378
https://github.com/electron/electron/pull/30457
34f1bc0e8248723807a840ec877e178bbe116e9d
aad1c0d493357cd43844c9c804c15a95c39f189b
2021-08-03T09:13:43Z
c++
2021-08-23T14:26:00Z
closed
electron/electron
https://github.com/electron/electron
30,340
["patches/chromium/printing.patch"]
[Bug]: Electron JS print is not working with deviceName
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 13.1.17 ### What operating system are you using? Windows ### Operating System Version win10 20H2 ### What arch are you using? x64 ### Last Known Working Electron version 9.0.0 ### Expected Behavior const options = { deviceName: "233B", silent: true, printBackground: true, margins: { marginsType: 'custom', top: 0, bottom: 0, left: 0, right: 0 }, pageSize: { width: curTagBaseSet.printSet.width * 1000 - 1000, height: curTagBaseSet.printSet.height * 1000, } } ### Actual Behavior webview print is not working with deviceName ### Testcase Gist URL _No response_ ### Additional Information _No response_
https://github.com/electron/electron/issues/30340
https://github.com/electron/electron/pull/31489
5f3af5fdf1874c87f4388f899182cf0196b6c386
2a4b262354542e3830638a21eb0a7458c677fca2
2021-07-30T08:48:45Z
c++
2021-10-25T15:52:52Z
closed
electron/electron
https://github.com/electron/electron
30,287
["shell/browser/api/electron_api_browser_window_views.cc"]
[Bug]: Crash in content::WebContentsImpl::GetNativeView()
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 13.1.7 ### What operating system are you using? Windows ### Operating System Version Windows 10 19042.985 ### What arch are you using? x64 ### Last Known Working Electron version _No response_ ### Expected Behavior No crash ### Actual Behavior Crash ![grafik](https://user-images.githubusercontent.com/10595986/127132915-fe3f483b-2d98-43a6-b312-cb85f372f125.png) [7c96ff3a-53d7-4590-9456-ced7be095744.zip](https://github.com/electron/electron/files/6884422/7c96ff3a-53d7-4590-9456-ced7be095744.zip) ### Testcase Gist URL _No response_ ### Additional Information Considering the crash log is mentioning "UpdateDraggableRegions". I assume the crash is happening when using drag/drop api (standard browser feature within renderer) and then closing the window. The crash happened for the following case: (app behavior) - User drags element (standard drag/drop js code is used here) - Some condition is fullfilled (app logic) - Window is closed - => crash
https://github.com/electron/electron/issues/30287
https://github.com/electron/electron/pull/30304
4aa94556130760b6bab8e22b3f9e436c8d4aabf4
39c3ff5292b98e30ba11c589e360ae4c1ae3148c
2021-07-27T09:45:17Z
c++
2021-07-29T21:27:02Z
closed
electron/electron
https://github.com/electron/electron
30,277
["shell/browser/native_window_mac.mm"]
[Bug]: Aspect ratio not respected on maximise/zoom on Mac M1 , gets extra width equivalent to window title bar
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 13.1.7 ### What operating system are you using? macOS ### Operating System Version macOs Big Sur version 11.2(20D64) ### What arch are you using? arm64 (including Apple Silicon) ### Last Known Working Electron version _No response_ ### Expected Behavior Aspect ratio should be maintained if we maximise window. ### Actual Behavior I have created a new BrowserWindow with ```fullscreenable: false``` & ```win.setAspectRatio(1)``` so that window shouldn't be able to have 'full screen mode' to make sure it maintains aspect ratio of 1, while once i click on maximise button or double click on title bar it looses aspect ration of <b>1</b> as window width increases(28px) equivalent to height of window title bar(title bar is not hidden/auto-hide mode).Every time i resize window with cursor, it always maintains aspect ratio. ### Testcase Gist URL https://gist.github.com/wasitshafi/68086a64c780040628aea3c071350390 ### Additional Information I have also tried to use ```event.preventDefault()``` on maximize event, but found later it's not working on maximize/minimize unlike close event whose default behaviour can be prevented.
https://github.com/electron/electron/issues/30277
https://github.com/electron/electron/pull/30305
39c3ff5292b98e30ba11c589e360ae4c1ae3148c
3ee6326b93e83ca18a8b55c964fc347c81c53cd2
2021-07-26T20:57:26Z
c++
2021-07-29T21:27:21Z
closed
electron/electron
https://github.com/electron/electron
30,247
["shell/browser/ui/file_dialog_gtk.cc", "shell/browser/ui/gtk_util.cc", "shell/browser/ui/gtk_util.h", "shell/browser/ui/message_box_gtk.cc"]
[Bug]: Button labels in File choosers are untranslated on Linux in e14
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 14.0.0 ### What operating system are you using? Ubuntu ### Operating System Version Ubuntu 18.04 ### What arch are you using? x64 ### Last Known Working Electron version 13.1.7 ### Expected Behavior The buttons in a (native) file dialog read "Cancel" and "OK" ### Actual Behavior The buttons in a native file dialog read `gtk-cancel` and `gtk-ok`. ### Testcase Gist URL https://gist.github.com/Kilian/3de5f404d90d9b12ccaec817fdc4d6da ### Additional Information Main window has a file input, click it to open the File chooser. Test on Ubuntu between 14.x and 13.x to see the difference. Probably caused by https://github.com/electron/electron/pull/19159 Electron 13.1.7: ![Selection_999(158)](https://user-images.githubusercontent.com/41970/126761063-a5361b8f-d057-406e-bb45-c71d48224b16.png) Electron 14.0.0-beta.16 ![Selection_999(156)](https://user-images.githubusercontent.com/41970/126761068-d6377aee-79f9-47a8-a3b5-f2a96578fda8.png)
https://github.com/electron/electron/issues/30247
https://github.com/electron/electron/pull/30888
a75617bff13a8f67c1d04ff249839021458e702c
38b810b2e3ccd30b6da9c8dd34a976d307425261
2021-07-23T09:09:41Z
c++
2021-09-22T18:12:50Z
closed
electron/electron
https://github.com/electron/electron
30,230
["shell/browser/native_window_mac.mm", "shell/browser/ui/cocoa/window_buttons_view.h", "shell/browser/ui/cocoa/window_buttons_view.mm"]
[Bug]: incorrect position of traffic lights with custom titlebar
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 13.1.7 ### What operating system are you using? macOS ### Operating System Version macOS Big Sur 11.4 ### What arch are you using? x64 ### Last Known Working Electron version v13.0.0-nightly.20210129 ### Expected Behavior Traffic lights are drawn at a `y` delta of 6px from the NSWindow top position ### Actual Behavior Traffic lights are drawn at a `y` delta of 3px from the NSWindow top position ### Testcase Gist URL https://gist.github.com/deepak1556/5a186ac86082ab07616cc8503bd1a531 ### Additional Information This first regressed in v13.0.0-nightly.20210201 which points to https://github.com/electron/electron/pull/27489 To verify: * Open the above app with working version * Open accessibility inspector * Check the y position of ElectronNSWindow * Check the y position of minimize button * Repeat the above steps for regressed electron version /cc @zcbenz
https://github.com/electron/electron/issues/30230
https://github.com/electron/electron/pull/30263
385d0f590fe39f6e8ec87dafb2c8b22ae005901f
d2989de5d9b7ae4a3d860620bbf7e760fc9be5ed
2021-07-21T19:25:51Z
c++
2021-07-26T16:22:21Z
closed
electron/electron
https://github.com/electron/electron
30,223
["shell/browser/ui/message_box_win.cc"]
[Bug]: Window alert()/prompt() dialog titles corrupted
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 13.1.6 ### What operating system are you using? Windows ### Operating System Version Windows 10 ### What arch are you using? ia32 ### Last Known Working Electron version 12.0.15 ### Expected Behavior Window alert() and prompt() dialogs titles should be name field specified in package.json ### Actual Behavior The first 4 characters of the title are always randomised as seen in image below. ![image](https://user-images.githubusercontent.com/32398564/126480681-98849394-355f-40df-a90b-58a2355fbd99.png) ### Testcase Gist URL https://gist.github.com/CiaranCarroll1/c4e9fdc2db23a649c7f506dc9ac9b411 ### Additional Information _No response_
https://github.com/electron/electron/issues/30223
https://github.com/electron/electron/pull/32434
7f4efb67472cdc05d277754ee5f95f0f83247125
f75a2740190fd9770120830a5a6b6e86d2360734
2021-07-21T11:33:23Z
c++
2022-01-13T21:23:36Z
closed
electron/electron
https://github.com/electron/electron
30,207
["docs/api/webview-tag.md", "lib/browser/guest-view-manager.ts", "lib/common/web-view-methods.ts", "spec/webview-spec.js"]
[Feature Request]: allow webview.send to send to iframes enabled via nodeintegrationinsubframes
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Problem Description Currently, there is no way to use the Webview.send method to a preloaded script running inside of an iframe of a webview. As it stands now, webview.send can only send messages to the webview directly. None of the iframes located inside of the webview can be communicated to via webview.send, however they ARE able to communicate to the rendererprocess via their own respective ipcRenderer.sendToHost methods. ### Proposed Solution Allow webview.send to specify which process inside the webview it wants to send the message to, defaulting to the baseline webview source. ### Alternatives Considered I believe this may be possible to do with webcontents.sendToFrame, while passing in the frameid, located inside of Webframe.routingId however this is extremely clunky and requires you to enable the remote module for access inside of the renderer process which is not desired ### Additional Information Preload scripts can only be ran inside iframes located inside webviews via the nodeintegrationinsubframes tag.
https://github.com/electron/electron/issues/30207
https://github.com/electron/electron/pull/30451
be43996d35746551d60c01f3ac51502a299d1352
501ac15b1d5fc953cb312f28505026d003c6f014
2021-07-20T09:30:39Z
c++
2021-08-25T07:46:46Z
closed
electron/electron
https://github.com/electron/electron
30,201
["BUILD.gn", "shell/browser/api/electron_api_web_contents.cc", "shell/browser/electron_browser_client.cc", "shell/browser/electron_browser_client.h", "shell/browser/electron_browser_context.cc", "shell/browser/electron_browser_context.h", "spec-main/chromium-spec.ts"]
[Bug]: Possibly broken user agent client hint
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 13.1.7 ### What operating system are you using? Windows ### Operating System Version Windows 10 version 20H2 ### What arch are you using? x64 ### Last Known Working Electron version 12.0.15 ### Expected Behavior Checking `navigator.userAgentData` in Chrome 91 returns an array of brands appropriately. Electron 13/14 do not return anything. This appears to then become a problem for my situation. I am posting a form with hidden variables to a third-party vendor I work with. This form post ultimately loads an iframe. Expected: As it does in Chrome 91, load the iframe from this third-party vendor. ### Actual Behavior A header of "sec-ch-ua" is included in the request to the third-party vendor and it is blank. They are rejecting the post because of an invalid header. I suspect this is because Chrome 13/14 does not make this hint data made available correctly. I tried loading various sites in Chrome 91 that do load brand names in Electron 13/14 and they are empty if you review `navigator.userAgentData`. ### Testcase Gist URL _No response_ ### Additional Information _No response_
https://github.com/electron/electron/issues/30201
https://github.com/electron/electron/pull/34481
8157a01a42a4e0fdda1358757aaf48756014a506
954fd725009093660599a03a6926d57717f5a8c4
2021-07-19T21:14:08Z
c++
2022-06-13T16:35:42Z
closed
electron/electron
https://github.com/electron/electron
30,153
["shell/common/node_bindings.cc", "shell/common/node_bindings.h", "shell/common/node_bindings_linux.cc", "shell/common/node_bindings_linux.h", "shell/common/node_bindings_mac.cc", "shell/common/node_bindings_mac.h", "shell/common/node_bindings_win.cc", "shell/common/node_bindings_win.h", "shell/renderer/electron_renderer_client.cc"]
[Bug]: callback didn't executed with process.nextTick and setImmediate
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 13.1.4 ### What operating system are you using? Windows ### Operating System Version 10 ### What arch are you using? x64 ### Last Known Working Electron version not ### Expected Behavior callbacks added by setImmediate and process.nextTick executed normally. ### Actual Behavior After I reload my project with ctrl +R,something was wrong. And I run those code in dev tool's console. ``` setImmediate(()=>{ console.log("immediate") }) process.nextTick(()=>{ console.log("nextTick") }) ``` but console.log didn't show the log,and callback added by setTimeout works at the same time. I read the source code,found some comment ``` // setImmediate and process.nextTick makes use of uv_check and uv_prepare to // run the callbacks, however since we only run uv loop on requests, the // callbacks wouldn't be called until something else activated the uv loop, // which would delay the callbacks for arbitrary long time. So we should // initiatively activate the uv loop once setImmediate and process.nextTick is // called. ``` Is electron use different event loop from nodejs? Any idea what's going on? ### Testcase Gist URL _No response_ ### Additional Information This bug is occasional.
https://github.com/electron/electron/issues/30153
https://github.com/electron/electron/pull/33207
e100402b1335315d707c72b69cd940ad5aee5c15
4cc2ed842e6ee6bab9c9b8743593023953da046b
2021-07-15T08:15:59Z
c++
2022-03-21T07:42:22Z
closed
electron/electron
https://github.com/electron/electron
30,112
["shell/app/electron_main_delegate.cc", "shell/browser/browser.cc", "shell/browser/electron_browser_context.cc", "shell/common/application_info.cc", "shell/common/application_info.h", "shell/common/application_info_linux.cc", "spec-main/api-app-spec.ts"]
[Bug]: app.getPath('userData') returns invalid value when running via default_app
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 14.0.0 beta 9 ### What operating system are you using? macOS ### Operating System Version macOS Catalina 10.15.7 ### What arch are you using? x64 ### Last Known Working Electron version 14.0.0 beta 8 ### Expected Behavior `console.log(app.getPath('userData'))` in main.js in Fiddle should output something like `/Users/miburda/Library/Application Support/stereotyped-rub-drain-i2tik` ### Actual Behavior `console.log(app.getPath('userData'))` in main.js in Fiddle outputs `/Users/miburda/Library/Application Support/Electron` ### Testcase Gist URL _No response_ ### Additional Information Seems to be regressed by #29649. Happens both before and after `app.whenReady()`.
https://github.com/electron/electron/issues/30112
https://github.com/electron/electron/pull/30113
4db7221c7da219116e4287278f446c76ab6d3f89
bec47f54f419f6b910da8bc999a52d91e3b9d53b
2021-07-13T18:16:19Z
c++
2021-07-14T20:10:37Z
closed
electron/electron
https://github.com/electron/electron
30,082
["shell/browser/api/electron_api_web_contents.cc"]
[Bug]: Transparency/backgroundColor no longer working
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 14.0.0-beta.12 ### What operating system are you using? Windows ### Operating System Version 10.0.19042 Build 19042 ### What arch are you using? x64 ### Last Known Working Electron version 13 ### Expected Behavior Window should be transparent ### Actual Behavior Open a window with transparency enabled and delete the dom, the window will be white instead of transparent. **Also seems like settings the backgroundColor property has no longer an effect.** I always see a white window ``` const {app, BrowserWindow} = require('electron') const path = require("path"); function createWindow () { const mainWindow = new BrowserWindow({ transparent: true, frame: false, }) mainWindow.loadURL('https://example.com') mainWindow.webContents.openDevTools() } app.whenReady().then(createWindow) ``` ### Testcase Gist URL https://gist.github.com/e124340107f6c4a3ade8b36d98a16b9a ### Additional Information _No response_
https://github.com/electron/electron/issues/30082
https://github.com/electron/electron/pull/30136
063ac1971244e9d0411a6046e4840c975e38f726
1bb689e6dddd6df093a8780878c61a2923f1b2ac
2021-07-12T07:15:35Z
c++
2021-07-15T20:18:39Z
closed
electron/electron
https://github.com/electron/electron
30,065
["shell/browser/login_handler.cc"]
[Bug]: Crash on bad proxy authentication
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 12.0.0 ### What operating system are you using? macOS ### Operating System Version MacOS 10.15.7 ### What arch are you using? x64 ### Last Known Working Electron version 10.4.7 ### Expected Behavior When a proxy has bad authentication, it should retry auth until it hits ERR_TOO_MANY_RETRIES, which is after the 32nd auth attempt ### Actual Behavior On Mac x64: App crashes with SIGBUS or SIGSEGV before getting to ERR_TOO_MANY_RETRIES, crashes as early as after the very first attempt, this happens on all stable versions starting at 11.0.0 and newer, but seems to happen even on 10.x.y sometimes but not very often On Windows x64: Instead of crashing, the browser window and seems to freeze, and no events related to proxy auth are triggered, but when the window is closed all the events that should have taken place are triggered as if they happened normally. This happens on all stable versions starting at 12.0.0 and newer ### Testcase Gist URL https://gist.github.com/932efd0659efbb199e911d163c225565 ### Additional Information _No response_
https://github.com/electron/electron/issues/30065
https://github.com/electron/electron/pull/30068
0cb5631b0b5de09878bb0d9f6cb36d146b23b7a9
e26901aba46c8136689e0349b7ec88a3384dd3bb
2021-07-09T19:54:22Z
c++
2021-07-12T19:33:41Z
closed
electron/electron
https://github.com/electron/electron
30,039
["filenames.gni", "shell/browser/native_window_mac.h", "shell/browser/native_window_mac.mm", "shell/browser/ui/cocoa/electron_ns_window_delegate.mm", "shell/browser/ui/cocoa/window_buttons_proxy.h", "shell/browser/ui/cocoa/window_buttons_proxy.mm", "shell/browser/ui/cocoa/window_buttons_view.h", "shell/browser/ui/cocoa/window_buttons_view.mm", "spec-main/api-browser-window-spec.ts"]
[Bug]: Using `titleBarStyle` to anything except `default` breaks the `documentEdited` status indicator on macOS
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 13.1.6 ### What operating system are you using? macOS ### Operating System Version Big Sur 11.4 ### What arch are you using? arm64 (including Apple Silicon) ### Last Known Working Electron version 12.0.7 ### Expected Behavior Using any of the documented `titleBarStyle`s such as `hiddenInset` allows me to use `setDocumentEdited(true)` on a `BrowserWindow` instance yielding a black dot inside the "close" button of the window to indicate that the document inside the window has been edited. ### Actual Behavior Using a `titleBarStyle` of any documented value *except* `default` breaks the `documentEdited` indicator in the "close" button on macOS. Irrespective of the value of the `documentEdited` flag, the black dot indicator does *not* appear. ### Testcase Gist URL https://gist.github.com/b7a57c14511499bbec3da70be76b567f ### Additional Information You can test out how this works by commenting/uncommenting the `titleBarStyle` value I've added in the gist. > The "last known electron version" has been sourced from the version VS Code currently uses, and they use a titleBarStyle of hidden. That works flawlessly.
https://github.com/electron/electron/issues/30039
https://github.com/electron/electron/pull/30322
1c29734c91ad7e45f852372ac4e6c6b6278b10a4
97929eab5f5396570be41de388e759eeaba57482
2021-07-07T10:55:34Z
c++
2021-08-04T00:31:12Z
closed
electron/electron
https://github.com/electron/electron
30,028
["shell/browser/web_view_guest_delegate.cc"]
[Bug]: Webview gets all the way zoomed in and its `zoomFactor` is set to `NaN`
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Electron Version 13.1.6 ### What operating system are you using? Ubuntu ### Operating System Version Ubuntu 21.04 ### What arch are you using? x64 ### Last Known Working Electron version None. Electron 10, 11, 12, 14 are all affected, too. ### Expected Behavior Nothing should happen ### Actual Behavior 1. Have a page with a webview with a link which includes a `#` (e.g. `<a href="#">Test link</a>`) 2. Zoom the page in via `webContents.setZoomFactor(1.1)` 3. Reset the zoom via `webContents.setZoomFactor(1.0)` 4. Click the link The page itself stays normal while the webview gets all the way zoomed in and its `zoomFactor` is set to `NaN`. ### Testcase Gist URL https://gist.github.com/ffflorian/2c60315bfafed606723887a7b2f21010 ### Additional Information ![image](https://user-images.githubusercontent.com/5497598/125257302-93d8e300-e2fd-11eb-9a1a-a0a9fbdca258.png)
https://github.com/electron/electron/issues/30028
https://github.com/electron/electron/pull/32604
1cf36822e34a8344367849e40bf056ceb3331db5
335f24b0d00917380a6e58436b7f941db0f1fc50
2021-07-06T12:07:56Z
c++
2022-01-25T20:54:48Z