Summary: | Remove XHR_TIMEOUT compilation guard | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | youenn fablet <youennf> | ||||||
Component: | XML | Assignee: | youenn fablet <youennf> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | ap, commit-queue, darin, ossy | ||||||
Priority: | P2 | ||||||||
Version: | WebKit Nightly Build | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Attachments: |
|
Description
youenn fablet
2015-09-17 06:35:09 PDT
Created attachment 261390 [details]
Patch
Comment on attachment 261390 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=261390&action=review If we remove a compile time guard we should propose it on webkit-dev mailing list. > Tools/Scripts/webkitperl/FeatureList.pm:-456 > - { option => "xhr-timeout", desc => "Toggle XHR Timeout support", > - define => "ENABLE_XHR_TIMEOUT", default => (isEfl() || isGtk() || isAppleMacWebKit()), value => \$xhrTimeoutSupport }, > - Please remove xhrTimeoutSupport variable in line 151. Comment on attachment 261390 [details]
Patch
I don't know anything about this code but Alexey would have protested by now if there were issues :)
Thanks for the reviews. > I don't know anything about this code but Alexey would have protested by now > if there were issues :) I should have mentionned this was discussed as part of bug 98156. ap agreed to remove it. > Please remove xhrTimeoutSupport variable in line 151. OK Created attachment 261609 [details]
Patch for landing
Comment on attachment 261609 [details] Patch for landing Clearing flags on attachment: 261609 Committed r190025: <http://trac.webkit.org/changeset/190025> All reviewed patches have been landed. Closing bug. |