Commits
User selector
Commit History
Commits on Sep 21, 2021
Drop remaining uses of makeRefPtr() in WebCore/
Show description for 102a6d5committed
Commits on Sep 20, 2021
Refactor some code that controls Live Text selection behavior
Show description for cdd2107committed
Commits on Jul 14, 2021
[iOS] REGRESSION(r279720): changing Subtitles to Off doesn't hide them or do anything
Show description for 1c5615ecommitted
Commits on Jul 6, 2021
Live Text should not be visible in video thumbnail images behind "Skip Ad" button on YouTube
Show description for eab9b2bcommitted
Commits on Jun 8, 2021
Drop legacy MainThreadTaskQueue & EventLoopTaskQueue classes
Show description for 71d6b82committed
Commits on Jun 6, 2021
Reduce use of legacy EventLoopEventQueue and EventLoopTaskQueue
Show description for 1ae8e55committed
Commits on Jun 3, 2021
Port media code to the HTML event loop
Show description for c5c550fcommitted
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
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on May 26, 2021
[macOS] Support painting data detector highlights inside image overlays
Show description for 674e7bbcommitted
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 9, 2021
Remove uses of the String::toInt family of functions from WebCore/html and similar directories
Show description for 0a8df2ecommitted
Commits on May 5, 2021
Add preliminary support for specifying a color space for 2D canvas
Show description for 28e2159committed
Sam Weinig
Commits on May 3, 2021
Remove default parameter values for color space and pixel format from ImageBuffer::create to make it clear everwhere we are explicitly requesting SRGB/BGRA8 buffers
Show description for 3f4ba0bcommitted
Sam Weinig
Commits on Apr 27, 2021
Subdivide image overlay text into one or more elements per line
Show description for 910c79ccommitted
Commits on Apr 19, 2021
Selected image overlay text should never be visible
Show description for 6b0a492committed
Commits on Apr 15, 2021
[iOS] Image extraction fails in Google search results
Show description for 0e8b720committed
Commits on Apr 2, 2021
Do not paint native decorations for search fields without '-webkit-appearance: searchfield'
Show description for 381402ccommitted
Commits on Mar 24, 2021
REGRESSION (r273154): [iOS] Two magnifier symbols on google.com
Show description for aec22bdcommitted
Commits on Feb 12, 2021
enum LengthType -> enum class LengthType
Show description for 374b32ccommitted
Commits on Feb 8, 2021
[macOS] Return key binding for date inputs conflicts with return to submit form
Show description for 7ff67e4committed
Commits on Feb 7, 2021
Introduce image overlays and add UA shadow root support for image extraction
Show description for eef471bcommitted
Commits on Feb 2, 2021
REGRESSION: Fullscreen HTML5 video subtitles/captions are shown twice
Show description for da38522committed
Commits on Jan 30, 2021
[macOS] Remove support for image controls
Show description for 5b89d2fcommitted
Commits on Jan 27, 2021
REGRESSION (r271584): Hovering slowly over and out of "Top 100" items on liberation.fr does not restore animated state
Show description for 1b6bf30committed
Commits on Jan 20, 2021
Accelerate HTMLInputElement creation
Show description for 2cc0d11committed
Commits on Jan 18, 2021
Optimize :hover/:active style invalidation for deep trees and descendant selectors
Show description for 3e5a693committed
Commits on Dec 16, 2020
[macOS] Adjust date input placeholder color based on specified text color
Show description for 2fb3e80committed
Commits on Dec 12, 2020
Implement WebVTT VTTCue region attribute
Show description for 1f9a126authored andcommitted
Commits on Nov 30, 2020
Use real dates and times as placeholders for date/time inputs with editable components
Show description for 4993ec6committed
Commits on Nov 21, 2020
Space between minute and meridiem fields in time inputs is too large
Show description for d68dafacommitted
Commits on Nov 3, 2020
[GPU Process] Make ImageBuffer RefCounted
Show description for e577e20committed
Commits on Oct 22, 2020
Remove use of in-makefile grepping of FEATURE_AND_PLATFORM_DEFINES
Show description for 63bd910committed
Sam Weinig