]> git.gir.st - LegacyFox.git/commit
remove OS.File references
authorgirst <girst@users.noreply.github.com>
Thu, 1 Feb 2024 20:22:58 +0000 (21:22 +0100)
committergirst <girst@users.noreply.github.com>
Thu, 1 Feb 2024 20:39:59 +0000 (21:39 +0100)
commit553416c2d6d3c760cf98bd2c4afbaf0442321951
tree89d4a93cfea4d64810a4735a4446fedbe9d7c229
parent49c27725d7d4e98e474b6b7d0a324400255b0f34
remove OS.File references

osfile.jsm was removed by bugzil.la/1772262. This method is not used any
more, so we can just remove it. the modern alternative would be the
following, but that only works on mozilla>=85.
    return IOUtils.writeUTF8(file, this.serializeToString());

osfile.jsm was loaded lazily (and in our case therefore never), so we
didn't die immediately upon import, fortunately.

see also: https://hg.mozilla.org/mozilla-central/diff/a11c616997d802e44d1afc0215bfbffac865179e/toolkit/components/passwordmgr/test/LoginTestUtils.jsm
legacy/RDFDataSource.jsm
Imprint / Impressum