RESOLVED FIXED 123045
[iOS] Upstream JSGlobalObject::shouldInterruptScriptBeforeTimeout()
https://bugs.webkit.org/show_bug.cgi?id=123045
Summary [iOS] Upstream JSGlobalObject::shouldInterruptScriptBeforeTimeout()
Daniel Bates
Reported 2013-10-18 16:16:00 PDT
Upstream JSGlobalObject::shouldInterruptScriptBeforeTimeout() and JSDOMWindowBase::shouldInterruptScriptBeforeTimeout().
Attachments
Patch (11.02 KB, patch)
2013-10-18 16:19 PDT, Daniel Bates
no flags
Patch (10.71 KB, patch)
2013-10-18 17:10 PDT, Daniel Bates
no flags
Patch (13.45 KB, patch)
2013-10-21 08:33 PDT, Daniel Bates
joepeck: review+
Daniel Bates
Comment 1 2013-10-18 16:19:54 PDT
Created attachment 214612 [details] Patch I plan to post the iOS chrome client implementation in a subsequent patch.
EFL EWS Bot
Comment 2 2013-10-18 16:40:55 PDT
Build Bot
Comment 3 2013-10-18 16:48:31 PDT
Daniel Bates
Comment 4 2013-10-18 17:10:41 PDT
Build Bot
Comment 5 2013-10-18 17:50:43 PDT
EFL EWS Bot
Comment 6 2013-10-18 18:06:34 PDT
Build Bot
Comment 7 2013-10-18 18:18:17 PDT
Build Bot
Comment 8 2013-10-18 19:16:20 PDT
EFL EWS Bot
Comment 9 2013-10-20 11:14:59 PDT
Daniel Bates
Comment 10 2013-10-21 08:33:02 PDT
Joseph Pecoraro
Comment 11 2013-10-21 16:45:38 PDT
Comment on attachment 214742 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=214742&action=review r=me > Source/WebCore/loader/EmptyClients.h:195 > + virtual bool isStopping() OVERRIDE { return false }; Would this build? I think the semicolon at the end of the line should be after "return false".
Daniel Bates
Comment 12 2013-10-21 16:50:12 PDT
(In reply to comment #11) > > Source/WebCore/loader/EmptyClients.h:195 > > + virtual bool isStopping() OVERRIDE { return false }; > > Would this build? I think the semicolon at the end of the line should be after "return false". Will fix before landing.
Daniel Bates
Comment 13 2013-10-21 16:52:53 PDT
Note You need to log in before you can comment on or make changes to this bug.