Bug 98397 - [Qt][Blackberry][CF] Support ResourceRequest's setTimeoutInterval
Summary: [Qt][Blackberry][CF] Support ResourceRequest's setTimeoutInterval
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 100349 101731 103251
Blocks:
  Show dependency treegraph
 
Reported: 2012-10-04 04:44 PDT by Dominik Röttsches (drott)
Modified: 2015-01-17 20:39 PST (History)
9 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dominik Röttsches (drott) 2012-10-04 04:44:40 PDT
In order for XHR2 timeouts to work, the platform's ResourceRequest implementation needs to handle setTimeoutInterval / m_timeoutInterval like the CF implementation.

For more info, see bug 94796, where it was added for the soup backend.
Comment 1 Dominik Röttsches (drott) 2012-10-23 12:46:25 PDT
crbug.com/157421
Comment 2 Dominik Röttsches (drott) 2012-10-23 13:21:08 PDT
Implementation was added when bug 74802 landed in r132252.
Comment 3 Csaba Osztrogonác 2012-10-25 09:46:13 PDT
I skipped the tests on Qt instead of marking them as failing tests, because
they slowed down the testing with 3 minutes (~17%) - https://trac.webkit.org/changeset/132497
Comment 4 Allan Sandfeld Jensen 2013-04-08 15:41:11 PDT
According to this comment https://bugs.webkit.org/show_bug.cgi?id=74802#c50 and the fact it was implemented in Qt and chromium closed. Are we left with only AppleWin and Blackberry?