gecko-dev/accessible/base
James Teh 0c667fd10a Bug 1910803: When checking if frames are on different lines in a11y, check if the frames are in different line lists before comparing their LineIterators. r=morgan
For example, one of the frames could be in the block's main in-flow line list and the other could be in an overflow list.
When this happens, it's not valid to compare LineIterators, so we must compare the line lists first.

Differential Revision: https://phabricator.services.mozilla.com/D218613
2024-08-07 22:51:58 +00:00
..
AccAttributes.cpp Bug 1905211 part 3: Introduce TextOffsetAttribute struct and support it as a serialisable attribute value. r=morgan 2024-08-05 02:54:36 +00:00
AccAttributes.h Bug 1905211 part 10: Expose target text as an a11y text attribute. r=morgan 2024-08-05 02:54:38 +00:00
AccEvent.cpp
AccEvent.h
AccGroupInfo.cpp
AccGroupInfo.h
AccIterator.cpp
AccIterator.h
AccTypes.h
ARIAMap.cpp
ARIAMap.h
ARIAStateMap.cpp
ARIAStateMap.h
Asserts.cpp
CacheConstants.h Bug 1905211 part 6: Adjust names and comments to reflect that this code can now be used for more than spelling errors. r=morgan 2024-08-05 02:54:37 +00:00
CachedTableAccessible.cpp
CachedTableAccessible.h
CssAltContent.cpp Bug 1896047 part 6: Support the CSS attr() function in CssAltContent. r=eeejay 2024-05-17 00:24:16 +00:00
CssAltContent.h Bug 1896047 part 6: Support the CSS attr() function in CssAltContent. r=eeejay 2024-05-17 00:24:16 +00:00
DocManager.cpp
DocManager.h
EmbeddedObjCollector.cpp
EmbeddedObjCollector.h
EventQueue.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=emilio,necko-reviewers,geckoview-reviewers,application-update-reviewers,media-playback-reviewers,devtools-reviewers,anti-tracking-reviewers,profiler-reviewers,win-reviewers,migration-reviewers,padenot,mconley,nchevobbe,kershaw,gstoll,mstange,bytesized,m_kato 2024-07-17 11:15:31 +00:00
EventQueue.h
EventTree.cpp
EventTree.h
Filters.cpp
Filters.h
FocusManager.cpp
FocusManager.h
HTMLMarkupMap.h
IDSet.h
Logging.cpp Bug 1896516 Part 7 - Remove PresShell::GetRootScrollFrameAsScrollable(). r=layout-reviewers,emilio 2024-05-30 06:32:20 +00:00
Logging.h
MathMLMarkupMap.h
moz.build Bug 1896047 part 2: Introduce CssAltContent class to query alternative text specified in the CSS content property. r=eeejay 2024-05-17 00:24:14 +00:00
NotificationController.cpp Bug 1897349: Don't update CSS pseudo-element TextLeafAccessibles if there is CSS content alt text. r=eeejay 2024-05-22 22:14:33 +00:00
NotificationController.h
nsAccCache.h
nsAccessibilityService.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=emilio,necko-reviewers,geckoview-reviewers,application-update-reviewers,media-playback-reviewers,devtools-reviewers,anti-tracking-reviewers,profiler-reviewers,win-reviewers,migration-reviewers,padenot,mconley,nchevobbe,kershaw,gstoll,mstange,bytesized,m_kato 2024-07-17 11:15:31 +00:00
nsAccessibilityService.h
nsAccUtils.cpp Bug 1887790 part 5: Fire UIA LiveRegionChanged events. r=nlapre 2024-05-13 09:16:46 +00:00
nsAccUtils.h Bug 1887790 part 5: Fire UIA LiveRegionChanged events. r=nlapre 2024-05-13 09:16:46 +00:00
nsCoreUtils.cpp Bug 1675847 - part 5: Make contextmenu event dispatchers use WidgetPointerEvent or PointerEvent r=smaug,pip-reviewers,devtools-reviewers,nchevobbe,mconley 2024-06-14 00:18:48 +00:00
nsCoreUtils.h Bug 1896516 Part 8 - Remove nsIScrollableFrame usages under accessible/. r=layout-reviewers,emilio 2024-05-30 06:32:20 +00:00
nsEventShell.cpp Bug 1896599 - Remove event-from-input support. r=Jamie,devtools-reviewers,eeejay,nchevobbe 2024-05-23 12:09:21 +00:00
nsEventShell.h Bug 1896599 - Remove event-from-input support. r=Jamie,devtools-reviewers,eeejay,nchevobbe 2024-05-23 12:09:21 +00:00
nsTextEquivUtils.cpp Bug 1903713: Avoid static nsTHashSet constructor via instance method, r=Jamie 2024-06-24 22:52:21 +00:00
nsTextEquivUtils.h Bug 1898082: Clean up comments in nsTextEquivUtils, r=Jamie 2024-05-22 17:19:30 +00:00
Pivot.cpp
Pivot.h
Platform.h
Relation.h
RelationTypeGen.py
RelationTypeMap.h
RoleHGen.py
RoleMap.h Bug 1901853: Update <dd> and <dl> roles to match spec for VO r=eeejay 2024-06-13 19:47:05 +00:00
SelectionManager.cpp Bug 1905211 part 10: Expose target text as an a11y text attribute. r=morgan 2024-08-05 02:54:38 +00:00
SelectionManager.h Bug 1905211 part 7: Notify accessibility about ranges that are added or removed from selections. r=smaug,morgan 2024-08-05 02:54:37 +00:00
States.h
Statistics.h
StyleInfo.cpp
StyleInfo.h
TextAttrs.cpp
TextAttrs.h Bug 1519636 - Reformat recent changes to the Google coding style r=emilio,necko-reviewers,geckoview-reviewers,application-update-reviewers,media-playback-reviewers,devtools-reviewers,anti-tracking-reviewers,profiler-reviewers,win-reviewers,migration-reviewers,padenot,mconley,nchevobbe,kershaw,gstoll,mstange,bytesized,m_kato 2024-07-17 11:15:31 +00:00
TextLeafRange.cpp Bug 1910803: When checking if frames are on different lines in a11y, check if the frames are in different line lists before comparing their LineIterators. r=morgan 2024-08-07 22:51:58 +00:00
TextLeafRange.h Bug 1905211: apply code formatting via Lando 2024-08-05 02:58:07 +00:00
TextRange-inl.h
TextRange.cpp
TextRange.h
TextUpdater.cpp
TextUpdater.h
TreeWalker.cpp Bug 1896047 part 1: Enclose TreeWalker implementation in a namespace block. r=eeejay 2024-05-17 00:24:14 +00:00
TreeWalker.h
XULMap.h