Closed
Bug 719302
Opened 14 years ago
Closed 11 years ago
[Azure] Expose Azure status in about:support
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 776802
People
(Reporter: mattwoodrow, Unassigned)
References
Details
Attachments
(1 file)
|
3.39 KB,
patch
|
joe
:
review-
|
Details | Diff | Splinter Review |
No description provided.
Attachment #589737 -
Flags: review?(bjacob)
Comment 1•14 years ago
|
||
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 2•13 years ago
|
||
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 3•13 years ago
|
||
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-
Updated•11 years ago
|
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.
Description
•