gecko-dev/accessible/ipc
Nathan LaPre 65baef59a3 Bug 1825516: Work around suspected gcc bug, r=morgan,eeejay
This revision works around a suspected bug in gcc which was causing
build failures. The compiler would complain that ApplyScrollOffset was
protected, and therefore inaccessible, if we capture the return value
of that function within BoundsWithOffset. I don't think this actually
violates any C++ rules, and other compilers agree. To work around the
problem, this revision wraps the call to ApplyScrollOffset in an
immediately-invoked lambda, which satisfies gcc for some reason.

Differential Revision: https://phabricator.services.mozilla.com/D174697
2023-04-05 21:35:49 +00:00
..
extension Bug 1814686 - Part 1b: Add nullable annotations to refcounted types in ipdl, r=ipc-reviewers,mccr8 2023-03-20 15:40:37 +00:00
other Bug 1814686 - Part 1b: Add nullable annotations to refcounted types in ipdl, r=ipc-reviewers,mccr8 2023-03-20 15:40:37 +00:00
win Bug 1814686 - Part 1b: Add nullable annotations to refcounted types in ipdl, r=ipc-reviewers,mccr8 2023-03-20 15:40:37 +00:00
DocAccessibleChildBase.cpp Bug 1818726 part 1: Include the cache in PDocAccessible::ShowEvent. r=eeejay 2023-02-28 09:19:33 +00:00
DocAccessibleChildBase.h Bug 1811092 - P2: Add async text selection removal message. r=Jamie 2023-01-27 20:15:12 +00:00
DocAccessibleParent.cpp Bug 1820389: Gracefully handle unknown ARIA roles. r=eeejay,decoder 2023-04-03 04:32:34 +00:00
DocAccessibleParent.h Bug 1607634 - Part 4b: Changes for not-nullable actor types being wrapped in NotNull, r=ipc-reviewers,necko-reviewers,mccr8 2023-03-20 15:40:36 +00:00
DocAccessibleTypes.ipdlh Bug 1814686 - Part 1b: Add nullable annotations to refcounted types in ipdl, r=ipc-reviewers,mccr8 2023-03-20 15:40:37 +00:00
IPCTypes.h Bug 1754037 - Part 3c: Automatically update all ParamTraits implementations, r=ipc-reviewers,media-playback-reviewers,bryce,mccr8 2022-03-04 15:39:41 +00:00
moz.build Bug 1819160 - Hold a reference to registering session in DocAccessibleParent. r=Jamie 2023-03-16 19:16:30 +00:00
RemoteAccessibleBase.cpp Bug 1825516: Work around suspected gcc bug, r=morgan,eeejay 2023-04-05 21:35:49 +00:00
RemoteAccessibleBase.h Bug 1819741: Constrain acc bounds to that of scroll areas for hit testing, r=morgan 2023-03-30 00:11:14 +00:00
RemoteAccessibleShared.h Bug 1811092 - P2: Add async text selection removal message. r=Jamie 2023-01-27 20:15:12 +00:00