mozilla-aarch64-startup-crash.patch
changeset 1067 735b140fb042
parent 1033 51bfdd19b9e9
child 1085 87f893cf45b9
equal deleted inserted replaced
1066:3f18b0f2a868 1067:735b140fb042
     1 # HG changeset patch
     1 # HG changeset patch
     2 # Parent a5cfa3aa11a9d3391df49de6fc5a0e5232c12c10
     2 # Parent a5cfa3aa11a9d3391df49de6fc5a0e5232c12c10
     3 # Parent  3005da37da3f1e2c568b1675307d10860182d214
     3 # Parent  07236b512cd930e3fc7a94fed549431ccaa51c90
     4 Bug 991344 - Rpi3: Firefox crashes after a few seconds of usage
     4 Bug 991344 - Rpi3: Firefox crashes after a few seconds of usage
     5 
     5 
     6 diff --git a/netwerk/base/nsIOService.cpp b/netwerk/base/nsIOService.cpp
     6 diff --git a/netwerk/base/nsIOService.cpp b/netwerk/base/nsIOService.cpp
     7 --- a/netwerk/base/nsIOService.cpp
     7 --- a/netwerk/base/nsIOService.cpp
     8 +++ b/netwerk/base/nsIOService.cpp
     8 +++ b/netwerk/base/nsIOService.cpp
     9 @@ -887,17 +887,23 @@ nsIOService::NewChannelFromURIWithProxyF
     9 @@ -923,17 +923,23 @@ nsIOService::NewChannelFromURIWithProxyF
    10                      "doesn't support nsIUploadChannel2. An extension has "
    10                      "doesn't support nsIUploadChannel2. An extension has "
    11                      "supplied a non-functional http protocol handler. This will "
    11                      "supplied a non-functional http protocol handler. This will "
    12                      "break behavior and in future releases not work at all.");
    12                      "break behavior and in future releases not work at all.");
    13              }
    13              }
    14              gHasWarnedUploadChannel2 = true;
    14              gHasWarnedUploadChannel2 = true;
    27  
    27  
    28  NS_IMETHODIMP
    28  NS_IMETHODIMP
    29  nsIOService::NewChannelFromURIWithProxyFlags2(nsIURI* aURI,
    29  nsIOService::NewChannelFromURIWithProxyFlags2(nsIURI* aURI,
    30                                                nsIURI* aProxyURI,
    30                                                nsIURI* aProxyURI,
    31                                                uint32_t aProxyFlags,
    31                                                uint32_t aProxyFlags,
    32                                                nsIDOMNode* aLoadingNode,
    32                                                nsINode* aLoadingNode,