gecko-dev/accessible/mac
Eitan Isaacson 31b2dc735d Bug 1643168 - block moxSetFocused: on non-focusable accessibles. r=morgan
Differential Revision: https://phabricator.services.mozilla.com/D78160
2020-06-10 17:34:30 +00:00
..
ARIAGridAccessibleWrap.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
AccessibleWrap.h Bug 1625196 - Prune proxy accessibles with nsAccUtils::MustPrune(). r=morgan 2020-05-12 18:39:06 +00:00
AccessibleWrap.mm Bug 1624909: Create and maintain radio siblings array for position information. r=eeejay 2020-05-29 17:37:46 +00:00
ApplicationAccessibleWrap.h Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
DocAccessibleWrap.h Bug 1543013 - part 2: Make accessible use mozilla::PresShell directly rather than via nsIPresShell r=Jamie 2019-04-13 12:13:15 +00:00
DocAccessibleWrap.mm Bug 1543013 - part 2: Make accessible use mozilla::PresShell directly rather than via nsIPresShell r=Jamie 2019-04-13 12:13:15 +00:00
HTMLTableAccessibleWrap.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
HyperTextAccessibleWrap.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
ImageAccessibleWrap.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
MOXAccessibleBase.h Bug 1641002 - Map NSAccessibility API to MOXAccessible protocol. r=morgan 2020-05-27 17:26:38 +00:00
MOXAccessibleBase.mm Bug 1641984 - Implement MOX parameterized attribute getters. r=morgan 2020-06-02 04:57:14 +00:00
MOXAccessibleProtocol.h Bug 1642033 - Refactor mozTextAccessible to use MOX api. r=morgan 2020-06-03 21:15:43 +00:00
MOXMathAccessibles.h Bug 1635521 - Create dedicated MathML MOX accessibles. r=morgan 2020-05-28 22:41:04 +00:00
MOXMathAccessibles.mm Bug 1635521 - Create dedicated MathML MOX accessibles. r=morgan 2020-05-28 22:41:04 +00:00
MacUtils.h Bug 1632252: Replace constructor with AccOrProxy, adjust native getter. r=eeejay 2020-05-27 15:50:47 +00:00
MacUtils.mm Bug 1632252: Replace constructor with AccOrProxy, adjust native getter. r=eeejay 2020-05-27 15:50:47 +00:00
Platform.mm Bug 1632252: Replace constructor with AccOrProxy, adjust native getter. r=eeejay 2020-05-27 15:50:47 +00:00
RootAccessibleWrap.h Bug 1543013 - part 2: Make accessible use mozilla::PresShell directly rather than via nsIPresShell r=Jamie 2019-04-13 12:13:15 +00:00
RootAccessibleWrap.mm Bug 1620318 - Rename mozDocAccessible.{mm,h} to mozRootAccessible.{mm,h} r=morgan 2020-03-10 20:25:32 +00:00
SelectorMapGen.py Bug 1641002 - Map NSAccessibility API to MOXAccessible protocol. r=morgan 2020-05-27 17:26:38 +00:00
TextLeafAccessibleWrap.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
XULListboxAccessibleWrap.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
XULMenuAccessibleWrap.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
XULTreeGridAccessibleWrap.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
moz.build Bug 1641693 - Replace a bunch of uses of `GENERATED_FILES` with the `GeneratedFile` template r=necko-reviewers,geckoview-reviewers,aklotz,dragana,froydnj 2020-06-01 16:00:28 +00:00
mozAccessible.h Bug 1641665 - Remove NSAccessibility methods from mozTableAccessible. r=morgan 2020-05-28 23:06:42 +00:00
mozAccessible.mm Bug 1643168 - block moxSetFocused: on non-focusable accessibles. r=morgan 2020-06-10 17:34:30 +00:00
mozAccessibleProtocol.h Bug 1641002 - Introduce MOXAccessible protocol and MOXAccessibleBase. r=morgan 2020-05-27 17:24:44 +00:00
mozActionElements.h Bug 1624909: Create and maintain radio siblings array for position information. r=eeejay 2020-05-29 17:37:46 +00:00
mozActionElements.mm Bug 1624909: Create and maintain radio siblings array for position information. r=eeejay 2020-05-29 17:37:46 +00:00
mozHTMLAccessible.h Bug 1641654 - Remove NSAccessibility methods from mozHTMLAccessible classes. r=morgan 2020-05-28 22:41:21 +00:00
mozHTMLAccessible.mm Bug 1641654 - Remove NSAccessibility methods from mozHTMLAccessible classes. r=morgan 2020-05-28 22:41:21 +00:00
mozRootAccessible.h Bug 1641657 - Remove NSAccessibility methods from mozRootAccessible. r=morgan 2020-05-28 22:41:30 +00:00
mozRootAccessible.mm Bug 1642448 - Replace remaining NSAssert statements in accessible/mac/ with MOZ_ASSERT's. r=morgan 2020-06-02 20:40:37 +00:00
mozSelectableElements.h Bug 1641655 - Remove NSAccessibility methods from mozSelectableElements. r=morgan 2020-05-28 22:41:23 +00:00
mozSelectableElements.mm Bug 1641655 - Remove NSAccessibility methods from mozSelectableElements. r=morgan 2020-05-28 22:41:23 +00:00
mozTableAccessible.h Bug 1641665 - Remove NSAccessibility methods from mozTableAccessible. r=morgan 2020-05-28 23:06:42 +00:00
mozTableAccessible.mm Bug 1642448 - Replace remaining NSAssert statements in accessible/mac/ with MOZ_ASSERT's. r=morgan 2020-06-02 20:40:37 +00:00
mozTextAccessible.h Bug 1642033 - Refactor mozTextAccessible to use MOX api. r=morgan 2020-06-03 21:15:43 +00:00
mozTextAccessible.mm Bug 1642033 - Refactor mozTextAccessible to use MOX api. r=morgan 2020-06-03 21:15:43 +00:00