[Webkit-unassigned] [Bug 22878] It should be possible to post (clone) built-in JS objects to Workers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 6 22:03:08 PDT 2009


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


Shinichiro Hamaji <hamaji at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hamaji at chromium.org




--- Comment #6 from Shinichiro Hamaji <hamaji at chromium.org>  2009-10-06 22:03:08 PDT ---
(In reply to comment #5)
> Landed r49214

This expected.txt contains this line:

> CONSOLE MESSAGE: line 54: RangeError: Maximum call stack size exceeded.

Is this OK?

Also... it is very nice if you modify the test so that the results don't
contain "PST" . Maybe we can use the value of getTime like

    if (equal(actualValue, expectedValue)) {
        if (expectedValue && expectedValue.getTime) {
            expectedValue = expectedValue.getTime() + " (the value of getTime)
        }
        console.innerHTML += "PASS: " + actual + " is " + expectedValue + " of
type " + typeof actualValue + "<br>";
    } else

?

-- 
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