After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 763568 - about:plugins page displays debug messages in headings
about:plugins page displays debug messages in headings
Status: RESOLVED NOTGNOME
Product: epiphany
Classification: Core
Component: Interface
3.18.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-03-13 15:28 UTC by Michael Catanzaro
Modified: 2016-10-28 01:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot (132.50 KB, image/png)
2016-03-13 15:28 UTC, Michael Catanzaro
Details

Description Michael Catanzaro 2016-03-13 15:28:04 UTC
Created attachment 323794 [details]
Screenshot

about:plugins page displays debug messages in headings. See attached screenshot. I'm running with G_MESSAGES_DEBUG=all.
Comment 1 Carlos Garcia Campos 2016-03-15 06:40:26 UTC
This is WebKit issue. When scanning plugins the information is sent to stdout and parsed. I think we had a way to avoid the process sending anything to stdout to avoid this, but I guess it's not working.