positron icon indicating copy to clipboard operation
positron copied to clipboard

a experimental, Electron-compatible runtime on top of Gecko

Results 41 positron issues
Sort by recently updated
recently updated
newest added

Giving a BrowserWindow the system principal, which I did on the webview-branch (since merged to master), causes the BrowserWindow document body to appear empty in the Inspector devtool's tree view,...

I see that the add-on sdk is part of the source. Does that mean we can somehow call into it from within Positron or is this merely a relic of...

On the node-integration branch, when I call _console.log_ in the main.js script of the "hello world" app, the log message appears in the terminal window from which I ran Positron,...

Despite an earlier attempt to resolve this problem, TaskCluster builds continue to fail with the error `cp: cannot create regular file '/repo/obj-x86_64-pc-linux-gnu/positron/app/spidernode/.libs/libzlib.a': File exists`: ``` 90:42.21 CXX(target) /repo/positron/spidernode/out/Debug/obj.target/node/src/backtrace_posix.o 90:44.98 AR(target)...

When the page https://github.com/ in a <webview> tries to access the `process` global, Positron tries to initialize it, even though the Process.webidl binding is marked `[ChromeOnly]`, and the window's docshell...

https://github.com/mozilla/positron/blob/2afda57bc88478a33c705c41ac3a4be49ecb0e2f/positron/webidl/NodeBindings.cpp#L202

I'm not sure this is needed as we currently only ever have one isolate, but we should look into it more: https://github.com/mozilla/positron/blob/2afda57bc88478a33c705c41ac3a4be49ecb0e2f/positron/webidl/NodeBindings.cpp#L233

``` [39399] WARNING: nsAppShell::Exit() called redundantly: file /Users/bdahl/projects/positron/widget/cocoa/nsAppShell.mm, line 678 [39399] WARNING: NS_ENSURE_TRUE(maybeContext) failed: file /Users/bdahl/projects/positron/xpcom/threads/nsThread.cpp, line 935 [39399] WARNING: 'NS_FAILED(RemovePermissionChangeObserver())', file /Users/bdahl/projects/positron/dom/notification/Notification.cpp, line 674 --DOCSHELL 0x125116800 == 1 [pid...

@brendandahl The node-integration branch busted Linux builds (and thus TaskCluster) because the SpiderNode static libraries that Positron links against can't be found: > 0:08.37 cp: cannot stat ‘/home/myk/Projects/positron/positron/spidernode/out/Release/libcares.a’: No such...