Commits
User selector
Commit History
Commits on Sep 22, 2021
Drop makeRef() and use Ref { } instead
Show description for fee7a1ccommitted
Commits on Sep 21, 2021
Drop makeRefPtr() and use RefPtr { } directly instead
Show description for fef3d76committed
Commits on Sep 20, 2021
Stop using makeRef(*this) / makeRefPtr(this)
Show description for 54cb09dcommitted
Commits on Jun 3, 2021
Stop using a RefPtr<IPC::Connection> as HashMap key in DisplayLink
Show description for 84282e9committed
Commits on May 24, 2021
Drop CheckedLock / CheckedCondition aliases
Show description for 42ae9aacommitted
Commits on May 22, 2021
Adopt CheckedLock in more places
Show description for 634e1cacommittedStop using holdLock() in WebKit/WebKitLegacy/Tools as it is not compatible with Clang thread safety analysis
Show description for 90b42cacommitted
Commits on May 21, 2021
Replace more static Locks with CheckedLocks in WebKit / WebKitLegacy
Show description for 40bcf64committed
Commits on May 20, 2021
Use CheckedLock more in IPC::Connection
Show description for 834b774committed
Commits on May 7, 2021
[iOS] Safari sometimes hangs underneath `WebKit::UIDelegate::UIClient::createNewPage`
Show description for e3288b3committed
Commits on May 6, 2021
[iOS] UI process hangs when showing a modal JavaScript dialog while focusing an input field
Show description for fcab092committed
Commits on Apr 28, 2021
Add a Condition type that supports thread safety analysis
Show description for 7372921authored andcommitted
Commits on Apr 27, 2021
IPC::decoder::decode() should mark decoder as invalid when failing
Show description for 7bc72bdcommitted
Commits on Apr 21, 2021
Connection::m_mainThread is unused
Show description for bf5508aauthored andcommitted
Commits on Apr 16, 2021
Early IPC messages to a WorkQueueMessageReceiver may get processed out of order
Show description for d68344ccommitted
Commits on Mar 17, 2021
Maybe-regression(STP121): window.open flakily returning null
Show description for 463aaf3committed
Commits on Mar 15, 2021
WebGL IPC should use shared memory for synchronous messages
Show description for 496efb3authored andcommitted
Commits on Mar 12, 2021
Drop some unnecessary RunLoop::isMain() / IsMainRunLoop() checks
Show description for 3975542committed
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 9, 2021
Stop using callOnMainThread() / isMainThread() in WebKit2
Show description for 83ae5d0committed
Commits on Mar 1, 2021
Timeout calculations are error-prone for compound IPC operations
Show description for 44aaf15authored andcommitted
Commits on Feb 20, 2021
WebGL GPU process IPC should use shared memory for asynchronous messages
Show description for 3696f97authored andcommittedMake format of release logging more consistent to facilitate grepping
Show description for 10d11adcommitted
Commits on Feb 16, 2021
Connection clients should be able to obtain the messages as data instead of embedded in function references
Show description for 44a7f69authored andcommitted
Commits on Feb 9, 2021
Use CompletionHandler instead of DrawToPDFCallback
Show description for 193c673committed
Commits on Jan 7, 2021
WebKit IPC message names should indicate if the message is synchronous
Show description for 544a412authored andcommitted
Commits on Nov 27, 2020
Calling waitForAndDispatchImmediately<M> on a loop fails when multiple M messages arrive simultaneously
Show description for 5beee5dcommitted
Commits on Nov 18, 2020
Drop redundant code that tries to bump the QoS of the WebContent main thread of UserInteractive when handling a sync IPC
Show description for fd29940committed
Commits on Oct 22, 2020
IPC testing API should have the capability to observe messages being sent and received
Show description for 83ea7b7committed
Commits on Oct 15, 2020
Unreviewed build fix for non-Cocoa platforms & release builds.
Show description for 39191f0committedREGRESSION(r268423) SHOULD NEVER BE REACHED: GPUConnectionToWebProcess::didReceiveMessage(IPC::Connection &, IPC::Decoder &)
Show description for b096ad9committed
Commits on Oct 14, 2020
Enabling IPC testing API should prevent the termination of WebContent process which sends an invalid IPC
Show description for 13bc7ebcommitted
Commits on Oct 13, 2020
WebAudio tests are crashing in debug when enabling the GPU process
Show description for 575ab45committed
Commits on Jul 7, 2020
WebContent process sometimes kills itself because it is receiving too much IPC from the UIProcess
Show description for 3faf09bcommitted
Commits on May 18, 2020
[iOS] Unexpected capitalization of next word after repositioning caret
Show description for 5fe9841committed