Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[customize-titlebar] Expose gfxInfo's results to 'Graphics Toolkit' variable #107

Open
xabolcs opened this issue Nov 5, 2012 · 0 comments

Comments

@xabolcs
Copy link
Collaborator

xabolcs commented Nov 5, 2012

Currently NTT 3.3 doesn't care too much to detect the Graphics Toolkit:

    ....
    toolkit: "cairo",
    ...

In the mean time Azure introduced, the successor of Cairo.
A trivial fix would be to change "cairo" to "azure" and close this issue. :)

But Azure has / would have a lot of backend.
So instead of a pure "azure" IMHO it would be more nicer to have an "azure (backendname)"-like output, e.g. "azure (cairo)" or "azure (skia)".

The code below exposes which Azure backend is used.

const { classes: Cc, interfaces: Ci, utils: Cu } = Components;
var gfxInfo = Cc["@mozilla.org/gfx/info;1"].getService(Ci.nsIGfxInfo); gfxInfo.getInfo().toSource();

Please note that gfxInfo.getInfo changed it's output in Gecko16 → 17: from ({AzureBackend:"aaa"}) it changed to ({AzureCanvasBackend:"aaa", AzureFallbackCanvasBackend:"bbb", AzureContentBackend:"ccc"})!

@firefoxnightly tweeted that in this case AzureCanvasBackend should be used. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant