Commits
User selector
Commit History
Commits on Sep 20, 2021
Unreviewed, rebaseline webkitpy test after r282755.
Show description for 6b132e1committedStop using makeRef(*this) / makeRefPtr(this)
Show description for 54cb09dcommitted
Commits on Sep 9, 2021
Enable IPCMessages debug logging for non-Cocoa ports
Show description for fc42959committedgenerated MessageArgumentDescriptions.cpp can't compile for non-Cocoa ports due to missing headers
Show description for 756a4f2committed
Commits on Sep 7, 2021
Add an IPCMessages channel to log all IPC messages
Show description for b9509c3committed
Commits on Aug 28, 2021
Fix std::optional<> stripping in MessageArgumentDescriptions.cpp generator
Show description for c24f158committed
Commits on Jun 24, 2021
Using a video as a source for a WebGL texture is slow and hangs on iOS 15
Show description for a3950a6authored andcommitted
Commits on Jun 2, 2021
Remove <wtf/Optional.h>
Show description for 786e703committed
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 18, 2021
Enabling IPC testing API should prevent WebContent process from getting terminated in more cases
Show description for 5faafa0committed
Commits on Apr 18, 2021
Unhandled IPC messages should use correct format with the decoder.destinationID() ASSERT message
Show description for 5676422authored andcommitted
Commits on Apr 8, 2021
Difficult to understand which IPC message caused an ASSERT due to being not handled
Show description for 722c5f7authored andcommitted
Commits on Mar 15, 2021
WebGL IPC should use shared memory for synchronous messages
Show description for 496efb3authored 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 Feb 23, 2021
REGRESSION(r273204): webkitpy tests fail
Show description for c294a4dauthored andcommitted
Commits on Feb 20, 2021
WebGL GPU process IPC should use shared memory for asynchronous messages
Show description for 3696f97authored andcommitted
Commits on Feb 15, 2021
Unexpected ASSERT when touch events are dispatched on the main thread
Show description for 6afbc0acommitted
Commits on Feb 12, 2021
GPU process WebGL context toDataURL does not work for non-premultiplied contexts
Show description for ba52e8fauthored andcommitted
Commits on Feb 5, 2021
REGRESSION (r272382): 2 webkit.messages_unittest.GeneratedFileContentsTest tests failing after Semaphore.h rename
Show description for 11dcfdbcommitted
Commits on Feb 3, 2021
MachSemaphore does not work well with IPC messages
Show description for 7f85d8fauthored andcommitted
Commits on Jan 11, 2021
WebKit::IPC::Encoder needs definitions of all custom enum values at the Encoder definition time
Show description for 3758101authored andcommitted
Commits on Jan 7, 2021
WebKit IPC message names should indicate if the message is synchronous
Show description for 544a412authored andcommittedWebKit IPC builtin messages should be part of the model
Show description for c704a3bauthored andcommitted
Commits on Jan 6, 2021
WebKit IPC generator tests have duplicate receiver names, limiting the implementation
Show description for 28e76f9authored andcommitted
Loading