gecko-dev/accessible/generic
James Teh 7821989f81 Bug 1420529: Don't fire immediate events on a DocAccessible whose tree isn't constructed yet. r=eeejay
For remote documents, the DocAccessibleChild isn't created until the tree is constructed.
This means we can't send events to the parent process and thus to the client.
We shouldn't fire these events in the first place, since this makes events inconsistent for local and remote documents.

Differential Revision: https://phabricator.services.mozilla.com/D83605
2020-07-19 22:46:33 +00:00
..
Accessible-inl.h Bug 1357071 - Implement support for implicit values for aria-value* attributes for scrollbar and slider roles, r=Jamie 2019-08-29 06:39:28 +00:00
Accessible.cpp Bug 1420529: Don't fire immediate events on a DocAccessible whose tree isn't constructed yet. r=eeejay 2020-07-19 22:46:33 +00:00
Accessible.h Bug 1652021 - Remove unnecessary includes from Accessible.h. r=surkov 2020-07-15 13:46:02 +00:00
ApplicationAccessible.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in accessible/, browser/, caps/, chrome/, devtools/, docshell/, editor/, extensions/, gfx/, hal/, image/, intl/, ipc/, js/, layout/, and media/ r=Ehsan 2019-12-06 09:16:44 +00:00
ApplicationAccessible.h Bug 1600545 - Remove useless inclusions of header files generated from IDL files in accessible/, browser/, caps/, chrome/, devtools/, docshell/, editor/, extensions/, gfx/, hal/, image/, intl/, ipc/, js/, layout/, and media/ r=Ehsan 2019-12-06 09:16:44 +00:00
ARIAGridAccessible-inl.h
ARIAGridAccessible.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
ARIAGridAccessible.h
BaseAccessibles.cpp
BaseAccessibles.h
DocAccessible-inl.h Bug 1611060 - Dispatch a11y scroll events for all DOM scrolls. r=Jamie 2020-02-17 04:09:34 +00:00
DocAccessible.cpp Bug 1420529: Don't fire immediate events on a DocAccessible whose tree isn't constructed yet. r=eeejay 2020-07-19 22:46:33 +00:00
DocAccessible.h Bug 1634591: Rename nsCoreUtils::IsTabDocument to IsTopLevelContentDocInProcess. Rename DocAccessible::eTabDocument to eTopLevelContentDocInProcess. r=MarcoZ 2020-06-10 05:03:05 +00:00
FormControlAccessible.cpp
FormControlAccessible.h
HyperTextAccessible-inl.h Bug 1600545 - Remove useless inclusions of header files generated from IDL files in accessible/, browser/, caps/, chrome/, devtools/, docshell/, editor/, extensions/, gfx/, hal/, image/, intl/, ipc/, js/, layout/, and media/ r=Ehsan 2019-12-06 09:16:44 +00:00
HyperTextAccessible.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
HyperTextAccessible.h Bug 1652021 - Remove unnecessary includes from Accessible.h. r=surkov 2020-07-15 13:46:02 +00:00
ImageAccessible.cpp Bug 1596007: Fire an a11y state change event when an image's size becomes available. r=eeejay,emilio 2020-02-18 17:22:35 +00:00
ImageAccessible.h
moz.build Bug 1575420 - Replace MOZ_WIDGET_TOOLKIT value of "gtk3" with "gtk". r=froydnj 2019-08-21 12:25:42 +00:00
OuterDocAccessible.cpp Bug 1606743: Defer calling BrowserBridgeChild::SendSetEmbedderAccessible if a DocAccessibleChild hasn't sent its constructor to the parent process yet. r=eeejay 2020-01-17 05:46:25 +00:00
OuterDocAccessible.h
RootAccessible.cpp Bug 1652211 - Create and destroy xul tooltips as they appear and go away. r=Jamie 2020-07-16 17:51:22 +00:00
RootAccessible.h Bug 1585482 - Remove C++ special-casing of top-level <dialog> elements r=Jamie 2019-12-10 18:10:45 +00:00
TableAccessible.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
TableAccessible.h Bug 1638238: Cache previous column header for each cell to make TableCellAccessible::ColHeaders faster. r=eeejay 2020-05-25 14:15:57 +00:00
TableCellAccessible.cpp Bug 1638238: Cache previous column header for each cell to make TableCellAccessible::ColHeaders faster. r=eeejay 2020-05-25 14:15:57 +00:00
TableCellAccessible.h Bug 1638238: Cache previous column header for each cell to make TableCellAccessible::ColHeaders faster. r=eeejay 2020-05-25 14:15:57 +00:00
TextLeafAccessible.cpp
TextLeafAccessible.h