WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
231237
Pass experimental feature flags (from WTF) to JSC
https://bugs.webkit.org/show_bug.cgi?id=231237
Summary
Pass experimental feature flags (from WTF) to JSC
Sam Sneddon [:gsnedders]
Reported
2021-10-05 09:58:49 PDT
Eric Meyer asked on Slack:
> The TP133 notes say one can enable Temporal using the flag --useTemporal=1. How exactly does one flip that flag so as to test Temporal?
The answer as many of us here know:
> When launching Safari from CLI, passing __XPC_JSC_useTemporal=1 environment variable.
It's somewhat surprising that we don't expose this through the experimental features menu (and it means that you can't toggle such features on iOS), and we should fix things so that we can pass the flags through (per Yusuke, "WebCore’s experimental feature mechanism is not piped to JSC").
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2021-10-05 09:59:00 PDT
<
rdar://problem/83891333
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug