Summary: | [Qt] (X11 only) Ignore timer events while waiting on a synchronous XHR | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Andreas Kling <kling> | ||||||
Component: | New Bugs | Assignee: | QtWebKit Unassigned <webkit-qt-unassigned> | ||||||
Status: | RESOLVED DUPLICATE | ||||||||
Severity: | Normal | CC: | benjamin, hausmann, markus | ||||||
Priority: | P2 | Keywords: | Qt | ||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | All | ||||||||
OS: | All | ||||||||
Bug Depends on: | |||||||||
Bug Blocks: | 35784 | ||||||||
Attachments: |
|
Description
Andreas Kling
2010-04-08 07:37:19 PDT
Created attachment 52862 [details]
Patch
Comment on attachment 52862 [details] Patch > + The Qt implementation of sync XHR is broken, but needs new API to be done properly. > + In the meantime, ignoring timer events on X11 is a quick way to avoid some badness. > + New API where? in Qt? What kind of badness. Consider: The Qt implementation of sync XHR is broken, and needs new API in Qt to be done properly. For now, ignore timer events on X11 in order to ... Created attachment 52865 [details]
Patch with fleshed-out ChangeLog
Comment on attachment 52862 [details] Patch Cleared Kenneth Rohde Christiansen's review+ from obsolete attachment 52862 [details] so that this bug does not appear in http://webkit.org/pending-commit. Comment on attachment 52865 [details]
Patch with fleshed-out ChangeLog
r- because on earlier discussion that gives a false security on X11 where issues remain on other platforms.
In addition I heard rumors that you were working on a real syncxhr fix anyway :)
|