Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 316138
Collapse All | Expand All

(-)js/org/eclipse/swt/Request.js (-1 / +2 lines)
Lines 376-382 Link Here
376
        result = (    statusCode === 12007    // ERROR_INTERNET_NAME_NOT_RESOLVED
376
        result = (    statusCode === 12007    // ERROR_INTERNET_NAME_NOT_RESOLVED
377
                   || statusCode === 12029    // ERROR_INTERNET_CANNOT_CONNECT
377
                   || statusCode === 12029    // ERROR_INTERNET_CANNOT_CONNECT
378
                   || statusCode === 12030    // ERROR_INTERNET_CONNECTION_ABORTED
378
                   || statusCode === 12030    // ERROR_INTERNET_CONNECTION_ABORTED
379
                   || statusCode === 12031 ); // ERROR_INTERNET_CONNECTION_RESET
379
                   || statusCode === 12031    // ERROR_INTERNET_CONNECTION_RESET
380
                   || statusCode === 12152 ); // ERROR_HTTP_INVALID_SERVER_RESPONSE
380
      } else if( qx.core.Variant.isSet( "qx.client", "gecko" ) ) {
381
      } else if( qx.core.Variant.isSet( "qx.client", "gecko" ) ) {
381
        // Firefox 3 reports other statusCode than oder versions (bug #249814)
382
        // Firefox 3 reports other statusCode than oder versions (bug #249814)
382
        // Check if Gecko > 1.9 is running (used in FF 3)
383
        // Check if Gecko > 1.9 is running (used in FF 3)

Return to bug 316138