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

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-115.22.0esr-13.5-1] 2 commits: Revert "Bug 1951494 - ensure socket control is released on the socket thread a=pascalc"



Title: GitLab

ma1 pushed to branch tor-browser-115.22.0esr-13.5-1 at The Tor Project / Applications / Tor Browser

Commits:

  • 91cc9ef9
    by hackademix at 2025-03-31T23:29:20+02:00
    Revert "Bug 1951494 - ensure socket control is released on the socket thread  a=pascalc"
    
    This reverts commit b26d6ce0b10411433b83e4f3782f314d8225751d.
    
  • 94b6018b
    by hackademix at 2025-03-31T23:32:17+02:00
    fixup! Bug 1950056 - extend use of FOS_NODEREFERENCELINKS  r=Gijs,win-reviewers,gstoll
    

2 changed files:

Changes:

  • security/manager/ssl/SSLServerCertVerification.cpp
    ... ... @@ -1211,9 +1211,6 @@ SSLServerCertVerificationResult::Run() {
    1211 1211
       }
    
    1212 1212
     
    
    1213 1213
       mSocketControl->SetCertVerificationResult(mFinalError);
    
    1214
    -  // Release this reference to the socket control so that it will be freed on
    
    1215
    -  // the socket thread.
    
    1216
    -  mSocketControl = nullptr;
    
    1217 1214
       return NS_OK;
    
    1218 1215
     }
    
    1219 1216
     
    

  • widget/windows/nsFilePicker.cpp
    ... ... @@ -13,6 +13,7 @@
    13 13
     #include "mozilla/Assertions.h"
    
    14 14
     #include "mozilla/BackgroundHangMonitor.h"
    
    15 15
     #include "mozilla/ProfilerLabels.h"
    
    16
    +#include "mozilla/StaticPrefs_widget.h"
    
    16 17
     #include "mozilla/UniquePtr.h"
    
    17 18
     #include "mozilla/WindowsVersion.h"
    
    18 19
     #include "nsReadableUtils.h"
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx