RESOLVED FIXED Bug 27331
Add tests for isolated worlds
https://bugs.webkit.org/show_bug.cgi?id=27331
Summary Add tests for isolated worlds
Adam Barth
Reported 2009-07-15 23:04:32 PDT
Add tests for isolated worlds. Currently, isolated worlds only works in V8, but these tests should help us bring up the feature in JSC.
Attachments
patch (23.51 KB, patch)
2009-07-15 23:07 PDT, Adam Barth
fishd: review+
Adam Barth
Comment 1 2009-07-15 23:07:01 PDT
Adam Barth
Comment 2 2009-07-15 23:13:22 PDT
Assigned for landing. This is blocked on a downstream patch to enable this feature.
Adam Barth
Comment 3 2009-07-16 13:59:10 PDT
M LayoutTests/ChangeLog A LayoutTests/http/tests/security/isolatedWorld/all-window-properties-expected.txt A LayoutTests/http/tests/security/isolatedWorld/all-window-properties.html A LayoutTests/http/tests/security/isolatedWorld/all-window-prototypes-expected.txt A LayoutTests/http/tests/security/isolatedWorld/all-window-prototypes.html A LayoutTests/http/tests/security/isolatedWorld/body-properties-expected.txt A LayoutTests/http/tests/security/isolatedWorld/body-properties.html A LayoutTests/http/tests/security/isolatedWorld/body-prototype-expected.txt A LayoutTests/http/tests/security/isolatedWorld/body-prototype.html A LayoutTests/http/tests/security/isolatedWorld/document-properties-expected.txt A LayoutTests/http/tests/security/isolatedWorld/document-properties.html A LayoutTests/http/tests/security/isolatedWorld/document-prototype-expected.txt A LayoutTests/http/tests/security/isolatedWorld/document-prototype.html A LayoutTests/http/tests/security/isolatedWorld/global-variables-expected.txt A LayoutTests/http/tests/security/isolatedWorld/global-variables.html A LayoutTests/http/tests/security/isolatedWorld/image-properties-expected.txt A LayoutTests/http/tests/security/isolatedWorld/image-properties.html A LayoutTests/http/tests/security/isolatedWorld/image-prototype-expected.txt A LayoutTests/http/tests/security/isolatedWorld/image-prototype.html A LayoutTests/http/tests/security/isolatedWorld/location-properties-expected.txt A LayoutTests/http/tests/security/isolatedWorld/location-properties.html A LayoutTests/http/tests/security/isolatedWorld/location-prototype-expected.txt A LayoutTests/http/tests/security/isolatedWorld/location-prototype.html A LayoutTests/http/tests/security/isolatedWorld/number-prototype-expected.txt A LayoutTests/http/tests/security/isolatedWorld/number-prototype.html A LayoutTests/http/tests/security/isolatedWorld/object-prototype-expected.txt A LayoutTests/http/tests/security/isolatedWorld/object-prototype.html A LayoutTests/http/tests/security/isolatedWorld/string-prototype-expected.txt A LayoutTests/http/tests/security/isolatedWorld/string-prototype.html A LayoutTests/http/tests/security/isolatedWorld/window-properties-expected.txt A LayoutTests/http/tests/security/isolatedWorld/window-properties.html M LayoutTests/platform/gtk/Skipped M LayoutTests/platform/mac/Skipped M LayoutTests/platform/qt/Skipped M LayoutTests/platform/win/Skipped Committed r45983
Note You need to log in before you can comment on or make changes to this bug.