[tbb-commits] [Git][tpo/applications/tor-browser][base-browser-115.2.0esr-13.0-1] 2 commits: Bug 42019: Empty browser's clipboard on browser shutdown

richard (@richard) git at gitlab.torproject.org
Tue Aug 22 15:54:18 UTC 2023



richard pushed to branch base-browser-115.2.0esr-13.0-1 at The Tor Project / Applications / Tor Browser


Commits:
cde79442 by hackademix at 2023-08-22T15:53:12+00:00
Bug 42019: Empty browser's clipboard on browser shutdown

- - - - -
ed48588b by cypherpunks1 at 2023-08-22T15:53:31+00:00
fixup! Firefox preference overrides.

Bug 41876: Disable the Firefox View tab

- - - - -


2 changed files:

- browser/app/profile/001-base-profile.js
- browser/components/BrowserGlue.sys.mjs


Changes:

=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -17,6 +17,9 @@ pref("startup.homepage_welcome_url.additional", "");
 // Disable Firefox Welcome Dialog
 pref("browser.aboutwelcome.enabled", false);
 
+// Disable the Firefox View tab (tor-browser#41876)
+pref("browser.tabs.firefox-view", false);
+
 // Bug 41668: allow users to apply updates. This is set also in firefox.js for
 // all platforms, except for Windows. As explained on firefox.js, Firefox uses a
 // per-installation preference on Windows. However, we patch this behavior, and


=====================================
browser/components/BrowserGlue.sys.mjs
=====================================
@@ -1909,6 +1909,7 @@ BrowserGlue.prototype = {
           lazy.UpdateListener.reset();
         }
       },
+      () => Services.clipboard.emptyClipboard(Ci.nsIClipboard.kGlobalClipboard) // tor-browser#42019
     ];
 
     for (let task of tasks) {



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/225930cb437ec34544b5433dc15ec2bd24e2328d...ed48588bf9cab3393c7a6c132ec06000142c35d8

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/225930cb437ec34544b5433dc15ec2bd24e2328d...ed48588bf9cab3393c7a6c132ec06000142c35d8
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/20230822/6ee37354/attachment-0001.htm>


More information about the tbb-commits mailing list