gecko-dev/accessible/ipc/win/handler
James Teh 28686996c0 Bug 1627084 part 4: Tidy up functions which clean up IA2 payload data. r=MarcoZ
1. CleanupStaticIA2Data just called ReleaseStaticIA2DataInterfaces and zeroed memory.
  We don't need it to zero memory, since we're going to delete the data anyway.
  So, just call ReleaseStaticIA2DataInterfaces directly and get rid of CleanupStaticIA2Data.
2. CleanupDynamicIA2Data had a aZeroMemory argument, but no caller ever set it to true.
  Therefore, get rid of the argument.

Differential Revision: https://phabricator.services.mozilla.com/D70297
2020-04-09 05:00:54 +00:00
..
AccessibleHandler.cpp Bug 1627084 part 4: Tidy up functions which clean up IA2 payload data. r=MarcoZ 2020-04-09 05:00:54 +00:00
AccessibleHandler.def
AccessibleHandler.h Bug 1555228: When window emulation is enabled, use the root accessible to answer IAccessible::accChild queries for ids in OOP iframes. r=yzen 2020-03-03 15:48:22 +00:00
AccessibleHandler.rc
AccessibleHandlerControl.cpp Bug 1609996 - Reorder some includes affected by the previous patches. r=froydnj 2020-01-20 16:19:48 +00:00
AccessibleHandlerControl.h
HandlerChildEnumerator.cpp
HandlerChildEnumerator.h
HandlerData.acf
HandlerData.idl Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan 2019-05-22 22:37:14 +00:00
HandlerDataCleanup.h Bug 1627084 part 4: Tidy up functions which clean up IA2 payload data. r=MarcoZ 2020-04-09 05:00:54 +00:00
HandlerRelation.cpp
HandlerRelation.h
HandlerTextLeaf.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
HandlerTextLeaf.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
Makefile.in Bug 1617794 - Wrap Windows tools with Wine on cross builds. r=dmajor 2020-02-27 04:42:57 +00:00
moz.build Bug 1555228: When window emulation is enabled, use the root accessible to answer IAccessible::accChild queries for ids in OOP iframes. r=yzen 2020-03-03 15:48:22 +00:00