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 fef3d76committedUse typed identifier for WebSocketChannel identifiers
Show description for 47c0c7eauthored andcommitted
Commits on Sep 20, 2021
Stop 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 17, 2021
Make WebProcess use a RefPtr of LibWebRTCNetwork
Show description for 86ad330committed
Commits on Sep 14, 2021
[Hardening] Validate IDBValue's blob paths in WebIDBServer::putOrAdd()
Show description for 76cb8cecommitted
Commits on Sep 10, 2021
Use RTCErrorEvent for data channel error event
Show description for 14ade13committed
Commits on Sep 9, 2021
Categorize WebRTC TCP nw connections like done for WebRTC UDP nw connections
Show description for 319f254committed
Commits on Sep 6, 2021
Implement libwebrtc network manager GetMdnsResponder
Show description for 0770feacommitted
Commits on Sep 3, 2021
Buffer large media XHRs in the NetworkProcess to reduce IPC overhead
Show description for 9ad624ccommitted
Commits on Aug 30, 2021
WKWebViewConfiguration._loadsSubresources=NO should prevent preconnecting
Show description for 924e4aaauthored andcommitted
Commits on Aug 27, 2021
[WK2] Reuse the same network load when process-swapping on resource response due to COOP
Show description for 25db1e8committed
Commits on Aug 12, 2021
Add initial support for Cross-Origin-Embedder-Policy (COEP)
Show description for e6c7e17committed
Commits on Aug 2, 2021
Attribute nw connections to the page bundle identifier
Show description for d15b4dacommitted
Commits on Aug 1, 2021
Introduce an experimental feature to toggle WebRTC socket proxying
Show description for 819994bcommitted
Commits on Jul 28, 2021
WebSocket: Safari on iOS 15 beta 3 is sending invalid close frame
Show description for 172f26cauthored andcommitted
Commits on Jul 17, 2021
Network access prevention SPI should prevent preconnecting, and it should first allow injected bundle to change request
Show description for 5364644committed
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 Jul 1, 2021
Disable relay for UDP sockets when not needed
Show description for bbd60b4committed[Cocoa] Migrate WebRTC UDP socket handling to NW API
Show description for f14eb5ccommitted
Commits on Jun 30, 2021
Unreviewed, reverting r279405.
Show description for 6a8d0a2committed
Truitt Savell[Cocoa] Migrate WebRTC UDP socket handling to NW API
Show description for 737bcaacommitted
Commits on Jun 11, 2021
Enable more release logging in UIProcess/WebProcess for ephemeral sessions
Show description for 542e8cccommittedEnable release logging in ephemeral sessions for parts of WebCore
Show description for 7175cefcommitted
Commits on Jun 10, 2021
Fix some inefficient uses of SharedBuffer
Show description for 044109ecommittedUpdate libwebrtc to M92
Show description for 5260c8ecommitted
Commits on Jun 8, 2021
Unreviewed, reverting r278609.
Show description for 77d9b27committed
Truitt SavellReduce use of reinterpret_cast<> in the codebase
Show description for e2db829committedUpdate libwebrtc to M92
Show description for 339da41committed
Commits on Jun 6, 2021
Use `const uint8_t*` type more consistently to store bytes in WebKit
Show description for 66fb385committed
Commits on Jun 5, 2021
Use Vector<uint8_t> instead of Vector<char> to store bytes in SharedBuffer
Show description for 3194bf4committed
Commits on Jun 2, 2021
Rename 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