Name Description Size
compatibility.js Create a CompatibilityActor. CompatibilityActor is responsible for providing the compatibility information for the web page using the data from the Inspector and the `MDNCompatibility` and conveys them to the compatibility panel in the DevTool Inspector. Currently, the `CompatibilityActor` only detects compatibility issues in the CSS declarations but plans are in motion to extend it to evaluate compatibility information for HTML and JavaScript. The design below has the InspectorActor own the CompatibilityActor, but it's possible we will want to move it into it's own panel in the future. @param inspector The InspectorActor that owns this CompatibilityActor. @constructor 5912
lib
moz.build 436