We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The in-application test harness uses a variety of XPCOM interfaces that have been removed:
nsIAtomService, which was removed for bug 1,393,692, to format table cells:
nsIAtomService
avim/content/test/tester.js
Lines 272 to 274 in 9a84083
nsIFilePicker.show(), removed in favor of nsIFilePicker.open():
nsIFilePicker.show()
nsIFilePicker.open()
Lines 75 to 81 in 9a84083
nsILocalFile, which was removed in favor of nsIFile:
nsILocalFile
nsIFile
Line 90 in 9a84083
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The in-application test harness uses a variety of XPCOM interfaces that have been removed:
nsIAtomService
, which was removed for bug 1,393,692, to format table cells:avim/content/test/tester.js
Lines 272 to 274 in 9a84083
nsIFilePicker.show()
, removed in favor ofnsIFilePicker.open()
:avim/content/test/tester.js
Lines 75 to 81 in 9a84083
nsILocalFile
, which was removed in favor ofnsIFile
:avim/content/test/tester.js
Line 90 in 9a84083
The text was updated successfully, but these errors were encountered: