[Webkit-unassigned] [Bug 204114] WebDriver: fix handling of session timeouts for values higher than MAX_INT
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 16 15:56:04 PST 2019
https://bugs.webkit.org/show_bug.cgi?id=204114
Brian Burg <bburg at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #383354|review? |review-
Flags| |
--- Comment #5 from Brian Burg <bburg at apple.com> ---
Comment on attachment 383354
--> https://bugs.webkit.org/attachment.cgi?id=383354
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=383354&action=review
r- because its needs to be rebased.
Code changes look otherwise fine.
Only concern: I understand moving from int to Seconds, but not from Seconds to double. Is there any practical benefit to using raw double over Seconds to represent seconds? It seems like the entire point of Seconds is to replace usage of doubles.
> Source/WebDriver/Session.h:54
> + double pageLoadTimeout() const { return m_pageLoadTimeout; }
Why?
> Source/WebKit/WebProcess/Automation/WebAutomationSessionProxy.cpp:269
> + JSValueMakeNumber(context, callbackTimeout.valueOr(-1))
Okay.
> Source/WebKit/WebProcess/Automation/WebAutomationSessionProxy.js:67
> + if (!resultReported && callbackTimeout >= 0)
Okay.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191216/c04e4f8a/attachment.htm>
More information about the webkit-unassigned
mailing list