Bug 27331 - Add tests for isolated worlds
Summary: Add tests for isolated worlds
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Adam Barth
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-15 23:04 PDT by Adam Barth
Modified: 2009-07-16 13:59 PDT (History)
2 users (show)

See Also:


Attachments
patch (23.51 KB, patch)
2009-07-15 23:07 PDT, Adam Barth
fishd: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Barth 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.
Comment 1 Adam Barth 2009-07-15 23:07:01 PDT
Created attachment 32836 [details]
patch
Comment 2 Adam Barth 2009-07-15 23:13:22 PDT
Assigned for landing.  This is blocked on a downstream patch to enable this feature.
Comment 3 Adam Barth 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