RESOLVED FIXED Bug 96256
[WK2][WTR] WebKitTestRunner needs layoutTestController.setMinimumTimerInterval
https://bugs.webkit.org/show_bug.cgi?id=96256
Summary [WK2][WTR] WebKitTestRunner needs layoutTestController.setMinimumTimerInterval
Mikhail Pozdnyakov
Reported 2012-09-10 03:59:47 PDT
WTR needs WebKitTestRunner needs layoutTestController.setMinimumTimerInterval implementation so that fast/dom/timer-increase-min-interval-and-reset-part-1.html fast/dom/timer-increase-min-interval-and-reset-part-2.html fast/dom/timer-increase-min-interval-repeating.html fast/dom/timer-increase-min-interval.html fast/dom/timer-increase-then-decrease-min-interval-repeating.html fast/dom/timer-increase-then-decrease-min-interval.html can be unskipped
Attachments
patch (10.26 KB, patch)
2012-09-10 04:58 PDT, Mikhail Pozdnyakov
kenneth: review+
kenneth: commit-queue-
patch v2 (10.31 KB, patch)
2012-09-10 05:43 PDT, Mikhail Pozdnyakov
no flags
patch v3 (10.50 KB, patch)
2012-09-10 06:02 PDT, Mikhail Pozdnyakov
no flags
patch v4 (10.52 KB, patch)
2012-09-11 03:03 PDT, Mikhail Pozdnyakov
no flags
Mikhail Pozdnyakov
Comment 1 2012-09-10 04:58:39 PDT
Chris Dumez
Comment 2 2012-09-10 05:10:49 PDT
Comment on attachment 163091 [details] patch Looks sane.
Kenneth Rohde Christiansen
Comment 3 2012-09-10 05:16:23 PDT
Comment on attachment 163091 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=163091&action=review > Tools/WebKitTestRunner/InjectedBundle/Bindings/TestRunner.idl:70 > + void setMinimumTimerInterval(in double interval); intervalMSecs ? or what is normally used...
Mikhail Pozdnyakov
Comment 4 2012-09-10 05:43:29 PDT
Created attachment 163099 [details] patch v2 Added a comment to .idl file describing the measure of the given interval parameter for newly added setMinimumTimerInterval().
Kenneth Rohde Christiansen
Comment 5 2012-09-10 05:49:47 PDT
Comment on attachment 163099 [details] patch v2 View in context: https://bugs.webkit.org/attachment.cgi?id=163099&action=review > Tools/WebKitTestRunner/InjectedBundle/TestRunner.cpp:676 > +void TestRunner::setMinimumTimerInterval(double interval) why not just use "double seconds"
Mikhail Pozdnyakov
Comment 6 2012-09-10 06:02:52 PDT
Created attachment 163106 [details] patch v3 Used 'seconds' name for the interval parameter in cpp files.
Kenneth Rohde Christiansen
Comment 7 2012-09-10 08:19:10 PDT
Comment on attachment 163106 [details] patch v3 View in context: https://bugs.webkit.org/attachment.cgi?id=163106&action=review > Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundle.cpp:234 > +void WKBundleSetMinimumTimerInterval(WKBundleRef bundleRef, WKBundlePageGroupRef pageGroupRef, double interval) seconds > Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.h:128 > + void setMinimumTimerInterval(WebPageGroupProxy*, double); here you have no idea what double means, so it makes sense to add double seconds... I see it is not perfect elsewhere, but this is the right thing to do > Tools/WebKitTestRunner/InjectedBundle/TestRunner.h:109 > + void setMinimumTimerInterval(double); // Interval specified in seconds. double seconds
Mikhail Pozdnyakov
Comment 8 2012-09-11 03:03:38 PDT
Created attachment 163317 [details] patch v4 Applied comments from Kenneth.
WebKit Review Bot
Comment 9 2012-09-11 04:21:31 PDT
Comment on attachment 163317 [details] patch v4 Clearing flags on attachment: 163317 Committed r128169: <http://trac.webkit.org/changeset/128169>
WebKit Review Bot
Comment 10 2012-09-11 04:21:35 PDT
All reviewed patches have been landed. Closing bug.
Csaba Osztrogonác
Comment 11 2012-09-11 08:49:53 PDT
(In reply to comment #9) > (From update of attachment 163317 [details]) > Clearing flags on attachment: 163317 > > Committed r128169: <http://trac.webkit.org/changeset/128169> It caused a regression - https://bugs.webkit.org/show_bug.cgi?id=96396 Could you check it, please?
Note You need to log in before you can comment on or make changes to this bug.