Bug 149260 - Remove XHR_TIMEOUT compilation guard
Summary: Remove XHR_TIMEOUT compilation guard
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: XML (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: youenn fablet
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-17 06:35 PDT by youenn fablet
Modified: 2015-09-20 03:30 PDT (History)
4 users (show)

See Also:


Attachments
Patch (45.40 KB, patch)
2015-09-17 06:46 PDT, youenn fablet
no flags Details | Formatted Diff | Diff
Patch for landing (45.51 KB, patch)
2015-09-20 02:36 PDT, youenn fablet
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description youenn fablet 2015-09-17 06:35:09 PDT
We should remove XHR_TIMEOUT compilation guard and rename didTimeout as didReachTimeout.
Comment 1 youenn fablet 2015-09-17 06:46:36 PDT
Created attachment 261390 [details]
Patch
Comment 2 Csaba Osztrogonác 2015-09-17 08:39:21 PDT
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 3 Benjamin Poulain 2015-09-18 14:47:11 PDT
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 :)
Comment 4 youenn fablet 2015-09-20 02:35:02 PDT
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
Comment 5 youenn fablet 2015-09-20 02:36:07 PDT
Created attachment 261609 [details]
Patch for landing
Comment 6 WebKit Commit Bot 2015-09-20 03:30:23 PDT
Comment on attachment 261609 [details]
Patch for landing

Clearing flags on attachment: 261609

Committed r190025: <http://trac.webkit.org/changeset/190025>
Comment 7 WebKit Commit Bot 2015-09-20 03:30:29 PDT
All reviewed patches have been landed.  Closing bug.