Commits
User selector
Commit History
Commits on Jun 29, 2021
NetworkProcessProxy::networkProcessDidTerminate() should copy process pools before iterating over them
Show description for c580275committed
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on May 2, 2021
Use SortedArrayMap in a few more places
Show description for 0f73b4dcommitted
Commits on Apr 11, 2021
Crash under WebProcessProxy::shouldSendPendingMessage()
Show description for 6dfdbd7committed
Commits on Mar 10, 2021
Use UniqueRef<> instead of std::unique_ptr<> when passing IPC::Encoder to sendMessage()
Show description for 72e8be0committed
Commits on Nov 13, 2020
Remove unused advanced plug-in features: snapshotting and plug-in load policy
Show description for 40615e5committed
Commits on Aug 17, 2020
[GTK][WPE] Remove support for NPAPI plugins
Show description for a2cbf79committed
Commits on Jul 3, 2020
Change the names of MIMETypeRegistry methods to comply with webkit naming style
Show description for e815cc1authored andcommitted
Commits on Jun 19, 2020
Remove some vestiges of the 32-bit Plugin Process
Show description for 926c7bfcommitted
Commits on Jun 18, 2020
[IPC hardening] OptionSet<> values should be validated
Show description for f170fe8committed
Commits on Jun 15, 2020
[WPT] html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-pluginarray.html fails due to lack of caching of Plugin objects
Show description for 8bc4c31committed
Sam Weinig
Commits on Jun 10, 2020
Stop using discriminatory names for WebGL and Plugin blocking
Show description for fc10d1acommitted
Commits on Jun 5, 2020
[IPC] Adopt enum class for PluginProcessType and PluginProcessSandboxPolicy
Show description for 145dbb8committed
Commits on May 7, 2020
[iOS] AuxiliaryProcessProxy::sendWithAsyncReply() should prevent auxiliary process suspension while processing the IPC
Show description for 5529ab8committed
Commits on May 6, 2020
Reduce IPC overhead for message receiver name and message name to 2 bytes
Show description for f9df206authored andcommitted
Reduce HAVE(HOSTED_CORE_ANIMATION)
Show description for fb98437committed
Commits on Apr 25, 2020
Move URL to use StringView when returning substrings of the URL
Show description for 8e088a7committed
Commits on Apr 10, 2020
[Cocoa] Simplify NSArray, NSDictionary, and NSNumber idioms throughout WebKit
Show description for 2a420c5committed
Commits on Mar 11, 2020
Terminate the Network / Plugin processes when receiving invalid IPC from them
Show description for dc64fa3committed
Commits on Feb 8, 2020
[IPC Hardening] Protect against bad parameters in WebProcessProxy::getPluginProcessConnection()
Show description for 26c9132committed
Commits on Jan 15, 2020
[Cocoa] Create a simulated crash log when the UI Process receives an invalid CoreIPC message
Show description for 1d6ab85committed
Commits on Dec 7, 2019
[IPC] MESSAGE_CHECK() parameters for AddPlugInAutoStartOriginHash / PlugInDidReceiveUserInteraction IPCs
Show description for ea2f5c7committed
Commits on Nov 13, 2019
[Mac] Fix build
Show description for 3176d5ecommitted
Commits on Oct 29, 2019
[GTK][WPE] Fix various non-unified build issues introduced since r251436
Show description for e2b233fcommitted
Commits on Oct 22, 2019
Make it possible to not include IPC Messages headers in other headers
Show description for 252e986committed
Commits on Oct 12, 2019
Cleanup RuntimeEnabledFeatures includes
Show description for ca9cb5cauthored andcommitted
Commits on Sep 22, 2019
Fix an assertion failure introduced in r250186.
Show description for 1a70ef7committed
Dan Bernstein
Commits on Sep 21, 2019
Safari 13 may launch leftover 32-bit plug-in process from Safari 12’s WebKit, which crashes
Show description for dad7178committed
Dan Bernstein
Commits on Sep 17, 2019
WebProcess class methods should not need to take a sessionID
Show description for 2da4e5bcommitted
Commits on Aug 19, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part
Show description for 8a462cbcommitted
Commits on Jun 20, 2019
[GTK] Remove support for GTK2 plugins
Show description for 7f9717ecommitted
Commits on Apr 3, 2019
Eliminate plugin sandbox exceptions
Show description for b8ad5a8committed
Commits on Mar 21, 2019
Remove last use of LegacySync IPC messages
Show description for 8287f80committed
Commits on Mar 20, 2019
Reduce use of LegacySync IPC message type
Show description for 5e6ec89committed