gecko-dev/accessible/tests/browser
Brian Grinstead 45b575d85f Bug 1456703 - Stop using nsIDOMXULTextBoxElement to detect XUL textboxes r=enndeakin+6102
This is used in JS via instanceof checks, and in C++ only to get the `inputField`
attribute (the actual HTML input or textarea). We can swap out instanceof by checking
the tag name, and we can directly query for the input field from C++.


MozReview-Commit-ID: 7xpHQMYzYhD

--HG--
extra : rebase_source : a5b62928665725133eb52e4df2fb6659a6109ffd
2018-04-26 15:15:10 -07:00
..
bounds Bug 1450927 - add getBoundsInCSSPixels XPCOM method. r=surkov r=jld 2018-04-25 14:51:09 -04:00
e10s Bug 1388256 - improving stability of name caching test. r=eeejay 2017-10-10 15:10:07 -04:00
events Bug 1446671 - convert mochitest/textcaret/test_browserui.xul test into a browser test, r=yzen, gijs 2018-04-11 16:13:30 -04:00
general Bug 1442465 - Part 4.2: Stop unnecessarily awaiting on BrowserTestUtils.removeTab (simple part). r=dao 2018-03-19 11:16:45 +09:00
scroll Bug 1387507 - Enable disabled a11y tests. r=eitan 2017-09-08 09:31:13 -05:00
states Bug 1442465 - Part 4.2: Stop unnecessarily awaiting on BrowserTestUtils.removeTab (simple part). r=dao 2018-03-19 11:16:45 +09:00
tree Bug 1405796 - Don't traverse into relocated children in scoped TreeWalker. r=surkov 2017-12-22 11:25:00 -05:00
.eslintrc.js Bug 1443964: Follow-up: Remove no-cpows-in-test rule from files listed in .hgignore. r=bustage 2018-03-16 12:40:59 -07:00
browser.ini Bug 1401980 - shutdown accessibility service on accessibliity.force_disable pref change. r=surkov 2017-11-11 22:21:45 -05:00
browser_shutdown_acc_reference.js Bug 1445572 - Rename mCurrentTab / mCurrentBrowser to _selectedTab / _selectedBrowser. r=jaws 2018-03-14 09:59:06 +01:00
browser_shutdown_doc_acc_reference.js Bug 1385817 - Enable space related ESLint rules for accessible/ r=yzen 2017-08-01 17:15:51 +01:00
browser_shutdown_multi_acc_reference_doc.js Bug 1445572 - Rename mCurrentTab / mCurrentBrowser to _selectedTab / _selectedBrowser. r=jaws 2018-03-14 09:59:06 +01:00
browser_shutdown_multi_acc_reference_obj.js Bug 1445572 - Rename mCurrentTab / mCurrentBrowser to _selectedTab / _selectedBrowser. r=jaws 2018-03-14 09:59:06 +01:00
browser_shutdown_multi_proxy_acc_reference_doc.js Bug 1385817 - Enable space related ESLint rules for accessible/ r=yzen 2017-08-01 17:15:51 +01:00
browser_shutdown_multi_proxy_acc_reference_obj.js Bug 1385817 - Enable space related ESLint rules for accessible/ r=yzen 2017-08-01 17:15:51 +01:00
browser_shutdown_multi_reference.js Bug 1385817 - Enable space related ESLint rules for accessible/ r=yzen 2017-08-01 17:15:51 +01:00
browser_shutdown_parent_own_reference.js Bug 1385817 - Enable space related ESLint rules for accessible/ r=yzen 2017-08-01 17:15:51 +01:00
browser_shutdown_pref.js Bug 1401980 - shutdown accessibility service on accessibliity.force_disable pref change. r=surkov 2017-11-11 22:21:45 -05:00
browser_shutdown_proxy_acc_reference.js Bug 1385817 - Enable space related ESLint rules for accessible/ r=yzen 2017-08-01 17:15:51 +01:00
browser_shutdown_proxy_doc_acc_reference.js Bug 1385817 - Enable space related ESLint rules for accessible/ r=yzen 2017-08-01 17:15:51 +01:00
browser_shutdown_remote_no_reference.js Bug 1416893 - Added getConsumers method to nsIAccessibilityService. r=surkov 2017-11-14 11:21:32 -05:00
browser_shutdown_remote_only.js Bug 1385817 - Enable space related ESLint rules for accessible/ r=yzen 2017-08-01 17:15:51 +01:00
browser_shutdown_remote_own_reference.js Bug 1416893 - Added getConsumers method to nsIAccessibilityService. r=surkov 2017-11-14 11:21:32 -05:00
browser_shutdown_scope_lifecycle.js Bug 1385817 - Enable space related ESLint rules for accessible/ r=yzen 2017-08-01 17:15:51 +01:00
browser_shutdown_start_restart.js Bug 1385817 - Enable space related ESLint rules for accessible/ r=yzen 2017-08-01 17:15:51 +01:00
events.js Bug 1388256 - improving stability of name caching test. r=eeejay 2017-10-10 15:10:07 -04:00
head.js Bug 1412456 - Test changes to no longer use interposition (r=felipe,bgrins,mrbkap) 2017-12-07 12:55:24 -08:00
shared-head.js Bug 1456703 - Stop using nsIDOMXULTextBoxElement to detect XUL textboxes r=enndeakin+6102 2018-04-26 15:15:10 -07:00