Bug 161470

Summary: [JSC] Add initiator parameter to module pipeline
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: New BugsAssignee: Yusuke Suzuki <ysuzuki>
Status: RESOLVED FIXED    
Severity: Normal CC: saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 148897    
Attachments:
Description Flags
Patch none

Yusuke Suzuki
Reported 2016-08-31 19:23:47 PDT
[JSC] Add initiator parameter to module pipeline
Attachments
Patch (88.45 KB, patch)
2016-08-31 19:35 PDT, Yusuke Suzuki
no flags
Yusuke Suzuki
Comment 1 2016-08-31 19:35:20 PDT
Yusuke Suzuki
Comment 2 2016-08-31 19:49:54 PDT
Comment on attachment 287585 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=287585&action=review > Source/JavaScriptCore/ChangeLog:9 > + For example, "nonce", "crossorigin" etc. attributes are shared in the fetching issued typo, "in the fetching" => "in the fetching requests".
Saam Barati
Comment 3 2016-08-31 20:00:26 PDT
Comment on attachment 287585 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=287585&action=review r=me > Source/WebCore/bindings/js/JSMainThreadExecState.h:95 > + static JSC::JSInternalPromise* loadModule(JSC::ExecState* exec, const String& moduleName, JSC::JSValue initiator) Please update this file's copyright before landing.
Yusuke Suzuki
Comment 4 2016-08-31 20:47:32 PDT
Oops, accidentally cleared r+. Land that manually.
Yusuke Suzuki
Comment 5 2016-08-31 20:50:31 PDT
Note You need to log in before you can comment on or make changes to this bug.