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 54cb09dcommittedFix race in RemoteRenderingBackend::allowsExitUnderMemoryPressure()
Show description for d118dc6committed
Commits on Sep 17, 2021
Unreviewed, reverting r282011.
Show description for 302c9dbcommittedSupport patterns with a wide gamut source painting into a display-p3 canvas
Show description for 5b2ab11committed
Commits on Sep 3, 2021
Fix race in RemoteRenderingBackend::allowsExitUnderMemoryPressure()
Show description for 61b3c1dcommitted
Commits on Aug 26, 2021
RemoteGraphicsContextGL refers to GraphicsContextGLOpenGL::SimulatedEventForTesting
Show description for 6b99800authored andcommitted
Commits on Aug 16, 2021
[GPU Process] Demote the release assertion in `RemoteResourceCache::ensureResourceUseCounter`
Show description for f190ba3committed
Commits on Aug 7, 2021
Clarify some identifier naming in RemoteRenderingBackend
Show description for 60487fecommittedPage on mhlw.go.jp triggers WebContent termination by GPU process
Show description for 05c1de8committed
Commits on Jul 27, 2021
Regulate the WebPage RenderingUpdates from the WebProcess to the GPUProcess
Show description for 2f46943committed[GPU Process] Add resource use counter infrastructure to RemoteResourceCache
Show description for 8d2c98dcommitted
Commits on Jul 23, 2021
[GPU Process] Migrate the DisplayList::Replayer::Delegate from RemoteImageBuffer to RemoteRenderingBackend
Show description for 7bcbfbccommitted
Commits on Jul 14, 2021
[GPU Process] Dump basic RemoteRenderingBackend state when taking system diagnostics
Show description for 2f41ff8committed
Commits on Jun 29, 2021
Don't null check destination in the RemoteRenderingBackend::nextDestinationImageBufferAfterApply main loop
Show description for 81702c6committed
Commits on Jun 3, 2021
Split FillInlinePath/StrokeInlinePath
Show description for 0d0fd7aauthored andcommitted
Commits on Jun 2, 2021
Remove <wtf/Optional.h>
Show description for 786e703committedRename Checked::unsafeGet() to Checked::value()
Show description for 2283824committed
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 29, 2021
Web process terminates when attempting to log in on bankid.no
Show description for 2e6e9d7committed
Commits on May 28, 2021
[GPU Process] Add debug logging around some shared display list codepaths
Show description for 69e60fccommittedNext step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on May 27, 2021
[GPU Process] Add validation when reading DisplayListSharedMemoryHeader::waitingStatus in DisplayListReaderHandle
Show description for 2f2eb47committed
Commits on May 25, 2021
Convert DestinationColorSpace from an enum to class wrapping a platform color space (CGColorSpaceRef for CG ports, etc.)
Show description for 8827b78committed
Sam Weinig
Commits on May 24, 2021
Unreviewed, reverting r277940.
Show description for 403b09dcommittedMake CheckedLock the default Lock
Show description for e801aaacommittedConvert DestinationColorSpace from an enum to class wrapping a platform color space (CGColorSpaceRef for CG ports, etc.)
Show description for a336c84committed
Sam Weinig
Commits on May 20, 2021
[GPUProcess] It is not safe to call GraphicsContext::paintFrameForMedia() off the main thread
Show description for 15facfdcommittedRemove ImageBuffer::toBGRA() and replace its uses with the more general ImageBuffer::getPixelBuffer()
Show description for 0a9ba97committed
Sam Weinig
Commits on May 18, 2021
Enabling IPC testing API should prevent WebContent process from getting terminated in more cases
Show description for 992941dcommitted[GPU Process] Object identifiers with the deleted value should cause MESSAGE_CHECKs
Show description for 203d9d8committed
Commits on May 15, 2021
Source/WebCore:
Show description for 000aececommitted
Sam Weinig
Commits on May 11, 2021
Use PixelBuffer rather than ImageData in platform/ code to fix layering violation
Show description for fbab490committed
Sam Weinig
Commits on May 9, 2021
IPC testing API should have the ability to send and receive shared memory
Show description for 0f6b01ccommitted