[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



Title: GitLab

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

Commits:

  • 968d3923
    by hackademix at 2023-08-21T19:08:38+00:00
    Bug 42019: Empty browser's clipboard on browser shutdown
    

1 changed file:

Changes:

  • browser/components/BrowserGlue.sys.mjs
    ... ... @@ -2007,6 +2007,7 @@ BrowserGlue.prototype = {
    2007 2007
             }
    
    2008 2008
           },
    
    2009 2009
           () => lazy.OnionAliasStore.uninit(),
    
    2010
    +      () => Services.clipboard.emptyClipboard(Ci.nsIClipboard.kGlobalClipboard) // tor-browser#42019
    
    2010 2011
         ];
    
    2011 2012
     
    
    2012 2013
         for (let task of tasks) {
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits