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

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



Title: GitLab

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:

Changes:

  • browser/components/BrowserGlue.sys.mjs
    ... ... @@ -2010,7 +2010,7 @@ BrowserGlue.prototype = {
    2010 2010
               lazy.UpdateListener.reset();
    
    2011 2011
             }
    
    2012 2012
           },
    
    2013
    -      () => Services.clipboard.emptyClipboard(Ci.nsIClipboard.kGlobalClipboard) // tor-browser#42019
    
    2013
    +      () => Services.clipboard.emptyClipboard(Ci.nsIClipboard.kGlobalClipboard), // tor-browser#42019
    
    2014 2014
           () => lazy.OnionAliasStore.uninit(),
    
    2015 2015
         ];
    
    2016 2016
     
    

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