Closed
Bug 1555783
Opened 6 years ago
Closed 6 years ago
Firefox Wayland returns IPDL protocol error on new tab creation
Categories
(Core :: Widget: Gtk, defect, P3)
Tracking
()
RESOLVED
FIXED
mozilla69
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: simongethurston, Assigned: stransky)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:67.0) Gecko/20100101 Firefox/67.0
Steps to reproduce:
Opened Firefox via terminal in SwayWM on Arch Linux.
Actual results:
"IPDL protocol Error: Received an invalid file descriptor" returned in the terminal multiple times on initial load, and subsequently with each new tab.
Expected results:
No error should have been returned on load and on tab creation.
Updated•6 years ago
|
Component: Untriaged → Widget: Gtk
Product: Firefox → Core
Assignee | ||
Updated•6 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 1•6 years ago
|
||
That comes from SendBackUpXResources() - generally it's because we can't use NPAPI plugins under wayland.
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → stransky
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Pushed by ncsoregi@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a32eceb33855
[Wayland] Don't send XDisplay fd over IPC on Wayland, r=jmathies
Keywords: checkin-needed
Comment 6•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
You need to log in
before you can comment on or make changes to this bug.
Description
•