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

[tor-commits] [Git][tpo/applications/tor-browser][base-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 base-browser-115.2.1esr-13.0-1 at The Tor Project / Applications / Tor Browser

Commits:

  • 2d9a45a6
    by Henry Wilkes at 2023-09-13T17:13:18+02:00
    fixup! Bug 42019: Empty browser's clipboard on browser shutdown
    
    Bug 42097: Add comma.
    

1 changed file:

Changes:

  • browser/components/BrowserGlue.sys.mjs
    ... ... @@ -1912,7 +1912,7 @@ BrowserGlue.prototype = {
    1912 1912
               lazy.UpdateListener.reset();
    
    1913 1913
             }
    
    1914 1914
           },
    
    1915
    -      () => Services.clipboard.emptyClipboard(Ci.nsIClipboard.kGlobalClipboard) // tor-browser#42019
    
    1915
    +      () => Services.clipboard.emptyClipboard(Ci.nsIClipboard.kGlobalClipboard), // tor-browser#42019
    
    1916 1916
         ];
    
    1917 1917
     
    
    1918 1918
         for (let task of tasks) {
    

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