commit d5a06950a2b0ad81a57c47ef36c3dbf37a556676 parent e42b8069e24b4f1e796dec4da11b254976af3352 Author: Mike Conley <mconley@mozilla.com> Date: Wed, 7 Jan 2026 15:52:03 +0000 Bug 1997244 - Part 1: Vendor in the latest version of the QR code encoding library and expose via a toolkit module. r=mossop,devtools-reviewers,nchevobbe We've had an old version of the QR Code encoding library living inside of the DevTools code for years now, long after DevTools stopped using it. The only real consumer these days is the accounts sign-in pairing flow in about:settings. We want to update the QR Code encoding library to the latest version (to be able to encode longer messages), but Per discussion with nchevobbe, it also seems like a good time to move this vendored library into third_party, with `./mach vendor` support. Differential Revision: https://phabricator.services.mozilla.com/D277933