Skip to content

Commit

Permalink
Prewarm Web process on provisional load for all Apple platforms
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=260194
rdar://problem/113891479

Reviewed by Brent Fulgham.

Prewarm Web process on provisional load for all Apple platforms, since this is a page load time improvement.

* Source/WTF/wtf/PlatformEnableCocoa.h:

Canonical link: https://commits.webkit.org/266938@main
  • Loading branch information
pvollan committed Aug 16, 2023
1 parent 305367d commit d3ece75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/WTF/wtf/PlatformEnableCocoa.h
Original file line number Diff line number Diff line change
Expand Up @@ -900,6 +900,6 @@
#define ENABLE_SAMPLE_BUFFER_CONTENT_KEY_SESSION_SUPPORT 1
#endif

#if !defined(ENABLE_PREWARM_WEBPROCESS_ON_PROVISIONAL_LOAD) && (PLATFORM(IOS) || PLATFORM(MAC))
#if !defined(ENABLE_PREWARM_WEBPROCESS_ON_PROVISIONAL_LOAD)
#define ENABLE_PREWARM_WEBPROCESS_ON_PROVISIONAL_LOAD 1
#endif

0 comments on commit d3ece75

Please sign in to comment.