Closed Bug 719302 Opened 14 years ago Closed 11 years ago

[Azure] Expose Azure status in about:support

Categories

(Core :: Graphics, defect)

x86_64
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 776802

People

(Reporter: mattwoodrow, Unassigned)

References

Details

Attachments

(1 file)

No description provided.
Attachment #589737 - Flags: review?(bjacob)
Comment on attachment 589737 [details] [diff] [review] Expose Azure status in about:support Review of attachment 589737 [details] [diff] [review]: ----------------------------------------------------------------- ::: toolkit/content/aboutSupport.js @@ +318,5 @@ > + // display registered graphics properties > + var info = gfxInfo.getInfo(); > + for (var property in info) { > + pushLiteralInfoRow(trGraphics, property, info[property]); > + } This should probably come at the end, since it's just going to be a grab-bag? @@ +328,5 @@ > + try { > + azureContent = Services.prefs.getBoolPref("gfx.content.azure.enabled"); > + } catch (e) {} > + > + if (info.AzureBackend) { I think you need to wrap this in try/catch, just in case info.AzureBackend isn't defined.
Comment on attachment 589737 [details] [diff] [review] Expose Azure status in about:support Review of attachment 589737 [details] [diff] [review]: ----------------------------------------------------------------- Joe has already started reviewing this, and is better at it than I am. Handing over!
Attachment #589737 - Flags: review?(bjacob) → review?(joe)
Comment on attachment 589737 [details] [diff] [review] Expose Azure status in about:support Review of attachment 589737 [details] [diff] [review]: ----------------------------------------------------------------- ::: widget/xpwidgets/GfxInfoBase.cpp @@ +55,5 @@ > #include "nsIDOMNode.h" > #include "nsIDOMNodeList.h" > #include "nsTArray.h" > #include "mozilla/Preferences.h" > +#include "gfxPlatform.h" Change seems unrelated?
Attachment #589737 - Flags: review?(joe) → review-
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: