Skip to content

Commit

Permalink
Cherry-pick bf33b61. rdar://117595888
Browse files Browse the repository at this point in the history
    Reenable requestIdleCallback by default in Apple's ports
    https://bugs.webkit.org/show_bug.cgi?id=262551

    Reviewed by Wenson Hsieh.

    The memory regression seen in PLUM3 has been fixed as of https://commits.webkit.org/268782@main.

    Re-enable requestIdleCallback in Apple's ports.

    * Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:

    Canonical link: https://commits.webkit.org/268800@main

Identifier: 267815.438@safari-7617.1.13.10-branch
  • Loading branch information
MyahCobbs committed Oct 30, 2023
1 parent 34d4f58 commit 125a1e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5375,14 +5375,15 @@ ReportingEnabled:

RequestIdleCallbackEnabled:
type: bool
status: preview
status: stable
category: dom
humanReadableName: "requestIdleCallback"
humanReadableDescription: "Enable requestIdleCallback support"
defaultValue:
WebKitLegacy:
default: false
WebKit:
"USE(CF)": true
default: false
WebCore:
default: false
Expand Down

0 comments on commit 125a1e8

Please sign in to comment.