Commits
User selector
Commit History
Commits on Sep 21, 2021
Drop makeRefPtr() and use RefPtr { } directly instead
Show description for fef3d76committed
Commits on Sep 9, 2021
Deploy CheckedRef on FocusController
Show description for 3f7cc98committed
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 403b09dcommittedConvert 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 7, 2021
[macOS] Set the -isSourceEditable property when presenting webpage translation popup
Show description for c76d672committed
Commits on Apr 16, 2021
[macOS] Refactor some webpage translation code
Show description for 3497c34committed
Commits on Feb 18, 2021
Plumb an Optional<PageIdentifier> through Pasteboard-related codepaths
Show description for 2174595committed
Commits on Jan 26, 2021
WebGL power preference and discrete/internal gpu selection implemented incorrectly with ANGLE
Show description for 40e4faeauthored andcommitted
Commits on Jan 21, 2021
[macOS] Include an origin identifier when writing promised image data to the drag pasteboard
Show description for df78c1ccommitted
Commits on Aug 14, 2020
Convert SharedMemory::Handle to SharedMemory::IPCHandle WebPage image/pasteboard functions
Show description for 9db3763committed
Commits on May 21, 2020
Dictation context should be an object identifier, not a type-punned pointer
Show description for 64d27aacommitted
Commits on May 9, 2020
Adapt LocalCurrentGraphicsContext for iOS
Show description for ef98ea0committed
Commits on May 6, 2020
Eliminate checks of USE(DICTATION_ALTERNATIVES) in Cocoa-specific code
Show description for bb90918committed
Commits on Apr 25, 2020
Move URL to use StringView when returning substrings of the URL
Show description for 8e088a7committed
Commits on Apr 20, 2020
Use #import instead of #include in Objective-C and don't use #pragma once
Show description for 10a179ecommitted
Commits on Dec 3, 2019
PageConfiguration::alternativeTextClient should use a smart pointer
Show description for 2de01dccommitted
Commits on Sep 24, 2019
Drop unnecessary SessionID.h header includes
Show description for 5a2d663committed
Commits on Jul 29, 2019
ShareableBitmap::createGraphicsContext() should return nullptr when CGBitmapContextCreateWithData returns nil
Show description for 82da6abcommitted
Commits on Jul 4, 2019
Crash in WebDragClient::startDrag because GraphicsContext is nullptr
Show description for abeacabcommitted
Commits on May 5, 2019
Revert r244953 and r244954 because they broke internal builds.
Show description for 7a18364committedMerge the three UIKitSPI.h files into a single one in PAL
Show description for 1eb7038committed
Commits on May 3, 2019
Pass KeyboardEvent by reference in more places
Show description for 06c9049committed
Commits on Jan 25, 2019
[iOS] Rename some WebKit-internal functions and variables that reference "data interaction"
Show description for fe80e84committed
Commits on Jan 10, 2019
Replace SessionTracker with HashMap member of NetworkProcess
Show description for ca7abc7committed
Commits on Jan 8, 2019
Stop using NetworkStorageSession in WebProcess
Show description for 581ef5dcommittedUnreviewed, rolling out r239727.
Show description for 703a326committedStop using NetworkStorageSession in WebProcess
Show description for dd6813fcommitted
Commits on Jan 7, 2019
Move identifierBase from SessionTracker to NetworkProcess/WebProcess
Show description for 2d8846ecommitted
Commits on Dec 22, 2018
Use Ref<> as much as possible
Show description for d4c5ff5committed
Commits on Dec 1, 2018
Move URL from WebCore to WTF
Show description for cddec66authored andcommitted
Commits on Oct 18, 2018
Switch from PLATFORM(IOS) to PLATFORM(IOS_FAMILY)
Show description for 8132e32committed
Commits on Oct 2, 2018
[macOS] Switching to discrete GPU should be done in the UI process
Show description for 629aaffcommitted
Commits on Sep 12, 2018
Add IGNORE_WARNING_.* macros
Show description for a1f0315committed
Commits on Aug 27, 2018
[Cocoa] Adapt more WebKit code to be ARC-compatible
Show description for 59d5dfacommitted