Commits
User selector
Commit History
Commits on Sep 22, 2021
Drop makeRef() and use Ref { } instead
Show description for fee7a1ccommitted
Commits on Sep 20, 2021
Stop using makeRef(*this) / makeRefPtr(this)
Show description for 54cb09dcommitted
Commits on Sep 5, 2021
Use a strongly typed identifier for authentication challenge IDs
Show description for 8fedb30committed
Commits on Aug 13, 2021
SandboxExtension::Handle creation should return std::optional instead of bool
Show description for 1b8d022authored andcommitted
Commits on Jul 6, 2021
[iOS] Have ProcessAssertion take the RunningBoard assertion asynchronously by default
Show description for 72e10b8committed
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 20, 2021
WebGL GPU process IPC should use shared memory for asynchronous messages
Show description for 3696f97authored andcommitted
Commits on Dec 10, 2020
Source/WebKit:
Show description for 756c120authored andcommitted
Commits on Dec 4, 2020
Unreviewed, reverting r270422.
Show description for a6d1322committedSource/WebKit:
Show description for 4e11ccdauthored andcommitted
Commits on Oct 14, 2020
Non-unified build fixes, mid October 2020
Show description for 67246f3committed
Commits on Oct 12, 2020
DownloadProxy::cancel should take a CompletionHandler
Show description for a684db4authored andcommitted
Commits on Oct 9, 2020
Merge DownloadProxy::DidReceiveResponse and DownloadProxy::DecideDestinationWithSuggestedFilename into one message
Show description for 7e9155ecommittedUse sendWithAsyncReply for NetworkProcess::CancelDownload
Show description for 5ca43b8committed
Commits on Oct 6, 2020
Move ownership of DownloadClient from WebProcessPool to DownloadProxy
Show description for 6a36891committed
Commits on Oct 5, 2020
Make DownloadID an ObjectIdentifier
Show description for 82d418dcommittedUse sendWithAsyncReply for DecideDestinationWithSuggestedFilename
Show description for fe0adfecommitted
Commits on Sep 29, 2020
Move NetworkProcessProxy ownership from WebProcessPool to WebsiteDataStore
Show description for c31adf1committed
Commits on Sep 26, 2020
Unreviewed, reverting r267608.
Show description for 3c91176committed
Commits on Sep 25, 2020
Move NetworkProcessProxy ownership from WebProcessPool to WebsiteDataStore
Show description for e200a84committed
Commits on May 20, 2020
Add _WKDownloadDelegate callback including totalBytesWritten
Show description for 149fc90authored andcommitted
Commits on Apr 5, 2020
[iOS] Simplify ProcessAssertion class in preparation for switch to RunningBoard
Show description for cce3e88committed
Commits on Mar 19, 2020
Sanitize suggested download filename received from web process
Show description for bdbe0b9authored andcommitted
Commits on Feb 6, 2020
[PlayStation] Miscellaneous build fixes February 2020 edition
Show description for 6325b0bcommitted
Commits on Feb 5, 2020
_WKDownload should expose the originating FrameInfo.
Show description for ebb918bauthored andcommitted
Commits on Nov 9, 2019
Unreviewed, rolling out r252260.
Show description for ad27f84committed
Commits on Nov 8, 2019
Make DownloadID an ObjectIdentifier
Show description for 2a2674dcommitted
Commits on Oct 22, 2019
Make it possible to not include IPC Messages headers in other headers
Show description for 252e986committed
Commits on Sep 24, 2019
Require a WebsiteDataStore when creating or resuming downloads
Show description for 6fe042ecommitted
Commits on Sep 13, 2019
Provide a prototype for AR QuickLook to trigger processing in the originating page
Show description for 9f0b892committed
Commits on Sep 4, 2019
Move MessageRegistry to NetworkProcess
Show description for 9bb40bbcommitted
Commits on Aug 19, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part
Show description for 8a462cbcommitted
Commits on Jul 22, 2019
Unreviewed non-unified build fix.
Show description for 8b5f971committed
Commits on Jun 17, 2019
Rename AtomicString to AtomString
Show description for 4da2beccommitted
Commits on May 17, 2019
Avoid races in taking networking assertions for downloads by having both Networking and UIProcess do it.
Show description for 0cc1a40committed