Closed Bug 1135630 Opened 9 years ago Closed 9 years ago

about:support / Troubleshooting Information: Javascript, Accessibility and Library Versions empty/broken due to change in Graphics failure management

Categories

(Thunderbird :: General, defect)

defect
Not set
normal

Tracking

(thunderbird38 fixed)

RESOLVED FIXED
Thunderbird 38.0
Tracking Status
thunderbird38 --- fixed

People

(Reporter: aryx, Assigned: aryx)

Details

Attachments

(1 file)

Attached patch patch, v1Splinter Review
Thunderbird 38.0a1 20150223030223 on Windows 8.1

about:support / Troubleshooting Information: Javascript, Accessibility and Library Versions empty/broken due to change in Graphics failure management

The patches fixes the unfilled categories, unfortunately I don't know how to generate the error messages to let them show up.
Attachment #8567889 - Flags: review?(mkmelin+mozilla)
Comment on attachment 8567889 [details] [diff] [review]
patch, v1

Review of attachment 8567889 [details] [diff] [review]:
-----------------------------------------------------------------

Seems to be working. 

I don't know why on firefox I have
Incremental GC true

and in thunderbird:
Incremental GC 	1
Attachment #8567889 - Flags: review?(mkmelin+mozilla) → review+
Pushed as http://hg.mozilla.org/comm-central/rev/82292b734095
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 38.0
(In reply to Magnus Melin from comment #2)
> I don't know why on firefox I have
> Incremental GC true
> 
> and in thunderbird:
> Incremental GC 	1

That's because Thunderbird does
>  let enabled = window.QueryInterface(Ci.nsIInterfaceRequestor)
>        .getInterface(Ci.nsIDOMWindowUtils)
>        .isIncrementalGCEnabled();
>  document.getElementById("javascript-incremental-gc").textContent = enabled ? "1" : "0";

while Toolkit does set the value to the boolean |enabled| value. Do you want that changed in Thunderbird?
Yes please :)
It's the same thing with one of the other values. (Maybe all there?)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: