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. 19745
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 Is this content window a XUL window? @param {Window} window @return {boolean} 23810
moz.build 351