gecko-dev/accessible/mac
Eitan Isaacson 050fed6811 Bug 1731154 - Add move semantics to AccAttributes and use value references to avoid copies. r=morgan
Changed the array type to nsTArray to avoid copies and get compile-time
errors if we ever try to do that. To set an array as a value, it must be
moved.

Differential Revision: https://phabricator.services.mozilla.com/D125899
2021-09-23 20:01:11 +00:00
..
.clang-format Bug 1660906 - Introduce .clang-format file for Objective C rules. r=morgan 2020-08-25 21:40:32 +00:00
ARIAGridAccessibleWrap.h
AccessibleWrap.h Bug 1693597 - P1: Rename Accessible to LocalAccessible. r=morgan 2021-02-19 23:14:32 +00:00
AccessibleWrap.mm Bug 1726845 - P1: Remove special summary MOX class and update test. r=morgan 2021-08-24 22:22:25 +00:00
ApplicationAccessibleWrap.h
DocAccessibleWrap.h Bug 708901 - Migrate to nsTHashSet in accessible. r=Jamie 2021-03-23 10:36:32 +00:00
DocAccessibleWrap.mm Bug 1714390 - P5: Use static aria_* atoms for aria attributes. r=Jamie 2021-06-10 23:07:07 +00:00
GeckoTextMarker.h Bug 1694571: Replace AccessibleOrProxy's with Accessible's r=Jamie 2021-07-22 17:58:49 +00:00
GeckoTextMarker.mm Bug 1731154 - Add move semantics to AccAttributes and use value references to avoid copies. r=morgan 2021-09-23 20:01:11 +00:00
HTMLTableAccessibleWrap.h
HyperTextAccessibleWrap.h Bug 1714390 - P2: Use AccAttributes for accessible and text attributes. r=Jamie 2021-06-10 23:07:05 +00:00
HyperTextAccessibleWrap.mm Bug 1714390 - P2: Use AccAttributes for accessible and text attributes. r=Jamie 2021-06-10 23:07:05 +00:00
ImageAccessibleWrap.h
MOXAccessibleBase.h Backed out 2 changesets (bug 1706910) for accessibility crashes. CLOSED TREE 2021-05-05 18:50:58 +03:00
MOXAccessibleBase.mm Bug 1710867 - P1: Add returned containers to autorelease pool. r=morgan 2021-05-17 22:35:39 +00:00
MOXAccessibleProtocol.h Bug 1710493: Implement AXFrame for VoiceOver r=eeejay 2021-05-10 21:32:19 +00:00
MOXLandmarkAccessibles.h Bug 1661504: Introduce MOXLandmarkAccessible class and AXLandmarkSearchKey r=eeejay" 2020-08-31 18:36:48 +00:00
MOXLandmarkAccessibles.mm Bug 1661504: Introduce MOXLandmarkAccessible class and AXLandmarkSearchKey r=eeejay" 2020-08-31 18:36:48 +00:00
MOXMathAccessibles.h Bug 1660906 - Introduce .clang-format file for Objective C rules. r=morgan 2020-08-25 21:40:32 +00:00
MOXMathAccessibles.mm Bug 1714390 - P6: Make more attribute keys static atoms. r=Jamie 2021-06-10 23:07:07 +00:00
MOXSearchInfo.h Bug 1681909 - P2: Implement post filter for non-e10s case. r=morgan 2021-01-05 20:35:35 +00:00
MOXSearchInfo.mm Bug 1694571: Replace AccessibleOrProxy's with Accessible's r=Jamie 2021-07-22 17:58:49 +00:00
MOXTextMarkerDelegate.h Bug 1694571: Replace AccessibleOrProxy's with Accessible's r=Jamie 2021-07-22 17:58:49 +00:00
MOXTextMarkerDelegate.mm Bug 1694571: Replace AccessibleOrProxy's with Accessible's r=Jamie 2021-07-22 17:58:49 +00:00
MOXWebAreaAccessible.h Bug 1682985 - Support aria-busy with AXElementBusy and AXElementBusyChanged. r=morgan 2021-01-06 17:23:45 +00:00
MOXWebAreaAccessible.mm Bug 1694571: Replace AccessibleOrProxy's with Accessible's r=Jamie 2021-07-22 17:58:49 +00:00
MacUtils.h Bug 1714390 - P2: Use AccAttributes for accessible and text attributes. r=Jamie 2021-06-10 23:07:05 +00:00
MacUtils.mm Bug 1694571: Replace AccessibleOrProxy's with Accessible's r=Jamie 2021-07-22 17:58:49 +00:00
Platform.mm Bug 1694571: Replace AccessibleOrProxy's with Accessible's r=Jamie 2021-07-22 17:58:49 +00:00
PlatformExtTypes.h Bug 1519636 - Reformat recent changes to the Google coding style r=andi 2021-01-06 17:17:23 +00:00
RootAccessibleWrap.h
RootAccessibleWrap.mm Bug 1692391 - Replace NS_OBJC_BEGIN/END_TRY_ABORT_BLOCK_NIL with the functionally identical NS_OBJC_BEGIN/END_TRY_BLOCK_RETURN(nil). r=haik 2021-02-16 22:55:21 +00:00
RotorRules.h Bug 1694571: Replace AccessibleOrProxy's with Accessible's r=Jamie 2021-07-22 17:58:49 +00:00
RotorRules.mm Bug 1694571: Replace AccessibleOrProxy's with Accessible's r=Jamie 2021-07-22 17:58:49 +00:00
SelectorMapGen.py no bug - Remove a pylint warning - variable 'text' is unused r=mstange DONTBUILD 2021-02-16 21:10:33 +00:00
TextLeafAccessibleWrap.h
XULListboxAccessibleWrap.h
XULMenuAccessibleWrap.h
XULTreeGridAccessibleWrap.h
moz.build Bug 1725145 - Preparation for the hybrid build env. r=necko-reviewers,firefox-build-system-reviewers,valentin,glandium 2021-08-25 10:46:17 +00:00
mozAccessible.h Bug 1721390: Add moxExpanded to mozAccessible r=eeejay 2021-07-27 22:47:36 +00:00
mozAccessible.mm Bug 1728442 - P5: Use unified description method in xpcom and platforms. r=Jamie 2021-09-02 18:06:53 +00:00
mozAccessibleProtocol.h Bug 1719736: Have mozAccessible protocol inherit from NSObject r=eeejay 2021-07-15 19:12:09 +00:00
mozActionElements.h Bug 1633570 - Add setter for AXValue (incrementables only) r=morgan 2021-03-16 16:17:53 +00:00
mozActionElements.mm Bug 1727643 - P4: Make use of new common methods in platforms and XPCOM. r=morgan 2021-08-26 19:40:06 +00:00
mozHTMLAccessible.h Bug 1726845 - P1: Remove special summary MOX class and update test. r=morgan 2021-08-24 22:22:25 +00:00
mozHTMLAccessible.mm Bug 1726845 - P1: Remove special summary MOX class and update test. r=morgan 2021-08-24 22:22:25 +00:00
mozRootAccessible.h Bug 1694571: Replace AccessibleOrProxy's with Accessible's r=Jamie 2021-07-22 17:58:49 +00:00
mozRootAccessible.mm Bug 1694571: Replace AccessibleOrProxy's with Accessible's r=Jamie 2021-07-22 17:58:49 +00:00
mozSelectableElements.h Bug 1686744: Fire AXMenuItemSelected notification when menu item is pressed r=eeejay 2021-02-04 19:41:37 +00:00
mozSelectableElements.mm Bug 1694571: Replace AccessibleOrProxy's with Accessible's r=Jamie 2021-07-22 17:58:49 +00:00
mozTableAccessible.h Bug 1720334: Represent checked/unchecked state with AXValue for treeitems r=eeejay 2021-08-19 20:50:55 +00:00
mozTableAccessible.mm Bug 1720334: Represent checked/unchecked state with AXValue for treeitems r=eeejay 2021-08-19 20:50:55 +00:00
mozTextAccessible.h Bug 1694571: Replace AccessibleOrProxy's with Accessible's r=Jamie 2021-07-22 17:58:49 +00:00
mozTextAccessible.mm Bug 1724173 - Check range is valid before selecting in mozTextAccessible. r=morgan 2021-08-06 21:31:22 +00:00