Commits
User selector
Commit History
Commits on Sep 20, 2021
Unreviewed, rebaseline webkitpy test after r282755.
Show description for 6b132e1committedUse ObjectIdentifier for WebURLSchemeHandler
Show description for f90a8f2authored andcommittedStop using makeRef(*this) / makeRefPtr(this)
Show description for 54cb09dcommitted
Commits on Sep 18, 2021
Use ObjectIdentifier for ResourceLoader
Show description for 555f181committed
Commits on Sep 16, 2021
Add violations reporting support for Cross-Origin-Embedder-Policy
Show description for 89f5b69committed
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 Sep 5, 2021
Use a strongly typed identifier for authentication challenge IDs
Show description for 8fedb30committed
Commits on Aug 31, 2021
Enable SharedArrayBuffer support when COOP/COEP headers are used
Show description for f3ee677committed
Commits on Aug 28, 2021
Fix std::optional<> stripping in MessageArgumentDescriptions.cpp generator
Show description for c24f158committed
Commits on Aug 26, 2021
Replace the uint64_t used to identify form submits with a strongly typed identifier
Show description for 0d5be8bcommitted
Commits on Aug 22, 2021
Use the strongly typed PageGroupIdentifier in place of uint64_t
Show description for f3b1567committed
Commits on Aug 21, 2021
Use MediaKeySystemRequestIdentifier, rather than mysterious uint64_t values, in WebKit
Show description for efbeef4committedUse UserMediaRequestIdentifier in WebKit rather than a mysterious uint64_t
Show description for 329d006committed
Commits on Aug 20, 2021
Change the mysterious uint64_t argument to detectDataInAllFrames() to OptionSet<WebCore::DataDetectorType>
Show description for 05efc1fcommittedUse an ObjectIdentifier<> for text checker requests
Show description for 5c7e1accommitted
Commits on Aug 19, 2021
Replace the uint64_t used to identify taps with an ObjectIdentifier<> type
Show description for 3bb6a43committed
Commits on Jul 27, 2021
Regulate the WebPage RenderingUpdates from the WebProcess to the GPUProcess
Show description for 2f46943committed
Commits on Jul 16, 2021
Add initial support for BroadcastChannel behind a runtime flag
Show description for 56f3b39committed
Commits on Jul 8, 2021
Clean up App Privacy Report code
Show description for 9b8c5e9committed
Commits on Jun 29, 2021
Remove RemoteAudioMediaStreamTrackRenderer and RemoteAudioMediaStreamTrackRendererManager
Show description for 2db2a4ccommitted
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 18, 2021
[iOS] Fullscreen video playback gets stuck after interacting with the playback controls
Show description for 1939cdbcommitted
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
[Cocoa] HDR variants in HLS playlists not selected when screen is HDR
Show description for 8c0ddadcommittedNext step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on May 21, 2021
Implement a remote Internal Unit in GPUProcess for audio MediaStreamTrack rendering
Show description for ce9efbfcommitted
Commits on May 20, 2021
Mark ServiceWorkerThreadProxy with a default app-bound value
Show description for 4fb238ccommitted
Commits on May 18, 2021
Enabling IPC testing API should prevent WebContent process from getting terminated in more cases
Show description for 5faafa0committedEnabling IPC testing API should prevent WebContent process from getting terminated in more cases
Show description for 992941dcommitted
Commits on May 4, 2021
Allow AppHighlight visibility to be toggled
Show description for 4997db2committed
Commits on Apr 30, 2021
[GPUP] Poll videoPlaybackQualityMetrics at the frequency is it accessed by script
Show description for 5dfee3fcommitted
Commits on Apr 21, 2021
Rename WebCore::SelectionRect to WebCore::SelectionGeometry
Show description for 0882b39committed