Name Description Size
accessibility.js The AccessibleInfobar is a class responsible for creating the markup for the accessible highlighter. It is also reponsible for updating content within the infobar such as role and name values. 19892
canvas.js Draws a rect to the context given and applies a transformation matrix if passed. The coordinates are the start and end points of the rectangle's diagonal. @param {CanvasRenderingContext2D} ctx The 2D canvas context. @param {Number} x1 The x-axis coordinate of the rectangle's diagonal start point. @param {Number} y1 The y-axis coordinate of the rectangle's diagonal start point. @param {Number} x2 The x-axis coordinate of the rectangle's diagonal end point. @param {Number} y2 The y-axis coordinate of the rectangle's diagonal end point. @param {Array} [matrix=identity()] The transformation matrix to apply. 20377
markup.js Shims the element's `classList` for anonymous content elements; used internally by `CanvasFrameAnonymousContentHelper.getElement()` method. 25909
moz.build 351