Bug 98397
| Summary: | [Qt][Blackberry][CF] Support ResourceRequest's setTimeoutInterval | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dominik Röttsches (drott) <d-r> |
| Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | abarth, allan.jensen, burg, jamesr, laszlo.gombos, michaeln, ossy, schenney, syoichi |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 100349, 101731, 103251 | ||
| Bug Blocks: | |||
Dominik Röttsches (drott)
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Dominik Röttsches (drott)
crbug.com/157421
Dominik Röttsches (drott)
Implementation was added when bug 74802 landed in r132252.
Csaba Osztrogonác
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
Allan Sandfeld Jensen
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?