Bug 216851 - Missing scope release in JSDOMBuiltinConstructorBase
Summary: Missing scope release in JSDOMBuiltinConstructorBase
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tadeu Zagallo
URL:
Keywords: InRadar
Depends on: 216924
Blocks:
  Show dependency treegraph
 
Reported: 2020-09-22 15:11 PDT by Tadeu Zagallo
Modified: 2021-03-31 18:38 PDT (History)
8 users (show)

See Also:


Attachments
Patch (3.76 KB, patch)
2020-09-22 15:16 PDT, Tadeu Zagallo
no flags Details | Formatted Diff | Diff
Patch for landing (3.94 KB, patch)
2020-09-23 11:55 PDT, Tadeu Zagallo
no flags Details | Formatted Diff | Diff
Patch (3.99 KB, patch)
2021-03-29 19:55 PDT, Tadeu Zagallo
no flags Details | Formatted Diff | Diff
Patch (4.00 KB, patch)
2021-03-30 08:52 PDT, Tadeu Zagallo
no flags Details | Formatted Diff | Diff
Patch for landing (3.60 KB, patch)
2021-03-31 17:46 PDT, Tadeu Zagallo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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].