Backed out changeset 1bbebd48ca62 (bug 1288508) for causing mochitest-a11y timeouts on a CLOSED TREE.

--HG--
extra : amend_source : 1aa38d54fbbecc945b22a69fd78e877dfe17fa1a
This commit is contained in:
Ryan VanderMeulen 2016-07-22 17:59:03 -04:00
Родитель cc5deae96d
Коммит 7484f8bc74
19 изменённых файлов: 23 добавлений и 23 удалений

Просмотреть файл

@ -30,7 +30,7 @@ class Accessible;
* Mozilla creates the implementations of nsIAccessible on demand.
* See http://www.mozilla.org/projects/ui/accessibility for more information.
*/
[scriptable, builtinclass, uuid(de2869d9-563c-4943-996b-31a4daa4d097)]
[scriptable, uuid(de2869d9-563c-4943-996b-31a4daa4d097)]
interface nsIAccessible : nsISupports
{
/**

Просмотреть файл

@ -9,7 +9,7 @@
* This interface is implemented by top level accessible object in hierarchy and
* provides information about application.
*/
[scriptable, builtinclass, uuid(79251626-387c-4531-89f3-680d31d6cf05)]
[scriptable, uuid(79251626-387c-4531-89f3-680d31d6cf05)]
interface nsIAccessibleApplication : nsISupports
{
/**

Просмотреть файл

@ -19,7 +19,7 @@ interface mozIDOMWindowProxy;
* the root node of a document or you can get one from
* nsIAccessible::GetDocument().
*/
[scriptable, builtinclass, uuid(5cad5f91-fcce-40e7-913e-4671701d19b4)]
[scriptable, uuid(5cad5f91-fcce-40e7-913e-4671701d19b4)]
interface nsIAccessibleDocument : nsISupports
{
/**

Просмотреть файл

@ -6,7 +6,7 @@
#include "nsISupports.idl"
[scriptable, builtinclass, uuid(28915cca-3366-4034-ba1d-b7afb9b37639)]
[scriptable, uuid(28915cca-3366-4034-ba1d-b7afb9b37639)]
interface nsIAccessibleEditableText : nsISupports
{
/**

Просмотреть файл

@ -13,7 +13,7 @@ interface nsIAccessible;
* A cross-platform interface that supports hyperlink-specific properties and
* methods. Anchors, image maps, xul:labels with class="text-link" implement this interface.
*/
[scriptable, builtinclass, uuid(883643d4-93a5-4f32-922c-6f06e01363c1)]
[scriptable, uuid(883643d4-93a5-4f32-922c-6f06e01363c1)]
interface nsIAccessibleHyperLink : nsISupports
{
/**

Просмотреть файл

@ -15,7 +15,7 @@
* Current implementation assumes every embedded object is a link.
*/
[scriptable, builtinclass, uuid(b33684e2-090c-4e1d-a3d9-f4b46f4237b9)]
[scriptable, uuid(b33684e2-090c-4e1d-a3d9-f4b46f4237b9)]
interface nsIAccessibleHyperText : nsISupports
{
/**

Просмотреть файл

@ -5,7 +5,7 @@
#include "nsISupports.idl"
[scriptable, builtinclass, uuid(09086623-0f09-4310-ac56-c2cda7c29648)]
[scriptable, uuid(09086623-0f09-4310-ac56-c2cda7c29648)]
interface nsIAccessibleImage : nsISupports
{
/**

Просмотреть файл

@ -20,7 +20,7 @@ interface nsIAccessiblePivotObserver;
* provides traversal methods to move the pivot to next/prev state that complies
* to a given rule.
*/
[scriptable, builtinclass, uuid(81fe5144-059b-42db-bd3a-f6ce3158d5e9)]
[scriptable, uuid(81fe5144-059b-42db-bd3a-f6ce3158d5e9)]
interface nsIAccessiblePivot : nsISupports
{
const TextBoundaryType CHAR_BOUNDARY = 0;
@ -191,7 +191,7 @@ interface nsIAccessiblePivot : nsISupports
/**
* An observer interface for pivot changes.
*/
[scriptable, builtinclass, uuid(6006e502-3861-49bd-aba1-fa6d2e74e237)]
[scriptable, uuid(6006e502-3861-49bd-aba1-fa6d2e74e237)]
interface nsIAccessiblePivotObserver : nsISupports
{
/**
@ -213,7 +213,7 @@ interface nsIAccessiblePivotObserver : nsISupports
in boolean aIsFromUserInput);
};
[scriptable, builtinclass, uuid(e197460d-1eff-4247-b4bb-a43be1840dae)]
[scriptable, uuid(e197460d-1eff-4247-b4bb-a43be1840dae)]
interface nsIAccessibleTraversalRule : nsISupports
{
/* Ignore this accessible object */

Просмотреть файл

@ -11,7 +11,7 @@ interface nsIAccessible;
/**
* This interface gives access to an accessible's set of relations.
*/
[scriptable, builtinclass, uuid(55b308c4-2ae4-46bc-b4cd-4d4370e0a660)]
[scriptable, uuid(55b308c4-2ae4-46bc-b4cd-4d4370e0a660)]
interface nsIAccessibleRelation : nsISupports
{
/**

Просмотреть файл

@ -16,7 +16,7 @@ interface nsIAccessiblePivot;
* nsIAccessible for a given DOM node. More documentation at:
* http://www.mozilla.org/projects/ui/accessibility
*/
[scriptable, builtinclass, uuid(17f86615-1a3d-4021-b227-3a2ef5cbffd8)]
[scriptable, uuid(17f86615-1a3d-4021-b227-3a2ef5cbffd8)]
interface nsIAccessibleRetrieval : nsISupports
{
/**

Просмотреть файл

@ -8,7 +8,7 @@
/**
* Defines cross platform (Gecko) roles.
*/
[scriptable, builtinclass, uuid(05a9f33f-dcfd-4e7b-b825-138ba784c1f5)]
[scriptable, uuid(05a9f33f-dcfd-4e7b-b825-138ba784c1f5)]
interface nsIAccessibleRole : nsISupports
{
/**

Просмотреть файл

@ -11,7 +11,7 @@ interface nsIArray;
/**
* An accessibility interface for selectable widgets.
*/
[scriptable, builtinclass, uuid(8efb03d4-1354-4875-94cf-261336057626)]
[scriptable, uuid(8efb03d4-1354-4875-94cf-261336057626)]
interface nsIAccessibleSelectable : nsISupports
{
/**

Просмотреть файл

@ -5,7 +5,7 @@
#include "nsISupports.idl"
[scriptable, builtinclass, uuid(f1e0fbb7-fde4-4519-9383-2bcbee428513)]
[scriptable, uuid(f1e0fbb7-fde4-4519-9383-2bcbee428513)]
interface nsIAccessibleStates : nsISupports
{
/**

Просмотреть файл

@ -9,7 +9,7 @@
interface nsIAccessible;
interface nsIArray;
[scriptable, builtinclass, uuid(cb0bf7b9-117e-40e2-9e46-189c3d43ce4a)]
[scriptable, uuid(cb0bf7b9-117e-40e2-9e46-189c3d43ce4a)]
interface nsIAccessibleTable : nsISupports
{
/**
@ -221,7 +221,7 @@ interface nsIAccessibleTable : nsISupports
};
[scriptable, builtinclass, uuid(654e296d-fae6-452b-987d-746b20b9514b)]
[scriptable, uuid(654e296d-fae6-452b-987d-746b20b9514b)]
interface nsIAccessibleTableCell : nsISupports
{
/**

Просмотреть файл

@ -13,7 +13,7 @@ interface nsIArray;
interface nsIPersistentProperties;
interface nsIAccessibleTextRange;
[scriptable, builtinclass, uuid(93ad2ca1-f12b-4ab9-a793-95d9fa9d1774)]
[scriptable, uuid(93ad2ca1-f12b-4ab9-a793-95d9fa9d1774)]
interface nsIAccessibleText : nsISupports
{
// In parameters for character offsets:

Просмотреть файл

@ -13,7 +13,7 @@ interface nsIVariant;
/**
* A range representing a piece of text in the document.
*/
[scriptable, builtinclass, uuid(c4515623-55f9-4543-a3d5-c1e9afa588f4)]
[scriptable, uuid(c4515623-55f9-4543-a3d5-c1e9afa588f4)]
interface nsIAccessibleTextRange : nsISupports
{
readonly attribute nsIAccessibleText startContainer;

Просмотреть файл

@ -9,7 +9,7 @@
* These constants control the scrolling of an object or substring into a
* window. Note, keep them synchronized with IA2ScrollType.
*/
[scriptable, builtinclass, uuid(05cd38b1-94b3-4cdf-8371-3935a9611405)]
[scriptable, uuid(05cd38b1-94b3-4cdf-8371-3935a9611405)]
interface nsIAccessibleScrollType : nsISupports
{
/**
@ -59,7 +59,7 @@ interface nsIAccessibleScrollType : nsISupports
/**
* These constants define which coordinate system a point is located in.
*/
[scriptable, builtinclass, uuid(c9fbdf10-619e-436f-bf4b-8566686f1577)]
[scriptable, uuid(c9fbdf10-619e-436f-bf4b-8566686f1577)]
interface nsIAccessibleCoordinateType : nsISupports
{
/**

Просмотреть файл

@ -6,7 +6,7 @@
#include "nsISupports.idl"
[scriptable, builtinclass, uuid(42a1e1dc-58cf-419d-bff0-ed3314c70016)]
[scriptable, uuid(42a1e1dc-58cf-419d-bff0-ed3314c70016)]
interface nsIAccessibleValue : nsISupports
{
readonly attribute double maximumValue;

Просмотреть файл

@ -10,7 +10,7 @@
* XBL controls can implement this interface to provide own implementation of
* accessible properties.
*/
[scriptable, builtinclass, uuid(3716eb86-166b-445b-a94a-9b522fee96e6)]
[scriptable, uuid(3716eb86-166b-445b-a94a-9b522fee96e6)]
interface nsIXBLAccessible : nsISupports
{
/**