gecko-dev/accessible/tests/crashtests
Daniel Holbert 90e860f7bd Bug 1472024 part 1: Check for & gracefully handle failure return values from HTMLTableCellAccessible::GetCellIndexes. r=eeejay
HTMLTableCellAccessible::GetCellIndexes can fail via its NS_ENSURE_STATE macro,
and this patch updates its callsites to account for that possibility.  In each
case, I've just copied the existing graceful-fallback behavior that the
surrounding code uses for other unexpected conditions.

Note that I'm intentionally not using NS_ENSURE_SUCCESS in my error-handling
here, to avoid redundant warning-spam.  (In the failure scenario,
GetCellIndexes will already have spammed a warning, via its own aforementioned
NS_ENSURE_STATE call; it's usually not useful to repeat the warning in the
caller.)

Differential Revision: https://phabricator.services.mozilla.com/D155123
2022-08-23 17:30:19 +00:00
..
448064.xhtml
471493.xhtml
884202.html
890760.html
893515.html
1072792.xhtml
1380199.html
1402999.html
1415667.html
1463962.html
1472024-1.html Bug 1472024 part 1: Check for & gracefully handle failure return values from HTMLTableCellAccessible::GetCellIndexes. r=eeejay 2022-08-23 17:30:19 +00:00
1472024-2.html Bug 1472024 part 1: Check for & gracefully handle failure return values from HTMLTableCellAccessible::GetCellIndexes. r=eeejay 2022-08-23 17:30:19 +00:00
1484778.html
1494707.html
1503964.html
1572811.html
1578282.html
1585851.html
1655983.html
crashtests.list Bug 1472024 part 1: Check for & gracefully handle failure return values from HTMLTableCellAccessible::GetCellIndexes. r=eeejay 2022-08-23 17:30:19 +00:00
last_test_to_unload_testsuite.xhtml