Bug 215207 - Remove UIScriptController.removeAllDynamicDictionaries()
Summary: Remove UIScriptController.removeAllDynamicDictionaries()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Wenson Hsieh
URL:
Keywords: DoNotImportToRadar
Depends on:
Blocks:
 
Reported: 2020-08-05 19:11 PDT by Wenson Hsieh
Modified: 2020-08-07 09:14 PDT (History)
5 users (show)

See Also:


Attachments
Patch (7.04 KB, patch)
2020-08-05 19:16 PDT, Wenson Hsieh
no flags Details | Formatted Diff | Diff
Take 2 (7.78 KB, patch)
2020-08-06 17:12 PDT, Wenson Hsieh
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wenson Hsieh 2020-08-05 19:11:38 PDT
SSIA
Comment 1 Wenson Hsieh 2020-08-05 19:16:42 PDT
Created attachment 406068 [details]
Patch
Comment 2 Wenson Hsieh 2020-08-06 07:38:46 PDT
Comment on attachment 406068 [details]
Patch

Thanks for the review!
Comment 3 EWS 2020-08-06 07:46:40 PDT
Committed r265325: <https://trac.webkit.org/changeset/265325>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 406068 [details].
Comment 4 Wenson Hsieh 2020-08-06 13:19:42 PDT
It looks like a handful of layout tests in fast/forms and editing/pasteboard are timing out after this change, due to hangs underneath UIKeyboardImpl :(
Comment 5 Wenson Hsieh 2020-08-06 13:21:12 PDT
Reverted r265325 for reason:

Caused several tests in fast/forms and editing/pasteboard to time out

Committed r265345: <https://trac.webkit.org/changeset/265345>
Comment 6 Wenson Hsieh 2020-08-06 17:12:37 PDT
Created attachment 406136 [details]
Take 2
Comment 7 Wenson Hsieh 2020-08-07 08:52:03 PDT
Comment on attachment 406136 [details]
Take 2

Thank you for the review!
Comment 8 EWS 2020-08-07 09:14:33 PDT
Committed r265376: <https://trac.webkit.org/changeset/265376>

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