Bug 26144

Summary: Add enum parameter to ThreadableLoader creator to indicate if strict origin check for redirection should be performed or not
Product: WebKit Reporter: Jian Li <jianli>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: ap, dimich, levin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Proposed Patch none

Description Jian Li 2009-06-02 11:48:42 PDT
Add enum parameter to ThreadableLoader creator to indicate if strict origin check for redirection should be performed or not.
Comment 1 Jian Li 2009-06-02 11:51:41 PDT
Created attachment 30878 [details]
Proposed Patch
Comment 2 Jian Li 2009-06-02 17:42:34 PDT
Per the discussion, we're not going to add this additional enum. Instead, we are going to add a layout test to make sure that the expected URL origin check on redirection will not be broken.