Bug 216851

Summary: Missing scope release in JSDOMBuiltinConstructorBase
Product: WebKit Reporter: Tadeu Zagallo <tzagallo>
Component: WebCore JavaScriptAssignee: Tadeu Zagallo <tzagallo>
Status: RESOLVED FIXED    
Severity: Normal CC: aakash_jain, ap, commit-queue, rniwa, ryanhaddad, webkit-bug-importer, webkit.review.bot, ysuzuki
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 216924    
Bug Blocks:    
Attachments:
Description Flags
Patch
none
Patch for landing
none
Patch
none
Patch
none
Patch for landing none

Description Tadeu Zagallo 2020-09-22 15:11:36 PDT
<rdar://problem/69144642>
Comment 1 Tadeu Zagallo 2020-09-22 15:16:19 PDT
Created attachment 409407 [details]
Patch
Comment 2 Yusuke Suzuki 2020-09-22 15:30:27 PDT
Comment on attachment 409407 [details]
Patch

r=me
Comment 3 EWS 2020-09-22 17:33:59 PDT
Found 1 new test failure: js/transform-stream.html
Comment 4 Tadeu Zagallo 2020-09-23 11:55:04 PDT
Created attachment 409490 [details]
Patch for landing
Comment 5 EWS 2020-09-23 12:35:24 PDT
Committed r267495: <https://trac.webkit.org/changeset/267495>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 409490 [details].
Comment 6 Yusuke Suzuki 2020-09-23 18:36:17 PDT
Committed r267512: <https://trac.webkit.org/changeset/267512>
Comment 7 Aakash Jain 2020-09-24 04:43:34 PDT
(In reply to EWS from comment #5)
> Committed r267495: <https://trac.webkit.org/changeset/267495>
js/transform-stream.html was failing since r267495 (as also warned by EWS) on windows.
History: https://results.webkit.org/?suite=layout-tests&test=js%2Ftransform-stream.html

Yusuke commit in r267512 moved it to js/dom/transform-stream.html, but it is failing. 
History: https://results.webkit.org/?suite=layout-tests&test=js%2Fdom%2Ftransform-stream.html
Comment 8 WebKit Commit Bot 2020-09-24 04:50:20 PDT
Re-opened since this is blocked by bug 216924
Comment 9 Tadeu Zagallo 2021-03-29 19:55:28 PDT
Created attachment 424612 [details]
Patch
Comment 10 Tadeu Zagallo 2021-03-30 08:52:10 PDT
Created attachment 424644 [details]
Patch
Comment 11 Ryosuke Niwa 2021-03-30 18:23:04 PDT
Comment on attachment 424644 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=424644&action=review

> LayoutTests/ChangeLog:9
> +        * js/script-tests/transform-stream.js: Added.

Can we just inline this into transform-stream.html?

> LayoutTests/js/dom/script-tests/transform-stream.js:3
> +description(
> +"Tests exception checking in JSDOMBuiltinConstructorBase::callFunctionWithCurrentArguments."
> +);

Maybe put ( ~ ) in a single line?
Comment 12 Tadeu Zagallo 2021-03-31 17:46:22 PDT
Created attachment 424849 [details]
Patch for landing
Comment 13 EWS 2021-03-31 18:38:10 PDT
Committed r275333: <https://commits.webkit.org/r275333>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 424849 [details].