Open Bug 1274280 Opened 9 years ago Updated 3 years ago

Determine how gfxConfig should work with multiple threads.

Categories

(Core :: Graphics, defect, P3)

defect

Tracking

()

People

(Reporter: jrmuizel, Unassigned)

Details

(Whiteboard: [gfx-noted])

We should figure out if we want a global mutex or non-main threads to send messages like gfxUtils::ThreadSafeGetFeatureStatus.
Flags: needinfo?(dvander)
If we just want to query whether or not features are enabled, that's sort of inherently racy to begin with so it's probably okay to just use IsEnabled() from another thread. If that sounds very horrible then a global lock sounds okay.
Flags: needinfo?(dvander)
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.