[tbb-commits] [Git][tpo/applications/tor-browser][tor-browser-115.2.1esr-13.0-1] fixup! Bug 42019: Empty browser's clipboard on browser shutdown
Pier Angelo Vendrame (@pierov)
git at gitlab.torproject.org
Wed Sep 13 15:10:40 UTC 2023
Pier Angelo Vendrame pushed to branch tor-browser-115.2.1esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits:
74c4bbd7 by Henry Wilkes at 2023-09-13T16:07:05+01:00
fixup! Bug 42019: Empty browser's clipboard on browser shutdown
Bug 42097: Add comma.
- - - - -
1 changed file:
- browser/components/BrowserGlue.sys.mjs
Changes:
=====================================
browser/components/BrowserGlue.sys.mjs
=====================================
@@ -2010,7 +2010,7 @@ BrowserGlue.prototype = {
lazy.UpdateListener.reset();
}
},
- () => Services.clipboard.emptyClipboard(Ci.nsIClipboard.kGlobalClipboard) // tor-browser#42019
+ () => Services.clipboard.emptyClipboard(Ci.nsIClipboard.kGlobalClipboard), // tor-browser#42019
() => lazy.OnionAliasStore.uninit(),
];
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/74c4bbd775a7b8451fd56a701314c26b50b1da89
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/74c4bbd775a7b8451fd56a701314c26b50b1da89
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20230913/9cc03131/attachment.htm>
More information about the tbb-commits
mailing list