Bug 182167

Summary: WebDriver: timeouts value and cookie expiry should be limited to max safe integer
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebDriverAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, webkit-bug-importer, zan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch zan: review+

Description Carlos Garcia Campos 2018-01-26 01:37:29 PST
This changed recently in the spec:

https://github.com/w3c/webdriver/pull/1210

Our implementation was wrong in any case since we are limiting to INT_MAX.
Comment 1 Carlos Garcia Campos 2018-01-26 01:44:34 PST
Created attachment 332360 [details]
Patch
Comment 2 Carlos Garcia Campos 2018-01-26 01:51:06 PST
Committed r227671: <https://trac.webkit.org/changeset/227671>
Comment 3 Radar WebKit Bug Importer 2018-01-26 01:52:29 PST
<rdar://problem/36903286>