mozilla-aarch64-startup-crash.patch
changeset 985 038d048a3940
parent 933 7f60766aae16
child 1006 5ba9b67de554
equal deleted inserted replaced
984:98c4a3711f11 985:038d048a3940
     1 # HG changeset patch
     1 # HG changeset patch
     2 # Parent a5cfa3aa11a9d3391df49de6fc5a0e5232c12c10
     2 # Parent a5cfa3aa11a9d3391df49de6fc5a0e5232c12c10
       
     3 # Parent  d36d722c028f553ac3fb2f3655fb2c0ca745050c
     3 Bug 991344 - Rpi3: Firefox crashes after a few seconds of usage
     4 Bug 991344 - Rpi3: Firefox crashes after a few seconds of usage
     4 
     5 
     5 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
     6 --- a/netwerk/base/nsIOService.cpp
     7 --- a/netwerk/base/nsIOService.cpp
     7 +++ b/netwerk/base/nsIOService.cpp
     8 +++ b/netwerk/base/nsIOService.cpp
     8 @@ -830,17 +830,23 @@ nsIOService::NewChannelFromURIWithProxyF
     9 @@ -874,17 +874,23 @@ nsIOService::NewChannelFromURIWithProxyF
     9                  consoleService->LogStringMessage(NS_LITERAL_STRING(
    10                      "doesn't support nsIUploadChannel2. An extension has "
    10                      "Http channel implementation doesn't support nsIUploadChannel2. An extension has supplied a non-functional http protocol handler. This will break behavior and in future releases not work at all."
    11                      "supplied a non-functional http protocol handler. This will "
    11                                                                     ).get());
    12                      "break behavior and in future releases not work at all.");
    12              }
    13              }
    13              gHasWarnedUploadChannel2 = true;
    14              gHasWarnedUploadChannel2 = true;
    14          }
    15          }
    15      }
    16      }
    16  
    17