Bug 212917

Summary: Extended Color: Rename Color::lighten() and Color::darken() to Color::lightened() and Color::darkened()
Product: WebKit Reporter: Sam Weinig <sam>
Component: New BugsAssignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal CC: changseok, darin, esprehn+autocc, ews-watchlist, glenn, kondapallykalyan, pdr, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch none

Description Sam Weinig 2020-06-08 13:24:07 PDT
Extended Color: Rename Color::lighten() and Color::darken() to Color::lightened() and Color::darkened()
Comment 1 Sam Weinig 2020-06-08 13:31:28 PDT
Created attachment 401365 [details]
Patch
Comment 2 EWS 2020-06-08 14:35:57 PDT
Tools/Scripts/svn-apply failed to apply attachment 401365 [details] to trunk.
Please resolve the conflicts and upload a new patch.
Comment 3 Sam Weinig 2020-06-08 16:06:32 PDT
Created attachment 401391 [details]
Patch
Comment 4 EWS 2020-06-08 16:08:31 PDT
ChangeLog entry in Tools/ChangeLog contains OOPS!.
Comment 5 Sam Weinig 2020-06-08 16:12:24 PDT
Created attachment 401393 [details]
Patch
Comment 6 Darin Adler 2020-06-08 16:30:30 PDT
Comment on attachment 401393 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=401393&action=review

> Tools/TestWebKitAPI/Tests/WebCore/ColorTests.cpp:222
> +    auto cLigtened = Color(c).lightened().toSRGBASimpleColorLossy();

typo in existing code: "ligtened"
Comment 7 Sam Weinig 2020-06-08 16:40:22 PDT
(In reply to Darin Adler from comment #6)
> Comment on attachment 401393 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=401393&action=review
> 
> > Tools/TestWebKitAPI/Tests/WebCore/ColorTests.cpp:222
> > +    auto cLigtened = Color(c).lightened().toSRGBASimpleColorLossy();
> 
> typo in existing code: "ligtened"

Gaaaaa :). I'll get it right one of these times.
Comment 8 EWS 2020-06-08 17:11:00 PDT
Committed r262753: <https://trac.webkit.org/changeset/262753>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 401393 [details].
Comment 9 Radar WebKit Bug Importer 2020-06-08 17:11:18 PDT
<rdar://problem/64141679>