mozilla-aarch64-startup-crash.patch
changeset 1006 5ba9b67de554
parent 985 038d048a3940
child 1033 51bfdd19b9e9
equal deleted inserted replaced
1005:6d716caa6abe 1006:5ba9b67de554
     1 # HG changeset patch
     1 # HG changeset patch
     2 # Parent a5cfa3aa11a9d3391df49de6fc5a0e5232c12c10
     2 # Parent a5cfa3aa11a9d3391df49de6fc5a0e5232c12c10
     3 # Parent  d36d722c028f553ac3fb2f3655fb2c0ca745050c
     3 # Parent  6906d2adcc834114de3118365cb75b113df8564e
     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 @@ -874,17 +874,23 @@ nsIOService::NewChannelFromURIWithProxyF
     9 @@ -892,17 +892,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;