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
6,276
["atom/browser/ui/tray_icon_cocoa.mm", "atom/browser/ui/win/notify_icon.cc"]
[WIN] Tray.popUpContextMenu() menu is not optional
- Electron version: 1.2.2 - Operating system: Windows 10 @32bit Following the docs for [`Tray.popUpContextMenu()`](https://github.com/electron/electron/blob/master/docs/api/tray.md) it's optional to pass a menu. So I'd expect the default context menu (the one I set w/ `setContextMenu()`) to pop up if called with no args. At least for 1.2.2 / Win10 this ain't seem to be so. I bound `popUpContextMenu()` to the click-event but nothing happens. Passing the Menu instance I passed to `setContextMenu()` produces the desired result. ``` javascript var myTray = new Tray( ... ) myTray.setContextMenu(myMenu) myTray.on('click', function(){ myTray.popUpContextMenu() // nothing's happening whereas myTray.popUpContextMenu(myMenu) // will do }) ```
https://github.com/electron/electron/issues/6276
https://github.com/electron/electron/pull/6280
6d7b52ecebdd1c3912330972ab5fc8228779860d
7279fc46bce6ae3743d35fd4c708d8c774427ba4
2016-06-28T16:07:44Z
c++
2016-06-29T20:00:10Z
closed
electron/electron
https://github.com/electron/electron
6,270
["atom/browser/relauncher_linux.cc"]
console.log causes error after relaunch
- Electron version: v1.2.3 - Operating system: Deepin 15.2 (Debian jessie) After I relaunched My app using the relaunch api(http://electron.atom.io/docs/api/app/#apprelaunchoptions), every `console.log(...)` that I used would throw `EBADF: bad file descriptor, write` error like this: ``` Uncaught Exception: Error: EBADF: bad file descriptor, write at Error (native) at Object.fs.writeSync (fs.js:780:20) at SyncWriteStream.write (fs.js:1979:6) at Console.log (console.js:43:16) at Object.exec (/media/z/data/home/z/Projects/Electron/ELaunch/app/plugins/app/linux/index.js:130:13) at Object.exec (/media/z/data/home/z/Projects/Electron/ELaunch/app/plugins/index.js:51:12) at EventEmitter.ipcMain.on (/media/z/data/home/z/Projects/Electron/ELaunch/app/index.js:35:12) at emitTwo (events.js:106:13) at EventEmitter.emit (events.js:191:7) at EventEmitter.<anonymous> (/media/z/data/home/z/Projects/Electron/ELaunch/node_modules/electron-prebuilt/dist/resources/electron.asar/browser/api/web-contents.js:156:13) ``` I also see #3482 , is there any way to fix it?
https://github.com/electron/electron/issues/6270
https://github.com/electron/electron/pull/6412
1beba5bdc086671bed9205faa694817f5a07c6ad
187b68b8b20cee893a0ebb1285eb395356034118
2016-06-28T10:45:02Z
c++
2016-07-09T09:16:12Z
closed
electron/electron
https://github.com/electron/electron
6,267
["atom/browser/native_window_mac.mm"]
BrowserWindow .setSize(), .setContentSize() and .center() behavior in fullscreen
Setting the browser window size via `.setSize()` or `.setContentSize()` while in fullscreen will force the _webContents_ view to a specific size in fullscreen ([screenshot](https://cloud.githubusercontent.com/assets/797899/16403227/b28afb68-3d25-11e6-9e02-3b677d9eca12.png)) and will not remember that new size for the browser window when exiting fullscreen. `.center()` is also affected by this in a way (ignored if set while in fullscreen, and not remembered when leaving fullscreen). `.setAspectRatio()` is also affected if set while not in fullscreen, then it is still enforced while in fullscreen (meaning content is cropped). Is that the intended behavior? Here is a behavior suggestion that would make sense in my case: - `BrowserWindow` or _WebContents_ size/position in fullscreen can not be set/forced (it will always fill the entire screen). - When using `.setSize()`, `.setContentSize()` or `.center()` on a BrowserWindow that is currently in fullscreen, it should set size/center to the window without applying it to fullscreen (so when leaving fullscreen, the window has the new size/position) --- - Electron version: 1.2.5 - Operating system: OSX 10.11.5
https://github.com/electron/electron/issues/6267
https://github.com/electron/electron/pull/6434
381366daf146dda5d88d65fb93719dfa718a4a12
5abe72667889b4a048f79adcc081c3e6349e29d7
2016-06-28T03:51:04Z
c++
2016-07-11T08:11:51Z
closed
electron/electron
https://github.com/electron/electron
6,261
["atom/browser/api/atom_api_session.cc", "atom/browser/atom_browser_context.cc", "atom/browser/atom_browser_context.h", "atom/browser/net/atom_cert_verifier.cc", "atom/browser/net/atom_cert_verifier.h"]
AtomCertVerifier should be initialized in IO thread
- Electron version: 1.2.3 - Operating system: Ubuntu server 12.04 I'm getting the following error trying to start electron-prebuilt on my CI box: ``` Received signal 6 #0 0x000001d95c3b <unknown> #1 0x7fbcff6c5cb0 <unknown> #2 0x7fbcf929b0d5 gsignal #3 0x7fbcf929e83b abort #4 0x000001d948e2 <unknown> #5 0x000001dac09a <unknown> #6 0x000001b72c5a <unknown> #7 0x00000075359b <unknown> #8 0x0000007dbd3e <unknown> #9 0x000000754984 <unknown> #10 0x000003369775 atom::AtomCertVerifier::AtomCertVerifier() #11 0x0000034026aa atom::AtomBrowserContext::AtomBrowserContext() #12 0x0000034040bb brightray::BrowserContext::Create() #13 0x0000033d5302 brightray::BrowserContext::From() #14 0x0000033d742f brightray::BrowserMainParts::PreMainMessageLoopRun() #15 0x0000032cca12 atom::AtomBrowserMainParts::PreMainMessageLoopRun() #16 0x00000259a16a <unknown> #17 0x000002887457 <unknown> #18 0x000002598520 <unknown> #19 0x00000259ce74 <unknown> #20 0x0000025958f6 <unknown> #21 0x0000011b8c97 <unknown> #22 0x0000011b76b0 <unknown> #23 0x0000032c9650 main #24 0x7fbcf928676d __libc_start_main #25 0x000000560df9 <unknown> r8: 00007fffe132ebb0 r9: 00007fbcf93a6557 r10: 0000000000000008 r11: 0000000000000202 r12: 0000108e15274e00 r13: 000000000259caf0 r14: 00007fffe132ef38 r15: 00007fffe132ef28 di: 000000000000790b si: 000000000000790b bp: 0000000000000000 bx: 0000000000000000 dx: 0000000000000006 ax: 0000000000000000 cx: ffffffffffffffff sp: 00007fffe132e658 ip: 00007fbcf929b0d5 efl: 0000000000000202 cgf: 0000000000000033 erf: 0000000000000007 trp: 000000000000000e msk: 0000000000000000 cr2: 00007fe3fbe31680 [end of stack trace] ``` Any ideas for how to debug? At a wild guess, maybe I'm missing some SSL related library headers since there's that `AtomCertVerifier` in the stack trace, but some kind of error message would be a lot more helpful than a silent crash and a stack dump.
https://github.com/electron/electron/issues/6261
https://github.com/electron/electron/pull/6466
12d646a48b391204c073052fff6c7884c42e943e
e96d7a5fd978dfd114dc0ade7ae7f3c29d16ad01
2016-06-27T22:37:45Z
c++
2016-07-13T03:22:17Z
closed
electron/electron
https://github.com/electron/electron
6,258
["atom/browser/api/atom_api_download_item.cc", "atom/browser/api/atom_api_session.cc", "atom/common/key_weak_map.h", "lib/browser/api/session.js"]
Problems registering custom protocol
- Electron version: 1.2.5 - Operating system: Windows 10 My application has a custom "res://" protocol. It appears to register correctly (no errors or anything) but as you can see from the picture I'm getting the error **net::ERR_UNKNOWN_URL_SCHEME**. This is working in version 1.2.4. ![image](https://cloud.githubusercontent.com/assets/4183007/16391832/d5fa3c80-3c76-11e6-9f7a-c7d746149f25.png)
https://github.com/electron/electron/issues/6258
https://github.com/electron/electron/pull/6674
01ebc772280f352dbbd7ecdd686c150528d023bc
d56057b1860f0fd448d60bc52813d573d18ed0af
2016-06-27T18:56:24Z
c++
2016-08-01T11:40:55Z
closed
electron/electron
https://github.com/electron/electron
6,205
["atom/browser/api/atom_api_window.cc"]
setting the app's icon for linux is very quirky
- Electron version: 1.1.2+ - Operating system: ubuntu 16.04 I've seen a lot of closed issues about icons not properly working in ubuntu and I've spent a great deal of time trying to figure out exactly what's going on. This is the fruit of that effort, which should hopefully disprove the requirement for a .desktop file to make icons work in ubuntu: I've packaged apps in each version of Electron past 1.0 and discovered the icon issue appears in 1.1.2 and onward. In any version of Electron prior to 1.1.2 it's possible to set any png as your icon and have it display in the Unity dock using this method: ``` let win = new BrowserWindow ({ icon: __dirname + '/path/to/icon.png' }); ``` But once you move into 1.1.2+ territory the icon will not display. There have been a few past issues opened on this and they were closed when it was mentioned a .desktop file is required, but I've discovered that it is possible to still display an icon under specific conditions. (This is where things get quirky) I tested a few different icons, with different file names, file sizes and resolutions and discovered that the icon will display in ubuntu if: 1. The filename is icon.png (I've tried other file names and it would break, but perhaps others work) 2. The image is 128x128 or less (Sometimes 256x256 works, but in most cases it doesn't) I can't really explain how or why this is the case but it's definitely quirky. Looking at the changelog for 1.1.2 I noticed there are some tweaks to icons, so I can imagine it was something there. Also of note, this was without using nativeImage. I wasn't able to get icons working as native images in 1.1.2+ either. Hopefully this information will be helpful in resolving the issue, and for now at least 128x128 icons will work in ubuntu without any substantial tweaks to the development or build process.
https://github.com/electron/electron/issues/6205
https://github.com/electron/electron/pull/6323
6ffcb9f06c252dad7ba474f75f479640e376bf9f
6eda76336f38e1af4780e10f1db652375f4d0c9a
2016-06-23T18:00:50Z
c++
2016-07-02T07:41:30Z
closed
electron/electron
https://github.com/electron/electron
6,202
["atom/browser/api/atom_api_app.cc", "atom/browser/browser.h", "atom/browser/browser_mac.mm", "docs/api/app.md", "spec/api-app-spec.js"]
Detect if application is hidden on launch
- Electron version: 1.2.3 - Operating system: OSX 10.11.3 On OSX there is an option to hide an application that's launched automatically on login `Users & Groups > Login Items`. Electron app does not respect this option and displays the main renderer window when launched at login. Is there a way to detect either - that the app was launched at login, or - that the app was hidden at launch ?
https://github.com/electron/electron/issues/6202
https://github.com/electron/electron/pull/6375
204734f80bb85882bf33dea732e09018d9452c4a
5713e0599bf9bcf06b84a24825d05976c6728607
2016-06-23T12:13:55Z
c++
2016-07-08T01:39:20Z
closed
electron/electron
https://github.com/electron/electron
6,189
["atom/browser/native_window_mac.mm"]
Unrecognized selector [AtomNSWindow setTitleVisibility:] crash on OS X 10.9
- Electron version: 1.2.4 - Operating system: OS X 10.9.5 Regression from this change: https://github.com/electron/electron/commit/9eea973d319ddc54eb2d193ecc49d1d036f159d7 ``` Crashed Thread: 0 CrBrowserMain Dispatch queue: com.apple.main-thread Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Application Specific Information: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[AtomNSWindow setTitleVisibility:]: unrecognized selector sent to instance 0x7f984dc87900' terminating with uncaught exception of type NSException abort() called Application Specific Backtrace 1: 0 CoreFoundation 0x00007fff8ef9125c __exceptionPreprocess + 172 1 libobjc.A.dylib 0x00007fff90574e75 objc_exception_throw + 43 2 CoreFoundation 0x00007fff8ef9412d -[NSObject(NSObject) doesNotRecognizeSelector:] + 205 3 CoreFoundation 0x00007fff8eeef272 ___forwarding___ + 1010 4 CoreFoundation 0x00007fff8eeeedf8 _CF_forwarding_prep_0 + 120 5 Electron Framework 0x0000000103552ae2 _ZN4atom15NativeWindowMacC2EPN9brightray22InspectableWebContentsERKN4mate10DictionaryEPNS_12NativeWindowE + 1730 6 Electron Framework 0x00000001035536d9 _ZN4atom15NativeWindowMacC1EPN9brightray22InspectableWebContentsERKN4mate10DictionaryEPNS_12NativeWindowE + 9 7 Electron Framework 0x0000000103555aa2 _ZN4atom12NativeWindow6CreateEPN9brightray22InspectableWebContentsERKN4mate10DictionaryEPS0_ + 50 8 Electron Framework 0x000000010352a6c5 _ZN4atom3api6WindowC2EPN2v87IsolateERKN4mate10DictionaryE + 629 9 Electron Framework 0x000000010352a9e9 _ZN4atom3api6WindowC1EPN2v87IsolateERKN4mate10DictionaryE + 9 10 Electron Framework 0x000000010352b8bf _ZN4atom3api6Window3NewEPN2v87IsolateEPN4mate9ArgumentsE + 223 11 Electron Framework 0x000000010352eebf _ZN4base8internal15RunnableAdapterIPFPN4mate13WrappableBaseEPN2v87IsolateEPNS2_9ArgumentsEEE3RunIJS7_S9_EEES4_DpOT_ + 15 12 Electron Framework 0x000000010352eea5 _ZN4base8internal12InvokeHelperILb0EPN4mate13WrappableBaseENS0_15RunnableAdapterIPFS4_PN2v87IsolateEPNS2_9ArgumentsEEEEE8MakeItSoIJS8_SA_EEES4_SD_DpOT_ + 21 13 Electron Framework 0x000000010352ee8d _ZN4base8internal7InvokerINS_13IndexSequenceIJEEENS0_9BindStateINS0_15RunnableAdapterIPFPN4mate13WrappableBaseEPN2v87IsolateEPNS6_9ArgumentsEEEESE_JEEENS0_12InvokeHelperILb0ES8_SG_EESE_E3RunEPNS0_13BindStateBaseEOSB_OSD_ + 13 14 Electron Framework 0x000000010352ed77 _ZNK4base8CallbackIFPN4mate13WrappableBaseEPN2v87IsolateEPNS1_9ArgumentsEELNS_8internal8CopyModeE1EE3RunES6_S8_ + 39 15 Electron Framework 0x000000010352ed41 _ZN4mate8internal13InvokeFactoryIPN2v87IsolateEPNS_9ArgumentsEEEPNS_13WrappableBaseES6_RKN4base8CallbackIFS8_T_T0_ELNS9_8internal8CopyModeE1EEE + 65 16 Electron Framework 0x000000010352ea4b _ZN4mate11ConstructorIFPNS_13WrappableBaseEPN2v87IsolateEPNS_9ArgumentsEEE3NewERKN4base8CallbackIS8_LNSA_8internal8CopyModeE1EEES5_S7_ + 59 17 Electron Framework 0x000000010352ecf6 _ZN4base8internal15RunnableAdapterIPFvRKNS_8CallbackIFPN4mate13WrappableBaseEPN2v87IsolateEPNS3_9ArgumentsEELNS0_8CopyModeE1EEES8_SA_EE3RunIJSF_S8_SA_EEEvDpOT_ + 22 18 Electron Framework 0x000000010352ecc5 _ZN4base8internal12InvokeHelperILb0EvNS0_15RunnableAdapterIPFvRKNS_8CallbackIFPN4mate13WrappableBaseEPN2v87IsolateEPNS4_9ArgumentsEELNS0_8CopyModeE1EEES9_SB_EEEE8MakeItSoIJSG_S9_SB_EEEvSJ_DpOT_ + 21 19 Electron Framework 0x000000010352ec9e _ZN4base8internal7InvokerINS_13IndexSequenceIJLm0EEEENS0_9BindStateINS0_15RunnableAdapterIPFvRKNS_8CallbackIFPN4mate13WrappableBaseEPN2v87IsolateEPNS7_9ArgumentsEELNS0_8CopyModeE1EEESC_SE_EEESK_JSJ_EEENS0_12InvokeHelperILb0EvSM_EEFvSC_SE_EE3RunEPNS0_13BindStateBaseEOSC_OSE_ + 46 20 Electron Framework 0x00000001034e7677 _ZNK4base8CallbackIFvPN2v87IsolateEPN4mate9ArgumentsEELNS_8internal8CopyModeE1EE3RunES3_S6_ + 39 21 Electron Framework 0x00000001034e7646 _ZN4mate8internal7InvokerINS0_13IndicesHolderIJLm0ELm1EEEEJPN2v87IsolateEPNS_9ArgumentsEEE18DispatchToCallbackEN4base8CallbackIFvS6_S8_ELNSA_8internal8CopyModeE1EEE + 22 22 Electron Framework 0x00000001034e753c _ZN4mate8internal10DispatcherIFvPN2v87IsolateEPNS_9ArgumentsEEE18DispatchToCallbackERKNS2_20FunctionCallbackInfoINS2_5ValueEEE + 172 23 libnode.dylib 0x0000000107c31821 _ZN2v88internal25FunctionCallbackArguments4CallEPFvRKNS_20FunctionCallbackInfoINS_5ValueEEEE + 369 24 libnode.dylib 0x0000000107c8fb44 _ZN2v88internal17PrototypeIterator43AdvanceFollowingProxiesIgnoringAccessChecksEv + 4868 25 libnode.dylib 0x0000000107c73d7c _ZN2v88internal8BuiltinsD1Ev + 42972 26 ??? 0x00003742998092a7 0x0 + 60759182709415 27 ??? 0x000037429983b73a 0x0 + 60759182915386 ```
https://github.com/electron/electron/issues/6189
https://github.com/electron/electron/pull/6197
d313639bbbe63bf36f964dd820eb231f58614e9d
6aef8f4fea5a019e8f9c4a6205c042b3fbc98dff
2016-06-22T21:01:13Z
c++
2016-06-23T04:49:11Z
closed
electron/electron
https://github.com/electron/electron
6,133
["docs/tutorial/devtools-extension.md"]
Fix typo in docs/tutorial/devtools-extension.md
:memo: On line _48_ in the "[_What should I do if a DevTools Extension is not working?_](https://github.com/electron/electron/blob/master/docs/tutorial/devtools-extension.md#what-should-i-do-if-a-devtools-extension-is-not-working)" section, "**First**" is misspelled as "**Fist**."
https://github.com/electron/electron/issues/6133
https://github.com/electron/electron/pull/6136
c4c768ea8c2746f9765a250a9c9143ee3e5e71aa
786863a88fc506e65f1c8bb9cf9648152822fa6e
2016-06-19T10:51:43Z
c++
2016-06-19T16:56:22Z
closed
electron/electron
https://github.com/electron/electron
6,124
["atom/browser/mac/atom_application_delegate.mm", "atom/browser/native_window_mac.mm", "atom/common/options_switches.cc", "atom/common/options_switches.h", "docs/api/browser-window.md", "spec/api-browser-window-spec.js"]
Support for macOS Sierra's native tabs
The latest version of Apple's macOS (which will be released in the fall) introduces tabs for all apps. To me, it seems like a great idea if we could provide some kind of API interface for managing these. For more details, scroll to "Tabs" on [this page](http://www.apple.com/macos/sierra-preview/).
https://github.com/electron/electron/issues/6124
https://github.com/electron/electron/pull/9052
77994a7856cb92d74d16e3e2c41a015a021bd790
a2588c1fd9119e80cf4204e0d5431316545b988a
2016-06-18T12:53:28Z
c++
2017-03-30T21:02:19Z
closed
electron/electron
https://github.com/electron/electron
6,123
["atom/browser/atom_browser_main_parts.cc", "atom/browser/javascript_environment.cc", "atom/browser/javascript_environment.h", "atom/common/api/event_emitter_caller.cc", "atom/common/native_mate_converters/callback.h", "atom/common/node_bindings.cc", "vendor/native_mate"]
Delayed promise execution in menu item `click` handler
- Electron version: 1.2.3 x64 (same issues in v0.36.11 x64) - Operating system: Win 8.1 x64 Promises in Electron menu item click handlers don't appear to be executed until the mouse cursor is moved or the page is clicked on. I've put together a very simple [demo app](https://github.com/enlight/electron-menu-promise-delay-demo) to showcase this issue. The app creates a window/app menu where each item sends an IPC message to the renderer process, which in turn displays the message on the index page. Context menus appear to suffer from the same issue. The only potentially related issue I've found so far is #2165. ![demo](https://cloud.githubusercontent.com/assets/233003/16170820/b037e766-3589-11e6-97a1-d33ff5b6b6a5.gif) The menu items are described below. ### `PromiseFirst` Menu The first item in this menu sends the IPC message from inside a promise, while the last item sends the message directly. Clicking on the `Ping Promise` item will have no visible effect until the mouse cursor is moved or the page is clicked on. ### `PromiseLast` Menu The first item in this menu sends the IPC message directly, while the last item sends the message from inside a promise. Oddly enough clicking on the `Ping Promise` item in this menu will in fact have an immediate effect. ### `PromiseLastNotWorking` Menu This menu is setup exactly the same as the `PromiseLast` menu, but clicking on the `Ping Promise` item in this menu will not have an immediate effect! ### `JustPromises` Menu This menu only contains items that send IPC messages from inside promises, clicking on either item has no effect until the mouse cursor is moved or the page is clicked on. ### `Workaround` Menu In this menu the promises within the `click` handlers are wrapped in calls to `setImmediate()` or `process.nextTick()`, this seems to ensure that the promises are executed in a timely manner.
https://github.com/electron/electron/issues/6123
https://github.com/electron/electron/pull/6220
5826a8f9a9b50f6e4321793410c623a2ffbd7f81
0c53317eeaca0f6a1ae246acd23f037e8947e74e
2016-06-18T12:26:27Z
c++
2016-06-24T06:07:28Z
closed
electron/electron
https://github.com/electron/electron
6,122
["atom/browser/native_window.cc", "spec/api-browser-window-spec.js"]
Remote fails to set maximum size when combined with synchronous calls to other remote functions
- Electron version: `1.2.3` - Operating system: `Windows` ``` js remote.getCurrentWindow().setMaximumSize(300, 300); remote.getCurrentWindow().setMinimumSize(50, 50); console.info('No Errors'); ``` When combining remote Minimum and Maximum size calls the maximum size fails to set. If you change the sample code to be ``` js setTimeout(() => remote.getCurrentWindow().setMaximumSize(300, 300), 200); remote.getCurrentWindow().setMinimumSize(50, 50); console.info('No Errors'); ``` So we wait a bit (make the two calls not at the same time) then the maximum size is set as expected
https://github.com/electron/electron/issues/6122
https://github.com/electron/electron/pull/6455
d3e63777cbade7fd9fc996a0b1c3ceb94ccedafb
606931d737bf95a0f178e4de4ae68be719cc898e
2016-06-18T11:12:10Z
c++
2016-07-13T01:14:33Z
closed
electron/electron
https://github.com/electron/electron
6,113
["lib/browser/rpc-server.js", "spec/api-ipc-spec.js", "spec/fixtures/module/unhandled-rejection.js"]
Remote `Promise.reject` treated as unhanded rejection in main process
- Electron version: 1.2.2 - Operating system: OS X 10.11.5 _I made a sample app that shows this bug: https://github.com/swashcap/electron-reject-promise._ Electron treats `Promise.reject` responses in a remotely invoked call as unhandled rejections in the main process. As an example, here’s the validation function, which lives in the main process: ``` js function validateWithPromise(name) { if (!name || name.length < 4) { return Promise.reject(new Error('Name must have at least 4 characters')); } return Promise.resolve(name); } ``` And here’s the validation, which lives in the render process. ``` js const validateWithPromise = require('electron').remote.require('./path/to/validate-with-promise'); validateWithPromise(myName) .then(() => console.log('myName is valid!')) .catch(error => console.error('myName is invalid:', error.message)); ``` Unfortunately, an invalid `myName` causes an `unhandledReject` in the _main_ process. I expect the RPC server serialize the rejection for handling in the remote process, _not_ in the main process.
https://github.com/electron/electron/issues/6113
https://github.com/electron/electron/pull/6151
74321dce74259d18163cbbb318aec431bf05c5a1
8a9f2261d0d8a5b73353a23c876897bdea180567
2016-06-17T20:20:01Z
c++
2016-06-21T00:54:15Z
closed
electron/electron
https://github.com/electron/electron
6,109
["atom/browser/api/atom_api_menu_mac.h", "atom/browser/api/atom_api_menu_views.h", "lib/browser/api/menu.js"]
Context menu should not have the first item selected on right-click on macOS
### Actual <img width="86" alt="screen shot 2016-06-17 at 18 27 29" src="https://cloud.githubusercontent.com/assets/170270/16157517/2c429954-34b9-11e6-88de-937eaf70ba99.png"> ### Expected <img width="84" alt="screen shot 2016-06-17 at 18 28 00" src="https://cloud.githubusercontent.com/assets/170270/16157536/3dddd2c8-34b9-11e6-9b2a-eb8fca26b286.png"> This is how all other macOS apps work. ### Test-case Right-click in window when loaded. ``` js const electron = require('electron'); electron.app.on('ready', () => { const win = new electron.BrowserWindow(); win.loadURL(`https://github.com`); win.webContents.on('context-menu', () => { electron.Menu.buildFromTemplate([{ label: 'Foo' }, { label: 'Bar' }]).popup(win); }); }); ``` ## - Electron version: 1.2.3 - Operating system: macOS 10.11.5
https://github.com/electron/electron/issues/6109
https://github.com/electron/electron/pull/6110
785ae8daefe86b0581fd87feef0b2007d653a38f
9afff89748623e1365fcb5183083a7b0b1c934c8
2016-06-17T16:30:32Z
c++
2016-06-17T21:06:09Z
closed
electron/electron
https://github.com/electron/electron
6,101
["lib/browser/chrome-extension.js"]
Devtool extensions don't show up on first load
- Electron version: `1.2.2+` - Operating system: Windows React Developer Tools work's as expected in `1.2.1` but any version above that reports a successful install but the Dev Tools do not appear. I have tried both `file://` URL's and `http://` URL's, neither trigger the React DevTools. This is because the `__REACT_DEVTOOLS_GLOBAL_HOOK__` global variable is never set. Possibly an issue with running content scripts?
https://github.com/electron/electron/issues/6101
https://github.com/electron/electron/pull/6115
78193a0608b5fa55161e95b7b3845b6bd85af377
31d619f7482c662b43e7c15fa9ba118441df7bb8
2016-06-17T04:38:19Z
c++
2016-06-19T10:55:45Z
closed
electron/electron
https://github.com/electron/electron
6,094
["lib/browser/init.js"]
protocol missing all its methods in Electron 1.2.3
- Electron version: 1.2.3 - Operating system: Any `protocol` seems to only have `registerStandardSchemes` in Electron 1.2.3, previous versions have the methods I expect (i.e. `interceptXYZProtocol` et al)
https://github.com/electron/electron/issues/6094
https://github.com/electron/electron/pull/6195
75972abc84880db5025c9dd95f8442fe71574cd8
74a2b7735902934b0eff789d3e6326a0aa6f081b
2016-06-16T23:09:44Z
c++
2016-06-23T03:31:26Z
closed
electron/electron
https://github.com/electron/electron
6,088
["atom/browser/native_window_mac.mm"]
hidden and hidden-inset windows no longer show up in OSX window menu
- Electron version: 1.2.3 - Operating system: OSX Looks like the problem started here: https://github.com/electron/electron/pull/5557/files#diff-c2ca4f8ea2cbce1142ce6772061a99c6R456 PR soon to follow
https://github.com/electron/electron/issues/6088
https://github.com/electron/electron/pull/6089
1a70fd8efed71985d1f2d75d08a65f2bb68fa627
d2a831aea58c5d73fda779fd3953f5a888f6a81d
2016-06-16T20:12:01Z
c++
2016-06-17T00:49:51Z
closed
electron/electron
https://github.com/electron/electron
6,085
["docs/api/menu.md"]
Add API for reading application menu
It would be really helpful for testing purposes to have an API for reading the current application menu. I'd expect it to return a `Menu` instance.
https://github.com/electron/electron/issues/6085
https://github.com/electron/electron/pull/6087
245f9cdd7d9c09db64df9c8df52de8341d863dfe
1a70fd8efed71985d1f2d75d08a65f2bb68fa627
2016-06-16T18:54:36Z
c++
2016-06-17T00:40:14Z
closed
electron/electron
https://github.com/electron/electron
6,083
["docs/api/browser-window.md"]
addDevToolsExtension() is missing from the BrowserWindow object.
- Electron version: 1.2.2 - Operating system: OS X El Capitan (Version 10.11) I am attempting to add the React Dev Tools extension; however, when I try to utilize the `addDevToolsExtension()` method, I receive the following error: ``` App threw an error during load TypeError: BrowserWindow.addDevToolsExtension is not a function at Object.<anonymous> (/Users/markholmes/Sites/electron-test/main.js:5:27) at Module._compile (module.js:541:32) at Object.Module._extensions..js (module.js:550:10) at Module.load (module.js:456:32) at tryModuleLoad (module.js:415:12) at Function.Module._load (module.js:407:3) at loadApplicationPackage (/Users/markholmes/Sites/electron-test/node_modules/electron-prebuilt/dist/Electron.app/Contents/Resources/default_app.asar/main.js:267:12) at Object.<anonymous> (/Users/markholmes/Sites/electron-test/node_modules/electron-prebuilt/dist/Electron.app/Contents/Resources/default_app.asar/main.js:302:5) at Module._compile (module.js:541:32) at Object.Module._extensions..js (module.js:550:10) ``` I also logged the BrowserWindow object to the console, and this is what I am seeing: ``` { [Function: BrowserWindow] fromId: [Function], getAllWindows: [Function], getFocusedWindow: [Function], fromWebContents: [Function], fromDevToolsWebContents: [Function] } ``` As you can see `addDevToolsExtension()` is nowhere to be found.
https://github.com/electron/electron/issues/6083
https://github.com/electron/electron/pull/6116
9afff89748623e1365fcb5183083a7b0b1c934c8
52350b5e35a871247c24ff31ed2720690683cf6f
2016-06-16T17:06:40Z
c++
2016-06-17T22:11:10Z
closed
electron/electron
https://github.com/electron/electron
6,066
["atom/browser/api/atom_api_system_preferences.cc", "atom/browser/api/atom_api_system_preferences.h", "atom/browser/api/atom_api_system_preferences_mac.mm", "docs/api/system-preferences.md"]
Ability to subscribe to local notifications in systemPreferences
- Electron version: 1.2.2 - Operating system: OS X 10.11.5 Add a listener for [`NSUserDefaultsDidChangeNotification`](https://developer.apple.com/library/ios/documentation/Cocoa/Reference/Foundation/Classes/NSUserDefaults_Class/#//apple_ref/c/data/NSUserDefaultsDidChangeNotification): ``` systemPreferences.subscribeNotification('NSUserDefaultsDidChangeNotification', () => { // never gets here :( }); ``` Pop open System Preferences and change something under text (spelling, substitutions, or smart quotes). The notification never arrives. Have I misunderstood this API? Example usage [here](https://github.com/CharlieHess/electron-text-substitutions/blob/master/src/index.js#L46).
https://github.com/electron/electron/issues/6066
https://github.com/electron/electron/pull/6150
1837a938a1c84a76a9effaae5555e4d8baa4c199
74321dce74259d18163cbbb318aec431bf05c5a1
2016-06-15T18:49:53Z
c++
2016-06-21T00:48:42Z
closed
electron/electron
https://github.com/electron/electron
6,056
["atom/browser/native_window_mac.mm", "spec/api-browser-window-spec.js"]
Calling browserWindow.setProgress after app.dock.setIcon crashes on macOS
- Electron version: 1.2.2 - Operating system: macOS Got this stack trace on a call to `browserWindow.setProgress(0)`: ``` 2016-06-15 10:43:53.278 Electron[53503:1318070] An uncaught exception was raised 2016-06-15 10:43:53.278 Electron[53503:1318070] *** -[__NSArray0 objectAtIndex:]: index 0 beyond bounds for empty NSArray 2016-06-15 10:43:53.278 Electron[53503:1318070] ( 0 CoreFoundation 0x00007fff8c1364f2 __exceptionPreprocess + 178 1 libobjc.A.dylib 0x00007fff8e700f7e objc_exception_throw + 48 2 CoreFoundation 0x00007fff8c156205 -[__NSArray0 objectAtIndex:] + 101 3 Electron Framework 0x000000010696fc43 _ZN4atom15NativeWindowMac14SetProgressBarEd + 419 4 Electron Framework 0x0000000106948771 _ZN4atom3api6Window14SetProgressBarEd + 17 5 Electron Framework 0x00000001069510a0 _ZN4base8internal15RunnableAdapterIMN4atom3api6WindowEFvdEE3RunIJdEEEvPS4_DpOT_ + 32 6 Electron Framework 0x000000010695106f _ZN4base8internal12InvokeHelperILb0EvNS0_15RunnableAdapterIMN4atom3api6WindowEFvdEEEE8MakeItSoIJPS5_dEEE vS8_DpOT_ + 31 7 Electron Framework 2016-06-15 10:43:53.278 Electron[53503:1318070] *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArray0 objectAtIndex:]: index 0 beyond bounds for empty NSArray' *** First throw call stack: ( 0 CoreFoundation 0x00007fff8c1364f2 __exceptionPreprocess + 178 1 libobjc.A.dylib 0x00007fff8e700f7e objc_exception_throw + 48 2 CoreFoundation 0x00007fff8c156205 -[__NSArray0 objectAtIndex:] + 101 3 Electron Framework 0x000000010696fc43 _ZN4atom15NativeWindowMac14SetProgressBarEd + 419 4 Electron Framework 0x0000000106948771 _ZN4atom3api6Window14SetProgressBarEd + 17 5 Electron Framework 0x00000001069510a0 _ZN4base8internal15RunnableAdapterIMN4atom3api6WindowEFvdEE3RunIJdEEEvPS4_DpOT_ + 32 ``` took down the whole electron app. here's the [full dump](https://gist.github.com/fasterthanlime/c6e5856d3e4538453e766bae05b72125) provided by Apple's crash reporter. here's the [relevant code](https://github.com/electron/electron/blob/2dc453b4be9d60ec144eff1c26317d90d47640f7/atom/browser/native_window_mac.mm#L902) — a cursory read suggests that.. somehow the NSTile lost its progress bar subview? or it was never added in the first place?
https://github.com/electron/electron/issues/6056
https://github.com/electron/electron/pull/6091
9a22aba308015b27b60471173808671a48bd94cd
57ed682e347aa73b7348972f734a11a09809b70e
2016-06-15T08:51:04Z
c++
2016-06-17T03:29:49Z
closed
electron/electron
https://github.com/electron/electron
6,050
["lib/common/api/callbacks-registry.js"]
Passing the same callback to main process for multiple times will make the callback stop working after the remote callback gets GCed in main process
- Electron version: 1.2.1+ possibly 1.0+ - Operating system:Windows 10 - others? nativeImage now has possible bug. When using "electron-canvas-to-buffer" it was working 100% reliable in Electron 0.37.2. It is broken now in Electron 1.2.1 +, possibly in Electron 1.0 + https://github.com/mattdesl/electron-canvas-to-buffer This module is fairly simple but very convenient and makes use of Electrons built in nativeImage. Details: 1. After a few series of changing Canvas elements and saving the canvas the file is no longer saved. When the file is not written, However the file dialog is presented, and it appears that the file is saved, But it doesn't really save the file. 2. Happens saving either .jpg or .png. 3. May save OK a few times, eventually it will fail. 4. Once it fails it will not ever save canvas again until app is restarted again. 5. Tested many many canvas edits and files saves, never fails in Electron 0.37.2 Rock Solid. 6. I am using fabric.js for canvas manipulation. 7.The initial canvas save to file always works. 8.When the file save fails there is no error generated. The app does not generate an error when the write fails, But it does not generate a "Write of',filePath,'was successful' in the console during the failure. So lack of "success" is the actual error indication. See the saveCallback function in "canvastest.js" in the zip files or as below. "throw err" doesn't present itself when the file doesn't write. function saveTheFile(){ dialog.showSaveDialog({title:'Testing a save dialog',defaultPath:'image.png'},saveCallback); } function saveCallback(filePath){ // as a buffer var buffer = canvasBuffer(canvas, 'image/png') // write canvas to file fs.writeFile(filePath, buffer, function (err) { //throw err if(err)throw err;else console.log('Write of',filePath,'was successful'); }) 9.Using Windows 10 x64, Windows 32 bit version of Electron You can test good (made on Electron 0.37.2) vs. bad (made on Electron 1.2.1) app. Zip files are too big to attach here. I have it on my website. Just load a photo on the canvas and save. Both apps are the same code, just made minor changes to allow the new version 1.2.1 Electron to work, for example removing "dashes" in require statements, as you had to do in electron-canvas-to-buffer V 2.0. Apps can be launched just click "Electron.exe" in root of the zip file. Using Electron V 0.37.2 http://www.mgparrish.com/FabricSaveCanvasGood.zip Using Electron V 1.21 http://www.mgparrish.com/FabricSaveCanvasBug.zip
https://github.com/electron/electron/issues/6050
https://github.com/electron/electron/pull/6218
552c9b7f0a8e704e002659e9773d4eb3d1b3f22a
5826a8f9a9b50f6e4321793410c623a2ffbd7f81
2016-06-14T19:33:31Z
c++
2016-06-24T03:17:46Z
closed
electron/electron
https://github.com/electron/electron
6,048
["atom/browser/api/atom_api_dialog.cc", "atom/browser/atom_javascript_dialog_manager.cc", "atom/browser/atom_javascript_dialog_manager.h", "atom/browser/ui/message_box.h", "atom/browser/ui/message_box_gtk.cc", "atom/browser/ui/message_box_mac.mm", "atom/browser/ui/message_box_win.cc", "docs/api/dialog.md", "lib/browser/api/dialog.js", "spec/api-dialog-spec.js"]
Add dialog.showMessageBox checkbox option
- Electron version: 1+ - Operating system: All I'd love to see support for a checkbox with a custom label within message box. In my app, users can delete items from a menu. I want to warn them they're deleting an item. After a little bit of use, this can get obnoxious, so I'd like to have a checkbox labeled "Don't show this again."
https://github.com/electron/electron/issues/6048
https://github.com/electron/electron/pull/8590
9163b601a4c319df977ff0c5d22e59cd2418aa37
e7410976f079bf96057fbbe8b7599e1271546bc9
2016-06-14T18:46:12Z
c++
2017-02-09T18:07:03Z
closed
electron/electron
https://github.com/electron/electron
6,036
["atom/browser/native_window_views.cc", "spec/api-browser-window-spec.js"]
Starting in fullscreen then toggling to windowed mode results in black screen (1.2.x)
- Electron version: 1.2.0, 1.2.1, 1.2.2 - Operating system: Windows If you start an browser window in fullscreen and then attempt to toggle to windowed mode, the window will just black out and become unresponsive. Attempting to toggle back again still results in a black screen. However, if you start the window in windowed mode and then toggle to fullscreen, it works as expected. This maybe related to the fixes made to the fullscreen API in 1.2.x. It only occurs on Windows. It does not happen on 1.1.3. You can reproduce easily with the `electron-api-demos` application and 1.2.2. https://github.com/electron/electron-api-demos Update `window-options` to set `fullscreen: true` https://github.com/electron/electron-api-demos/blob/master/main.js#L22 ``` var windowOptions = { width: 1080, minWidth: 680, height: 840, title: app.getName(), fullscreen: true } ``` Start the application and hit F11 to switch to windowed mode and you'll get a black screen.
https://github.com/electron/electron/issues/6036
https://github.com/electron/electron/pull/9645
fd0a742683792a5bac954d7a6d0405bb2e897429
45dc6fc04f23aea266a1c392a16e6aa3e9976ed6
2016-06-14T01:44:31Z
c++
2017-06-14T21:10:00Z
closed
electron/electron
https://github.com/electron/electron
6,017
["atom/renderer/atom_renderer_client.cc"]
V8 Segfault - difficult to reproduce
I'm getting a segfault in the renderer process on both win64 and lnx64. I've not yet isolated a minimal test case but the interrupt always occurs at _NewFromUtf8_. > Program received signal SIGSEGV, Segmentation fault. > 0x00007f0f7cacba08 in v8::String::NewFromUtf8(v8::Isolate_, char const_, v8::String::NewStringType, int) () This is on the latest release 1.2.2.
https://github.com/electron/electron/issues/6017
https://github.com/electron/electron/pull/6144
3428874907ca14099c39fd58149dfda1b37ed494
6bd1a2dec604033b4e0771dad902300af7ea43cc
2016-06-12T21:08:04Z
c++
2016-06-20T08:09:42Z
closed
electron/electron
https://github.com/electron/electron
6,016
["shell/browser/api/electron_api_web_contents_mac.mm"]
[OS X] Ctrl+F2 keyboard shortcut to focus menu bar does not work
- Electron version: 1.2.2 - Operating system: OS X 10.9.5 Pressing Ctrl+F2 should focus the menu bar. It works in all native Mac applications. It does nothing in Electron apps. This is a quite serious accessibility issue.
https://github.com/electron/electron/issues/6016
https://github.com/electron/electron/pull/27701
b0a6eb6a53b8364e502801a8673064b9e764ddd1
64eb02b671794d02dc2ed89bd67d721e587bbab9
2016-06-12T19:18:10Z
c++
2021-02-18T01:31:53Z
closed
electron/electron
https://github.com/electron/electron
6,015
["docs/api/browser-window.md", "shell/browser/api/electron_api_web_contents.cc", "spec-main/api-browser-window-spec.ts"]
win.capturePage never calls back after calling `hide()` for a hidden window
- Electron version: 1.2.2 - Operating system: Linux This is a problem only in linux. It works in OSX. ``` javascript win.hide() win.capturePage(function(img){ // never called }) ```
https://github.com/electron/electron/issues/6015
https://github.com/electron/electron/pull/27883
f6949dd1972f89e6b9efe2d7c87a17afa05d6b7e
d9997c303f6173e74444473cd1972eb4aa2b4113
2016-06-12T19:11:50Z
c++
2021-03-09T13:51:44Z
closed
electron/electron
https://github.com/electron/electron
5,987
[".node-version"]
node version
What's the purpose of the .node-version [file](https://github.com/electron/electron/blob/master/.node-version) It's indicating a version that is inconsistent from the changelog.
https://github.com/electron/electron/issues/5987
https://github.com/electron/electron/pull/5989
4ab6429f1d9747d3f262ad8dd1d15ff838c80330
88b62a33abeb7ed38bde56c98e104c7d70d55132
2016-06-10T17:51:20Z
c++
2016-06-10T18:23:25Z
closed
electron/electron
https://github.com/electron/electron
5,984
["docs-translations/ko-KR/api/remote.md", "docs/api/remote.md"]
remote.md outdated require in renderer process wrong in the docs
- Electron version: 1.2.1 - Operating system: Windows Seems like the docu of the remote.md renderer process is outdated. It is just working for me like this: require('electron').remote.require('./main'); In the docs it is: require('remote').require('./mapNumbers'); https://github.com/electron/electron/blob/master/docs/api/remote.md
https://github.com/electron/electron/issues/5984
https://github.com/electron/electron/pull/5986
e824603f37c0062595425aec0f9ac3894f84905b
4ab6429f1d9747d3f262ad8dd1d15ff838c80330
2016-06-10T08:50:49Z
c++
2016-06-10T17:27:57Z
closed
electron/electron
https://github.com/electron/electron
5,983
["atom/browser/atom_browser_client.cc", "atom/browser/atom_browser_client.h"]
Mute Notifications when Webview is muted
- Electron version: v1.2.2 - Operating system: OS X El Capitan 10.11.5 When `<webview>.isAudioMuted() === true` [Notifications](https://developer.mozilla.org/de/docs/Web/API/notification) from the Webview still make sounds.
https://github.com/electron/electron/issues/5983
https://github.com/electron/electron/pull/6313
6eda76336f38e1af4780e10f1db652375f4d0c9a
b0faa62f76ce8f179350a405774849ea1f508ec6
2016-06-10T08:32:00Z
c++
2016-07-02T07:44:33Z
closed
electron/electron
https://github.com/electron/electron
5,969
["atom/browser/ui/tray_icon_gtk.cc"]
Use non random ID for trayIcon
- Electron version: All - Operating system: Ubuntu 16.04 Looking at the source code, https://github.com/electron/electron/blob/e05804848f98959d63337aacd9047cd579c5b23f/atom/browser/ui/tray_icon_gtk.cc#L30 it seems that for the AppIndicator tray icon uses a randomly generated ID for the tray icon. This number changes everytime the app starts. This creates problems, because the ID is used in Ubuntu for changing order of tray icons, which is impossible if the ID changes everytime the app starts. Is there a reason why a Random number is used as AppIndictor ID? Is it possible to change that to let's say the app name, or at least to something that is not random?
https://github.com/electron/electron/issues/5969
https://github.com/electron/electron/pull/6145
6bd1a2dec604033b4e0771dad902300af7ea43cc
b87cf3771b9e9833dc343bc47d59686a23d7f77f
2016-06-09T19:30:06Z
c++
2016-06-20T08:50:16Z
closed
electron/electron
https://github.com/electron/electron
5,962
["lib/browser/chrome-extension.js", "spec/api-browser-window-spec.js", "spec/fixtures/devtools-extensions/bad-manifest/manifest.json"]
Cannot read property name of undefined loading invalid devtools extension path
- Electron version: 1.2.2 - Operating system: OS X El Capitan 10.11.15 - Ember Inspector 1.10.0 (downloaded through chrome extensions) I am having issues trying to get Ember Inspector to show up in Dev Tools. I followed the directions as described [here](https://github.com/electron/electron/blob/master/docs/tutorial/devtools-extension.md). ![screen shot 2016-06-09 at 10 38 41 am](https://cloud.githubusercontent.com/assets/10813646/15934302/179332e0-2e31-11e6-9656-3f2f00912213.png) Here is my main file, line 15 as indicated in the error message is the line calling addDevToolsExtension(...). ``` javascript const electron = require('electron'); const {app} = electron; const {BrowserWindow} = electron; let win; function createWindow() { win = new BrowserWindow({width: 800, height: 600, "node-integration": false}); win.maximize(); win.loadURL(`file://${__dirname}/index.html`); BrowserWindow.addDevToolsExtension("~/Library/Application Support/Google/Chrome/Default/Extensions/bmdblncegkenkacieihfhpjfppoconhi/1.10.0_0"); // Open the DevTools win.webContents.openDevTools(); win.on('closed', () => { win = null; }); } app.on('ready', createWindow); // Quit when all windows are closed. app.on('window-all-closed', () => { if (process.platform !== 'darwin') { app.quit(); } }); app.on('activate', () => { if (win === null) { createWindow(); } }); ``` I have not tried an earlier version of Ember Inspector but may try that soon. The link above states that " Following Devtools Extensions are tested and guaranteed to work in Electron:" and lists Ember Inspector.
https://github.com/electron/electron/issues/5962
https://github.com/electron/electron/pull/5964
34e01833d307c83d3e9b81401d967dea93498da0
ccaf837da4a3c89798c11d5570f879f5998b5d35
2016-06-09T15:01:33Z
c++
2016-06-10T03:28:57Z
closed
electron/electron
https://github.com/electron/electron
5,960
["docs/api/browser-window.md", "lib/browser/chrome-extension.js", "spec/api-browser-window-spec.js"]
installedDevToolsExtensions() API
Libraries like `electron-debug` programatically add a devtools extension (https://github.com/sindresorhus/electron-debug/pull/36). This works fine but on subsequent loads it prints the following to console: ``` Attempted to load extension "devtron", but extension was already loaded! ``` No big problem but it clutters up the console. A suggested alternative would be to check if the devtool already exists before trying to install it. Here are two possible APIs which could work: ``` js BrowserWindow.installedDevToolsExtensions(); // -> ['devtron', 'React Developer Tools']; // or BrowserWindow.isDevToolExtensionInstalled('devtron'); // -> `true` ``` - Electron version: 1.2.2
https://github.com/electron/electron/issues/5960
https://github.com/electron/electron/pull/5965
85379e3148b477a392943a3b836d89770908fe9e
853d7b1b793dcf776893cc304cf4dcf49d6820b7
2016-06-09T14:04:31Z
c++
2016-06-13T00:45:58Z
closed
electron/electron
https://github.com/electron/electron
5,953
["lib/browser/guest-window-manager.js", "spec/chromium-spec.js", "spec/fixtures/pages/webview-opener-postMessage.html"]
window.opener is null in window opened by webview
Hi There, Simple webview created as such: `<webview id="appFrame" src="https://www.remote.com/" plugins allowpopups preload="vendor/ddx/preload.js" autosize="on" minwidth="1024" minheight="768" partition="persist:ddx"></webview>` (preload.js sets ipcRenderer) remote.com makes a call to `var win = window.open()`. The window is opened as expected, and the reference to the opened window returned `win` is an instance of `BrowserWindowProxy`. Calls to the `win` instance of `BrowserWindowProxy` API work without issue. However, the resultant window has `window.opener` set to null breaking any IPC communication between child to parent. - Electron version: 1.2.1 - Operating system: Windows 10
https://github.com/electron/electron/issues/5953
https://github.com/electron/electron/pull/5967
ccaf837da4a3c89798c11d5570f879f5998b5d35
21081549fd13ab8b81f664ba7bc23be91dac3847
2016-06-09T04:11:42Z
c++
2016-06-10T11:52:37Z
closed
electron/electron
https://github.com/electron/electron
5,881
["atom/common/chrome_version.h", "script/lib/config.py", "vendor/brightray"]
Update to latest Chrome stable
Newest Electron is based on 51.0.2704.63 Please update to latest Chrome stable 51.0.2704.79 which was released a week ago and fixes multiple security issues: http://googlechromereleases.blogspot.com/2016/06/stable-channel-update.html [$7500][613266] High CVE-2016-1697: Cross-origin bypass in Blink. Credit to Mariusz Mlynski. [$3500][607939] Medium CVE-2016-1699: Parameter sanitization failure in DevTools. Credit to Gregory Panakkal. [$1000][608101] Medium CVE-2016-1701: Use-after-free in Autofill. Credit to Rob Wu. [$1000][609260] Medium CVE-2016-1702: Out-of-bounds read in Skia. Credit to cloudfuzzer. [616539] CVE-2016-1703: Various fixes from internal audits, fuzzing and other initiatives. See also the discussion about handling security updates in #5210
https://github.com/electron/electron/issues/5881
https://github.com/electron/electron/pull/5886
14210174d32329c0a6955d71558866c54fff89c3
438cab1f562a80c3a658007421e7a0903b3b42b4
2016-06-06T01:12:47Z
c++
2016-06-06T07:47:43Z
closed
electron/electron
https://github.com/electron/electron
5,877
["atom/browser/atom_download_manager_delegate.cc", "docs/api/download-item.md", "spec/api-session-spec.js", "spec/static/main.js"]
DownloadItem.getSavePath
- Electron version: 1.2.1 - Operating system: OSX When a user downloads an item I've been trying to get the location that they've saved it to. It's not documented, but I noticed on the downloadItem there is a `getSavePath` function. This always returns an empty string when I call it. Was wondering if it's not documented for a reason / not working. Or is there a better way to get the location that a user selects?
https://github.com/electron/electron/issues/5877
https://github.com/electron/electron/pull/6629
bf20bbc2474d193593e89afbdf35dcdf6cb37f9f
e73bd0085493984e084655c248faee213560f34d
2016-06-05T14:22:44Z
c++
2016-07-28T06:23:43Z
closed
electron/electron
https://github.com/electron/electron
5,869
["lib/browser/api/menu.js", "spec/api-menu-spec.js"]
Remove leading and trailing Menu separators
OS X does this for us, but Windows and Linux does not. There's absolutely no reason to have leading and trailing separators and it's difficult to not introduce leading/trailing separators in complex context menus where multiple actors modify it. Especially when using the `visible` option to toggle items as the separator is not connected to that. I think Electron should handle this for us. ``` js const electron = require('electron'); electron.app.on('ready', () => { electron.Menu.setApplicationMenu(electron.Menu.buildFromTemplate([{ submenu: [{ type: 'separator' }, { label: 'Foo' }, { type: 'separator' }] }])); (new electron.BrowserWindow()) .loadURL(`https://github.com`); }); ``` #### OS X <img width="89" alt="screen shot 2016-06-04 at 14 29 49" src="https://cloud.githubusercontent.com/assets/170270/15799559/fb6a624c-2a60-11e6-9600-de1338d02b1d.png"> #### Windows <img width="84" alt="screen shot 2016-06-04 at 14 29 22" src="https://cloud.githubusercontent.com/assets/170270/15799560/02ffc1f0-2a61-11e6-98fe-ac1ea800a525.png"> ## This includes cases like this, which is annoying to have to handle manually: ``` js [ { label: 'Unicorn' }, { type: 'separator' }, { label: 'Cut', role: '', visible: false }, { label: 'Copy', role: '', visible: false }, { label: 'Paste', role: '', visible: false } ] ``` <img width="109" alt="screen shot 2016-06-04 at 15 22 54" src="https://cloud.githubusercontent.com/assets/170270/15799784/3d0387ae-2a68-11e6-875a-f0502e88b5ed.png"> ## - Electron version: 1.2.1 - Operating system: OS X 10.11.5
https://github.com/electron/electron/issues/5869
https://github.com/electron/electron/pull/11827
e6a5990b9536768df731aaca1580d84db69dd2e4
524035232626907b296eaca1f0a7c34c47da844a
2016-06-04T12:31:49Z
c++
2018-02-05T17:55:12Z
closed
electron/electron
https://github.com/electron/electron
5,868
["docs/development/build-instructions-windows.md", "script/bootstrap.py", "script/update.py"]
Support Visual Studio project throught msvs-ninja
- Electron version: master - Operating system: Windows 7 Changing the function in `script/update.py` to use `msvs-ninja` instead of `ninja`, it is possible to create a somewhat working Visual Studio project.
https://github.com/electron/electron/issues/5868
https://github.com/electron/electron/pull/6609
a4d983c236c228daff2f02e1b096dcaa3077adc6
0cdd76416141248dde7fd7497e3017b2770c049b
2016-06-04T12:10:15Z
c++
2016-07-26T10:03:25Z
closed
electron/electron
https://github.com/electron/electron
5,867
["atom/browser/ui/cocoa/atom_menu_controller.mm", "docs/api/menu-item.md", "lib/browser/api/menu-item.js"]
Add `delete` MenuItem role
There's already one for `Select All` and `Delete` is just as common, so would be nice to have a `role` for it. I'm aware I can use `win.webContents.delete();`, but this will be especially useful when https://github.com/electron/electron/issues/2812 is fixed, as we wouldn't have to localize the label manually. I'm trying to reduce all the boilerplate in my menu. http://electron.atom.io/docs/api/menu-item/ ## - Electron version: 1.2.1 - Operating system: OS X 10.11.5
https://github.com/electron/electron/issues/5867
https://github.com/electron/electron/pull/5870
08f532265845ff1d5e18768e757ca7cf53533d4b
ec691a3a645d45cf8f1a36bd04411429d553dce0
2016-06-04T11:17:48Z
c++
2016-06-06T06:16:53Z
closed
electron/electron
https://github.com/electron/electron
5,866
["atom/browser/ui/cocoa/atom_menu_controller.mm", "docs/api/menu-item.md", "lib/browser/api/menu-item.js"]
Add `paste-and-match-style` MenuItem role
There's already one for `Paste` and `Paste and Match Style` is just as common, so would be nice to have a `role` for it. I'm aware I can use `win.webContents.pasteAndMatchStyle();`, but this will be especially useful when https://github.com/electron/electron/issues/2812 is fixed, as we wouldn't have to localize the label manually or manually specify the accelator for each OS. I'm trying to reduce all the boilerplate in my menu. http://electron.atom.io/docs/api/menu-item/ ## - Electron version: 1.2.1 - Operating system: OS X 10.11.5
https://github.com/electron/electron/issues/5866
https://github.com/electron/electron/pull/5870
08f532265845ff1d5e18768e757ca7cf53533d4b
ec691a3a645d45cf8f1a36bd04411429d553dce0
2016-06-04T11:11:25Z
c++
2016-06-06T06:16:53Z
closed
electron/electron
https://github.com/electron/electron
5,861
["atom/common/api/atom_api_clipboard.cc", "docs/api/clipboard.md", "spec/api-clipboard-spec.js"]
Support writing a URL to the clipboard
On OS X, you can write a URL + title to the clipboard. This is useful to correctly implement a `Copy Link` menu item. If you right-click a link in Safari, then choose "Copy Link" and paste it into TextEdit.app, you'll see that the link is preserved with the link title and URL. It seems you can use the `public.url-name` UTI for this. See: https://chromium.googlesource.com/chromium/chromium/+/trunk/content/browser/web_contents/web_drag_source_mac.mm#49 ## - Electron version: 1.2.0 - Operating system: OS X 10.11.5
https://github.com/electron/electron/issues/5861
https://github.com/electron/electron/pull/6233
8a4c8eb305f622f046ce961fab084c1f7721e3cc
04b30afbed10a07e645269e1a7c478581300a681
2016-06-03T22:44:15Z
c++
2016-06-25T05:23:32Z
closed
electron/electron
https://github.com/electron/electron
5,855
["atom/browser/api/atom_api_protocol.cc", "atom/browser/atom_browser_client.cc", "atom/common/options_switches.cc", "atom/common/options_switches.h", "atom/renderer/atom_renderer_client.cc", "spec/api-protocol-spec.js"]
Calling `fetch` inside a webview when using a custom http protocol crashes the content page
- Electron version: 1.2.1 - Operating system: Mac OS X See also https://github.com/electron/electron/issues/5714 STR: 1. Start a webserver on localhost:port that serves a dummy index.html 2. Register a custom http protocol. ``` js electron.protocol.registerStandardSchemes(['foobar', 'http', 'https']); app.on('ready', function() { electron.protocol.registerHttpProtocol('foobar', (request, callback) => { const redirectPath = `http://localhost:port/index.html`; callback({ method: request.method, referrer: request.referrer, url: redirectPath }); }, e => { if (e) { console.log(e); } }); }); ``` 3. Either through devtools, or via some js in our index.html, have a single line that does `fetch('http://localhost:port/index.html')` or anything else from our server. Results: as soon as `fetch` is called, the webview becomes black, and the devtools crash if they were open. No other visible error or stdout. If devtools were open, they show this message: "Devtools was disconnected from the page. Once page is reloaded, DevTools will automatically reconnect."
https://github.com/electron/electron/issues/5855
https://github.com/electron/electron/pull/5932
2696c0a693fd0b8f08797cd5b936f7ad2469bdda
3cb5649f0794216082fe9e2a00706c2dc5109725
2016-06-03T18:11:33Z
c++
2016-06-08T07:47:04Z
closed
electron/electron
https://github.com/electron/electron
5,854
["docs/api/browser-window.md", "lib/browser/chrome-extension.js"]
addDevToolsExtension does not return extension name as advertised
The docs for `BrowserWindow.addDevToolsExtension` say it returns the name of the extension. In Electron 1.2.1, this function prints the name of the extension to the console but returns `undefined`. Test case: ``` var reactPath = path.resolve('./static/devtools-extensions/react-devtools-0.14.11'); var name = BrowserWindow.addDevToolsExtension(reactPath); console.log(name) ``` `name` is always undefined, but on the console I can see `react-developer-tools` is printed when the extension is loaded.
https://github.com/electron/electron/issues/5854
https://github.com/electron/electron/pull/5859
9d55424c482e5054aaf67dd927534e9fe64b1fb7
8847af0e543b55ef4aa2d04fa0759f260f2be140
2016-06-03T17:45:52Z
c++
2016-06-06T01:22:47Z
closed
electron/electron
https://github.com/electron/electron
5,778
["lib/browser/api/session.js", "lib/browser/api/web-contents.js"]
Application Crashing while quiting
- Electron version: 1.0.0 - Operating system: OSX 10.5 With Love and respect To Electron Team I want to terminate the application 1. when all windows are closed 2. The main window is closed 3. User click the sign out button in order to achieve the above task I am using `app.quit();` but the time it is called the application crashes and show crash report. Note: There can n number of windows opened at the time of terminating the applicaiton. ``` function signOut() { app.quit(); } ``` ``` mainWindow.on('closed', function () { mainWindow = null; app.quit(); }); ``` ``` app.on('window-all-closed', function () { // if (process.platform !== 'darwin') { // app.quit(); // } app.quit(); }); ``` **Debug Log Printed in Console** ``` > > [901:0531/114426:FATAL:resource_dispatcher_host_impl.cc(658)] Check failed: ContainsKey(active_resource_contexts_, context). > 0 Electron Framework 0x000000010bfa3903 _ZN4base8internal30DstRangeRelationToSrcRangeImplIilLNS0_21IntegerRepresentationE1ELS2_1ELNS0_26NumericRangeRepresentationE0EE5CheckEl + 389891 > 1 Electron Framework 0x000000010bfb9ec9 _ZN4base8internal30DstRangeRelationToSrcRangeImplIilLNS0_21IntegerRepresentationE1ELS2_1ELNS0_26NumericRangeRepresentationE0EE5CheckEl + 481481 > 2 Electron Framework 0x000000010c83b765 _ZN4base8internal30DstRangeRelationToSrcRangeImplIilLNS0_21IntegerRepresentationE1ELS2_1ELNS0_26NumericRangeRepresentationE0EE5CheckEl + 9400677 > 3 Electron Framework 0x000000010c8ff0cc _ZN4base8internal30DstRangeRelationToSrcRangeImplIilLNS0_21IntegerRepresentationE1ELS2_1ELNS0_26NumericRangeRepresentationE0EE5CheckEl + 10201804 > 4 Electron Framework 0x000000010bf15009 _ZN9brightray14BrowserContext15ResourceContextD2Ev + 9 > 5 Electron Framework 0x000000010bf14f79 _ZN9brightray14BrowserContext15ResourceContextD1Ev + 9 > 6 Electron Framework 0x000000010bf14f8e _ZN9brightray14BrowserContext15ResourceContextD1Ev + 30 > 7 Electron Framework 0x000000010bf158cf _ZN4base12DeleteHelperIN9brightray14BrowserContext15ResourceContextEE8DoDeleteEPKv + 15 > 8 Electron Framework 0x000000010bfa3e0b _ZN4base8internal30DstRangeRelationToSrcRangeImplIilLNS0_21IntegerRepresentationE1ELS2_1ELNS0_26NumericRangeRepresentationE0EE5CheckEl + 391179 > 9 Electron Framework 0x000000010bfc2973 _ZN4base8internal30DstRangeRelationToSrcRangeImplIilLNS0_21IntegerRepresentationE1ELS2_1ELNS0_26NumericRangeRepresentationE0EE5CheckEl + 516979 > 10 Electron Framework 0x000000010bfc2c4c _ZN4base8internal30DstRangeRelationToSrcRangeImplIilLNS0_21IntegerRepresentationE1ELS2_1ELNS0_26NumericRangeRepresentationE0EE5CheckEl + 517708 > 11 Electron Framework 0x000000010bfc2e3b _ZN4base8internal30DstRangeRelationToSrcRangeImplIilLNS0_21IntegerRepresentationE1ELS2_1ELNS0_26NumericRangeRepresentationE0EE5CheckEl + 518203 > 12 Electron Framework 0x000000010bf98a31 _ZN4base8internal30DstRangeRelationToSrcRangeImplIilLNS0_21IntegerRepresentationE1ELS2_1ELNS0_26NumericRangeRepresentationE0EE5CheckEl + 345137 > 13 Electron Framework 0x000000010bfd57e3 _ZN4base8internal30DstRangeRelationToSrcRangeImplIilLNS0_21IntegerRepresentationE1ELS2_1ELNS0_26NumericRangeRepresentationE0EE5CheckEl + 594403 > 14 Electron Framework 0x000000010bfc216d _ZN4base8internal30DstRangeRelationToSrcRangeImplIilLNS0_21IntegerRepresentationE1ELS2_1ELNS0_26NumericRangeRepresentationE0EE5CheckEl + 514925 > 15 Electron Framework 0x000000010c6e7b38 _ZN4base8internal30DstRangeRelationToSrcRangeImplIilLNS0_21IntegerRepresentationE1ELS2_1ELNS0_26NumericRangeRepresentationE0EE5CheckEl + 8009016 > 16 Electron Framework 0x000000010c6e7d0e _ZN4base8internal30DstRangeRelationToSrcRangeImplIilLNS0_21IntegerRepresentationE1ELS2_1ELNS0_26NumericRangeRepresentationE0EE5CheckEl + 8009486 > 17 Electron Framework 0x000000010bff4758 _ZN4base8internal30DstRangeRelationToSrcRangeImplIilLNS0_21IntegerRepresentationE1ELS2_1ELNS0_26NumericRangeRepresentationE0EE5CheckEl + 721240 > 18 Electron Framework 0x000000010bff0937 _ZN4base8internal30DstRangeRelationToSrcRangeImplIilLNS0_21IntegerRepresentationE1ELS2_1ELNS0_26NumericRangeRepresentationE0EE5CheckEl + 705335 > 19 libsystem_pthread.dylib 0x00007fff8780405a _pthread_body + 131 > 20 libsystem_pthread.dylib 0x00007fff87803fd7 _pthread_body + 0 > 21 libsystem_pthread.dylib 0x00007fff878013ed thread_start + 13 ``` ![screen shot 2016-05-31 at 11 24 16 am](https://cloud.githubusercontent.com/assets/8565993/15664636/3be67694-2723-11e6-9231-e153cfa4d06a.png)
https://github.com/electron/electron/issues/5778
https://github.com/electron/electron/pull/5820
18f005092b13439d5afe9bba6aa2e8b3eebf78e1
15d32a9096dbf3b1cb7ef6e573b08d22d58ee8ae
2016-05-31T06:03:10Z
c++
2016-06-01T03:22:00Z
closed
electron/electron
https://github.com/electron/electron
5,754
["atom/browser/native_window_views.cc", "atom/browser/native_window_views.h"]
The icon of a window is reset under some situations
- Electron version: 1.1.3 & 1.2.0 - Operating system: Windows 10 Build 10580 The icon of a window is reset after minimizing it for a short period of time (about 2 minutes), hiding it and showing it again. An app to reproduce this bug: https://github.com/taroxd/electron-quick-start
https://github.com/electron/electron/issues/5754
https://github.com/electron/electron/pull/5782
6c705fdd70c53079108130aac94d3689a90ec88a
f5839c3a5bc95eeb688302e11079d712d44a7266
2016-05-29T08:45:46Z
c++
2016-05-31T10:07:15Z
closed
electron/electron
https://github.com/electron/electron
5,747
["docs/api/web-contents.md", "lib/browser/api/web-contents.js"]
Print with custom pageSize
- Electron version: 0.36.1 - Operating system: Windows 10 x64 Hi, Is it possible to print with a custom page size? I wanted to generate a 3inch x 5inch PDF document. I checked out [web-contents.js](https://github.com/electron/electron/blob/master/lib/browser/api/web-contents.js#L197-L201) and it seems it defaults to A4 and only from a set of discrete values. This [PR](https://github.com/electron/electron/pull/2338#issuecomment-124977309) suggested that it was possible to have custom dimensions. I was wondering If I just change those lines in a custom build and pass my own set of dimensions will that work?
https://github.com/electron/electron/issues/5747
https://github.com/electron/electron/pull/5812
28c9dcc393f7204f25d13caeeb9058893ad484b9
0565c42add0a4f2320cad0ffe2a6f778ab4f634e
2016-05-28T08:05:40Z
c++
2016-06-01T05:52:08Z
closed
electron/electron
https://github.com/electron/electron
5,746
["atom/browser/api/atom_api_session.cc", "docs/api/session.md", "spec/api-session-spec.js"]
ses.setProxy proxyRules don't allow proxy bypass configuration
> proxyRules = schemeProxies[";"<schemeProxies>] > schemeProxies = [<urlScheme>"="]<proxyURIList> > urlScheme = "http" | "https" | "ftp" | "socks" > proxyURIList = <proxyURL>[","<proxyURIList>] > proxyURL = [<proxyScheme>"://"]<proxyHost>[":"<proxyPort>]
https://github.com/electron/electron/issues/5746
https://github.com/electron/electron/pull/6558
c497765dea35cdfa060b045fabcdb2ae87468f28
fd8cc63ca9aa5ba7d933cec6a0aec63d10deae61
2016-05-28T01:23:39Z
c++
2016-07-25T07:03:50Z
closed
electron/electron
https://github.com/electron/electron
5,741
["atom/browser/api/atom_api_window.cc", "docs/api/native-image.md"]
Electron 1.1.2 uses wrong icon size in windows bar
- Electron version: 1.1.2 arch=ia32 - Operating system: Windows 7x64 Electron is using the largest icon available in the .ico file for the windows bar. I set the icon in my main window with `createWindow('main', { ...icon: icon_path })` You can reproduce this with an icon that displays the size: (click 'test icon with several images' to download) https://bugzilla.gnome.org/show_bug.cgi?id=551026 here is a screenshot of the wrong icon being used (should be 32x icon): ![wrong-icon](https://cloud.githubusercontent.com/assets/1128302/15620020/cce93d12-2425-11e6-8af4-ce6330aed1c9.png)
https://github.com/electron/electron/issues/5741
https://github.com/electron/electron/pull/5763
26fa963a70200f89e2d6d21bc074f3c7c3dd97a6
3e41aebaa7f86d2f8547867095bdb2003e3a177e
2016-05-27T20:12:36Z
c++
2016-05-30T01:01:28Z
closed
electron/electron
https://github.com/electron/electron
5,739
["atom/common/platform_util_mac.mm"]
filePath behavior of shell.openItem() is ambiguous in docs
- Electron version: 1.2.0 (also seen on 0.34.5) - Operating system: OS X 10.10.5. Demo app demonstrating the behavior: https://github.com/aldeka/electron-quick-start `shell.openItem()` only works if you either give it a full path (`/users/<username>/myapp/file`) or a relative path (`./file`). If you give it a path with a `~` in it the call will silently fail. The documentation does not specify this behavior. Worse, the behavior differs from its sibling method `shell.showItemInFolder()`, which _does_ work with `~` paths. Suggested fix(es): - Document what file path formats will work with `shell.openItem()`. - Even better: have the filePath format requirements/behavior to be consistent among `shell` methods. - Better still: Return some sort of return value or message if an `shell.openItem` call fails, rather than returning nothing regardless of success or failure. Even better if the return value could specify why the call failed (permissions issues, file doesn't exist, etc) though I can't speculate on the feasibility of including that information across platforms.
https://github.com/electron/electron/issues/5739
https://github.com/electron/electron/pull/6147
b87cf3771b9e9833dc343bc47d59686a23d7f77f
1837a938a1c84a76a9effaae5555e4d8baa4c199
2016-05-27T19:42:18Z
c++
2016-06-20T13:03:16Z
closed
electron/electron
https://github.com/electron/electron
5,728
["atom/browser/native_window_mac.mm", "spec/api-browser-window-spec.js"]
OS X crash on setAspectRatio()
Electron 1.2.0 crashes with: ``` 2016-05-26 20:22:26.084 Electron[6785:113187] *** Assertion failure in -[_NSCGSWindow setFrame:], /Library/Caches/com.apple.xbs/Sources/AppKit/AppKit-1404.47/CGS.subproj/NSCGSWindow.m:621 2016-05-26 20:22:26.094 Electron[6785:113187] An uncaught exception was raised 2016-05-26 20:22:26.094 Electron[6785:113187] Invalid parameter not satisfying: CGRectContainsRect(CGRectMake((CGFloat)INT_MIN, (CGFloat)INT_MIN, (CGFloat)INT_MAX - (CGFloat)INT_MIN, (CGFloat)INT_MAX - (CGFloat)INT_MIN), frame) 2016-05-26 20:22:26.094 Electron[6785:113187] ( 0 CoreFoundation 0x00007fff85c9f4f2 __exceptionPreprocess + 178 1 libobjc.A.dylib 0x00007fff96c1df7e objc_exception_throw + 48 2 CoreFoundation 0x00007fff85ca41ca +[NSException raise:format:arguments:] + 106 3 Foundation 0x00007fff91c5a856 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 198 4 AppKit 0x00007fff8bef3204 -[_NSCGSWindow setFrame:] + 250 5 AppKit 0x00007fff8bfe6a23 _NSShapeRoundedWindowWithWeighting + 216 ``` when calling either `setAspectRatio()` or `setBounds()`, not sure.
https://github.com/electron/electron/issues/5728
https://github.com/electron/electron/pull/5734
3e41aebaa7f86d2f8547867095bdb2003e3a177e
a176aaee01f3d8890fe265c0806406aa69519fb7
2016-05-27T03:24:06Z
c++
2016-05-30T01:14:03Z
closed
electron/electron
https://github.com/electron/electron
5,727
["atom/renderer/atom_renderer_client.cc", "atom/renderer/atom_renderer_client.h", "spec/api-ipc-spec.js", "spec/webview-spec.js"]
Webview executeJavaScript method not working in Electron 1.2.0 but 1.1.3 is okay
Electron version: 1.2.0 Operating system: Windows 10 x64 When I invoke the webview executeJavaScript method under Electron 1.2.0 it appears as though my code is not executed. If I execute the method under Electron 1.1.3 everything is okay and my code gets executed.
https://github.com/electron/electron/issues/5727
https://github.com/electron/electron/pull/5768
ad3b3e016261e746e667f6a2f8df33cae1e5f0eb
6e14a55817281014b28d1f7dc1e75f6afc696abb
2016-05-27T00:54:30Z
c++
2016-05-30T08:01:48Z
closed
electron/electron
https://github.com/electron/electron
5,722
["atom/browser/api/atom_api_menu_mac.mm"]
Menus appear on wrong monitor
- Electron version: 1.1.3 - Operating system: OS X 10.11.4 Seems to be a recent regression. On a dual-monitor setup, show a menu using ``` js window.addEventListener('contextmenu', (e) => { e.preventDefault(); menu.popup(remote.getCurrentWindow()); }, false); ``` The menu always appears on the primary display, even when the app window is on the secondary. Whœps. ![](https://camo.githubusercontent.com/aac0a083fa974c6b4d77e0fc98df7e14987214d5/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f662e636c2e6c792f6974656d732f33613431323433343357327a323033393330334e2f496d616765253230323031362d30352d3236253230617425323031302e34392e3237253230414d2e706e673f763d6630373038666531)
https://github.com/electron/electron/issues/5722
https://github.com/electron/electron/pull/5726
09796587b495eaf3e8eb7d301fa4cd56f27fda2a
79cb648b6b15ae0cc25e1bf528f3f4fbd1fed710
2016-05-26T18:35:14Z
c++
2016-05-30T00:16:21Z
closed
electron/electron
https://github.com/electron/electron
5,721
["atom/renderer/atom_renderer_client.cc", "atom/renderer/atom_renderer_client.h", "spec/api-ipc-spec.js", "spec/webview-spec.js"]
Preload script errors no longer going to console
- Electron version: 1.2.0 If you have a preload script with something like: ``` js window.methodDoesNotExist() ``` The error from that script no longer displays in the console in 1.2.0. Here is what the Console looked like on 1.1.3 where it currently works: <img width="870" alt="screen shot 2016-05-26 at 11 33 15 am" src="https://cloud.githubusercontent.com/assets/671378/15585732/b544a318-2335-11e6-8d61-15ed0660ff5d.png">
https://github.com/electron/electron/issues/5721
https://github.com/electron/electron/pull/5768
ad3b3e016261e746e667f6a2f8df33cae1e5f0eb
6e14a55817281014b28d1f7dc1e75f6afc696abb
2016-05-26T18:32:30Z
c++
2016-05-30T08:01:48Z
closed
electron/electron
https://github.com/electron/electron
5,714
["atom/browser/net/url_request_fetch_job.cc", "atom/browser/net/url_request_fetch_job.h", "spec/api-protocol-spec.js"]
Can't seem to get registerHttpProtocol to work
- Electron version: 1.2.0 - Operating system: OS X ``` js electron.protocol.registerStandardSchemes(['foobar', 'http', 'https']); app.on('ready', function() { electron.protocol.registerHttpProtocol('foobar', (request, callback) => { const redirectPath = `http://www.google.com`; callback({ method: request.method, referrer: request.referrer, url: redirectPath }); }, e => { if (e) { console.log(e); } }); }); ``` A webview somewhere gets its src set to "foobar://baz", however a blank window appears. The page is perpetually in a load state, as only the `did-start-loading` and `did-get-response-details` events get triggered on the webview. If I redirect to `http://localhost:{port}/foobar`, my server does receive the request and responds properly. However, the webview in electron is still blank. Loading that address in a different browser works as expected. What am I missing? Is there something more I need to do to get `registerHttpProtocol` working?
https://github.com/electron/electron/issues/5714
https://github.com/electron/electron/pull/5753
6e14a55817281014b28d1f7dc1e75f6afc696abb
912cedc5937d85c45b1d78c77b1a5ff63b2c8aed
2016-05-26T16:05:58Z
c++
2016-05-30T10:53:53Z
closed
electron/electron
https://github.com/electron/electron
5,713
["atom/app/atom_main.cc", "spec/fixtures/module/process-stdout.js", "spec/node-spec.js"]
[WINDOWS] spawn stdio not piping
- Electron version: 1.1.3 - Operating system: Windows 10 64 bit I have that script in my app: ``` javascript const child = spawn(process.execPath, [info.path], { env: { "ATOM_SHELL_INTERNAL_RUN_AS_NODE": "0" }, shell: false, detached: true }); child.unref(); child.stdout.on('data', (data) => { console.log('received data', data); term.write(data.toString()); }); child.stderr.on('data', (data) => { console.log('received data', data); term.write(data.toString()); }); ``` The idea is to spawn a node script and output its log within the main app view. Now this works great on OSX, however it does not work on windows. The stdout and stderr are always output in the main process "console". It feels like ```stdio: 'inherit' is always used.
https://github.com/electron/electron/issues/5713
https://github.com/electron/electron/pull/5776
543d4bb2b14087dfe98c8648da54db1a720054ac
6c705fdd70c53079108130aac94d3689a90ec88a
2016-05-26T16:00:27Z
c++
2016-05-31T03:19:58Z
closed
electron/electron
https://github.com/electron/electron
5,712
["atom/renderer/atom_renderer_client.cc", "atom/renderer/atom_renderer_client.h", "spec/api-ipc-spec.js", "spec/webview-spec.js"]
node integration fails when webSecurity is disabled
- Electron version: 1.2.0 - Operating system: Mac OS X - 10.11.5 I upgraded from 1.1.1 to 1.2.0. 1.2.0 breaks on the following `index.html`: ``` html <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <script> console.log(process.env.NODE_ENV) </script> </head> <body> <div id="app-container"></div> </body> </html> ``` Error: ``` Uncaught ReferenceError: process is not defined ```
https://github.com/electron/electron/issues/5712
https://github.com/electron/electron/pull/5768
ad3b3e016261e746e667f6a2f8df33cae1e5f0eb
6e14a55817281014b28d1f7dc1e75f6afc696abb
2016-05-26T14:22:32Z
c++
2016-05-30T08:01:48Z
closed
electron/electron
https://github.com/electron/electron
5,709
["atom/browser/api/atom_api_app.cc", "atom/browser/api/atom_api_app.h", "atom/browser/browser.cc", "atom/browser/browser.h", "atom/browser/browser_observer.h", "atom/browser/mac/atom_application.mm", "atom/browser/native_window_views_win.cc", "docs/api/app.md", "spec/api-app-spec.js"]
Provide a way to know if a screen reader is active to a renderer window
- Electron version: 0.37.6 - Operating system: Windows 10 In VSCode, in order to support screen readers while editing text, we set the contents of a `<textarea>` to the contents of the line and lines surrounding the cursor and we mirror the editor selection in the `<textarea>` via `setSelectionRange`. Chromium is not the fastest when it comes to setting large amounts of text :) (such as > 10,000 characters) and basically stalls all the time. Apparently, Electron already has some knowledge about when a screen reader is attached to the main process window (in C++ code). Is it possible to expose this as a getter + event when it first happens in the `electron` API. We could then maintain this costly `<textarea>` sync only when really needed.
https://github.com/electron/electron/issues/5709
https://github.com/electron/electron/pull/6446
21a8a727f8cea03e90b2404b23906530c14da66d
df0d2b89cdfef63c61d9f8fbea94cbca404379c7
2016-05-26T07:59:45Z
c++
2016-07-12T01:59:12Z
closed
electron/electron
https://github.com/electron/electron
5,699
["atom/browser/native_window.cc", "docs/api/browser-window.md"]
Update docs on "fullscreen: false"
- Electron version: 1.1.3 - Operating system: Windows 10 Pro x64 Documentation in https://github.com/electron/electron/blob/master/docs/api/browser-window.md on `fullscreenable` seems to be not exactly true. `fullscreenable` default value on windows seems to be the same as `fullscreen` option, not just false For example: main.js ``` JavaScript mainWindow = new BrowserWindow({ width: 800, height: 600, minWidth: 800, minHeight: 600, center: true, fullscreen: false, autoHideMenuBar: true, frame: false, resizable: false }); ``` somewhere in client code: ``` JavaScript //... let currentWindow = electron.remote.getCurrentWindow(); currentWindow.setFullScreen(true); //Does not switch to the fullscreen //currentWindow.setFullScreen(false) and back to true works when initial fullscreen:true //... ``` **However** the code below seems to work as expected, main.js ``` JavaScript mainWindow = new BrowserWindow({ width: 800, height: 600, minWidth: 800, minHeight: 600, center: true, fullscreen: false, fullscreenable: true, //ADDED autoHideMenuBar: true, frame: false, resizable: false }); ``` somewhere in client code: ``` JavaScript //... let currentWindow = electron.remote.getCurrentWindow(); currentWindow.setFullScreen(true); //does switch to the fullscreen //... ```
https://github.com/electron/electron/issues/5699
https://github.com/electron/electron/pull/5718
9f0fc96025fec8948eeb8ca45184891c3d8e485d
ec53e49fada04e3b36f4b9330d9db9bc2a40da1f
2016-05-25T21:38:05Z
c++
2016-05-30T00:08:16Z
closed
electron/electron
https://github.com/electron/electron
5,698
["atom/common/api/atom_api_clipboard.cc", "atom/common/api/atom_api_clipboard.h", "docs/api/clipboard.md", "spec/api-clipboard-spec.js"]
Ability to store custom data types to the clipboard
- Electron version: 1.1.3 The clipboard API docs are somewhat confusing, but it looks like you can only deal with plain text, RTF, HTML, and image data. It would be great if I could define arbitrary data types. Ideally, multiple types in a single clipboard.write operator. This is how the Javascript DOM clipboard API works, and Chromium supports it, so hopefully the capability can be exposed in Electron. The call might look like ``` clipboard.write({ text: "Textual representation", html: "<p>HTML representation</p>", "application/graph-editor": "<xml>...custom representation</xml>", }); ``` (The `type` arguments to all the calls describe the _clipboard_ type, not the data type. The only meaningful arguments are `undefined` and `"selection"`, as far as I can tell. Please let me know if I'm wrong about this.)
https://github.com/electron/electron/issues/5698
https://github.com/electron/electron/pull/9243
6bcf3597c28d83db7878e3305a7390c8f394fb67
337f61af98b44919c7f3d2f4f09012f7614de955
2016-05-25T19:58:51Z
c++
2017-05-22T21:01:05Z
closed
electron/electron
https://github.com/electron/electron
5,680
["atom/browser/native_window_mac.mm", "atom/browser/native_window_views.cc"]
Inconsistent behavior between app.quit and un-closable BrowserWindow
- Electron version: 1.1.1 - Operating system: OSX 10.11.4 (El Capitan) If you create a BrowserWindow and set BrowserWindowOptions.closable, calling app.quit does not close the application in OSX. AFAIK, it is expected that calling app.quit() closes the app irrespectively of how the windows are built. The behavior is not observed in Windows, only OSX. To quit the app in OSX, you need go to the dock, right click on the app and select Quit **twice**.
https://github.com/electron/electron/issues/5680
https://github.com/electron/electron/pull/5701
93b8237e1fcbc2402916622abc6f60aa05c65194
20b09e9d031c19faee7ca70b63d147bd8c2be859
2016-05-24T16:38:35Z
c++
2016-05-26T05:33:55Z
closed
electron/electron
https://github.com/electron/electron
5,656
["atom/browser/api/atom_api_tray.cc"]
Crash when quitting from tray menu on OS X 10.9
- Electron version: 1.1.1 - Operating system: Mac OS X 10.9.5 It happends when I close application from tray menu. Menu ``` js { label: 'Exit', click: () => app.quit() } ``` There is no crash when I close app same way, but from application menu ``` Process: t [298] Path: /Users/USER/Downloads/*/t.app/Contents/MacOS/t Identifier: com.electron.t Version: 0.0.1 (0.0.1) Code Type: X86-64 (Native) Parent Process: launchd [156] Responsible: t [298] User ID: 501 Date/Time: 2016-05-23 13:29:58.595 +0300 OS Version: Mac OS X 10.9.5 (13F34) Report Version: 11 Anonymous UUID: 0CBA32EC-C83D-8E66-7B62-F70210175726 Crashed Thread: 0 CrBrowserMain Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000018 VM Regions Near 0x18: --> __TEXT 00000001053f1000-00000001053f2000 [ 4K] r-x/rwx SM=COW /Users/USER/Downloads/*/t.app/Contents/MacOS/t Application Specific Information: objc_msgSend() selector name: isMenuOpen Thread 0 Crashed:: CrBrowserMain Dispatch queue: com.apple.main-thread 0 libobjc.A.dylib 0x00007fff95738097 objc_msgSend + 23 1 com.github.electron.framework 0x00000001054aa9f5 0x1053f6000 + 739829 2 com.github.electron.framework 0x00000001054a98c8 0x1053f6000 + 735432 3 com.apple.AppKit 0x00007fff9322104f -[NSView _drawRect:clip:] + 3748 4 com.apple.AppKit 0x00007fff9321f8c4 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1799 5 com.apple.AppKit 0x00007fff9321fca0 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2787 6 com.apple.AppKit 0x00007fff9321d706 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 841 7 com.apple.AppKit 0x00007fff9334cc13 -[NSNextStepFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 303 8 com.apple.AppKit 0x00007fff93219e9f -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 2828 9 com.apple.AppKit 0x00007fff931f92da -[NSView displayIfNeeded] + 1680 10 com.apple.AppKit 0x00007fff933433eb -[NSNextStepFrame displayIfNeeded] + 156 11 com.apple.AppKit 0x00007fff9325e74e _handleWindowNeedsDisplayOrLayoutOrUpdateConstraints + 884 12 com.apple.AppKit 0x00007fff93834061 __83-[NSWindow _postWindowNeedsDisplayOrLayoutOrUpdateConstraintsUnlessPostingDisabled]_block_invoke1331 + 46 13 com.apple.CoreFoundation 0x00007fff94581d67 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23 14 com.apple.CoreFoundation 0x00007fff94581cd7 __CFRunLoopDoObservers + 391 15 com.apple.CoreFoundation 0x00007fff945733b8 __CFRunLoopRun + 776 16 com.apple.CoreFoundation 0x00007fff94572e75 CFRunLoopRunSpecific + 309 17 com.apple.AppKit 0x00007fff932faf09 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 122 18 com.apple.AppKit 0x00007fff9334a40d -[NSMenu _internalPerformActionForItemAtIndex:] + 35 19 com.apple.AppKit 0x00007fff9334a289 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 104 20 com.apple.AppKit 0x00007fff932f0ff6 NSSLMMenuEventHandler + 716 21 com.apple.HIToolbox 0x00007fff972e91d4 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 892 22 com.apple.HIToolbox 0x00007fff972e8787 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 385 23 com.apple.HIToolbox 0x00007fff972fc880 SendEventToEventTarget + 40 24 com.apple.HIToolbox 0x00007fff97332640 SendHICommandEvent(unsigned int, HICommand const*, unsigned int, unsigned int, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 420 25 com.apple.HIToolbox 0x00007fff97365228 SendMenuCommandWithContextAndModifiers + 59 26 com.apple.HIToolbox 0x00007fff973651d0 SendMenuItemSelectedEvent + 178 27 com.apple.HIToolbox 0x00007fff973650af FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 94 28 com.apple.HIToolbox 0x00007fff9734319e PopUpMenuSelectCore(MenuData*, Point, double, Point, unsigned short, unsigned int, Rect const*, unsigned short, unsigned int, Rect const*, Rect const*, __CFString const*, OpaqueMenuRef**, unsigned short*) + 1726 29 com.apple.HIToolbox 0x00007fff973422f6 _HandlePopUpMenuSelection7 + 596 30 com.apple.AppKit 0x00007fff93349161 _NSSLMPopUpCarbonMenu3 + 4153 31 com.apple.AppKit 0x00007fff93348116 _NSPopUpCarbonMenu3 + 39 32 com.apple.AppKit 0x00007fff93347dd6 -[NSCarbonMenuImpl popUpMenu:atLocation:width:forView:withSelectedItem:withFont:withFlags:withOptions:] + 350 33 com.apple.AppKit 0x00007fff93739729 +[NSStatusBarButtonCell popupStatusBarMenu:inRect:ofView:withEvent:] + 699 34 com.apple.AppKit 0x00007fff9373a8ae -[NSStatusItem popUpStatusItemMenu:] + 173 35 com.github.electron.framework 0x00000001054aa2f4 0x1053f6000 + 738036 36 com.apple.AppKit 0x00007fff932c4145 -[NSWindow sendEvent:] + 781 37 com.apple.AppKit 0x00007fff933c211b -[NSStatusBarWindow sendEvent:] + 247 38 com.apple.AppKit 0x00007fff932655d4 -[NSApplication sendEvent:] + 2021 39 com.github.electron.framework 0x000000010548919b 0x1053f6000 + 602523 40 com.apple.AppKit 0x00007fff930b59f9 -[NSApplication run] + 646 41 com.github.electron.framework 0x00000001055aff16 0x1053f6000 + 1810198 42 com.github.electron.framework 0x00000001055af534 0x1053f6000 + 1807668 43 com.github.electron.framework 0x00000001055eb7e3 0x1053f6000 + 2054115 44 com.github.electron.framework 0x0000000105cf543b 0x1053f6000 + 9434171 45 com.github.electron.framework 0x0000000105cf5243 0x1053f6000 + 9433667 46 com.github.electron.framework 0x0000000105cf7842 0x1053f6000 + 9443394 47 com.github.electron.framework 0x0000000105cf104d 0x1053f6000 + 9416781 48 com.github.electron.framework 0x0000000105c6a53c 0x1053f6000 + 8865084 49 com.github.electron.framework 0x0000000105c69a56 0x1053f6000 + 8862294 50 com.github.electron.framework 0x00000001053f7c8a AtomMain + 74 51 com.electron.t 0x00000001053f1e56 main + 38 52 libdyld.dylib 0x00007fff9a2f15fd start + 1 Thread 1:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff8ddba662 kevent64 + 10 1 libdispatch.dylib 0x00007fff948cc421 _dispatch_mgr_invoke + 239 2 libdispatch.dylib 0x00007fff948cc136 _dispatch_mgr_thread + 52 Thread 2: 0 libsystem_kernel.dylib 0x00007fff8ddb9e6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8cefaf08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff8cefdfb9 start_wqthread + 13 Thread 3:: NetworkConfigWatcher 0 libsystem_kernel.dylib 0x00007fff8ddb5a1a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff8ddb4d18 mach_msg + 64 2 com.apple.CoreFoundation 0x00007fff94573f15 __CFRunLoopServiceMachPort + 181 3 com.apple.CoreFoundation 0x00007fff94573539 __CFRunLoopRun + 1161 4 com.apple.CoreFoundation 0x00007fff94572e75 CFRunLoopRunSpecific + 309 5 com.apple.Foundation 0x00007fff8c7b616c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253 6 com.github.electron.framework 0x00000001055afd4e 0x1053f6000 + 1809742 7 com.github.electron.framework 0x00000001055af534 0x1053f6000 + 1807668 8 com.github.electron.framework 0x00000001055eb7e3 0x1053f6000 + 2054115 9 com.github.electron.framework 0x00000001055d816d 0x1053f6000 + 1974637 10 com.github.electron.framework 0x000000010560a758 0x1053f6000 + 2180952 11 com.github.electron.framework 0x0000000105606937 0x1053f6000 + 2165047 12 libsystem_pthread.dylib 0x00007fff8cef9899 _pthread_body + 138 13 libsystem_pthread.dylib 0x00007fff8cef972a _pthread_start + 137 14 libsystem_pthread.dylib 0x00007fff8cefdfc9 thread_start + 13 Thread 4:: DnsConfigService 0 libsystem_kernel.dylib 0x00007fff8ddba64a kevent + 10 1 com.github.electron.framework 0x0000000106387737 0x1053f6000 + 16324407 2 com.github.electron.framework 0x0000000106384ffb 0x1053f6000 + 16314363 3 com.github.electron.framework 0x00000001055aea01 0x1053f6000 + 1804801 4 com.github.electron.framework 0x00000001055eb7e3 0x1053f6000 + 2054115 5 com.github.electron.framework 0x00000001055d816d 0x1053f6000 + 1974637 6 com.github.electron.framework 0x000000010560a758 0x1053f6000 + 2180952 7 com.github.electron.framework 0x0000000105606937 0x1053f6000 + 2165047 8 libsystem_pthread.dylib 0x00007fff8cef9899 _pthread_body + 138 9 libsystem_pthread.dylib 0x00007fff8cef972a _pthread_start + 137 10 libsystem_pthread.dylib 0x00007fff8cefdfc9 thread_start + 13 Thread 5:: CrShutdownDetector 0 libsystem_kernel.dylib 0x00007fff8ddba9f2 read + 10 1 com.github.electron.framework 0x000000010547e5af 0x1053f6000 + 558511 2 com.github.electron.framework 0x0000000105606937 0x1053f6000 + 2165047 3 libsystem_pthread.dylib 0x00007fff8cef9899 _pthread_body + 138 4 libsystem_pthread.dylib 0x00007fff8cef972a _pthread_start + 137 5 libsystem_pthread.dylib 0x00007fff8cefdfc9 thread_start + 13 Thread 6:: Chrome_DBThread 0 libsystem_kernel.dylib 0x00007fff8ddb5a1a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff8ddb4d18 mach_msg + 64 2 com.apple.CoreFoundation 0x00007fff94573f15 __CFRunLoopServiceMachPort + 181 3 com.apple.CoreFoundation 0x00007fff94573539 __CFRunLoopRun + 1161 4 com.apple.CoreFoundation 0x00007fff94572e75 CFRunLoopRunSpecific + 309 5 com.github.electron.framework 0x00000001055afaaf 0x1053f6000 + 1809071 6 com.github.electron.framework 0x00000001055af534 0x1053f6000 + 1807668 7 com.github.electron.framework 0x00000001055eb7e3 0x1053f6000 + 2054115 8 com.github.electron.framework 0x00000001055d816d 0x1053f6000 + 1974637 9 com.github.electron.framework 0x0000000105cfd8b8 0x1053f6000 + 9468088 10 com.github.electron.framework 0x0000000105cfdcc7 0x1053f6000 + 9469127 11 com.github.electron.framework 0x000000010560a758 0x1053f6000 + 2180952 12 com.github.electron.framework 0x0000000105606937 0x1053f6000 + 2165047 13 libsystem_pthread.dylib 0x00007fff8cef9899 _pthread_body + 138 14 libsystem_pthread.dylib 0x00007fff8cef972a _pthread_start + 137 15 libsystem_pthread.dylib 0x00007fff8cefdfc9 thread_start + 13 Thread 7:: Chrome_FileThread 0 libsystem_kernel.dylib 0x00007fff8ddba64a kevent + 10 1 com.github.electron.framework 0x0000000106387737 0x1053f6000 + 16324407 2 com.github.electron.framework 0x0000000106384ffb 0x1053f6000 + 16314363 3 com.github.electron.framework 0x00000001055aea01 0x1053f6000 + 1804801 4 com.github.electron.framework 0x00000001055eb7e3 0x1053f6000 + 2054115 5 com.github.electron.framework 0x00000001055d816d 0x1053f6000 + 1974637 6 com.github.electron.framework 0x0000000105cfd938 0x1053f6000 + 9468216 7 com.github.electron.framework 0x0000000105cfdcd7 0x1053f6000 + 9469143 8 com.github.electron.framework 0x000000010560a758 0x1053f6000 + 2180952 9 com.github.electron.framework 0x0000000105606937 0x1053f6000 + 2165047 10 libsystem_pthread.dylib 0x00007fff8cef9899 _pthread_body + 138 11 libsystem_pthread.dylib 0x00007fff8cef972a _pthread_start + 137 12 libsystem_pthread.dylib 0x00007fff8cefdfc9 thread_start + 13 Thread 8:: Chrome_FileUserBlockingThread 0 libsystem_kernel.dylib 0x00007fff8ddb5a1a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff8ddb4d18 mach_msg + 64 2 com.apple.CoreFoundation 0x00007fff94573f15 __CFRunLoopServiceMachPort + 181 3 com.apple.CoreFoundation 0x00007fff94573539 __CFRunLoopRun + 1161 4 com.apple.CoreFoundation 0x00007fff94572e75 CFRunLoopRunSpecific + 309 5 com.github.electron.framework 0x00000001055afaaf 0x1053f6000 + 1809071 6 com.github.electron.framework 0x00000001055af534 0x1053f6000 + 1807668 7 com.github.electron.framework 0x00000001055eb7e3 0x1053f6000 + 2054115 8 com.github.electron.framework 0x00000001055d816d 0x1053f6000 + 1974637 9 com.github.electron.framework 0x0000000105cfd9b8 0x1053f6000 + 9468344 10 com.github.electron.framework 0x0000000105cfdce7 0x1053f6000 + 9469159 11 com.github.electron.framework 0x000000010560a758 0x1053f6000 + 2180952 12 com.github.electron.framework 0x0000000105606937 0x1053f6000 + 2165047 13 libsystem_pthread.dylib 0x00007fff8cef9899 _pthread_body + 138 14 libsystem_pthread.dylib 0x00007fff8cef972a _pthread_start + 137 15 libsystem_pthread.dylib 0x00007fff8cefdfc9 thread_start + 13 Thread 9:: Chrome_ProcessLauncherThread 0 libsystem_kernel.dylib 0x00007fff8ddb5a1a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff8ddb4d18 mach_msg + 64 2 com.apple.CoreFoundation 0x00007fff94573f15 __CFRunLoopServiceMachPort + 181 3 com.apple.CoreFoundation 0x00007fff94573539 __CFRunLoopRun + 1161 4 com.apple.CoreFoundation 0x00007fff94572e75 CFRunLoopRunSpecific + 309 5 com.github.electron.framework 0x00000001055afaaf 0x1053f6000 + 1809071 6 com.github.electron.framework 0x00000001055af534 0x1053f6000 + 1807668 7 com.github.electron.framework 0x00000001055eb7e3 0x1053f6000 + 2054115 8 com.github.electron.framework 0x00000001055d816d 0x1053f6000 + 1974637 9 com.github.electron.framework 0x0000000105cfda38 0x1053f6000 + 9468472 10 com.github.electron.framework 0x0000000105cfdcf4 0x1053f6000 + 9469172 11 com.github.electron.framework 0x000000010560a758 0x1053f6000 + 2180952 12 com.github.electron.framework 0x0000000105606937 0x1053f6000 + 2165047 13 libsystem_pthread.dylib 0x00007fff8cef9899 _pthread_body + 138 14 libsystem_pthread.dylib 0x00007fff8cef972a _pthread_start + 137 15 libsystem_pthread.dylib 0x00007fff8cefdfc9 thread_start + 13 Thread 10:: Chrome_CacheThread 0 libsystem_kernel.dylib 0x00007fff8ddb5a1a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff8ddb4d18 mach_msg + 64 2 com.apple.CoreFoundation 0x00007fff94573f15 __CFRunLoopServiceMachPort + 181 3 com.apple.CoreFoundation 0x00007fff94573539 __CFRunLoopRun + 1161 4 com.apple.CoreFoundation 0x00007fff94572e75 CFRunLoopRunSpecific + 309 5 com.github.electron.framework 0x00000001055afaaf 0x1053f6000 + 1809071 6 com.github.electron.framework 0x00000001055af534 0x1053f6000 + 1807668 7 com.github.electron.framework 0x00000001055eb7e3 0x1053f6000 + 2054115 8 com.github.electron.framework 0x00000001055d816d 0x1053f6000 + 1974637 9 com.github.electron.framework 0x0000000105cfdab8 0x1053f6000 + 9468600 10 com.github.electron.framework 0x0000000105cfdd01 0x1053f6000 + 9469185 11 com.github.electron.framework 0x000000010560a758 0x1053f6000 + 2180952 12 com.github.electron.framework 0x0000000105606937 0x1053f6000 + 2165047 13 libsystem_pthread.dylib 0x00007fff8cef9899 _pthread_body + 138 14 libsystem_pthread.dylib 0x00007fff8cef972a _pthread_start + 137 15 libsystem_pthread.dylib 0x00007fff8cefdfc9 thread_start + 13 Thread 11:: Chrome_IOThread 0 libsystem_kernel.dylib 0x00007fff8ddba64a kevent + 10 1 com.github.electron.framework 0x0000000106387737 0x1053f6000 + 16324407 2 com.github.electron.framework 0x0000000106384ffb 0x1053f6000 + 16314363 3 com.github.electron.framework 0x00000001055ae9e9 0x1053f6000 + 1804777 4 com.github.electron.framework 0x00000001055eb7e3 0x1053f6000 + 2054115 5 com.github.electron.framework 0x00000001055d816d 0x1053f6000 + 1974637 6 com.github.electron.framework 0x0000000105cfdb38 0x1053f6000 + 9468728 7 com.github.electron.framework 0x0000000105cfdd0e 0x1053f6000 + 9469198 8 com.github.electron.framework 0x000000010560a758 0x1053f6000 + 2180952 9 com.github.electron.framework 0x0000000105606937 0x1053f6000 + 2165047 10 libsystem_pthread.dylib 0x00007fff8cef9899 _pthread_body + 138 11 libsystem_pthread.dylib 0x00007fff8cef972a _pthread_start + 137 12 libsystem_pthread.dylib 0x00007fff8cefdfc9 thread_start + 13 Thread 12:: handle-watcher-thread 0 libsystem_kernel.dylib 0x00007fff8ddb9716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8cefbc3b _pthread_cond_wait + 727 2 com.github.electron.framework 0x0000000106adfe48 0x1053f6000 + 24026696 3 com.github.electron.framework 0x0000000106ac201a 0x1053f6000 + 23904282 4 com.github.electron.framework 0x0000000106ac1d4c 0x1053f6000 + 23903564 5 com.github.electron.framework 0x0000000106aa4469 0x1053f6000 + 23782505 6 com.github.electron.framework 0x0000000106aa426b 0x1053f6000 + 23781995 7 com.github.electron.framework 0x0000000106aa41b1 0x1053f6000 + 23781809 8 com.github.electron.framework 0x00000001055eb7e3 0x1053f6000 + 2054115 9 com.github.electron.framework 0x00000001055d816d 0x1053f6000 + 1974637 10 com.github.electron.framework 0x000000010560a758 0x1053f6000 + 2180952 11 com.github.electron.framework 0x0000000105606937 0x1053f6000 + 2165047 12 libsystem_pthread.dylib 0x00007fff8cef9899 _pthread_body + 138 13 libsystem_pthread.dylib 0x00007fff8cef972a _pthread_start + 137 14 libsystem_pthread.dylib 0x00007fff8cefdfc9 thread_start + 13 Thread 13:: IndexedDB 0 libsystem_kernel.dylib 0x00007fff8ddb5a1a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff8ddb4d18 mach_msg + 64 2 com.apple.CoreFoundation 0x00007fff94573f15 __CFRunLoopServiceMachPort + 181 3 com.apple.CoreFoundation 0x00007fff94573539 __CFRunLoopRun + 1161 4 com.apple.CoreFoundation 0x00007fff94572e75 CFRunLoopRunSpecific + 309 5 com.github.electron.framework 0x00000001055afaaf 0x1053f6000 + 1809071 6 com.github.electron.framework 0x00000001055af534 0x1053f6000 + 1807668 7 com.github.electron.framework 0x00000001055eb7e3 0x1053f6000 + 2054115 8 com.github.electron.framework 0x00000001055d816d 0x1053f6000 + 1974637 9 com.github.electron.framework 0x000000010560a758 0x1053f6000 + 2180952 10 com.github.electron.framework 0x0000000105606937 0x1053f6000 + 2165047 11 libsystem_pthread.dylib 0x00007fff8cef9899 _pthread_body + 138 12 libsystem_pthread.dylib 0x00007fff8cef972a _pthread_start + 137 13 libsystem_pthread.dylib 0x00007fff8cefdfc9 thread_start + 13 Thread 14:: CompositorTileWorker1/42499 0 libsystem_kernel.dylib 0x00007fff8ddb9716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8cefbc3b _pthread_cond_wait + 727 2 com.github.electron.framework 0x00000001059e8468 0x1053f6000 + 6235240 3 com.github.electron.framework 0x0000000105609ed3 0x1053f6000 + 2178771 4 com.github.electron.framework 0x0000000105609d1d 0x1053f6000 + 2178333 5 com.github.electron.framework 0x0000000105606937 0x1053f6000 + 2165047 6 libsystem_pthread.dylib 0x00007fff8cef9899 _pthread_body + 138 7 libsystem_pthread.dylib 0x00007fff8cef972a _pthread_start + 137 8 libsystem_pthread.dylib 0x00007fff8cefdfc9 thread_start + 13 Thread 15: 0 libsystem_kernel.dylib 0x00007fff8ddb5a56 semaphore_wait_trap + 10 1 libnode.dylib 0x00000001097a0040 uv_sem_wait + 16 2 com.github.electron.framework 0x00000001054e4dc0 atom::NodeBindings::EmbedThreadRunner(void*) + 48 3 libnode.dylib 0x000000010979fd69 0x109645000 + 1420649 4 libsystem_pthread.dylib 0x00007fff8cef9899 _pthread_body + 138 5 libsystem_pthread.dylib 0x00007fff8cef972a _pthread_start + 137 6 libsystem_pthread.dylib 0x00007fff8cefdfc9 thread_start + 13 Thread 16:: BrowserBlockingWorker1/50951 0 libsystem_kernel.dylib 0x00007fff8ddb9716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8cefbc3b _pthread_cond_wait + 727 2 com.github.electron.framework 0x0000000105607807 0x1053f6000 + 2168839 3 com.github.electron.framework 0x0000000105606f8d 0x1053f6000 + 2166669 4 com.github.electron.framework 0x0000000105609d1d 0x1053f6000 + 2178333 5 com.github.electron.framework 0x0000000105606937 0x1053f6000 + 2165047 6 libsystem_pthread.dylib 0x00007fff8cef9899 _pthread_body + 138 7 libsystem_pthread.dylib 0x00007fff8cef972a _pthread_start + 137 8 libsystem_pthread.dylib 0x00007fff8cefdfc9 thread_start + 13 Thread 17:: NetworkConfigWatcher 0 libsystem_kernel.dylib 0x00007fff8ddb5a1a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff8ddb4d18 mach_msg + 64 2 com.apple.CoreFoundation 0x00007fff94573f15 __CFRunLoopServiceMachPort + 181 3 com.apple.CoreFoundation 0x00007fff94573539 __CFRunLoopRun + 1161 4 com.apple.CoreFoundation 0x00007fff94572e75 CFRunLoopRunSpecific + 309 5 com.apple.Foundation 0x00007fff8c7b616c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253 6 com.github.electron.framework 0x00000001055afd4e 0x1053f6000 + 1809742 7 com.github.electron.framework 0x00000001055af534 0x1053f6000 + 1807668 8 com.github.electron.framework 0x00000001055eb7e3 0x1053f6000 + 2054115 9 com.github.electron.framework 0x00000001055d816d 0x1053f6000 + 1974637 10 com.github.electron.framework 0x000000010560a758 0x1053f6000 + 2180952 11 com.github.electron.framework 0x0000000105606937 0x1053f6000 + 2165047 12 libsystem_pthread.dylib 0x00007fff8cef9899 _pthread_body + 138 13 libsystem_pthread.dylib 0x00007fff8cef972a _pthread_start + 137 14 libsystem_pthread.dylib 0x00007fff8cefdfc9 thread_start + 13 Thread 18: 0 libsystem_kernel.dylib 0x00007fff8ddb5a1a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff8ddb4d18 mach_msg + 64 2 com.apple.CoreFoundation 0x00007fff94573f15 __CFRunLoopServiceMachPort + 181 3 com.apple.CoreFoundation 0x00007fff94573539 __CFRunLoopRun + 1161 4 com.apple.CoreFoundation 0x00007fff94572e75 CFRunLoopRunSpecific + 309 5 com.apple.AppKit 0x00007fff9326205e _NSEventThread + 144 6 libsystem_pthread.dylib 0x00007fff8cef9899 _pthread_body + 138 7 libsystem_pthread.dylib 0x00007fff8cef972a _pthread_start + 137 8 libsystem_pthread.dylib 0x00007fff8cefdfc9 thread_start + 13 Thread 19: 0 libsystem_kernel.dylib 0x00007fff8ddb9716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8cefbc3b _pthread_cond_wait + 727 2 libnode.dylib 0x00000001097a0109 uv_cond_wait + 9 3 libnode.dylib 0x00000001097948b3 0x109645000 + 1374387 4 libnode.dylib 0x000000010979fd69 0x109645000 + 1420649 5 libsystem_pthread.dylib 0x00007fff8cef9899 _pthread_body + 138 6 libsystem_pthread.dylib 0x00007fff8cef972a _pthread_start + 137 7 libsystem_pthread.dylib 0x00007fff8cefdfc9 thread_start + 13 Thread 20: 0 libsystem_kernel.dylib 0x00007fff8ddb9716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8cefbc3b _pthread_cond_wait + 727 2 libnode.dylib 0x00000001097a0109 uv_cond_wait + 9 3 libnode.dylib 0x00000001097948b3 0x109645000 + 1374387 4 libnode.dylib 0x000000010979fd69 0x109645000 + 1420649 5 libsystem_pthread.dylib 0x00007fff8cef9899 _pthread_body + 138 6 libsystem_pthread.dylib 0x00007fff8cef972a _pthread_start + 137 7 libsystem_pthread.dylib 0x00007fff8cefdfc9 thread_start + 13 Thread 21: 0 libsystem_kernel.dylib 0x00007fff8ddb9716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8cefbc3b _pthread_cond_wait + 727 2 libnode.dylib 0x00000001097a0109 uv_cond_wait + 9 3 libnode.dylib 0x00000001097948b3 0x109645000 + 1374387 4 libnode.dylib 0x000000010979fd69 0x109645000 + 1420649 5 libsystem_pthread.dylib 0x00007fff8cef9899 _pthread_body + 138 6 libsystem_pthread.dylib 0x00007fff8cef972a _pthread_start + 137 7 libsystem_pthread.dylib 0x00007fff8cefdfc9 thread_start + 13 Thread 22: 0 libsystem_kernel.dylib 0x00007fff8ddb9716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8cefbc3b _pthread_cond_wait + 727 2 libnode.dylib 0x00000001097a0109 uv_cond_wait + 9 3 libnode.dylib 0x00000001097948b3 0x109645000 + 1374387 4 libnode.dylib 0x000000010979fd69 0x109645000 + 1420649 5 libsystem_pthread.dylib 0x00007fff8cef9899 _pthread_body + 138 6 libsystem_pthread.dylib 0x00007fff8cef972a _pthread_start + 137 7 libsystem_pthread.dylib 0x00007fff8cefdfc9 thread_start + 13 Thread 23:: BrowserBlockingWorker2/55963 0 libsystem_kernel.dylib 0x00007fff8ddb9716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8cefbc3b _pthread_cond_wait + 727 2 com.github.electron.framework 0x0000000105607807 0x1053f6000 + 2168839 3 com.github.electron.framework 0x0000000105606f8d 0x1053f6000 + 2166669 4 com.github.electron.framework 0x0000000105609d1d 0x1053f6000 + 2178333 5 com.github.electron.framework 0x0000000105606937 0x1053f6000 + 2165047 6 libsystem_pthread.dylib 0x00007fff8cef9899 _pthread_body + 138 7 libsystem_pthread.dylib 0x00007fff8cef972a _pthread_start + 137 8 libsystem_pthread.dylib 0x00007fff8cefdfc9 thread_start + 13 Thread 24:: WorkerPool/86119 0 libsystem_kernel.dylib 0x00007fff8ddb9716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8cefbc77 _pthread_cond_wait + 787 2 com.github.electron.framework 0x00000001055f9d0b 0x1053f6000 + 2112779 3 com.github.electron.framework 0x000000010560c0fe 0x1053f6000 + 2187518 4 com.github.electron.framework 0x000000010560c4e2 0x1053f6000 + 2188514 5 com.github.electron.framework 0x0000000105606937 0x1053f6000 + 2165047 6 libsystem_pthread.dylib 0x00007fff8cef9899 _pthread_body + 138 7 libsystem_pthread.dylib 0x00007fff8cef972a _pthread_start + 137 8 libsystem_pthread.dylib 0x00007fff8cefdfc9 thread_start + 13 Thread 25:: WorkerPool/7383 0 libnode.dylib 0x0000000109bb6196 v8::internal::HDeadCodeEliminationPhase::RemoveDeadInstructions() + 182 1 libnode.dylib 0x0000000109bf8c2c void v8::internal::HGraph::Run<v8::internal::HDeadCodeEliminationPhase>() + 60 2 libnode.dylib 0x0000000109bf860f v8::internal::HGraph::Optimize(v8::internal::BailoutReason*) + 703 3 libnode.dylib 0x0000000109b63c29 v8::internal::OptimizedCompileJob::OptimizeGraph() + 57 4 libnode.dylib 0x0000000109dbfc81 v8::internal::OptimizingCompileDispatcher::CompileNext(v8::internal::OptimizedCompileJob*) + 33 5 libnode.dylib 0x0000000109dc0f34 0x109645000 + 7847732 6 com.github.electron.framework 0x000000010560c47f 0x1053f6000 + 2188415 7 com.github.electron.framework 0x0000000105606937 0x1053f6000 + 2165047 8 libsystem_pthread.dylib 0x00007fff8cef9899 _pthread_body + 138 9 libsystem_pthread.dylib 0x00007fff8cef972a _pthread_start + 137 10 libsystem_pthread.dylib 0x00007fff8cefdfc9 thread_start + 13 Thread 26: 0 libsystem_kernel.dylib 0x00007fff8ddb9e6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8cefaf08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff8cefdfb9 start_wqthread + 13 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x00000000000000a0 rbx: 0x00007fe6a9e784b0 rcx: 0x0000000000000001 rdx: 0x00000000000000a9 rdi: 0x00007fe6a9e7a530 rsi: 0x00007fff8feb3c74 rbp: 0x00007fff5a80b0a0 rsp: 0x00007fff5a80b088 r8: 0x0000000000000001 r9: 0xffff80195611370f r10: 0x00007fff8feb3c74 r11: 0x0000000000000000 r12: 0x00007fe6a99a4e50 r13: 0x00007fff95738080 r14: 0x00000000000000a8 r15: 0x00007fe6a9e784b0 rip: 0x00007fff95738097 rfl: 0x0000000000010246 cr2: 0x0000000000000018 Logical CPU: 1 Error Code: 0x00000004 Trap Number: 14 Binary Images: 0x1053f1000 - 0x1053f1fff +com.electron.t (0.0.1 - 0.0.1) <37D6C808-C72C-3268-B397-976CB0C04964> /Users/USER/Downloads/*/t.app/Contents/MacOS/t 0x1053f6000 - 0x108ddef9f +com.github.electron.framework (0) <20D2D825-8E02-3A55-ADCC-71018D784728> /Users/USER/Downloads/*/t.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Electron Framework 0x109516000 - 0x10952bff7 +com.github.Squirrel (1.0 - 1) <C39DE518-902E-3EBE-B1A6-B4E7AE668521> /Users/USER/Downloads/*/t.app/Contents/Frameworks/Squirrel.framework/Versions/A/Squirrel 0x109548000 - 0x1095abff7 +org.reactivecocoa.ReactiveCocoa (1.0 - 1) <701B20DE-3ADD-3643-B52A-E05744C30DB3> /Users/USER/Downloads/*/t.app/Contents/Frameworks/ReactiveCocoa.framework/Versions/A/ReactiveCocoa 0x10961f000 - 0x109633fff +org.mantle.Mantle (1.0 - ???) <31915DD6-48E6-3706-A076-C9D4CE17F4F6> /Users/USER/Downloads/*/t.app/Contents/Frameworks/Mantle.framework/Versions/A/Mantle 0x109645000 - 0x10a389ff7 +libnode.dylib (0) <5AF9558C-8103-35A8-BF46-A45AF05A90ED> /Users/USER/Downloads/*/t.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Libraries/libnode.dylib 0x10a7d9000 - 0x10aa11fe7 +libffmpeg.dylib (0) <503A4DF2-8405-3C90-8179-EDCFBCADE7E2> /Users/USER/Downloads/*/t.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Libraries/libffmpeg.dylib 0x10aba5000 - 0x10abe0ff2 com.apple.audio.midi.CoreMIDI (1.10 - 88) <D9D7F8A1-B30F-324D-AAFD-5DB9EECDAA48> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI 0x10ac36000 - 0x10ac37fff libCyrillicConverter.dylib (61) <AA2B224F-1A9F-30B9-BE11-633176790A94> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib 0x10d43f000 - 0x10d440fe4 +cl_kernels (???) <DD997B42-070A-4FCE-A4A4-9E96F331D72A> cl_kernels 0x10d44e000 - 0x10d44fff9 +cl_kernels (???) <C97872ED-3E2F-48EC-881C-17A49B156558> cl_kernels 0x10ea5c000 - 0x10eb42fef unorm8_bgra.dylib (2.3.58) <641EC871-01E8-301F-8695-B92993AD7E23> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib 0x7fff63155000 - 0x7fff63188817 dyld (239.4) <7AD43B9B-5CEA-3C7E-9836-A06909F9CA56> /usr/lib/dyld 0x7fff8c74d000 - 0x7fff8ca4dff7 com.apple.Foundation (6.9 - 1056.16) <24349208-3603-3F5D-95CC-B379616FBEF8> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff8cb1f000 - 0x7fff8cb27fff libsystem_dnssd.dylib (522.92.1) <3F8C6A07-3046-3E88-858F-D9CEFC43A405> /usr/lib/system/libsystem_dnssd.dylib 0x7fff8cb28000 - 0x7fff8cb29fff liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib 0x7fff8cb2a000 - 0x7fff8cb42fff libexpat.1.dylib (12) <97F4A9A7-CB3E-3BBF-9314-4997FC770E52> /usr/lib/libexpat.1.dylib 0x7fff8cb43000 - 0x7fff8cc07ff7 com.apple.backup.framework (1.5.4 - 1.5.4) <195DA868-47A5-37E6-8CF0-9BCF11846899> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff8cc08000 - 0x7fff8cc0eff7 libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib 0x7fff8cc0f000 - 0x7fff8cc20ff7 libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib 0x7fff8cc31000 - 0x7fff8cc7eff2 com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff8cc9c000 - 0x7fff8cd01ffb com.apple.Heimdal (4.0 - 2.0) <F34D6627-9F80-3823-8B57-DB629307DF87> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff8cd02000 - 0x7fff8cde9ff7 libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib 0x7fff8cdea000 - 0x7fff8ce6bfff com.apple.CoreSymbolication (3.0.1 - 141.0.5) <82170C9C-73E0-3108-9DC5-C214C9B72292> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff8ce6c000 - 0x7fff8cef7ff7 libCoreStorage.dylib (380.70.2) <BD993BC8-ED54-3DC1-B28B-3B6AC77E8E5C> /usr/lib/libCoreStorage.dylib 0x7fff8cef8000 - 0x7fff8ceffff7 libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib 0x7fff8cf56000 - 0x7fff8cf60ff7 com.apple.AppSandbox (3.0 - 1) <9F27DC25-C566-3AEF-92D3-DCFE7836916D> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox 0x7fff8cf88000 - 0x7fff8cf8cff7 libsystem_stats.dylib (93.90.3) <C588E082-D94B-3510-9F9A-7AD83B3402DE> /usr/lib/system/libsystem_stats.dylib 0x7fff8d269000 - 0x7fff8d2d8ff1 com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff8d2d9000 - 0x7fff8d2feff7 com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff8d324000 - 0x7fff8d325ff7 libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib 0x7fff8d326000 - 0x7fff8d364ff7 libGLImage.dylib (9.6.1) <5E02B38C-9F36-39BE-8746-724F0D8BBFC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff8d365000 - 0x7fff8d377fff com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff8d378000 - 0x7fff8d379ffb libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib 0x7fff8d3cf000 - 0x7fff8d3d6fff com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff8d3e2000 - 0x7fff8d40bff7 libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib 0x7fff8d447000 - 0x7fff8d488fff com.apple.PerformanceAnalysis (1.47 - 47) <DBC7349E-8440-3FE0-B5E4-B6A8EF3017E9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff8d489000 - 0x7fff8d512fff com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff8d513000 - 0x7fff8d514fff libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib 0x7fff8d52d000 - 0x7fff8d538ff7 com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff8d539000 - 0x7fff8d55dfff libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib 0x7fff8d55e000 - 0x7fff8d588ff7 libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib 0x7fff8d589000 - 0x7fff8d66dff7 com.apple.coreui (2.2 - 231.1) <187DF89C-8A64-366D-8782-F90315FA3CD7> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff8d66e000 - 0x7fff8da45fef com.apple.CoreAUC (6.25.00 - 6.25.00) <2D7DC96C-BA83-3220-A03F-C790D50A23D8> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff8dc72000 - 0x7fff8dc8fff7 com.apple.framework.Apple80211 (9.4 - 940.60) <043C7CFD-B57B-3F9D-B0FE-CA4B97C43968> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff8dc90000 - 0x7fff8dc98ff3 libCGCMS.A.dylib (599.35.4) <67AD122A-B8DA-3C05-8B8C-1939F5064FAE> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib 0x7fff8dd31000 - 0x7fff8dd61fff com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff8dd7c000 - 0x7fff8dd7dfff com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff8dd80000 - 0x7fff8dd82ff7 libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib 0x7fff8dd83000 - 0x7fff8dd90ff0 libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib 0x7fff8dda4000 - 0x7fff8ddc0ff7 libsystem_kernel.dylib (2422.115.4) <9EDE872E-2A9E-3A78-8E1D-AB790794A098> /usr/lib/system/libsystem_kernel.dylib 0x7fff8ddc1000 - 0x7fff8de51ff7 com.apple.Metadata (10.7.0 - 800.28) <04D510EA-1169-392F-9702-EE7EB00882E6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff8de55000 - 0x7fff8de55fff com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff8deb2000 - 0x7fff8e0faff7 com.apple.CoreData (107 - 481.3) <E78734AA-E3D0-33CB-A014-620BBCAB2E96> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff8e0fb000 - 0x7fff8e201ff7 com.apple.ImageIO.framework (3.3.0 - 1044) <3BCCF2AE-CF1F-3324-A371-DF0A42C841A2> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff8e202000 - 0x7fff8e331fef com.apple.MediaControlSender (2.0 - 200.34.4) <FC24EC8D-2E46-3F76-AF63-749F30857B96> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender 0x7fff8e499000 - 0x7fff8e7cffff com.apple.MediaToolbox (1.0 - 1273.54) <CB6F6690-D44C-30B5-93AB-CAB198D51884> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff8e7d0000 - 0x7fff8e7d5ff7 libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib 0x7fff8e821000 - 0x7fff8ea85ffd com.apple.security (7.0 - 55471.14.18) <83A9E8C8-06A1-3F6D-8514-C35CD0DBD370> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff8eac7000 - 0x7fff8eac8fff libsystem_sandbox.dylib (278.11.1) <0D0B13EA-6B7A-3AC8-BE60-B548543BEB77> /usr/lib/system/libsystem_sandbox.dylib 0x7fff8eac9000 - 0x7fff8ec64ff8 com.apple.CFNetwork (673.3 - 673.3) <4375B7CB-34B6-3A26-99AC-2D2404AD9C9B> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff8ec65000 - 0x7fff8ec67fff libRadiance.dylib (1044) <461482C9-CADB-3B36-B023-597C64AD4B00> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff8ec68000 - 0x7fff8ec6cff7 com.apple.ServerInformation (2.1.1 - 1) <7FAF2B82-FE90-3398-98D8-0F84C6FE6A4A> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/ServerInformation 0x7fff8ec6d000 - 0x7fff8eca8fff com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x7fff8eca9000 - 0x7fff8ecd5fff com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff8ecd6000 - 0x7fff8ed86ff7 libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff8ed87000 - 0x7fff8edaeff7 com.apple.shortcut (2.6 - 2.6) <A62BC973-6782-3893-B014-EC6503AB7EAD> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x7fff8edaf000 - 0x7fff8ee16ff7 com.apple.CoreUtils (2.0 - 200.34.4) <E53B97FE-E067-33F6-A9C1-D4EC2A20FB9F> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils 0x7fff8ee17000 - 0x7fff8ee17ffd com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff8f090000 - 0x7fff8f094ff7 libheimdal-asn1.dylib (323.92.1) <CAE21FFF-5763-399C-B7C5-EEBFFEEF2242> /usr/lib/libheimdal-asn1.dylib 0x7fff8f095000 - 0x7fff8f0acffa libAVFAudio.dylib (32.2) <DAE7465E-DE8E-3900-84E7-F5DE72560E76> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib 0x7fff8f0ad000 - 0x7fff8f0b8fff libkxld.dylib (2422.115.4) <3C678B75-F7C5-3DBB-8DBD-48483AD54D5C> /usr/lib/system/libkxld.dylib 0x7fff8f173000 - 0x7fff8f18cff7 com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff8fa51000 - 0x7fff8faddff7 com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff900c2000 - 0x7fff900cfff7 libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib 0x7fff900d0000 - 0x7fff900d6fff com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification 0x7fff900d7000 - 0x7fff900efff7 com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff90369000 - 0x7fff90378ff8 com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff90379000 - 0x7fff90663fff com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff9151c000 - 0x7fff91540ff7 libJPEG.dylib (1044) <BE0ED4E1-F7FC-3038-86D3-0456DD173FCB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff91541000 - 0x7fff9155cff7 libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib 0x7fff9155d000 - 0x7fff91715ffb libicucore.A.dylib (511.35) <6F097DA7-147C-32A1-93D2-728A64CF0DC2> /usr/lib/libicucore.A.dylib 0x7fff91766000 - 0x7fff91767ff7 com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff91768000 - 0x7fff917b6ff7 com.apple.opencl (2.3.59 - 2.3.59) <9F43F471-C3C3-352D-889D-EC418DC1F5B2> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff917b7000 - 0x7fff91a88ff4 com.apple.CoreImage (9.4.0) <2C636ECD-0F1A-357C-9EFF-0452476FDDF5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff91aa2000 - 0x7fff91ae7fff libcurl.4.dylib (78.94.1) <88F27F9B-052E-3375-938D-2603E90D8AD5> /usr/lib/libcurl.4.dylib 0x7fff91ae8000 - 0x7fff91b27fff libGLU.dylib (9.6.1) <AE032555-3E2F-3DBF-A26D-EA4576061605> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff91b28000 - 0x7fff91b3bff7 com.apple.AppContainer (3.0 - 1) <BD342039-430E-39FE-BC2D-8F97B557548E> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer 0x7fff91b83000 - 0x7fff91b88fff com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff91c87000 - 0x7fff91c90ff7 libcldcpuengine.dylib (2.3.58) <645ABD2F-C93B-3943-8B07-BBC08B904253> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib 0x7fff91c91000 - 0x7fff91c91ff7 libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib 0x7fff91c92000 - 0x7fff91c96ff7 libGIF.dylib (1044) <7E51DFC3-740A-3CD3-98A1-1EC510A4A055> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff91ed3000 - 0x7fff92321fef com.apple.VideoToolbox (1.0 - 1273.54) <4699BB55-7387-3981-9217-869215F00CA9> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fff92342000 - 0x7fff9234affc libGFXShared.dylib (9.6.1) <65BC4378-C023-30EC-8B80-60FB4EA0B036> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff9234b000 - 0x7fff92352ffb libcopyfile.dylib (103.92.1) <CF29DFF6-0589-3590-834C-82E2316612E8> /usr/lib/system/libcopyfile.dylib 0x7fff923b6000 - 0x7fff923ceff7 com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff923cf000 - 0x7fff92400ff7 libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib 0x7fff92401000 - 0x7fff9244dffe com.apple.CoreMediaIO (408.0 - 4570) <72371044-3FF2-3538-8EE1-C7C20F7C60A0> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7fff9244e000 - 0x7fff92456ff7 com.apple.AppleSRP (5.0 - 1) <ABC7F088-1FD5-3768-B9F3-847F355E90B3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 0x7fff92457000 - 0x7fff92463ffb com.apple.AppleFSCompression (56.92.1 - 1.0) <066255FD-DBD1-3041-8DDA-7AFC41C9096D> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff92464000 - 0x7fff9247fff7 libPng.dylib (1044) <151BA92C-6E7C-3B69-8024-FDD1E2C89DD3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff92480000 - 0x7fff924a8ffb libRIP.A.dylib (599.35.4) <F3C60582-1F27-335D-9C97-8CF307670F7B> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x7fff924a9000 - 0x7fff924abfff com.apple.SecCodeWrapper (3.0 - 1) <DE7CA981-2B8B-34AC-845D-06D5C8F10441> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper 0x7fff924ac000 - 0x7fff924e4ff7 com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff924e5000 - 0x7fff924eeffb libsystem_notify.dylib (121.20.1) <9B34B4FE-F5AD-3F09-A5F0-46AFF3571323> /usr/lib/system/libsystem_notify.dylib 0x7fff924f2000 - 0x7fff9250dff7 libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib 0x7fff9250e000 - 0x7fff925eafff libcrypto.0.9.8.dylib (52) <ED7F3865-10D4-346B-8C9C-D968EB3B5D35> /usr/lib/libcrypto.0.9.8.dylib 0x7fff925eb000 - 0x7fff92610ff7 com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff92653000 - 0x7fff9265aff8 liblaunch.dylib (842.92.1) <A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A> /usr/lib/system/liblaunch.dylib 0x7fff92df3000 - 0x7fff92df8fff libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib 0x7fff92df9000 - 0x7fff92ee8fff libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff92ee9000 - 0x7fff92fbaff1 com.apple.DiskImagesFramework (10.9 - 371.1) <DCCAADEC-35D5-3968-8B39-358ACC56ADC4> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x7fff92fd5000 - 0x7fff92fe6ff7 libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib 0x7fff92fe7000 - 0x7fff92fe7ffd libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib 0x7fff9309e000 - 0x7fff93c14ff7 com.apple.AppKit (6.9 - 1265.21) <9DC13B27-841D-3839-93B2-3EDE66157BDE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff94484000 - 0x7fff94486ff7 com.apple.securityhi (9.0 - 55005) <9985032A-0EE1-3760-8D23-ADD3965A4D18> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff94487000 - 0x7fff94489fff com.apple.EFILogin (2.0 - 2) <8D651894-B7AD-3F23-9B93-472EEA3D292F> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin 0x7fff9448a000 - 0x7fff944d7fff com.apple.AppleVAFramework (5.0.27 - 5.0.27) <B28D0F5C-EEDD-3586-8986-33BC79E8DE56> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff944d8000 - 0x7fff944e0ff7 com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff944e1000 - 0x7fff944ebff7 com.apple.CrashReporterSupport (10.9 - 539) <B25A09EC-A021-32EC-86F8-05B4837E0EDE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff94503000 - 0x7fff946e8fff com.apple.CoreFoundation (6.9 - 855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff94728000 - 0x7fff94744fff libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib 0x7fff94754000 - 0x7fff94757ffa libCGXType.A.dylib (599.35.4) <A2B493FD-2EDE-3BC2-A281-2381E0156411> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x7fff9476a000 - 0x7fff9489aff7 com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff948be000 - 0x7fff948c8ff7 libcsfde.dylib (380.70.2) <3ACB87D7-A81C-3C45-B648-AD27F1B9D841> /usr/lib/libcsfde.dylib 0x7fff948c9000 - 0x7fff948e3fff libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib 0x7fff948e4000 - 0x7fff94951fff com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff94952000 - 0x7fff94a3cfff libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib 0x7fff94aa3000 - 0x7fff94aabfff libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib 0x7fff94aac000 - 0x7fff94aaeffb libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib 0x7fff94aaf000 - 0x7fff94ab8ffd com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff94c73000 - 0x7fff950a6ffb com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff950a7000 - 0x7fff950fafff com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface 0x7fff9511e000 - 0x7fff95137ff7 com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity 0x7fff9514d000 - 0x7fff952a1ff3 com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff952a2000 - 0x7fff952a7ff7 com.apple.MediaAccessibility (1.0 - 43) <D309D83D-5FAE-37A4-85ED-FFBDA8B66B82> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility 0x7fff95478000 - 0x7fff954a7ff9 com.apple.GSS (4.0 - 2.0) <44E914BE-B0D0-3E05-9451-CA9E539AFA52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff954a8000 - 0x7fff954b5fff com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff95549000 - 0x7fff9568afff com.apple.QTKit (7.7.3 - 2826.24) <08E58C71-D16C-3357-989C-780A08994B27> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x7fff9568b000 - 0x7fff956d2ff7 libcups.2.dylib (372.4) <36EA4350-43B4-3A5C-9904-10685BFDA7D4> /usr/lib/libcups.2.dylib 0x7fff956d3000 - 0x7fff95732fff com.apple.framework.CoreWLAN (4.3.3 - 433.48) <1F17FA12-6E84-309D-9808-C536D445FA6E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff95733000 - 0x7fff958e0f27 libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib 0x7fff958e1000 - 0x7fff959acfff libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff959ad000 - 0x7fff95a08ffb com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff95a4a000 - 0x7fff95a79fd2 libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib 0x7fff95a7a000 - 0x7fff95aa2ffb libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib 0x7fff95aa3000 - 0x7fff95ad4fff com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff95b14000 - 0x7fff95b3eff7 libsandbox.1.dylib (278.11.1) <40E0FA20-43F4-3B44-8FB7-E070170E9AB9> /usr/lib/libsandbox.1.dylib 0x7fff95b97000 - 0x7fff964b6797 com.apple.CoreGraphics (1.600.0 - 599.35.4) <C8CBC664-0CD2-3C7D-A301-9B3BA731250C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff964de000 - 0x7fff964e2ff7 libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib 0x7fff964e3000 - 0x7fff964e6fff com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff964fa000 - 0x7fff965ebff9 libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib 0x7fff9668e000 - 0x7fff96692fff libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib 0x7fff9673d000 - 0x7fff9673eff7 libSystem.B.dylib (1197.1.1) <70B235FC-BCED-367B-BA6C-67C299BAE7D9> /usr/lib/libSystem.B.dylib 0x7fff96ac5000 - 0x7fff96b0efff com.apple.CoreMedia (1.0 - 1273.54) <CAB7303A-9AB2-317A-99C3-BEAA8AE8764B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff96d2e000 - 0x7fff96d80fff libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib 0x7fff96d81000 - 0x7fff96da8ff7 libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib 0x7fff96da9000 - 0x7fff96e15fff com.apple.framework.IOKit (2.0.1 - 907.100.13) <057FDBA3-56D6-3903-8C0B-849214BF1985> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff97038000 - 0x7fff9703bffc com.apple.IOSurface (91.1 - 91.1) <D00EEB0C-8AA8-3986-90C1-C97B2486E8FA> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff972de000 - 0x7fff972e0fff com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 0x7fff972e1000 - 0x7fff9758bff5 com.apple.HIToolbox (2.1.1 - 698) <26FF0E2C-1CD7-311F-ACF0-84F3D5273AD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff9758c000 - 0x7fff975c0fff libssl.0.9.8.dylib (52) <51C844FF-D7CD-3525-9ABB-84B8DD11D5E4> /usr/lib/libssl.0.9.8.dylib 0x7fff975c1000 - 0x7fff976affff libJP2.dylib (1044) <BE5FF765-5ECE-38B5-BF5D-BE806F5CAD18> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff976b0000 - 0x7fff976b0fff com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff976b1000 - 0x7fff97709ff7 com.apple.Symbolication (1.4 - 129.0.2) <78AE8B21-BF15-373F-88C6-73BF740BFFFB> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff9770a000 - 0x7fff9770cfff libCVMSPluginSupport.dylib (9.6.1) <B724E444-6FAE-31B5-9814-1572517229C6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff9770d000 - 0x7fff97711fff com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff97712000 - 0x7fff97754ff7 libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib 0x7fff97755000 - 0x7fff9775bff7 com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService 0x7fff9775c000 - 0x7fff9776cffb libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib 0x7fff9776d000 - 0x7fff97a41fc7 com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff97a42000 - 0x7fff97a6bfff com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff97a6c000 - 0x7fff97a6cfff com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff97a6d000 - 0x7fff97a84ff7 com.apple.CFOpenDirectory (10.9 - 173.90.1) <7BC0194E-1B40-3FCA-ACD2-235CE5D65DFA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff97e74000 - 0x7fff97ebbfff libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff97edb000 - 0x7fff97f41fff com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff97f9a000 - 0x7fff97f9dfff libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff97f9e000 - 0x7fff9837fffe libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff98703000 - 0x7fff98703fff com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff98704000 - 0x7fff98707fff com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff98708000 - 0x7fff9873dffc com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff9873e000 - 0x7fff9874efff libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib 0x7fff987cf000 - 0x7fff987dafff libGL.dylib (9.6.1) <4B65BF9F-F34A-3CD1-94E8-DB26DAA0A59D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff98b8f000 - 0x7fff98bf3fff com.apple.datadetectorscore (5.0 - 354.5) <C9FAB401-3FE2-3221-B60C-E4F1841CA5F1> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff98bf4000 - 0x7fff98c01ff4 com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian 0x7fff98c05000 - 0x7fff98c68ffb com.apple.SystemConfiguration (1.13.1 - 1.13.1) <339A2A90-DA25-33AF-88E5-2FB38A758FEE> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff98c69000 - 0x7fff98c70fff libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib 0x7fff98c71000 - 0x7fff98caaff7 com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff98cab000 - 0x7fff98cbdff7 com.apple.MultitouchSupport.framework (245.13.1 - 245.13.1) <38262B92-C63F-35A0-997D-AD2EBF2F8338> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff98cbe000 - 0x7fff98d76ff7 com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x7fff98d77000 - 0x7fff98deefff com.apple.CoreServices.OSServices (600.4 - 600.4) <5A44F0B5-4A24-3875-ADE4-5B47D6C7E251> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff98e16000 - 0x7fff98e22ff7 com.apple.HelpData (2.1.4 - 90) <BEA1C549-40D3-35BF-9204-CB679FCB0648> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x7fff98e6c000 - 0x7fff98e6eff3 libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib 0x7fff98e6f000 - 0x7fff98e9eff7 com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x7fff9933e000 - 0x7fff9933efff com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff9933f000 - 0x7fff99409ff7 com.apple.LaunchServices (572.28 - 572.28) <FC72C089-A069-3374-B80A-E041AF149F24> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff9940a000 - 0x7fff9944fff6 com.apple.HIServices (1.23 - 468) <A4E9E28B-95C3-3654-85C6-E6A1C53CACFE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff99450000 - 0x7fff995ecff3 com.apple.QuartzCore (1.8 - 332.3) <BD68AF62-D369-34CD-9EA2-B4A4325696FA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff99659000 - 0x7fff99662fff com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff9967d000 - 0x7fff99693fff com.apple.CoreMediaAuthoring (2.2 - 947) <F1886A05-1C29-3F88-88C0-4A1013530AD1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring 0x7fff99694000 - 0x7fff996e5ff7 com.apple.audio.CoreAudio (4.2.1 - 4.2.1) <BE13E840-FB45-3BC2-BCF5-031629754FD5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff996f5000 - 0x7fff9974efff libTIFF.dylib (1044) <FBC5800B-7F34-3755-A44E-7B37B3E0B32E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff9974f000 - 0x7fff997c2fff com.apple.securityfoundation (6.0 - 55122.3) <0FDC8F53-104C-3938-A852-5B33C30BAAD5> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff997c3000 - 0x7fff997eaffb libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib 0x7fff997eb000 - 0x7fff997f5fff libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib 0x7fff99857000 - 0x7fff99861ff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff998cd000 - 0x7fff998cdfff com.apple.Carbon (154 - 157) <EFC1A1C0-CB07-395A-B038-CFA2E71D3E69> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff99bcb000 - 0x7fff99bccff7 libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff99bcd000 - 0x7fff99bfcfff com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff99c03000 - 0x7fff99c8cff7 libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib 0x7fff99d51000 - 0x7fff99d9ffff libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib 0x7fff99da6000 - 0x7fff99db4fff com.apple.opengl (9.6.1 - 9.6.1) <359D0ECB-D100-341B-B437-BDE56E27B74B> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff99db5000 - 0x7fff99ed7fff com.apple.avfoundation (2.0 - 651.12.1) <F82271D8-7859-322C-8BDD-4818825525AE> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation 0x7fff99ed8000 - 0x7fff99f6cff7 com.apple.Bluetooth (4.2.7 - 4.2.7f3) <75ADB1FE-C6A2-3C16-9F07-78BC00142891> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fff99fc0000 - 0x7fff9a082ff5 com.apple.CoreText (367.20 - 367.20) <B80D086D-93A9-3C35-860E-9C3FDD027F3B> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff9a083000 - 0x7fff9a1f1ff7 libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff9a1fc000 - 0x7fff9a20eff7 com.apple.CoreBluetooth (1.0 - 1) <67A00F44-563E-3C55-9187-34D502D84DDE> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fff9a2e1000 - 0x7fff9a2edff7 com.apple.OpenDirectory (10.9 - 173.90.1) <F08601E8-F7E8-3222-AD05-6A26003779CF> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff9a2ee000 - 0x7fff9a2f1ff7 libdyld.dylib (239.4) <41077DD7-F909-3B8A-863E-72AE304EDE13> /usr/lib/system/libdyld.dylib External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 1 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: 161 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=261.2M resident=255.1M(98%) swapped_out_or_unallocated=6224K(2%) Writable regions: Total=332.5M written=43.2M(13%) resident=60.9M(18%) swapped_out=0K(0%) unallocated=271.7M(82%) REGION TYPE VIRTUAL =========== ======= CG backing stores 204K CG image 120K CG raster data 24K CG shared images 180K CoreAnimation 216K CoreImage 8K Dispatch continuations 4096K Foundation 4K IOKit 1924K Kernel Alloc Once 8K MALLOC 39.0M MALLOC (admin) 32K Memory Tag 242 12K Memory Tag 255 571.5M OpenCL 24K STACK GUARD 56.1M Stack 177.8M VM_ALLOCATE 76.5M __DATA 26.9M __IMAGE 528K __LINKEDIT 74.9M __TEXT 186.3M __UNICODE 544K mapped file 66.2M shared memory 4K =========== ======= TOTAL 1.3G Model: VMware7,1, BootROM VMW71.00V.0.B64.1310020058, 2 processors, 3.72 GHz, 4 GB, SMC 1.16f8 Graphics: Display, PCI, 128 MB Memory Module: RAM slot #0/RAM slot #0, 4 GB, DRAM, 0 MHz, VMware Virtual RAM, VMW-4096MB Network Service: Ethernet, Ethernet, en0 SCSI Device: SCSI Target Device @ 0 SCSI Device: SCSI Target Device @ 1 USB Device: VMware Virtual USB Hub USB Device: VMware Virtual USB Keyboard USB Device: VMware Virtual USB Mouse Thunderbolt Bus: ```
https://github.com/electron/electron/issues/5656
https://github.com/electron/electron/pull/6448
3eaa32fc870d039d7665a541c1f3b9f3201dc348
056166ea17b6a67abe07a210acb11cd5808912ea
2016-05-23T14:28:06Z
c++
2016-07-12T05:55:34Z
closed
electron/electron
https://github.com/electron/electron
5,655
["docs-translations/ko-KR/development/build-instructions-windows.md", "docs-translations/zh-CN/development/build-instructions-windows.md", "docs/development/build-instructions-windows.md"]
Please update build instructions for windows
- Electron version: 1.1.0 - Operating system: Windows Since Electron 1.1.0 you build it with VS 2015, but docs still saying that we need VS 2013.
https://github.com/electron/electron/issues/5655
https://github.com/electron/electron/pull/5669
407a5d4415c5b6fb096516ecc5a0686fe1ae02b2
e97ce6f7e1bcce54198af0c26a666a9c117ffdda
2016-05-23T14:22:55Z
c++
2016-05-24T23:49:37Z
closed
electron/electron
https://github.com/electron/electron
5,651
["docs/api/browser-window.md"]
The x and y values only work when both are being set
its a minor thing, but it caught me off guard since the documentation didn't mention this basically with this main.js file ``` javascript app.on('ready', function () { mainWindow = new BrowserWindow({ show : true, //center : true, x : 100, Y : 100, width : 200, height : 200, }) mainWindow.loadURL('file://' + __dirname + '/index.html') mainWindow.on('closed', function () { mainWindow = null }) }) ``` if either the x or y values are not set, for example like this: ``` javascript app.on('ready', function () { mainWindow = new BrowserWindow({ show : true, //center : true, //x : 100, y : -1500, width : 200, height : 200, }) mainWindow.loadURL('file://' + __dirname + '/index.html') mainWindow.on('closed', function () { mainWindow = null }) }) ``` the main window will be created in the center The documentation that I'm referencing above is the one at https://github.com/electron/electron/blob/master/docs/api/browser-window.md ![image](https://cloud.githubusercontent.com/assets/656739/15467900/d7406e16-20d8-11e6-85fd-573fcdf85f36.png) - Electron version: 1.0 - Operating system: OSX
https://github.com/electron/electron/issues/5651
https://github.com/electron/electron/pull/5659
1c9fe8d23e07221c58cb56330098688a6ce6b704
1ba07a9d6d2861d1cc0a5a065b5c327b947d0ab0
2016-05-23T10:24:13Z
c++
2016-05-23T22:44:42Z
closed
electron/electron
https://github.com/electron/electron
5,649
["atom/browser/atom_browser_main_parts.cc", "brightray/browser/browser_main_parts.cc", "brightray/browser/browser_main_parts.h", "brightray/common/main_delegate.cc", "brightray/common/main_delegate.h", "docs/api/app.md", "spec/api-app-spec.js", "spec/fixtures/api/locale-check/main.js", "spec/fixtures/api/locale-check/package.json"]
Add API to set locale of current app
I have Swedish as regional setting on a Windows 10 tablet. This means that the soft keyboard will show a , (comma) instead of a . (dot) when it's configured for entering numbers. So, if an input is set to type "number": `<input type="number" value="0" step="any" />` When the input is given focus the soft keyboard appears with 0-9 and , keys. But pressing , doesn't do anything. It works in the desktop version of Chrome (v 50.0.2661.102 m) on the same device, which leads me to believe it's an issue with Electron. - Electron version: 0.36.10 - Operating system: Windows 10 Home - Device: Acer Iconia Tab 8
https://github.com/electron/electron/issues/5649
https://github.com/electron/electron/pull/11469
e3f1d90854715a9718ccd7bb6422e039d2f42ebb
ca34978e73f9ab6378b40ded1a44b5cd9e3a5884
2016-05-23T08:23:03Z
c++
2018-02-08T14:26:37Z
closed
electron/electron
https://github.com/electron/electron
5,633
["filenames.gypi", "lib/browser/rpc-server.js", "lib/common/api/exports/electron.js", "lib/common/api/is-promise.js", "lib/renderer/api/remote.js"]
feature request: add non-native promise support
for full information and demonstration, please see: https://github.com/cdaringe/electron-native-promises-only
https://github.com/electron/electron/issues/5633
https://github.com/electron/electron/pull/5689
4ea7602871f871441e20847271466d23739c7059
8a4b7eb0624340ca60910e24e2c827364d669328
2016-05-20T23:31:57Z
c++
2016-05-26T04:49:40Z
closed
electron/electron
https://github.com/electron/electron
5,632
["atom/app/atom_main_delegate.cc", "atom/common/crash_reporter/crash_reporter_win.cc"]
Crash at __crt_stdio_output::output_processor when linking with VC++ 2015 statically
- Electron version: v1.1.1 - Operating system: Windows (can't hit this issue on either OS X or Linux) Call Stack: ``` 0:000> kn20 # Child-SP RetAddr Call Site 00 0000004d`8277dc90 00007ff7`eabc53d9 electron!ui::ToString+0x648 [c:\jenkins\workspace\libchromiumcontent-win\vendor\chromium\src\out\release_x64\gen\ui\accessibility\ax_enums.cc @ 105] 01 0000004d`8277dcc0 00007ff7`eabc9ff3 electron!__crt_stdio_output::output_processor<char,__crt_stdio_output::stream_output_adapter<char>,__crt_stdio_output::positional_parameter_base<char,__crt_stdio_output::stream_output_adapter<char> > >::type_case_a+0x189 [d:\rs1\minkernel\crts\ucrt\inc\corecrt_internal_stdio_output.h @ 2380] 02 0000004d`8277dd00 00007ff7`e8115e1d electron!__crt_stdio_output::output_processor<wchar_t,__crt_stdio_output::string_output_adapter<wchar_t>,__crt_stdio_output::standard_base<wchar_t,__crt_stdio_output::string_output_adapter<wchar_t> > >::type_case_s+0xf [d:\rs1\minkernel\crts\ucrt\inc\corecrt_internal_stdio_output.h @ 2247] 03 0000004d`8277dd30 00007ff7`e81161b5 electron!asar::Archive::Init+0x25d [c:\users\paulb\code\electron\electron\atom\common\asar\archive.cc @ 163] 04 0000004d`8277df20 00007ff7`e811760b electron!asar::Archive::Readdir+0xbd [c:\users\paulb\code\electron\electron\atom\common\asar\archive.cc @ 247] 05 (Inline Function) --------`-------- electron!std::char_traits<char>::find+0x1 [c:\program files (x86)\microsoft visual studio 14.0\vc\include\iosfwd @ 546] 06 0000004d`8277e1d0 00007ff7`e80890cf electron!std::basic_string<char,std::char_traits<char>,std::allocator<char> >::find_first_of+0x57 [c:\program files (x86)\microsoft visual studio 14.0\vc\include\xstring @ 1968] 07 (Inline Function) --------`-------- electron!base::internal::RunnableAdapter<void (__cdecl crash_reporter::CrashReporter::*)(std::basic_string<char,std::char_traits<char>,std::allocator<char> > const &,std::basic_string<char,std::char_traits<char>,std::allocator<char> > const &,std::basic_string<char,std::char_traits<char>,std::allocator<char> > const &,bool,bool,std::map<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,std::basic_string<char,std::char_traits<char>,std::allocator<char> >,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char> > >,std::allocator<std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char> > const ,std::basic_string<char,std::char_traits<char>,std::allocator<char> > > > > const &)>::Run+0x1b [c:\users\paulb\code\electron\electron\vendor\brightray\vendor\download\libchromiumcontent\src\base\bind_internal.h @ 181] 08 0000004d`8277e270 00007ffd`f5e93078 electron!base::internal::InvokeHelper<0,void,base::internal::RunnableAdapter<void (__cdecl crash_reporter::CrashReporter::*)(std::basic_string<char,std::char_traits<char>,std::allocator<char> > const & __ptr64,std::basic_string<char,std::char_traits<char>,std::allocator<char> > const & __ptr64,std::basic_string<char,std::char_traits<char>,std::allocator<char> > const & __ptr64,bool,bool,std::map<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,std::basic_string<char,std::char_traits<char>,std::allocator<char> >,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char> > >,std::allocator<std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char> > const ,std::basic_string<char,std::char_traits<char>,std::allocator<char> > > > > const & __ptr64) __ptr64> >::MakeItSo<crash_reporter::CrashReporter * __ptr64,std::basic_string<char,std::char_traits<char>,std::allocator<char> > const & __ptr64,std::basic_string<char,std::char_traits<char>,std::allocator<char> > const & __ptr64,std::basic_string<char,std::char_traits<char>,std::allocator<char> > const & __ptr64,bool const & __ptr64,bool const & __ptr64,std::map<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,std::basic_string<char,std::char_traits<char>,std::allocator<char> >,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char> > >,std::allocator<std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char> > const ,std::basic_string<char,std::char_traits<char>,std::allocator<char> > > > > const & __ptr64>+0x2b [c:\users\paulb\code\electron\electron\vendor\brightray\vendor\download\libchromiumcontent\src\base\bind_internal.h @ 301] 09 (Inline Function) --------`-------- node!v8::internal::HeapObject::IsOddball+0x6 [c:\jenkins\workspace\libchromiumcontent-win\vendor\chromium\src\v8\src\objects-inl.h @ 773] 0a (Inline Function) --------`-------- node!v8::internal::HeapObject::IsUninitialized+0x6 [c:\jenkins\workspace\libchromiumcontent-win\vendor\chromium\src\v8\src\objects-inl.h @ 947] 0b (Inline Function) --------`-------- node!v8::internal::Object::IsUninitialized+0x11 [c:\jenkins\workspace\libchromiumcontent-win\vendor\chromium\src\v8\src\objects-inl.h @ 160] 0c 0000004d`8277e4c0 00007ffd`f5da550b node!v8::internal::ArrayLiteral::BuildConstantElements+0x148 [c:\jenkins\workspace\libchromiumcontent-win\vendor\chromium\src\v8\src\ast\ast.cc @ 542] 0d 0000004d`8277e550 00007ffd`f5da20dd node!v8::internal::Builtin_DateConstructor+0xab [c:\jenkins\workspace\libchromiumcontent-win\vendor\chromium\src\v8\src\builtins.cc @ 2601] 0e 0000004d`8277e650 00000368`7220965f node!v8::internal::Builtin_SymbolConstructor_ConstructStub+0xfd [c:\jenkins\workspace\libchromiumcontent-win\vendor\chromium\src\v8\src\builtins.cc @ 3717] 0f 0000004d`8277e6b0 00007ffd`f5da202f 0x00000368`7220965f 10 0000004d`8277e6b8 00000052`775b3ce1 node!v8::internal::Builtin_SymbolConstructor_ConstructStub+0x4f [c:\jenkins\workspace\libchromiumcontent-win\vendor\chromium\src\v8\src\builtins.cc @ 3717] 11 0000004d`8277e6c0 0000004d`8277e6f8 0x00000052`775b3ce1 12 0000004d`8277e6c8 0000007b`5deacab1 0x0000004d`8277e6f8 13 0000004d`8277e6d0 00007ffd`f6121a8f 0x0000007b`5deacab1 14 0000004d`8277e6d8 00000368`7260b3e3 node!v8::internal::IsCompatibleReceiver+0x1cf [c:\jenkins\workspace\libchromiumcontent-win\vendor\chromium\src\v8\src\ic\ic.cc @ 1009] 15 0000004d`8277e6e0 000003c5`ba7e0e51 0x00000368`7260b3e3 16 0000004d`8277e6e8 00000368`722095a1 0x000003c5`ba7e0e51 ``` atom\common\asar\archive.cc:141 ``` cpp bool Archive::Init() { if (!file_.IsValid()) { if (file_.error_details() != base::File::FILE_ERROR_NOT_FOUND) { LOG(WARNING) << "Opening " << path_.value() << ": " << base::File::ErrorToString(file_.error_details()); } return false; } std::vector<char> buf; int len; buf.resize(8); len = file_.ReadAtCurrentPos(buf.data(), buf.size()); if (len != static_cast<int>(buf.size())) { PLOG(ERROR) << "Failed to read header size from " << path_.value(); // **** Blowing up here return false; } uint32_t size; if (!base::PickleIterator(base::Pickle(buf.data(), buf.size())).ReadUInt32( &size)) { LOG(ERROR) << "Failed to parse header size from " << path_.value(); return false; } ``` An ASAR file that repros the crash can be found at http://cl.ly/0O0s0F3N1x2o If I had to wager a guess, I'd say that Pickle changed its format in Chrome 50 somehow, and ASAR needs to be updated to the new pickler format
https://github.com/electron/electron/issues/5632
https://github.com/electron/electron/pull/5687
4cd0de0e87552c8e2502c14c65a749ac04c931e5
3ef094771851dac379887f197cbdeff694b376af
2016-05-20T23:03:33Z
c++
2016-05-25T07:03:33Z
closed
electron/electron
https://github.com/electron/electron
5,621
["atom/browser/net/asar/url_request_asar_job.cc", "atom/browser/net/asar/url_request_asar_job.h", "spec/asar-spec.js", "spec/fixtures/asar/video.asar"]
Can't load video from asar archive
- Electron version: 1.1.0 - Operating system: Linux Video tag can't load mp4 file from asar. Can anyone help with that?
https://github.com/electron/electron/issues/5621
https://github.com/electron/electron/pull/7123
7ed33dfbeef4e74635c9d85c6bb6e6f9a99321ae
e189132176a27b0facabee0d4ca550341c3da09c
2016-05-20T10:58:51Z
c++
2016-09-09T11:59:12Z
closed
electron/electron
https://github.com/electron/electron
5,620
["atom/browser/api/atom_api_app.cc", "atom/browser/api/atom_api_app.h", "docs/api/app.md"]
Release single instance lock before exit
- Electron version: 1.1.0 - Operating system: Windows - Use case: cleanup and reporting tasks executed on quit (headless), which may take time and should not prevent from opening a new instance. - Proposed solutions: - new _app.releaseSingleInstance()_ API which free the singleInstance lock - replace _app.releaseSingleInstance()_ API by an event listener (which may be listened/unlistened) - [app.makeSingleInstance](https://github.com/electron/electron/blob/master/docs/api/app.md#appmakesingleinstancecallback) returns the result of the callback function. So we can choose to quit or not in a more accurate way. - Provide a communication channel between the new instance and the main one (in callback arguments)
https://github.com/electron/electron/issues/5620
https://github.com/electron/electron/pull/5720
79cb648b6b15ae0cc25e1bf528f3f4fbd1fed710
26fa963a70200f89e2d6d21bc074f3c7c3dd97a6
2016-05-20T10:37:29Z
c++
2016-05-30T00:51:13Z
closed
electron/electron
https://github.com/electron/electron
5,619
["atom/renderer/atom_renderer_client.cc", "atom/renderer/atom_renderer_client.h", "spec/api-browser-window-spec.js"]
'did-fail-load' event, event.errorDescription should display Chromium net error name
Example: `event.errorCode = -118` `event.errorDescription = "CONNECTION_TIMED_OUT"` or to be ISO with Google Chrome: `event.errorDescription = "ERR_CONNECTION_TIMED_OUT"` _See https://src.chromium.org/svn/trunk/src/net/base/net_error_list.h_ Would that make sense?
https://github.com/electron/electron/issues/5619
https://github.com/electron/electron/pull/5634
6f3d0e17826313898ef12932282479cf7d5cb7c0
5267d734bbbe937be500424d96b4580d32381617
2016-05-20T09:58:34Z
c++
2016-05-22T00:34:56Z
closed
electron/electron
https://github.com/electron/electron
5,598
["atom/browser/api/atom_api_download_item.cc", "atom/browser/api/atom_api_download_item.h", "docs/api/download-item.md"]
Download.Item ‘done’ event does not fire with ‘interrupted’ state when network connection fails
- Electron version: 0.37.8 - Operating system: Windows 7 Ultimate SP1 I am testing failure scenarios for file downloading using downloadURL. I've registered an event listener to the 'done' even using the download item. When I interrupt the network connection during a download, I do not see any 'done' event fire with the state of 'interrupted. I was hoping to catch and do something useful in case a download is interrupted, but it appears that I'm not getting the notification event I expect. Can anyone help? Is this the right approach? Does the event handling require external network connection to function? What does trigger the 'interrupted' state? ``` javascript ... item.on('done', (e, s) => this._handleDone(e, s)) } _handleDone(event, state) { logger.info("_handleDone: state = " + state) switch(state) { case 'completed': { logger.info("DOWNLOAD COMPLETED") this.currentJob.file.Status = Downloader.STATUS_COMPLETED this.emit('job-changed', this._jobStatus(this.currentJob.job)) break; } case 'cancelled': { logger.info("DOWNLOAD CANCELLED") this.currentJob.file.Status = Downloader.STATUS_CANCELLED this.emit('job-changed', this._jobStatus(this.currentJob.job)) break; } case 'interrupted': { logger.info("DOWNLOAD FAILED") this.currentJob.file.Status = Downloader.STATUS_FAILED this.emit('job-changed', this._jobStatus(this.currentJob.job)) break; } default: { logger.info("DOWNLOAD DONE UNHANDLED STATE", state) } } ```
https://github.com/electron/electron/issues/5598
https://github.com/electron/electron/pull/5959
50f5025447cba617a8278a4897d82b90e421a5e1
3dbef4ab8f3d9733bf0a0afcc43bccc8912720ea
2016-05-18T23:57:48Z
c++
2016-06-09T22:50:34Z
closed
electron/electron
https://github.com/electron/electron
5,577
["docs/api/dialog.md", "lib/browser/api/dialog.ts", "shell/browser/api/electron_api_dialog.cc", "shell/browser/ui/message_box.h", "shell/browser/ui/message_box_gtk.cc", "shell/browser/ui/message_box_mac.mm", "shell/browser/ui/message_box_win.cc", "shell/common/gin_converters/message_box_converter.cc", "spec-main/api-dialog-spec.ts"]
Allow dialogs to be cancelled
- Electron version: 1.1.0 - Operating system: N/A Currently there isn't any way to remove dialog boxes (such as ones created through `dialog.showMessageBox`). This can be useful in, for example, "Keep Waiting" dialogs. After the window becomes responsive again it would be great if we could programmatically close the dialog.
https://github.com/electron/electron/issues/5577
https://github.com/electron/electron/pull/26102
4b780f97703f0e16cf2795611e8da55ab9323858
05ba6359d016a6c80f24d4e1573eafcaf796cd42
2016-05-18T00:14:34Z
c++
2021-07-14T22:59:27Z
closed
electron/electron
https://github.com/electron/electron
5,571
["lib/common/asar.js", "spec/asar-spec.js"]
Invalid package error when there is asar path in the command passed to child_process.exec
I'm hitting this strange issue when using the `ELECTRON_RUN_AS_NODE=1` feature to run a script inside an `asar`, which re-runs itself with `child_process.exec()` as part of an elevation routine provided by [sudo-prompt](https://github.com/jorangreef/sudo-prompt). I've created a small snippet that reproduces the issue [here](https://dl.dropboxusercontent.com/u/18129309/electron-elevate-asar.zip). I tried creating a Gist, but it doesn't allow me to upload asar archives. Installing the `npm` dependencies and running `npm start` outputs the following: ``` $ npm start > [email protected] start /Users/jviotti/Projects/playground/electron-elevate-asar > ELECTRON_RUN_AS_NODE=1 electron app.asar/index.js Elevating Executing: /Users/jviotti/Projects/playground/electron-elevate-asar/node_modules/electron-prebuilt/dist/Electron.app/Contents/MacOS/Electron /Users/jviotti/Projects/playground/electron-elevate-asar/app.asar/index.js STDOUT: undefined STDERR: undefined /Users/jviotti/Projects/playground/electron-elevate-asar/app.asar/index.js:28 throw error; ^ Error: Invalid package /usr/bin/sudo -n -E /Users/jviotti/Projects/playground/electron-elevate-asar/node_modules/electron-prebuilt/dist/Electron.app/Contents/MacOS/Electron /Users/jviotti/Projects/playground/electron-elevate-asar/app.asar at invalidArchiveError (ELECTRON_ASAR.js:137:13) at Object.module.(anonymous function) [as execFile] (ELECTRON_ASAR.js:192:16) at Object.exports.exec (child_process.js:111:18) at Attempt (/Users/jviotti/Projects/playground/electron-elevate-asar/node_modules/sudo-prompt/index.js:19:14) at Object.Exec (/Users/jviotti/Projects/playground/electron-elevate-asar/node_modules/sudo-prompt/index.js:105:3) at Immediate.<anonymous> (/Users/jviotti/Projects/playground/electron-elevate-asar/app.asar/index.js:21:23) at Immediate.immediate._onImmediate (timers.js:590:18) at tryOnImmediate (timers.js:543:15) at processImmediate [as _immediateCallback] (timers.js:523:5) ``` `sudo-prompt` executes the following command: `sudo -n -E /Users/jviotti/Projects/playground/electron-elevate-asar/node_modules/electron-prebuilt/dist/Electron.app/Contents/MacOS/Electron /Users/jviotti/Projects/playground/electron-elevate-asar/app.asar/index.js`, which as you can see above, seems to originate the issue, however copy-pasting this command into my terminal succeeds without any problem. Basically, the elevation fails only then the command is executed from an electron process with `ELECTRON_RUN_AS_NODE` enabled. The `asar` archive is of course valid, since the original script wouldn't run from it otherwise. Some observations: - The code runs fine when the script is not packaged inside an `asar`. - The code works fine if we create another JavaScript file that executes `sudo -n -E electron app.asar/index.js` and we run it with NodeJS. Calling the same new file with `ELECTRON_RUN_AS_NODE=1 electron` exhibits the issue. --- - Electron version: Ran in v0.37.6, v0.37.8 and v1.1.0. - Operating system: OS X 10.11.4 and Ubuntu 14.04 x64.
https://github.com/electron/electron/issues/5571
https://github.com/electron/electron/pull/5611
d6dffc570cbaa7e9ee248cf346483d2605096355
844f9e989b5ea2914c2ac3b13b2e5e1bc96b6ed6
2016-05-17T19:57:26Z
c++
2016-05-20T00:24:10Z
closed
electron/electron
https://github.com/electron/electron
5,566
["atom/browser/browser.h", "atom/browser/browser_mac.mm", "atom/browser/mac/atom_application.h", "atom/browser/mac/atom_application.mm", "docs/api/app.md"]
Support Handoff fallback to website
From https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/Handoff/AdoptingHandoff/AdoptingHandoff.html#//apple_ref/doc/uid/TP40014338-CH2-SW19: > When using a native app on the originating device, the user may want to continue the activity on another device that does not have a corresponding native app. If there is a web page that corresponds to the activity, it can still be handed off. For example, video library apps enable users to browse movies available for viewing, and mail apps enable users to read and compose email, and in many cases users can do the same activity though a web-page interface. In this case, the native app knows the URL for the web interface, possibly including syntax designating a particular video being browsed or message being read. **So, when the native app creates the NSUserActivity object, it sets the webpageURL property, and if the receiving device doesn't have an app that supports the user activity’s activityType, it can resume the activity in the default web-browser of the continuing platform.** :heart: You can read more about the property at: https://developer.apple.com/library/ios/documentation/Foundation/Reference/NSUserActivity_Class/index.html#//apple_ref/occ/cl/NSUserActivity/
https://github.com/electron/electron/issues/5566
https://github.com/electron/electron/pull/5658
e97ce6f7e1bcce54198af0c26a666a9c117ffdda
f34cd8767cc54a73bf7e49fa69a108031cc67a6d
2016-05-17T17:40:48Z
c++
2016-05-25T01:13:03Z
closed
electron/electron
https://github.com/electron/electron
5,565
["atom/browser/api/atom_api_web_contents.cc", "atom/browser/api/atom_api_web_contents.h", "atom/browser/lib/bluetooth_chooser.cc", "atom/browser/lib/bluetooth_chooser.h", "docs/api/web-contents.md", "filenames.gypi"]
Implement WebContentsDelegate::RunBluetoothChooser
- Electron version: We are using node 5.10.0, Chrome 49.0.2623.75, and Electron 1.0.1. - Operating system: Mac OS X 10.11.3 (15D21) Trying to use the [Web Bluetooth APIs](https://developers.google.com/web/updates/2015/07/interact-with-ble-devices-on-the-web?hl=en#scan-for-bluetooth-devices) but when I run the Web Bluetooth demo code, the callbacks fail with the error: `Argh! NotFoundError: User cancelled the requestDevice() chooser.` main.js code: ``` // Module to control application life. const {app} = electron; // @link https://github.com/electron/electron/blob/master/docs/api/chrome-command-line-switches.md app.commandLine.appendSwitch('enable-web-bluetooth', true); ``` Index.html code: ``` <a href="#" onclick="run();" class="scanDevices">Scan</a> <script> function run() { var filters = [{ services: [0x1800, 0x1801, 0x1812] }]; console.log('Requesting Bluetooth Device...'); navigator.bluetooth.requestDevice({filters: filters}) .then(device => { console.log('> Name: ' + device.name); console.log('> Id: ' + device.id); console.log('> UUIDs: ' + device.uuids.join('\n' + ' '.repeat(20))); console.log('> Connected: ' + device.gatt.connected); }) .catch(error => { console.log('Argh! ' + error); }); } </script> ``` Reference: https://github.com/electron/electron/blob/master/atom/browser/atom_permission_manager.cc#L93
https://github.com/electron/electron/issues/5565
https://github.com/electron/electron/pull/5781
f4dc8f6d2612228b7a0d4ffcce3691d738831fb7
8f49d43b69d3a2add355e7824b848d1fc8d13b73
2016-05-17T16:32:05Z
c++
2016-06-01T06:40:08Z
closed
electron/electron
https://github.com/electron/electron
5,555
["docs/api/chrome-command-line-switches.md"]
Add support for --disable-http2 command line option
- Electron version: 1.1.0 - Operating system: OS X and Windows - What am I doing that's causing an issue: Attempting to negotiate OpenID Connect authentication using Windows NTLM as an identity provider (wasn't my idea). TL;DR: http2 is incompatible with NTLM auth, and Electron seems to not fall back to http 1.1 correctly when the NTLM auth challenge happens at the end of a series of 302s. (The NTLM challenge happens in the last request) So one gets this: ![image](https://cloud.githubusercontent.com/assets/2949092/15308542/80268646-1b93-11e6-9712-ee8618665220.png) Instead of this: ![image](https://cloud.githubusercontent.com/assets/2949092/15308610/055093b6-1b94-11e6-89a2-681b6507bde9.png) Chrome/Chromium exhibits the same behavior upon the first request to such a resource. Fixing it is probably hard, and probably NTLM's fault anyway. However, the process works in HTTP 1.1. Chromium has a `--disable-http2` flag, and I think enabling it in Electron would only require one or two line patches to both electron and brightray.
https://github.com/electron/electron/issues/5555
https://github.com/electron/electron/pull/5578
53d0db0a289bc04a99d4a27d94bdcbd75bc135a8
17528a4dfd15866346d6e069c11bc245c33bf735
2016-05-17T01:38:06Z
c++
2016-05-19T10:21:36Z
closed
electron/electron
https://github.com/electron/electron
5,543
["atom/browser/api/atom_api_system_preferences.cc", "atom/browser/api/atom_api_system_preferences.h", "atom/browser/api/atom_api_system_preferences_mac.mm", "atom/browser/mac/dict_util.mm", "docs/api/system-preferences.md"]
systemPreferences.subscribeNotification should pass the notification to the callback
I'm using `electron.systemPreferences.subscribeNotification` to listen for events coming from `NSDistributedNotificationCenter` in my app: ``` js prefs.subscribeNotification('com.app.name.EventName', function(notification){ console.log(notification) }) ``` This produces a single line of output in my log every time the event happens on my system, the only trouble is that the output is `undefined`. My expectation is that I would have access to the `NSNotification` object metadata as JSON. When I subscribe to this notification in an Objective-C app, I get metadata with the event ``` obj-c <0x618000000750>-[AppDelegate notify:]: object: com.app.name name: com.app.name.EventName userInfo: { Key = Value; ... } ```
https://github.com/electron/electron/issues/5543
https://github.com/electron/electron/pull/5582
49cca0978ddbc876fcec5410369abc91c4495d9f
d2a567d6abf2b1eaae9bceb347c01b6f7c748a63
2016-05-15T23:02:55Z
c++
2016-05-18T07:36:31Z
closed
electron/electron
https://github.com/electron/electron
5,528
["electron.gyp", "script/bootstrap.py", "script/create-dist.py", "script/update-external-binaries.py"]
In v1.1.0 app can not be started due to vcruntime140.dll is missing
- Electron version: 1.1.0 - Operating system: Windows 7 The system does not have visual studio 2015 installed
https://github.com/electron/electron/issues/5528
https://github.com/electron/electron/pull/5538
c540721bd33882aabee3f0ed2664addf9fcb0d02
195a4bb3c19d4847c65cb91dcf5b9f2a93c9fe71
2016-05-14T04:54:48Z
c++
2016-05-15T02:15:49Z
closed
electron/electron
https://github.com/electron/electron
5,512
["docs/api/accelerator.md"]
Accelerator for Tab key?
- Electron version: 1.0.1 - Operating system: Ubuntu Linux According to the docs here, Electron Accelerators don't support the Tab key. I was hoping to bind a Ctrl+Tab keyboard shortcut to a menu item; is this a known limitation or has it just not been implemented? Thanks!
https://github.com/electron/electron/issues/5512
https://github.com/electron/electron/pull/5513
c59f38c37055c48a4dc412d0af6761903227bb6a
751ebe737716c3b03fe99223484696067352778f
2016-05-12T19:31:16Z
c++
2016-05-13T00:08:32Z
closed
electron/electron
https://github.com/electron/electron
5,494
["docs/README.md", "docs/development/debugging-instructions-macos.md"]
Documentation enhancement: Debugging instructions for OSX
- Electron version: N/A - Operating system: Mac OSX The documentation on debugging the electron framework in windows (http://electron.atom.io/docs/development/debug-instructions-windows/) is really useful. It'd be nice to have something like that for OSX and Linux.
https://github.com/electron/electron/issues/5494
https://github.com/electron/electron/pull/6641
67ef47104fb2f4eaecb10ebdb886124f7c58dfc3
a769996b8d381515f09fbc293e4e576f041e85aa
2016-05-11T15:31:08Z
c++
2016-07-30T02:55:05Z
closed
electron/electron
https://github.com/electron/electron
5,470
["docs/api/menu.md"]
Fix code snippet in menu api documentation.
- Electron version: 0.3.78 - Operating system: Windows 10 Pro 64-bit There is a bug in the code snippet for launching the context menu in the menu api docs.
https://github.com/electron/electron/issues/5470
https://github.com/electron/electron/pull/5471
61bf3ae1ee2bedb418dda82dd239894ebea61f52
dec971a8897baf5ca054a1510b2d02c4b0a55832
2016-05-10T13:58:59Z
c++
2016-05-11T00:12:01Z
closed
electron/electron
https://github.com/electron/electron
5,465
["atom/browser/ui/message_box_gtk.cc"]
The icon in `dialog.showMessageBox` is not resized on Linux
With the following code: ``` js app.on('ready', () => { electron.dialog.showMessageBox({ message: 'Lorem ipsum', buttons: [], icon: path.join(__dirname, 'Icon.png') }); }); ``` _The icon is 1024x1024 pixels._ This is what I get on Linux: <img width="1159" alt="screen shot 2016-05-10 at 18 15 07" src="https://cloud.githubusercontent.com/assets/170270/15144697/4f4d9c1a-16db-11e6-9fd8-a52534a4ae76.png"> The icon is correctly resized on OS X: <img width="438" alt="screen shot 2016-05-10 at 18 16 03" src="https://cloud.githubusercontent.com/assets/170270/15144718/6ecbac58-16db-11e6-95cc-8c312bcecb2e.png"> And Windows: <img width="361" alt="screen shot 2016-05-10 at 18 15 37" src="https://cloud.githubusercontent.com/assets/170270/15144721/7432fbe2-16db-11e6-8322-5980def359e9.png"> ## The documentation for the `icon` option should also document the recommended minimum size for the icon. ## - Electron version: 0.37.8 - Operating system: Ubuntu 14.04
https://github.com/electron/electron/issues/5465
https://github.com/electron/electron/pull/5496
5a702425eb015035188363a18da9f35172aad6f1
989dfe01e1c693baa47fc40deb75527922835399
2016-05-10T11:19:53Z
c++
2016-05-12T01:24:32Z
closed
electron/electron
https://github.com/electron/electron
5,464
["docs/api/dialog.md"]
'OK' button showed when 'buttons' array is empty in 'showMessageBox' on Windows
...when an empty array is passed to the `buttons` option. <img width="378" alt="screen shot 2016-05-10 at 18 05 56" src="https://cloud.githubusercontent.com/assets/170270/15144486/e6af8b2e-16d9-11e6-8240-65a1481bf9a0.png"> I'm trying to use the box to just show some info. The user can already click away the box using the top-right `X`, so no point in having an OK button there. Can be reproduced with: ``` js const electron = require('electron'); electron.app.on('ready', () => { electron.dialog.showMessageBox({ title: 'foo', buttons: [] }); }); ``` ## - Electron version: 0.37.8 - Operating system: Windows 10
https://github.com/electron/electron/issues/5464
https://github.com/electron/electron/pull/5487
064af6ecb23d8ae1baffd1693830649d83e67394
f6d4af8882d5ed10b956f4ad574433ef22a206a2
2016-05-10T11:08:59Z
c++
2016-05-12T00:26:28Z
closed
electron/electron
https://github.com/electron/electron
5,463
["atom/app/atom_content_client.cc", "atom/browser/api/atom_api_app.cc"]
Widevine plugins not loaded on Windows if Widevine dll are in an accentued subfolder
- Electron version: 0.36.* - Operating system: At least Win10 (didn't test on Win7) I'm working on an application that uses widevine and we got it working nicely with previously mentionned version. But we discovered that some users faced errors when they have accents in their %HOME% folder **ONLY** on Windows (working fine on OSX). For example if a user has its %HOME% set as "jérôme" or "céline" (which are pretty commons firstname in France) the widevine plugins are not loaded and our user can't play our videos... Bummers I forked a project that show the problem : https://github.com/jbleuzen/electron-widevine-test It is configured to show the error, if you don't want the error, just remove the accent from `accentué` and edit `main.js` accordingly. Here are 2 screenshots with accent : ![accent](https://cloud.githubusercontent.com/assets/280681/15143419/ea6cbfdc-16a9-11e6-9f14-b81ec925f580.jpg) And without accents : ![no_accent](https://cloud.githubusercontent.com/assets/280681/15143423/f0b27c92-16a9-11e6-8cf9-b82f331bfff5.jpg) Finally I wanted to test with 0.37.\* versions but I was unable to find the right Widevine version for these versions, so I don't know if its fixed with 0.37.* I can provide more feedback if needed ! Thanks for your help :)
https://github.com/electron/electron/issues/5463
https://github.com/electron/electron/pull/5479
1d6f05c9bb152f62c541808793f3883c4c2fb02b
8dd5f581615d2c251045960d5198739ce5c3ae75
2016-05-10T10:28:12Z
c++
2016-05-11T00:24:24Z
closed
electron/electron
https://github.com/electron/electron
5,460
["atom/browser/web_contents_preferences.cc", "atom/common/options_switches.cc", "atom/common/options_switches.h", "docs/api/browser-window.md", "docs/api/web-view-tag.md", "lib/browser/guest-view-manager.js", "lib/renderer/web-view/web-view-attributes.js", "lib/renderer/web-view/web-view-constants.js"]
Flag to disable runtime features like smooth scrolling
Is there any way to disable runtime features? I see the `blinkFeatures` options that can be passed to the webPreferences. However, they seem to pass down directly to native method, which simply just enables the flags. Is there any way to disable them? Smooth scrolling for example is enabled by default on the later builds, however I'd like to disable them. I'm wondering what's the best way to do it.
https://github.com/electron/electron/issues/5460
https://github.com/electron/electron/pull/5923
013bd004c95c6911fbebd8f6d88c7b03e60b158a
6c5eaf6178b37b9173e748c5a90fd4c47bd66d39
2016-05-10T04:07:43Z
c++
2016-06-08T02:00:30Z
closed
electron/electron
https://github.com/electron/electron
5,447
["atom/browser/api/atom_api_window.cc", "atom/browser/api/atom_api_window.h", "atom/browser/native_window.cc", "atom/browser/native_window.h", "atom/browser/native_window_mac.mm", "docs/api/browser-window.md"]
Horizontal offset for OS X dialog sheets
- Electron version: All - Operating system: OS X Thanks @bengotow for the y-offset, would it be possible to do a x-offset also? It may seem like an odd request but if you have a full-height sidebar menu then the sheet should be centered on the content pane. It's best understood with a screenshot (the dialog should not overlap the sidebar)... <img width="902" alt="screen shot 2016-05-08 at 12 33 58-2" src="https://cloud.githubusercontent.com/assets/26971/15097682/39fb09ea-151b-11e6-812a-815e800b0cdf.png"> Probably would have been easier if I identified this potential issue in #4679 (sorry!). Perhaps the best backwards compatible way to introduce this functionality is to keep the existing API but also accept an object with `x` and `y` values: ``` js var toolbarRect = document.getElementById('toolbar').getBoundingClientRect(); var sidebarRect = document.getElementById('sidebar').getBoundingClientRect(); win.setSheetOffset({ x: sidebarRect.width / 2, y: toolbarRect.height }); ``` I'm happy to have a go implementing this myself but I haven't hacked on the codebase before and since @bengotow implemented the original feature then perhaps he is better placed to add this functionality?
https://github.com/electron/electron/issues/5447
https://github.com/electron/electron/pull/5603
6c8ffcf7a0e9eb41e3d6c665770872233ec10c15
6f3d0e17826313898ef12932282479cf7d5cb7c0
2016-05-08T11:53:01Z
c++
2016-05-21T14:07:53Z
closed
electron/electron
https://github.com/electron/electron
5,438
["atom/browser/api/atom_api_cookies.cc"]
expirationDate property on cookies is broken
- Electron version: 0.36.12 - Operating system: OSX There are two problems with `expirationDate`. ### First Problem `expirationDate` is not returned on non-session cookies. ``` javascript // not setting session here so it should default to false var obj = { name: 'foo', value: 'bar', path: '/', expirationDate: 2093792393, // 20 years in the future url: 'http://localhost/' } var cookies = win.webContents.session.cookies cookies.set(obj, function(err){ cookies.get({name: "foo"}), function(err, cookies){ cookies[0].name === 'foo' // => true cookies[0].session === false // => true // we're missing the expirationDate property! cookies[0].expirationDate === undefined // => true }) }) ``` ### Second Problem When a cookie is marked as a `session` cookie the `expirationDate` property is returned as `0` but it should not be returned at all. ``` javascript var obj = { name: 'foo', value: 'bar', path: '/', session: true, // marking session as true url: 'http://localhost/' } var cookies = win.webContents.session.cookies cookies.set(obj, function(err){ cookies.get({name: "foo"}), function(err, cookies){ // per the docs this should not have the // expirationDate property but it does // https://github.com/electron/electron/blob/master/docs/api/session.md#sescookiesgetfilter-callback cookies[0].expirationDate === 0 // => true }) }) ```
https://github.com/electron/electron/issues/5438
https://github.com/electron/electron/pull/5444
1dcbd352cc6737829e29ddb292713da0d1d024a5
b358dff689db9a4caec590e41e055db95733c21b
2016-05-07T17:12:54Z
c++
2016-05-08T06:13:36Z
closed
electron/electron
https://github.com/electron/electron
5,429
["atom/browser/resources/win/atom.manifest"]
Add support for per monitor DPI awareness
Electron is currently system DPI aware. This leads to blurry text when monitors with different DPI settings are used. Implementing per monitor DPI awareness would fix this. https://msdn.microsoft.com/en-us/library/windows/desktop/dn469266(v=vs.85).aspx
https://github.com/electron/electron/issues/5429
https://github.com/electron/electron/pull/8786
efa28503a7e722a8dc217703618bf925c88d4a01
1c44bcf65474084057120f2edddc3dca513d9126
2016-05-06T22:24:08Z
c++
2017-04-12T19:27:41Z
closed
electron/electron
https://github.com/electron/electron
5,427
["docs/api/protocol.md", "lib/browser/api/protocol.js", "spec/api-protocol-spec.js"]
Document what protocol.registerStandardSchemes actually does
- Electron version: 0.37.8 - Operating system: N/A We should add some documentation around what http://electron.atom.io/docs/v0.37.8/api/protocol/#protocolregisterstandardschemesschemes actually does – it's not really clear what a "standard scheme" is, or what benefits you get from registering your custom protocol scheme as standard.
https://github.com/electron/electron/issues/5427
https://github.com/electron/electron/pull/5459
797b0ddb9a89b0da63fd9fd7ddd765c5f79b9dc2
61ec3acde98661f55a9d773943c9d1d5bd672f2d
2016-05-06T21:41:08Z
c++
2016-05-10T02:11:00Z
closed
electron/electron
https://github.com/electron/electron
5,419
["atom/browser/ui/accelerator_util_mac.mm", "default_app/main.js"]
Support 'Forward Delete' accelerator on Mac OS X
It would be great to use something like `FwdDeleteOrDelete` and `FwdDelete` accelerators on Mac OS X platform, as this this most intuitive shortcut for Mac users, when deleting something (fn+backspace). - Electron version: 0.37.8 - Operating system: OS X El Capitan, 10.11.3
https://github.com/electron/electron/issues/5419
https://github.com/electron/electron/pull/6168
85c163e58a149aeaafaf23596c0195633f24d959
c0aebc9d4f3fac14eecfec4eb9d08de40694b653
2016-05-06T10:30:47Z
c++
2016-06-22T01:12:10Z
closed
electron/electron
https://github.com/electron/electron
5,397
["atom/browser/web_contents_preferences.cc", "atom/common/options_switches.cc", "atom/common/options_switches.h", "atom/renderer/atom_renderer_client.cc", "docs/api/browser-window.md"]
Option to disable overscroll on OS X
It doesn't look very good for "native" apps to overscroll when scrolling. Would be nice to have a BrowserWindow option to disable overscroll ![untitled12](https://cloud.githubusercontent.com/assets/170270/15033357/fc36e32e-1293-11e6-8cdc-6c17b0f504dd.gif) ## - Electron version: 0.37.8 - Operating system: OS X 10.11.4
https://github.com/electron/electron/issues/5397
https://github.com/electron/electron/pull/5412
4ce26dfa68d54fac221cc5b554f3aa7607222f31
7b83d920fac75f03f33e458c04edd850a1231322
2016-05-05T00:38:26Z
c++
2016-05-06T06:35:14Z
closed
electron/electron
https://github.com/electron/electron
5,395
["atom/browser/native_window.h", "atom/browser/native_window_mac.h", "atom/browser/native_window_mac.mm"]
Window with setAspectRatio is not resizing correctly
Dragging any border of a window with `setAspectRatio` does not make the window larger. But it works if you want to make window smaller. Steps to reproduce: 1) `git clone https://github.com/electron/electron-quick-start` 2) add `mainWindow.setAspectRatio(16/9)` Result: ![may-04-2016 22-43-17](https://cloud.githubusercontent.com/assets/313152/15027045/40944fba-124a-11e6-8528-472d956d2317.gif) - Electron version: 0.37.8 - Operating system: OS X 10.11.3
https://github.com/electron/electron/issues/5395
https://github.com/electron/electron/pull/5644
fd5f120434234439f259a35242624ae313338601
1b9bced8c02ede3ad0dc57cb7ef93e7387ee689b
2016-05-04T20:13:03Z
c++
2016-05-23T08:15:44Z
closed
electron/electron
https://github.com/electron/electron
5,381
["docs/development/debug-instructions-windows.md"]
Docs: Build Instructions for Windows links to OS X build instructions
On [Debugging Electron in Windows](http://electron.atom.io/docs/v0.37.8/development/debug-instructions-windows/) the link for "build instructions for Windows" links to the OS X instructions instead.
https://github.com/electron/electron/issues/5381
https://github.com/electron/electron/pull/5382
513b07b3b30f6138f4e0d951c7a08273b496818f
2606f8020a8c361e02850da4c485eb8fb82fc64e
2016-05-03T15:26:51Z
c++
2016-05-03T16:28:45Z
closed
electron/electron
https://github.com/electron/electron
5,363
["docs/api/app-locales.md", "docs/api/app.md"]
`app.getLocale()` inconsistent with chromium documented supported locales
- Electron version: `0.37.8` - Operating system: Windows When calling `app.getLocale()` I get the value `"en-GB"`. Although this is technically correct, chromiums [list of locales](https://developer.chrome.com/webstore/i18n#localeTable) indicates it should be `en_GB`. This breaks certain locale and translation packages that I was looking at using, although the fix on my end was a simple `.replace('-', '_')` I'm wondering why the inconstency with chromium API when as far as I can tell from the [relevant code](https://github.com/electron/electron/blob/d9db23185cba1bc7cedc3b73a56af3093812a726/atom/browser/api/atom_api_app.cc#L375) we are only calling chromium's built in locale lookup?
https://github.com/electron/electron/issues/5363
https://github.com/electron/electron/pull/6324
14c4be50c11a9678b12693661eeec7ce960779a6
ff5745f36f6819be8beeb5567b0441adfab8d627
2016-05-01T11:12:53Z
c++
2016-07-02T11:25:15Z
closed
electron/electron
https://github.com/electron/electron
5,350
["atom/app/atom_main_delegate.cc", "atom/app/atom_main_delegate.h", "atom/app/atom_main_delegate_mac.mm", "docs/tutorial/mac-app-store-submission-guide.md"]
Electron is not able to pass App Store verification
@zcbenz From bd406ab there was a change instructing `com.apple.security.temporary-exception.sbpl` is now needed. After 5 days in review, my app was just rejected: ![screen shot 2016-04-29 at 2 07 21 pm](https://cloud.githubusercontent.com/assets/4181898/14929837/745b40b8-0e14-11e6-8423-1d06251144e9.png) I provided the following explaination during submission: > This application leverages Chromium to deliver our experience. Bundled within the app is Chromium, which uses the Mach port for its multi-process architecture. The string used is: (allow mach-lookup (global-name-regex #"^org.chromium.Chromium.rohitfork.[0-9]+$")) Do you have any advice? This recent change renders Electron no longer an option for my product if we want to be in the AppStore. I'm sure I am not the only person who has encountered this issue.
https://github.com/electron/electron/issues/5350
https://github.com/electron/electron/pull/5584
d2a567d6abf2b1eaae9bceb347c01b6f7c748a63
e05f795d1df9f0cceed7f7ca981baee191bdd22c
2016-04-29T21:14:49Z
c++
2016-05-18T10:02:30Z
closed
electron/electron
https://github.com/electron/electron
5,336
["atom/browser/browser.cc"]
appData folder not being created if it does not exist at startup
- Electron version: 0.37.7 - Operating system: OSX The appData application folder (e.g. ~/Library/Application\ Support/ElectronApp) is not being created if it does not exist already at startup for v0.37.7. I can confirm that this issue does not present in v0.37.6
https://github.com/electron/electron/issues/5336
https://github.com/electron/electron/pull/5340
f7d4ff90eac6c934f280599ce6e73f1b26cd27ea
cb45c94db9cef4336d63fa331d6ace6c93e8a421
2016-04-28T20:00:54Z
c++
2016-04-29T11:36:27Z
closed
electron/electron
https://github.com/electron/electron
5,312
["lib/browser/guest-view-manager.js", "lib/renderer/web-view/web-view.js", "spec/fixtures/pages/webview-zoom-factor.html", "spec/fixtures/pages/zoom-factor.html", "spec/webview-spec.js"]
web view doesn't inherit zoom level
- Electron version: 0.37.6 - Operating system: OS X, 10.11.4 A web view seems to not catch up with the zoom level when created, steps: - run electron app - use the [BrowerWindow](https://github.com/electron/electron/blob/master/docs/api/browser-window.md) api to set the zoom level to 2 - create a web view - ⚡ It is not zoomed - Change browser window zoom level and web view recovers
https://github.com/electron/electron/issues/5312
https://github.com/electron/electron/pull/5616
4193fb1742ee5b0e19d079e5bd8e47dacbabfc0b
8ac93e02c669eadfbb1b5e0e6db51650e92484ee
2016-04-27T13:16:08Z
c++
2016-05-20T00:27:06Z
closed
electron/electron
https://github.com/electron/electron
5,309
["atom/browser/api/atom_api_app.cc", "atom/browser/browser.h", "atom/browser/browser_mac.mm", "docs/api/app.md", "lib/browser/api/app.js"]
Make downloads icon in dock bounce
- Electron version: 0.37.3 - Operating system: OSX To give better feedback when a file was download, i would like to make the downloads icon bounce in the dock. ASAIK this should be doable with the given API on OSX. Is this something you people would like to see in electron and what would be the best place in the electron API?
https://github.com/electron/electron/issues/5309
https://github.com/electron/electron/pull/5477
8dd5f581615d2c251045960d5198739ce5c3ae75
ed70a11ff83aaddb964a221bfc64adb8a45af9b6
2016-04-27T09:56:35Z
c++
2016-05-11T00:41:08Z
closed
electron/electron
https://github.com/electron/electron
5,297
["atom/browser/api/atom_api_app.cc", "atom/browser/api/atom_api_app.h", "docs/api/app.md"]
How to disable gpu other than command line argument?
- Electron version: 0.37.7 - Operating system: Linux I would like to be able to disable the gpu in my application code, not by having to pass an argument to electron. I tried using both of these and neither work. ``` javascript app.commandLine.appendSwitch("disable-gpu") app.commandLine.appendArgument("disable-gpu") ``` Is there any other way to disable-gpu instead of passing this argument directly as `electron ./my-project --disable-gpu` ?
https://github.com/electron/electron/issues/5297
https://github.com/electron/electron/pull/5889
3e809901e07a77cec781c4d3f5ee5d7f4450b7b7
7e7186933f4a979aecb841dd752a220992fbe1e3
2016-04-26T13:45:59Z
c++
2016-06-06T12:08:37Z
closed
electron/electron
https://github.com/electron/electron
5,278
["atom/browser/api/atom_api_session.cc", "atom/browser/api/save_page_handler.cc", "atom/browser/api/save_page_handler.h", "atom/browser/atom_download_manager_delegate.cc"]
will-download is not emitted when URL is HTML pages
- Electron version: 0.37.5 - Operating system: Windows 10 When calling a window's `webContents.downloadURL(URL)` method if the specified URL returns a 404 the `will-download` event on `webContents.session` does not fire and instead a dialog pops up asking the user to save an html file (the contents of the 404 page). Is this expected behavior and is there any event I can listen to or some other way to get around this? I'd like to handle the error differently if possible. Thanks
https://github.com/electron/electron/issues/5278
https://github.com/electron/electron/pull/5315
77573281b5fc301de5ce3536e85614c3344f7947
122652a3683d457b2721f2c48381b58a65500d43
2016-04-24T22:00:56Z
c++
2016-04-28T07:08:22Z
closed
electron/electron
https://github.com/electron/electron
5,277
["chromium_src/chrome/browser/process_singleton_posix.cc", "chromium_src/chrome/browser/process_singleton_win.cc"]
makeSingleInstance returns true if no app dir in Application Support (MacOS)
- Electron version: 0.37.7 - Operating system: MacOS 10.11.4 Create a directory with the attached `package.json` and `main.js` files. The app just calls `app.makeSingleInstance` (code sample copied from the Electron docs) and then creates an empty window. [package.json.txt](https://github.com/electron/electron/files/233556/package.json.txt) [main.js.txt](https://github.com/electron/electron/files/233558/main.js.txt) Type: ``` rm -rf ~/Library/Application\ Support/Electron npm start ``` The app will display ``` ### version 0.37.7 ### shouldQuit: true ``` ...even though no other instance is running. If you create an empty ~/Library/Application\ Support/Electron directory, the app runs as expected. (Obviously, any established Electron developer will have such a directory and will not notice this bug. Their users will notice it very quickly indeed.)
https://github.com/electron/electron/issues/5277
https://github.com/electron/electron/pull/5311
302a6e42bd5d76cb94d5c0326dfe96f73d14c3ec
0fa92923da3d6712f273b9737b41a33e7fb6ac01
2016-04-24T17:24:10Z
c++
2016-04-27T13:25:15Z