gecko-dev/accessible
Emilio Cobos Álvarez 89958b377a Bug 1640605 - Remove IsInAnonymousSubtree / IsRootOfAnonymousSubtree. r=edgar
In favor of the NativeAnonymous versions which they forward to.

Done automatically with:

  rg -l 'IsInAnonymousSubtree' | xargs sed -i 's/IsInAnonymousSubtree/IsInNativeAnonymousSubtree/g'

And removing the function definitions afterwards.

Differential Revision: https://phabricator.services.mozilla.com/D76681
2020-05-25 11:43:51 +00:00
..
android Bug 1637452: Part 9 - Fix JNI includes in accessible/android; r=eeejay 2020-05-15 17:04:36 +00:00
aom Bug 1626570 - Improve handling of copying arrays in accessible/. r=smaug 2020-04-30 09:36:14 +00:00
atk Bug 1598299 part 1: Make atk_component_ref_accessible_at_point return the deepest child instead of the direct child. r=yzen 2020-03-26 15:27:45 +00:00
base Bug 1640605 - Remove IsInAnonymousSubtree / IsRootOfAnonymousSubtree. r=edgar 2020-05-25 11:43:51 +00:00
generic Backed out changeset d9a39c63e40e (bug 1624909) for Pivot.h related bustages CLOSED TREE 2020-05-22 02:58:12 +03:00
html Bug 1519636 - Reformat recent changes to the Google coding style r=andi 2020-05-25 07:42:38 +00:00
interfaces Bug 1639399 - expose uniqueID property on the xpcAccessible. r=Jamie 2020-05-20 00:11:20 +00:00
ipc Bug 1628582: Set DocAccessibleParent::mDocProxyStream on the child document, not the parent document. r=yzen 2020-05-11 14:41:57 +00:00
mac Bug 1519636 - Reformat recent changes to the Google coding style r=andi 2020-05-25 07:42:38 +00:00
other
tests Backed out changeset d9a39c63e40e (bug 1624909) for Pivot.h related bustages CLOSED TREE 2020-05-22 02:58:12 +03:00
windows Bug 1639108: Use the end offset for e10s IAccessibleText::newText instead of the length. r=eeejay 2020-05-19 16:30:20 +00:00
xpcom Bug 1639399 - expose uniqueID property on the xpcAccessible. r=Jamie 2020-05-20 00:11:20 +00:00
xul Bug 1628415 part 3: Remove XULListboxAccessible::Value. r=MarcoZ 2020-05-08 04:28:11 +00:00
moz.build Bug 1595979 - migtate browser and canvas hittest tests to b-c that test e10s and fission. Fix a bug with incorrect ID returned for document accessibles when getting a child at point over IPC. r=Jamie 2020-04-14 23:57:26 +00:00