[Webkit-unassigned] [Bug 34742] [Qt] tst_QWebPage::infiniteLoopJS() is inifinite on Symbian HW

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 23 04:47:00 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=34742


Janne Koskinen <koshuin at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|webkit-unassigned at lists.web |koshuin at gmail.com
                   |kit.org                     |
  Attachment #49276|                            |review?, commit-queue?
               Flag|                            |




--- Comment #2 from Janne Koskinen <koshuin at gmail.com>  2010-02-23 04:46:59 PST ---
Created an attachment (id=49276)
 --> (https://bugs.webkit.org/attachment.cgi?id=49276)
proposed fix for timeoutchecker.cpp

Patch contains a proper implementation of getCPUTime for Symbian. It works from
Symbian 9.1 onwards i.e. S60 3rd edition and up as that is when GetCpuTime
function was introduced.
Tested the the patch to run on Nokia N95 and Nokia 5800 Express Music. It is
possible that some device doesn't implement the function or has it disabled,
thus added assertion for debugging purposes to see if some device returns
KErrNotSupported.

Also reported the gettimeofday -issue to Open C guys, so that will be fixed in
future releases.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list