Commits
User selector
Commit History
Commits on Jul 12, 2021
AX: Make WebKit observe spatial audio accessibility settings
Show description for 80868c3committed
Commits on Jun 22, 2021
[macOS] Deny mach-lookup to the service 'com.apple.print.normalizerd'
Show description for 7a642e2committed
Commits on Jun 5, 2021
Use Vector<uint8_t> instead of Vector<char> to store bytes in SharedBuffer
Show description for 3194bf4committed
Commits on Apr 6, 2021
Hold strong reference to xpc_connection_t in XPCServiceEventHandler
Show description for 1bcd057authored andcommitted
Commits on Mar 10, 2021
Use UniqueRef<> instead of std::unique_ptr<> when passing IPC::Encoder to sendMessage()
Show description for 72e8be0committed
Commits on Mar 5, 2021
Reduce use of CFRetain() / CFRelease() / CFAutoRelease() in WebKit
Show description for 743c1f7committed
Commits on Jan 28, 2021
[macOS] Remove reference to deprecated SubmitDiagInfo.domains path
Show description for 94fc70ecommitted
Commits on Jan 13, 2021
Reimplement WebCore::isInWebProcess() family as cross-platform by using AuxiliaryProcessInitializationParameters.processType
Show description for eb3aa59committed
Commits on Jan 8, 2021
Work around Clang bug in __builtin_return_address().
Show description for 15b4e99committed
Mark Lam
Commits on Jan 4, 2021
Update user-visible copyright strings to include 2021
Show description for 8c1e120committed
Commits on Dec 9, 2020
IPC should support non-byte aligned data references
Show description for 2df0539authored andcommitted
Commits on Nov 13, 2020
Remove unused advanced plug-in features: snapshotting and plug-in load policy
Show description for 40615e5committed
Commits on Nov 2, 2020
[macOS] Remove unneeded shmem access to ColorSync
Show description for 255e6d7committed
Commits on Oct 26, 2020
Add null checks and smart pointers in PDF and Plugin code
Show description for 96bdadaauthored andcommitted
Commits on Aug 17, 2020
[GTK][WPE] Remove support for NPAPI plugins
Show description for a2cbf79committed
Commits on Jun 19, 2020
Remove some vestiges of the 32-bit Plugin Process
Show description for 926c7bfcommitted
Commits on Jun 5, 2020
[IPC] Adopt enum class for PluginProcessType and PluginProcessSandboxPolicy
Show description for 145dbb8committed
Commits on Jun 4, 2020
Disable CFNetwork AppSSO interception for Mac Catalyst
Show description for 7775be2committed
Jiewen Tan
Commits on May 6, 2020
Reduce IPC overhead for message receiver name and message name to 2 bytes
Show description for f9df206authored andcommitted
Commits on May 5, 2020
[Mac] Remove __MAC_OS_X_VERSION_MIN_REQUIRED checks for versions older than 10.14
Show description for bd35bdccommitted
Commits on Apr 13, 2020
Add WARN_UNUSED_RETURN to decode methods in Source/WebKit
Show description for 80bcf01committed
Commits on Apr 10, 2020
[Cocoa] Simplify NSArray, NSDictionary, and NSNumber idioms throughout WebKit
Show description for 2a420c5committed
Commits on Jan 24, 2020
Centralize AuxiliaryProcessMainBase implementations
Show description for 55af745committed
Commits on Jan 15, 2020
[Media in GPU process] Implement the remote video layer support
Show description for d626a4bcommitted
Commits on Jan 1, 2020
Update user-visible copyright strings to include 2020
Show description for 27ee745committed
Commits on Dec 4, 2019
Introduce a GPU process
Show description for 2d9d0c5committed
Commits on Nov 20, 2019
Protect MessageReceivers when possible while they are processing incoming IPC messages
Show description for 71bb0e4committed
Commits on Nov 13, 2019
[Mac] Fix build
Show description for 3176d5ecommitted
Commits on Nov 5, 2019
Eliminate mach lookup to cfprefsd on process startup
Show description for 67a90e6committed
Commits on Oct 22, 2019
Make it possible to not include IPC Messages headers in other headers
Show description for 252e986committed
Commits on Sep 12, 2019
Harden JSC against the abuse of runtime options.
Show description for 199998ccommitted
Mark Lam
Commits on Sep 3, 2019
[macOS] Correct sandbox violation in Flash plugin
Show description for d2b603acommitted
Commits on Aug 19, 2019
Move call to initializeMainThread introduced in r248549 to after WebKit.framework has been loaded
Show description for 1dd3ec5committed[WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part
Show description for 8a462cbcommitted
Commits on Aug 16, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, WTF_MAKE_FAST_ALLOCATED annotation part
Show description for c2a4ea8committed