gecko-dev/accessible/html
James Teh 7ae0834dd8 Bug 1832228 part 3: Rename TableAccessibleBase to TableAccessible and TableCellAccessibleBase to TableCellAccessible. r=nlapre
Now that the local-only TableAccessible and TableCellAccessible have been removed, we no longer need this Base suffix for the unified classes.
Aside from renaming the header files, most of the rest of this was done with the following script:

```
function replace {
  sed -i 's/'$1'/'$2'/g' `git grep -l $1`
}
replace TableAccessibleBase TableAccessible
replace TableCellAccessibleBase TableCellAccessible
replace AsTableBase AsTable
replace AsTableCellBase AsTableCell
```

Differential Revision: https://phabricator.services.mozilla.com/D179803
2023-06-08 09:50:28 +00:00
..
HTMLCanvasAccessible.cpp
HTMLCanvasAccessible.h
HTMLElementAccessibles.cpp Bug 1780878: [Part 1] Cache CONTROLLED_BY and CONTROLLER_FOR relations r=Jamie 2022-08-03 05:09:55 +00:00
HTMLElementAccessibles.h Bug 1780878: [Part 1] Cache CONTROLLED_BY and CONTROLLER_FOR relations r=Jamie 2022-08-03 05:09:55 +00:00
HTMLFormControlAccessible.cpp Bug 1660405 - Move away from mozilla::IsNaN in favor of std::isnan. r=nbp,media-playback-reviewers,sergesanspaille,padenot 2023-03-22 11:35:33 +00:00
HTMLFormControlAccessible.h Bug 1787284: [Part 2] Cache name and create radio name pivot rule r=eeejay 2022-10-27 20:32:18 +00:00
HTMLImageMapAccessible.cpp Bug 1826856 - Remove sync AnchorURIAt method. r=Jamie 2023-04-25 16:34:12 +00:00
HTMLImageMapAccessible.h Bug 1826856 - Remove sync AnchorURIAt method. r=Jamie 2023-04-25 16:34:12 +00:00
HTMLLinkAccessible.cpp Bug 1826856 - Remove sync AnchorURIAt method. r=Jamie 2023-04-25 16:34:12 +00:00
HTMLLinkAccessible.h Bug 1826856 - Remove sync AnchorURIAt method. r=Jamie 2023-04-25 16:34:12 +00:00
HTMLListAccessible.cpp Bug 1808888 - [refactor] Migrate NS_STYLE_LIST_STYLE_POSITION_* defines r=emilio 2023-01-09 07:07:13 +00:00
HTMLListAccessible.h Bug 1714390 - P2: Use AccAttributes for accessible and text attributes. r=Jamie 2021-06-10 23:07:05 +00:00
HTMLSelectAccessible.cpp Bug 1665151 - Part 2: Expose custom element default accessibility attributes. r=edgar,Jamie,credential-management-reviewers,sgalich 2022-11-02 14:50:56 +00:00
HTMLSelectAccessible.h Bug 1787274: Manually add combobox lists, options to the viewport cache r=Jamie 2022-10-20 16:33:01 +00:00
HTMLTableAccessible.cpp Bug 1832228 part 3: Rename TableAccessibleBase to TableAccessible and TableCellAccessibleBase to TableCellAccessible. r=nlapre 2023-06-08 09:50:28 +00:00
HTMLTableAccessible.h Bug 1832261: Remove most of HTMLTable*Accessible. r=nlapre 2023-06-08 09:50:28 +00:00
moz.build Bug 1738401 - Remove -Wno-shadow warning suppressions. r=firefox-build-system-reviewers,glandium 2021-12-01 06:40:04 +00:00