[Bug 109943]

Mkmelin+mozilla 109943 at bugs.launchpad.net
Wed Oct 23 07:28:34 UTC 2019


xul:progressmeter was converted to html:progress. But looks like it's still reproducible at least on linux. 
In scratchpad or console, do 

document.getElementById("tabmail-
container").appendChild(document.createElementNS("http://www.w3.org/1999/xhtml",
"progress"));

... and check CPU usage. For me it goes to around 20% and stays there.

Can also reproduce on Firefox nightly. There in the Developer Tools |
Console

document.getElementById("urlbar").appendChild(document.createElementNS("http://www.w3.org/1999/xhtml",
"progress"));

The only difference is that there it jumps from listing Firefox to "GPU
process" and back. It's still Firefox causing it.

-- 
You received this bug notification because you are a member of Mozilla
Bugs, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/109943

Title:
  Thunderbird: high CPU usage from progress bars

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/109943/+subscriptions



More information about the Ubuntu-mozillateam-bugs mailing list