зеркало из https://github.com/mozilla/gecko-dev.git
90e860f7bd
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 |
||
---|---|---|
.. | ||
448064.xhtml | ||
471493.xhtml | ||
884202.html | ||
890760.html | ||
893515.html | ||
1072792.xhtml | ||
1380199.html | ||
1402999.html | ||
1415667.html | ||
1463962.html | ||
1472024-1.html | ||
1472024-2.html | ||
1484778.html | ||
1494707.html | ||
1503964.html | ||
1572811.html | ||
1578282.html | ||
1585851.html | ||
1655983.html | ||
crashtests.list | ||
last_test_to_unload_testsuite.xhtml |