gecko-dev/widget
Doug Sherk 90ac0e8729 Bug 699482: refactored GfxDriverInfo init to happen after global init r=bjacob
This patch moves all static initialization of GfxDriverInfo and DeviceFamily
classes to the point that they're actually used. It also converts all static
GfxDriverInfo arrays into nsTArray<GfxDriverInfo> so that they can be used
interchangeably with the downloadable blocklist.

This patch also introduces a new phase of blocklist checking called
BEING_PROCESSED, which is the status set when a blocklist check is currently
being processed. NO_INFO now only means that we have confirmed that a device is
not blocked.
2011-12-14 21:02:59 -08:00
..
public Bug 699482: refactored GfxDriverInfo init to happen after global init r=bjacob 2011-12-14 21:02:59 -08:00
reftests Bug 664925 - ASSERTION: We shouldn't have another size than small and regular for the moment. r=mstange 2011-07-11 11:41:26 +02:00
src Bug 699482: refactored GfxDriverInfo init to happen after global init r=bjacob 2011-12-14 21:02:59 -08:00
tests Bug 661991 - tests. r=bbondy, a=ehsan 2011-12-14 15:22:53 -06:00
Makefile.in