[webkit-changes] [283511] trunk/Source

2021-10-04 Thread weinig
trunk/Source/WebCore/Modules/webxr/WebXRSession+AR.idl Diff Modified: trunk/Source/WTF/ChangeLog (283510 => 283511) --- trunk/Source/WTF/ChangeLog 2021-10-04 19:40:43 UTC (rev 283510) +++ trunk/Source/WTF/ChangeLog 2021-10-04 19:48:22 UTC (rev 283511) @@ -1,3 +1,14 @@ +2021-10-04 Sam Wei

[webkit-changes] [283484] trunk/Source/WebCore

2021-10-03 Thread weinig
,16 @@ +2021-10-03 Sam Weinig + +WebXRSession's m_environmentBlendMode and m_interactionMode are never initialized +https://bugs.webkit.org/show_bug.cgi?id=231144 + +Reviewed by Dean Jackson. + +The m_environmentBlendMode and m_interactionMode members of WebXRSess

[webkit-changes] [283356] trunk/Source/WebKit

2021-09-30 Thread weinig
/ios/WKWebViewTestingIOS.mm Diff Modified: trunk/Source/WebKit/ChangeLog (283355 => 283356) --- trunk/Source/WebKit/ChangeLog 2021-10-01 01:30:29 UTC (rev 283355) +++ trunk/Source/WebKit/ChangeLog 2021-10-01 03:24:27 UTC (rev 283356) @@ -1,3 +1,19 @@ +2021-09-30 Sam Weinig + +

[webkit-changes] [282667] trunk/Source/WebCore

2021-09-17 Thread weinig
e/WebCore/ChangeLog 2021-09-17 17:18:08 UTC (rev 282667) @@ -1,3 +1,24 @@ +2021-09-17 Sam Weinig + +Add MIME type and URL to WebCore::Model to allow processing different model types +https://bugs.webkit.org/show_bug.cgi?id=230384 + +Reviewed by Darin Adler. + +Adds

[webkit-changes] [280980] trunk

2021-08-12 Thread weinig
-08-12 20:16:16 UTC (rev 280979) +++ trunk/LayoutTests/ChangeLog 2021-08-12 20:16:51 UTC (rev 280980) @@ -1,3 +1,25 @@ +2021-08-12 Sam Weinig + +Allow testing of the final UIView tree on iOS platforms +https://bugs.webkit.org/show_bug.cgi?id=229016 + +Reviewed by Tim Hor

[webkit-changes] [280534] trunk/Source/WebCore

2021-08-02 Thread weinig
534) @@ -1,3 +1,24 @@ +2021-08-02 Sam Weinig + +[Modern Media Controls] Address additional feedback on LayoutTraits refactor +https://bugs.webkit.org/show_bug.cgi?id=227489 + + +Reviewed by Devin Rousso. + +Splitting up larger change to land pieces incrementa

[webkit-changes] [280020] trunk/Source/WebCore

2021-07-18 Thread weinig
020) @@ -1,3 +1,17 @@ +2021-07-18 Sam Weinig + +Fix canvas overflow checking to use CheckedArithmatic rather than adhoc floating point mechanism +https://bugs.webkit.org/show_bug.cgi?id=228058 + +Reviewed by Dean Jackson. + +We have CheckedArithmatic j

[webkit-changes] [279346] trunk/Source/WebCore

2021-06-28 Thread weinig
Modified: trunk/Source/WebCore/ChangeLog (279345 => 279346) --- trunk/Source/WebCore/ChangeLog 2021-06-28 19:11:31 UTC (rev 279345) +++ trunk/Source/WebCore/ChangeLog 2021-06-28 19:56:01 UTC (rev 279346) @@ -1,3 +1,19 @@ +2021-06-28 Sam Weinig + +[Modern Media Controls] Support customiz

[webkit-changes] [279339] trunk

2021-06-28 Thread weinig
339) @@ -1,3 +1,22 @@ +2021-06-28 Sam Weinig + +Add helpers to create Spans from CFDataRef and NSData +https://bugs.webkit.org/show_bug.cgi?id=227217 + +Reviewed by Chris Dumez. + +Add overloads of asBytes() for CFDataRef and NSData. This is going to +be a com

[webkit-changes] [279062] trunk/Source/WTF

2021-06-20 Thread weinig
1,3 +1,20 @@ +2021-06-20 Sam Weinig + +Replace Span implementation with one from libc++, which is more spec complient +https://bugs.webkit.org/show_bug.cgi?id=227197 + +Reviewed by Darin Adler. + +* wtf/Span.h: +The tcb span implementation had some SFINAE iss

[webkit-changes] [279058] trunk/Source/WTF

2021-06-20 Thread weinig
WTF/ChangeLog 2021-06-20 19:46:09 UTC (rev 279057) +++ trunk/Source/WTF/ChangeLog 2021-06-20 20:33:15 UTC (rev 279058) @@ -1,3 +1,23 @@ +2021-06-20 Sam Weinig + +Adopt Span in SHA1.h +https://bugs.webkit.org/show_bug.cgi?id=227184 + +Reviewed by Chris Du

[webkit-changes] [279051] trunk/Source/WTF

2021-06-19 Thread weinig
) @@ -1,3 +1,41 @@ +2021-06-19 Sam Weinig + +Adopt Span in Base64.h +https://bugs.webkit.org/show_bug.cgi?id=227132 + +Reviewed by Chris Dumez. + +Replaces overloads taking Vectors with ones taking Spans +and add overloads for Span which all the +

[webkit-changes] [278820] trunk/Source/WebCore

2021-06-13 Thread weinig
820) --- trunk/Source/WebCore/ChangeLog 2021-06-13 18:29:46 UTC (rev 278819) +++ trunk/Source/WebCore/ChangeLog 2021-06-13 18:42:45 UTC (rev 278820) @@ -1,3 +1,18 @@ +2021-06-13 Sam Weinig + +SimulatedXRDevice::shutDownTrackingAndRendering() should clear it's GraphicsContextGL to ens

[webkit-changes] [278817] trunk/LayoutTests

2021-06-12 Thread weinig
816) +++ trunk/LayoutTests/ChangeLog 2021-06-13 00:31:57 UTC (rev 278817) @@ -1,3 +1,13 @@ +2021-06-12 Sam Weinig + +Disable WebXR tests on Windows +https://bugs.webkit.org/show_bug.cgi?id=226956 + +Reviewed by Alan Bujtas. + +* platform/win/TestExpectations: +Disa

[webkit-changes] [278750] trunk

2021-06-10 Thread weinig
,17 @@ +2021-06-10 Sam Weinig + +Nothing is keeping navigator.xr alive during GC +https://bugs.webkit.org/show_bug.cgi?id=226898 + +Reviewed by Chris Dumez. + +Add test that ensure the navigator.xr wrapper is kept alive when it has +custom propert

[webkit-changes] [278647] trunk/Source

2021-06-08 Thread weinig
e/WebCore/ChangeLog 2021-06-09 05:03:32 UTC (rev 278647) @@ -1,3 +1,67 @@ +2021-06-08 Sam Weinig + +Adopt WTF::Span in SQLiteStatement +https://bugs.webkit.org/show_bug.cgi?id=226773 + +Reviewed by Alex Christensen. + +Do some initial adoption of WTF::Span by

[webkit-changes] [278616] trunk

2021-06-08 Thread weinig
/Tests/WTF/Span.cpp Diff Modified: trunk/Source/WTF/ChangeLog (278615 => 278616) --- trunk/Source/WTF/ChangeLog 2021-06-08 16:54:10 UTC (rev 278615) +++ trunk/Source/WTF/ChangeLog 2021-06-08 16:54:34 UTC (rev 278616) @@ -1,3 +1,20 @@ +2021-06-08 Sam Weinig + +Add copy of std::span

[webkit-changes] [278611] trunk

2021-06-08 Thread weinig
cripts/webkitpy/style/checkers/jsonchecker.py Diff Modified: trunk/Source/WebCore/ChangeLog (278610 => 278611) --- trunk/Source/WebCore/ChangeLog 2021-06-08 16:27:50 UTC (rev 278610) +++ trunk/Source/WebCore/ChangeLog 2021-06-08 16:35:09 UTC (rev 278611) @@ -1,3 +1,22 @@ +2021-06-08 Sam W

[webkit-changes] [278364] trunk

2021-06-02 Thread weinig
17:07:03 UTC (rev 278363) +++ trunk/LayoutTests/ChangeLog 2021-06-02 17:38:56 UTC (rev 278364) @@ -1,3 +1,17 @@ +2021-06-02 Sam Weinig + +Add support for "relative color syntax" for color() +https://bugs.webkit.org/show_bug.cgi?id=226513 + +Reviewed by Darin Ad

[webkit-changes] [278311] trunk/Source/WebCore

2021-06-01 Thread weinig
/css/parser/CSSPropertyParserHelpers.cpp Diff Modified: trunk/Source/WebCore/ChangeLog (278310 => 278311) --- trunk/Source/WebCore/ChangeLog 2021-06-01 16:28:23 UTC (rev 278310) +++ trunk/Source/WebCore/ChangeLog 2021-06-01 16:49:09 UTC (rev 278311) @@ -1,3 +1,121 @@ +2021-06-01 Sam Wei

[webkit-changes] [278304] trunk

2021-06-01 Thread weinig
6-01 13:43:06 UTC (rev 278303) +++ trunk/LayoutTests/ChangeLog 2021-06-01 13:50:16 UTC (rev 278304) @@ -1,3 +1,16 @@ +2021-06-01 Sam Weinig + +Support calc() on components inside relative color syntax colors +https://bugs.webkit.org/show_bug.cgi?id=226272 + +Reviewed b

[webkit-changes] [278269] trunk/Source/WebCore

2021-05-30 Thread weinig
021-05-30 Sam Weinig +Use SortedArrayMap in parseColorContrastFunctionParameters +https://bugs.webkit.org/show_bug.cgi?id=226444 + +Reviewed by Darin Adler. + +Use SortedArrayMap to remove some boilerplate and allow for a future where +this list gets

[webkit-changes] [278268] trunk

2021-05-30 Thread weinig
rev 278268) @@ -1,5 +1,21 @@ 2021-05-30 Sam Weinig +Remove support for no longer specific color(lab ...) syntax +https://bugs.webkit.org/show_bug.cgi?id=226439 + +Reviewed by Darin Adler. + +Remove test cases for color(lab) (keeping one to ensure it does

[webkit-changes] [278262] trunk

2021-05-30 Thread weinig
8261 => 278262) --- trunk/LayoutTests/ChangeLog 2021-05-31 00:29:18 UTC (rev 278261) +++ trunk/LayoutTests/ChangeLog 2021-05-31 00:52:19 UTC (rev 278262) @@ -1,5 +1,17 @@ 2021-05-30 Sam Weinig +Add additional target luminance keywords for color-contrast() added for https://github.com

[webkit-changes] [278261] trunk

2021-05-30 Thread weinig
5-30 22:46:54 UTC (rev 278260) +++ trunk/LayoutTests/ChangeLog 2021-05-31 00:29:18 UTC (rev 278261) @@ -1,3 +1,16 @@ +2021-05-30 Sam Weinig + +Support calc() on components inside relative color syntax colors +https://bugs.webkit.org/show_bug.cgi?id=226272 + +Reviewed b

[webkit-changes] [278247] trunk/Source/ThirdParty

2021-05-29 Thread weinig
unk/Source/ThirdParty/ChangeLog 2021-05-30 04:39:47 UTC (rev 278247) @@ -1,3 +1,18 @@ +2021-05-29 Sam Weinig + +Remove selective compilation of libwebrtc as TestWebKitAPI depends on it for boringssl, so it is always needed +https://bugs.webkit.org/show_bug.cgi?id=226

[webkit-changes] [278217] trunk/Source

2021-05-28 Thread weinig
:47:39 UTC (rev 278216) +++ trunk/Source/WTF/ChangeLog 2021-05-28 18:54:27 UTC (rev 278217) @@ -1,3 +1,12 @@ +2021-05-28 Sam Weinig + +Add stub implementation of CA separated portal bits for GraphicsLayer +https://bugs.webkit.org/show_bug.cgi?id=226343 + +Reviewed by Si

[webkit-changes] [278163] trunk/Source/WebCore

2021-05-27 Thread weinig
C (rev 278163) @@ -1,3 +1,39 @@ +2021-05-27 Sam Weinig + +Merge WorkerGlobalScope+Caches.idl and DOMWindow+Caches.idl into a single WindowOrWorkerGlobalScope+Caches.idl +https://bugs.webkit.org/show_bug.cgi?id=226271 + +Reviewed by Darin Adler. + +Address FIXMEs i

[webkit-changes] [278070] trunk/Source/WebCore

2021-05-25 Thread weinig
Source/WebCore/ChangeLog 2021-05-26 01:10:08 UTC (rev 278070) @@ -1,3 +1,33 @@ +2021-05-25 Sam Weinig + +Support byte components for all bounded RGB color types, not just SRGBA +https://bugs.webkit.org/show_bug.cgi?id=226222 + +Reviewed by Darin Adler. + +We cur

[webkit-changes] [277994] trunk/Source/WebCore

2021-05-24 Thread weinig
,21 @@ +2021-05-24 Sam Weinig + +DestinationColorSpace's well known color space accessors cause unnecessary retain count churn +https://bugs.webkit.org/show_bug.cgi?id=226160 + +Reviewed by Darin Adler. + +While unlikely to be hot, we can avoid unnecessary retain co

[webkit-changes] [277906] trunk/Source/WebKit

2021-05-21 Thread weinig
tCodersMac.mm Diff Modified: trunk/Source/WebKit/ChangeLog (277905 => 277906) --- trunk/Source/WebKit/ChangeLog 2021-05-22 02:07:17 UTC (rev 277905) +++ trunk/Source/WebKit/ChangeLog 2021-05-22 02:23:42 UTC (rev 277906) @@ -1,3 +1,106 @@ +2021-05-21 Sam Weinig + +M

[webkit-changes] [277905] trunk/Source/WebCore

2021-05-21 Thread weinig
/Source/WebCore/ChangeLog (277904 => 277905) --- trunk/Source/WebCore/ChangeLog 2021-05-22 01:53:38 UTC (rev 277904) +++ trunk/Source/WebCore/ChangeLog 2021-05-22 02:07:17 UTC (rev 277905) @@ -1,3 +1,15 @@ +2021-05-21 Sam Weinig + +All Netflix playback fails after r277740 +ht

[webkit-changes] [277833] trunk/Source/WebCore

2021-05-20 Thread weinig
,12 @@ +2021-05-20 Sam Weinig + +Fix inverted ASSERT in sampleColor. + +Rubber-stamped by Tim Horton. + +* page/PageColorSampler.cpp: +(WebCore::sampleColor): + 2021-05-20 Alexey Shvayka [WebIDL] Remove [ImplicitThis] and [CustomProxyToJSObject] exten

[webkit-changes] [277763] trunk/Source

2021-05-19 Thread weinig
:13:42 UTC (rev 277763) @@ -1,3 +1,59 @@ +2021-05-19 Sam Weinig + +Remove ImageBuffer::toBGRA() and replace its uses with the more general ImageBuffer::getPixelBuffer() +https://bugs.webkit.org/show_bug.cgi?id=225976 + +Reviewed by Said Abou-Hallawa. + +Remo

[webkit-changes] [277751] trunk/Source

2021-05-19 Thread weinig
using WTF::StringBuffer; using WTF::StringBuilder; Modified: trunk/Source/WebCore/ChangeLog (277750 => 277751) --- trunk/Source/WebCore/ChangeLog 2021-05-19 21:00:39 UTC (rev 277750) +++ trunk/Source/WebCore/ChangeLog 2021-05-19 21:18:55 UTC (rev 277751) @@ -1,3 +1,54 @@ +2021-05-19

[webkit-changes] [277574] trunk

2021-05-16 Thread weinig
574) --- trunk/LayoutTests/ChangeLog 2021-05-16 20:32:30 UTC (rev 277573) +++ trunk/LayoutTests/ChangeLog 2021-05-16 22:00:30 UTC (rev 277574) @@ -1,5 +1,36 @@ 2021-05-16 Sam Weinig +Support serializing ImageData object colorSpace property in SerializedScriptValue +https://bugs.webkit.

[webkit-changes] [277569] trunk

2021-05-16 Thread weinig
(277568 => 277569) --- trunk/LayoutTests/ChangeLog 2021-05-16 15:00:51 UTC (rev 277568) +++ trunk/LayoutTests/ChangeLog 2021-05-16 15:21:34 UTC (rev 277569) @@ -1,3 +1,33 @@ +2021-05-16 Sam Weinig + +Add support for creating/accessing/setting non-sRGB ImageData via canvas +ht

[webkit-changes] [277560] trunk

2021-05-15 Thread weinig
Diff Modified: trunk/ChangeLog (277559 => 277560) --- trunk/ChangeLog 2021-05-16 03:04:37 UTC (rev 277559) +++ trunk/ChangeLog 2021-05-16 03:14:57 UTC (rev 277560) @@ -1,3 +1,15 @@ +2021-05-15 Sam Weinig + +Allow conditionally enabling OffscreenCanvas only for non-worker conte

[webkit-changes] [277543] trunk/Source/WebCore

2021-05-15 Thread weinig
-05-15 17:51:24 UTC (rev 277543) @@ -1,3 +1,35 @@ +2021-05-15 Sam Weinig + +Move CanvasRenderingContext2DSettings down to CanvasRenderingContext2DBase so it can be used there (and to support OffscreenCanvas) +https://bugs.webkit.org/show_bug.cgi?id=225836 + +Reviewed by Si

[webkit-changes] [277529] trunk/Source/WebCore

2021-05-14 Thread weinig
-14 Sam Weinig + +CustomPaintImage being in platform/graphics is a layering violation +https://bugs.webkit.org/show_bug.cgi?id=225356 + +Reviewed by Darin Adler. + +It is layering violation for a file in platform/ to reference classes +like RenderElem

[webkit-changes] [277525] trunk/Source

2021-05-14 Thread weinig
,3 +1,109 @@ +2021-05-14 Sam Weinig + +Use PixelBufferFormat to specify ImageBuffer::getPixelData destination format allowing for more control over data conversion +https://bugs.webkit.org/show_bug.cgi?id=225813 + +Reviewed by Darin Adler. + +The reprevious sig

[webkit-changes] [277506] trunk/Tools

2021-05-14 Thread weinig
ols/ChangeLog 2021-05-14 21:34:46 UTC (rev 277505) +++ trunk/Tools/ChangeLog 2021-05-14 21:35:29 UTC (rev 277506) @@ -1,3 +1,14 @@ +2021-05-14 Sam Weinig + +REGRESSION(r277313): [ Debug ] 2 TestWebKitAPI.IPCTestingAPI (API-Tests) are constant timeouts +https://bugs.webkit.

[webkit-changes] [277450] trunk/Source

2021-05-13 Thread weinig
13 20:47:38 UTC (rev 277449) +++ trunk/Source/WebCore/ChangeLog 2021-05-13 20:54:21 UTC (rev 277450) @@ -1,3 +1,77 @@ +2021-05-13 Sam Weinig + +Split pixel buffer format data out into a new PixelBufferFormat struct +https://bugs.webkit.org/show_bug.cgi?id=225707 + +

[webkit-changes] [277439] trunk/Source/WebKit

2021-05-13 Thread weinig
(277438 => 277439) --- trunk/Source/WebKit/ChangeLog 2021-05-13 17:03:39 UTC (rev 277438) +++ trunk/Source/WebKit/ChangeLog 2021-05-13 17:35:23 UTC (rev 277439) @@ -1,3 +1,14 @@ +2021-05-13 Sam Weinig + +CGDisplayList debug configuration fails to build +https://bugs.webkit.

[webkit-changes] [277384] trunk/Source/WebCore

2021-05-12 Thread weinig
383) +++ trunk/Source/WebCore/ChangeLog 2021-05-12 20:11:20 UTC (rev 277384) @@ -1,3 +1,24 @@ +2021-05-12 Sam Weinig + +Remove inline annoatations for static functions in PixelBufferConversion +https://bugs.webkit.org/show_bug.cgi?id=225708 + +Reviewed by Darin Ad

[webkit-changes] [277369] trunk/Source/WebCore

2021-05-12 Thread weinig
-12 14:33:51 UTC (rev 277368) +++ trunk/Source/WebCore/ChangeLog 2021-05-12 14:51:31 UTC (rev 277369) @@ -1,3 +1,69 @@ +2021-05-12 Sam Weinig + +Factor copyImagePixels pixel conversion code into its own file +https://bugs.webkit.org/show_bug.cgi?id=225673 + +Reviewed by Da

[webkit-changes] [277255] trunk/Source/WebCore

2021-05-09 Thread weinig
: trunk/Source/WebCore/ChangeLog (277254 => 277255) --- trunk/Source/WebCore/ChangeLog 2021-05-10 00:26:01 UTC (rev 277254) +++ trunk/Source/WebCore/ChangeLog 2021-05-10 01:48:09 UTC (rev 277255) @@ -1,3 +1,29 @@ +2021-05-09 Sam Weinig + +Add back protection of the pixel buf

[webkit-changes] [277237] trunk/Source

2021-05-08 Thread weinig
6) +++ trunk/Source/WebCore/ChangeLog 2021-05-09 01:29:38 UTC (rev 277237) @@ -1,3 +1,103 @@ +2021-05-08 Sam Weinig + +Factor out pixel buffer from DOM specific ImageData class +https://bugs.webkit.org/show_bug.cgi?id=225554 + +Reviewed by Darin Adler. + +Prepare to

[webkit-changes] [277041] trunk/LayoutTests

2021-05-05 Thread weinig
rev 277041) @@ -1,3 +1,10 @@ +2021-05-05 Sam Weinig + +Skip fast/canvas/CanvasRenderingContext2DSettings-colorSpace-enabled.html on windows +until the preference has been hooked up. + +* platform/win/TestExpectations: + 2021-05-05 Robert Jenner [ macOS/iOS De

[webkit-changes] [277024] trunk

2021-05-05 Thread weinig
-05-05 Sam Weinig + +Add preliminary support for specifying a color space for 2D canvas +https://bugs.webkit.org/show_bug.cgi?id=225286 + +Reviewed by Dean Jackson. + +Add basic tests for color space in canvas support. + +* fast/can

[webkit-changes] [276899] trunk

2021-05-03 Thread weinig
9) @@ -1,3 +1,89 @@ +2021-05-03 Sam Weinig + +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 +https://bugs.webkit.org/show_bug.cgi?id=225288 + +Reviewed by

[webkit-changes] [276887] trunk/Source

2021-05-02 Thread weinig
+++ trunk/Source/WTF/ChangeLog 2021-05-02 19:01:51 UTC (rev 276887) @@ -1,3 +1,16 @@ +2021-05-02 Sam Weinig + +Add support for DestinationColorSpace::DisplayP3 in preparation for DisplayP3 canvas +https://bugs.webkit.org/show_bug.cgi?id=225280 + +Reviewed by Anders

[webkit-changes] [276885] trunk/LayoutTests

2021-05-02 Thread weinig
Modified: trunk/LayoutTests/ChangeLog (276884 => 276885) --- trunk/LayoutTests/ChangeLog 2021-05-02 16:36:59 UTC (rev 276884) +++ trunk/LayoutTests/ChangeLog 2021-05-02 16:45:29 UTC (rev 276885) @@ -1,3 +1,30 @@ +2021-05-02 Sam Weinig + +Consider removing imported/w3c/canvas and can

[webkit-changes] [276884] trunk/LayoutTests

2021-05-02 Thread weinig
-02 16:36:59 UTC (rev 276884) @@ -1,3 +1,34 @@ +2021-05-01 Sam Weinig + +Consider removing imported/w3c/canvas and canvas/philip (Part 1) +https://bugs.webkit.org/show_bug.cgi?id=225269 + +Reviewed by Simon Fraser. + +Remove imported/w3c/canvas/* and canvas/phi

[webkit-changes] [276881] trunk/Source/WebCore

2021-05-01 Thread weinig
:09:34 UTC (rev 276880) +++ trunk/Source/WebCore/ChangeLog 2021-05-02 03:39:07 UTC (rev 276881) @@ -1,3 +1,18 @@ +2021-05-01 Sam Weinig + +Move PixelFormat into its own file +https://bugs.webkit.org/show_bug.cgi?id=225272 + +Reviewed by Darin Adler. + +PixelFor

[webkit-changes] [276877] trunk

2021-05-01 Thread weinig
/ChangeLog (276876 => 276877) --- trunk/LayoutTests/ChangeLog 2021-05-01 19:55:35 UTC (rev 276876) +++ trunk/LayoutTests/ChangeLog 2021-05-01 20:40:57 UTC (rev 276877) @@ -1,3 +1,27 @@ +2021-05-01 Sam Weinig + +Update operations in CanvasImageData.idl to use long rather than float as per s

[webkit-changes] [276875] trunk/Source

2021-05-01 Thread weinig
=> 276875) --- trunk/Source/WTF/ChangeLog 2021-05-01 17:15:01 UTC (rev 276874) +++ trunk/Source/WTF/ChangeLog 2021-05-01 18:06:08 UTC (rev 276875) @@ -1,3 +1,18 @@ +2021-05-01 Sam Weinig + +Make destination color space enumeration match supported destination color spaces for the p

[webkit-changes] [276874] trunk/Source/WebCore

2021-05-01 Thread weinig
ore/ChangeLog (276873 => 276874) --- trunk/Source/WebCore/ChangeLog 2021-05-01 13:27:35 UTC (rev 276873) +++ trunk/Source/WebCore/ChangeLog 2021-05-01 17:15:01 UTC (rev 276874) @@ -1,3 +1,28 @@ +2021-05-01 Sam Weinig + +Generated JS bindings for JSValue -> IDL dictionary don't take int

[webkit-changes] [276777] trunk

2021-04-29 Thread weinig
tml/canvas/CanvasRenderingContext2DSettings.idl Diff Modified: trunk/LayoutTests/ChangeLog (276776 => 276777) --- trunk/LayoutTests/ChangeLog 2021-04-29 16:04:18 UTC (rev 276776) +++ trunk/LayoutTests/ChangeLog 2021-04-29 16:09:17 UTC (rev 276777) @@ -1,3 +1,18 @@ +2021-04-29 Sam Weinig + +

[webkit-changes] [276327] trunk

2021-04-20 Thread weinig
: trunk/LayoutTests/ChangeLog (276326 => 276327) --- trunk/LayoutTests/ChangeLog 2021-04-20 23:11:40 UTC (rev 276326) +++ trunk/LayoutTests/ChangeLog 2021-04-20 23:21:06 UTC (rev 276327) @@ -1,3 +1,30 @@ +2021-04-20 Sam Weinig + +Separated models don't get opacity set on them at

[webkit-changes] [276232] trunk/Source/WebCore

2021-04-18 Thread weinig
232) @@ -1,3 +1,20 @@ +2021-04-18 Sam Weinig + +GraphicsLayer::distributeOpacity, GraphicsLayer::setOpacityInternal and GraphicsLayer::accumulatedOpacity are never used +https://bugs.webkit.org/show_bug.cgi?id=224732 + +Reviewed by Darin Adler. + +Remove dead c

[webkit-changes] [275981] trunk/Source/WebCore

2021-04-14 Thread weinig
-04-15 00:15:02 UTC (rev 275981) @@ -1,3 +1,54 @@ +2021-04-14 Sam Weinig + +Use range-for loop in target contrast selection to simplify/improve code readability +https://bugs.webkit.org/show_bug.cgi?id=224512 + +Reviewed by Darin Adler. + +Address some additional p

[webkit-changes] [275829] trunk/Source/WebCore

2021-04-12 Thread weinig
829) @@ -1,3 +1,17 @@ +2021-04-12 Sam Weinig + +Remove unused 'DefaultDefineOwnProperty' extended attribute support +https://bugs.webkit.org/show_bug.cgi?id=224436 + +Reviewed by Antti Koivisto. + +The old CSSStyleDeclaration named-getter based implementat

[webkit-changes] [275826] trunk

2021-04-12 Thread weinig
/parser/CSSPropertyParserHelpers.cpp Diff Modified: trunk/LayoutTests/ChangeLog (275825 => 275826) --- trunk/LayoutTests/ChangeLog 2021-04-12 16:49:52 UTC (rev 275825) +++ trunk/LayoutTests/ChangeLog 2021-04-12 16:53:16 UTC (rev 275826) @@ -1,3 +1,15 @@ +2021-04-12 Sam Wei

[webkit-changes] [275810] trunk

2021-04-11 Thread weinig
Kit/ChangeLog 2021-04-11 20:11:34 UTC (rev 275810) @@ -1,3 +1,19 @@ +2021-04-11 Sam Weinig + +Simplify WebKitTestRunner preference reset to be more like DRT +https://bugs.webkit.org/show_bug.cgi?id=224410 + +Reviewed by Darin Adler. + +

[webkit-changes] [275304] trunk/Source/WTF

2021-03-31 Thread weinig
304) --- trunk/Source/WTF/ChangeLog 2021-03-31 20:15:07 UTC (rev 275303) +++ trunk/Source/WTF/ChangeLog 2021-03-31 20:32:02 UTC (rev 275304) @@ -1,3 +1,13 @@ +2021-03-31 Sam Weinig + +Ease experimentation by enabling if SEPARATED_MODEL is being used +https://bugs.webkit.

[webkit-changes] [275303] trunk/Source/WebCore

2021-03-31 Thread weinig
trunk/Source/WebCore/ChangeLog 2021-03-31 20:13:05 UTC (rev 275302) +++ trunk/Source/WebCore/ChangeLog 2021-03-31 20:15:07 UTC (rev 275303) @@ -1,3 +1,42 @@ +2021-03-31 Sam Weinig + +Merge DOMWindow+IndexedDatabase.idl and WorkerGlobalScope+IndexedDatabase.idl into a

[webkit-changes] [275261] trunk/Source

2021-03-30 Thread weinig
8 UTC (rev 275261) @@ -1,3 +1,104 @@ +2021-03-30 Sam Weinig + +JSGlobalObject's m_customGetterFunctionMap and m_customSetterFunctionMap should be sets, not maps, and should use both the identifier and function pointer as the key +https://bugs.webkit.org/show_bug.cgi?id=223613 + +

[webkit-changes] [275206] trunk/Source/WebCore

2021-03-30 Thread weinig
angeLog 2021-03-30 16:31:21 UTC (rev 275206) @@ -1,3 +1,73 @@ +2021-03-30 Sam Weinig + +Generalize ColorComponents to support an arbritrary number of components (though really we will only ever want 3, 4, or 5) +https://bugs.webkit.org/show_bug.cgi?id=223901 + +

[webkit-changes] [275154] trunk/Source/WebCore

2021-03-28 Thread weinig
ore/ChangeLog 2021-03-29 01:20:02 UTC (rev 275153) +++ trunk/Source/WebCore/ChangeLog 2021-03-29 01:26:10 UTC (rev 275154) @@ -1,3 +1,13 @@ +2021-03-28 Sam Weinig + +Remove JSCustomXPathNSResolver.h/JSCustomXPathNSResolver.cpp from the Xcode project as they don't exist +ht

[webkit-changes] [274947] trunk

2021-03-24 Thread weinig
ev 274946) +++ trunk/LayoutTests/ChangeLog 2021-03-24 17:34:50 UTC (rev 274947) @@ -1,3 +1,14 @@ +2021-03-24 Sam Weinig + +Update CSS Color 5 color-mix() implementation to match the latest draft spec +https://bugs.webkit.org/show_bug.cgi?id=223665 + +Reviewed by Sim

[webkit-changes] [274408] trunk

2021-03-15 Thread weinig
: trunk/LayoutTests/imported/w3c/ChangeLog (274407 => 274408) --- trunk/LayoutTests/imported/w3c/ChangeLog 2021-03-15 00:57:22 UTC (rev 274407) +++ trunk/LayoutTests/imported/w3c/ChangeLog 2021-03-15 06:20:04 UTC (rev 274408) @@ -1,3 +1,17 @@ +2021-03-14 Sam Weinig + +Match other brows

[webkit-changes] [274192] trunk/Source

2021-03-09 Thread weinig
WTF/ChangeLog 2021-03-10 02:53:04 UTC (rev 274191) +++ trunk/Source/WTF/ChangeLog 2021-03-10 03:12:54 UTC (rev 274192) @@ -1,3 +1,15 @@ +2021-03-09 Sam Weinig + +Preferences do not need to be passed to the WebProcess via WebPageCreationParameters since the store already is +ht

[webkit-changes] [274168] trunk/Source

2021-03-09 Thread weinig
rev 274167) +++ trunk/Source/WTF/ChangeLog 2021-03-09 20:41:45 UTC (rev 274168) @@ -1,3 +1,18 @@ +2021-03-09 Sam Weinig + +Remove CSSParserContext::enforcesCSSMIMETypeInNoQuirksMode as it is unused +https://bugs.webkit.org/show_bug.cgi?id=222949 + +Reviewed by Darin Ad

[webkit-changes] [274114] trunk/Source/WebCore

2021-03-08 Thread weinig
/WebCore/ChangeLog (274113 => 274114) --- trunk/Source/WebCore/ChangeLog 2021-03-08 23:21:18 UTC (rev 274113) +++ trunk/Source/WebCore/ChangeLog 2021-03-08 23:35:57 UTC (rev 274114) @@ -1,3 +1,16 @@ +2021-03-08 Sam Weinig + +Make Color threadsafe +https://bugs.webkit.

[webkit-changes] [274111] trunk

2021-03-08 Thread weinig
acy/win/ChangeLog 2021-03-08 22:41:57 UTC (rev 274110) +++ trunk/Source/WebKitLegacy/win/ChangeLog 2021-03-08 22:47:21 UTC (rev 274111) @@ -1,3 +1,18 @@ +2021-03-08 Sam Weinig + +Add preference reseting to WebKitLegacy Windows to simplify testing reset +https://bugs.webkit.

[webkit-changes] [274074] trunk/Source

2021-03-08 Thread weinig
rev 274074) @@ -1,3 +1,14 @@ +2021-03-08 Sam Weinig + +Remove quirks for the no longer supported iAd Producer +https://bugs.webkit.org/show_bug.cgi?id=222894 + +Reviewed by Chris Dumez. + +* Scripts/Preferences/WebPreferences.yaml: +Rem

[webkit-changes] [274053] trunk/Source

2021-03-07 Thread weinig
unk/Source/WTF/ChangeLog 2021-03-07 18:16:47 UTC (rev 274053) @@ -1,3 +1,13 @@ +2021-03-07 Sam Weinig + +Move new color(), lab() and lch() color functions behind runtime settings. +https://bugs.webkit.org/show_bug.cgi?id=222869 + +Reviewed by Simon Fraser. + +* Scri

[webkit-changes] [274052] trunk/Tools

2021-03-07 Thread weinig
:25 UTC (rev 274051) +++ trunk/Tools/ChangeLog 2021-03-07 17:41:50 UTC (rev 274052) @@ -1,3 +1,32 @@ +2021-03-07 Sam Weinig + +Transition Cocoa DumpRenderTree to allow any preference keys, not just hard coded supported ones +https://bugs.webkit.org/show_bug.cgi?id=222

[webkit-changes] [274040] trunk

2021-03-06 Thread weinig
unk/Source/WebKitLegacy/mac/ChangeLog 2021-03-06 18:45:35 UTC (rev 274040) @@ -1,3 +1,34 @@ +2021-03-06 Sam Weinig + +Simplify DumpRenderTree WebPreferences reset +https://bugs.webkit.org/show_bug.cgi?id=218024 + + +Reviewed by Simon Fraser. + +* WebV

[webkit-changes] [273776] trunk

2021-03-02 Thread weinig
775 => 273776) --- trunk/Source/WebCore/ChangeLog 2021-03-03 01:12:53 UTC (rev 273775) +++ trunk/Source/WebCore/ChangeLog 2021-03-03 01:25:52 UTC (rev 273776) @@ -1,3 +1,95 @@ +2021-03-02 Sam Weinig + +Reduce the size of extended colors by storing the color space in free bits of the owning

[webkit-changes] [273688] trunk/Source

2021-03-01 Thread weinig
rev 273688) @@ -1,5 +1,17 @@ 2021-03-01 Sam Weinig +Add alternate, non-named-getter based, implementation of CSSStyleDeclaration back into WebCore +https://bugs.webkit.org/show_bug.cgi?id=222517 + +Reviewed by Darin Adler. + +* wtf/PlatformEnable.h: +Add new

[webkit-changes] [273683] trunk

2021-03-01 Thread weinig
trunk/LayoutTests/ChangeLog 2021-03-01 20:56:56 UTC (rev 273683) @@ -1,3 +1,14 @@ +2021-03-01 Sam Weinig + +Add experimental support for CSS Color 5 color-contrast() +https://bugs.webkit.org/show_bug.cgi?id=222530 + +Reviewed by Simon Fraser. + +* fast/css/parsing

[webkit-changes] [273642] trunk/Source/WebCore

2021-02-28 Thread weinig
(273641 => 273642) --- trunk/Source/WebCore/ChangeLog 2021-03-01 00:47:26 UTC (rev 273641) +++ trunk/Source/WebCore/ChangeLog 2021-03-01 02:26:00 UTC (rev 273642) @@ -1,3 +1,19 @@ +2021-02-28 Sam Weinig + +Consider removing iOS only CSS property alias -webkit-hyphenate-locale introdu

[webkit-changes] [273637] trunk/Source/WebCore

2021-02-28 Thread weinig
/Source/WebCore/ChangeLog (273636 => 273637) --- trunk/Source/WebCore/ChangeLog 2021-02-28 16:22:20 UTC (rev 273636) +++ trunk/Source/WebCore/ChangeLog 2021-02-28 19:42:46 UTC (rev 273637) @@ -1,3 +1,16 @@ +2021-02-28 Sam Weinig + +Consider removing support for CSS value keywo

[webkit-changes] [273627] trunk

2021-02-27 Thread weinig
021-02-27 Sam Weinig + + Remove support for 'pixel' and 'pos' CSSOM prefixes + https://bugs.webkit.org/show_bug.cgi?id=119712 + + Reviewed by Simon Fraser. + + * fast/dom/CSSStyleDeclaration/css-properties-case-sensitive-expected.txt: + * fast/dom/CSSStyleDeclaration/

[webkit-changes] [273592] trunk

2021-02-26 Thread weinig
1,3 +1,14 @@ +2021-02-26 Sam Weinig + +Remove non-standard 'css'/'Css' prefixed properties on CSSStyleDeclaration +https://bugs.webkit.org/show_bug.cgi?id=218158 + +Reviewed by Tim Horton. + +* fast/dom/CSSStyleDeclaration/css-properties-case-sensitive-expected.

[webkit-changes] [273450] trunk/Source/WTF

2021-02-24 Thread weinig
rev 273450) @@ -1,3 +1,13 @@ +2021-02-24 Sam Weinig + +Add platform enable for separated model investigation +https://bugs.webkit.org/show_bug.cgi?id=222383 + +Reviewed by Dean Jackson. + +* wtf/PlatformEnableCocoa.h: +Add define. + 2021-02-23 Don Olmst

[webkit-changes] [273421] trunk/LayoutTests

2021-02-24 Thread weinig
UTC (rev 273420) +++ trunk/LayoutTests/ChangeLog 2021-02-24 20:11:54 UTC (rev 273421) @@ -1,3 +1,14 @@ +2021-02-24 Sam Weinig + +Fix model test differences between platforms +https://bugs.webkit.org/show_bug.cgi?id=222323 + + +Reviewed by Zalan Buj

[webkit-changes] [273372] trunk/LayoutTests

2021-02-23 Thread weinig
sts/ChangeLog 2021-02-24 05:34:19 UTC (rev 273372) @@ -1,3 +1,14 @@ +2021-02-23 Sam Weinig + +Fix model test differences between platforms +https://bugs.webkit.org/show_bug.cgi?id=222323 + +Reviewed by Ryosuke Niwa. + +* model-element/model-element-renderer-no-source.h

[webkit-changes] [273244] trunk

2021-02-22 Thread weinig
hangeLog 2021-02-22 17:33:21 UTC (rev 273243) +++ trunk/LayoutTests/ChangeLog 2021-02-22 17:52:13 UTC (rev 273244) @@ -1,5 +1,16 @@ 2021-02-22 Sam Weinig +Add experimental support for CSS Color 5 color-mix() +https://bugs.webkit.org/show_bug.cgi?id=58 + +Reviewed by

[webkit-changes] [273211] trunk

2021-02-20 Thread weinig
/RenderThemeMac.mm Diff Modified: trunk/LayoutTests/ChangeLog (273210 => 273211) --- trunk/LayoutTests/ChangeLog 2021-02-21 00:38:20 UTC (rev 273210) +++ trunk/LayoutTests/ChangeLog 2021-02-21 00:47:59 UTC (rev 273211) @@ -1,3 +1,14 @@ +2021-02-20 Sam Weinig + +color(lab ...) sho

[webkit-changes] [273127] trunk

2021-02-18 Thread weinig
unk/LayoutTests/ChangeLog 2021-02-19 05:44:34 UTC (rev 273126) +++ trunk/LayoutTests/ChangeLog 2021-02-19 05:51:08 UTC (rev 273127) @@ -1,3 +1,14 @@ +2021-02-18 Sam Weinig + +Add experimental support for CSS Color 5 Relative Color Syntax +https://bugs.webkit.org/show_bug.cgi?id=221

[webkit-changes] [273078] trunk

2021-02-18 Thread weinig
+2021-02-17 Sam Weinig + +lch() colors should serialize as lch(), not lab() +https://bugs.webkit.org/show_bug.cgi?id=222085 + +Reviewed by Darin Adler. + +The spec was updated to require lch() to serialize to itself. + +* fast/css/parsing-lab-colors-exp

[webkit-changes] [273076] trunk/Source/WTF

2021-02-18 Thread weinig
rev 273076) @@ -1,3 +1,12 @@ +2021-02-17 Sam Weinig + +Enable separated graphics layer experiments on internal variant +https://bugs.webkit.org/show_bug.cgi?id=222088 + +Reviewed by Dean Jackson. + +* wtf/PlatformEnableCocoa.h: + 2021-02-18 Antoine Qu

[webkit-changes] [272987] trunk/Source

2021-02-16 Thread weinig
272987) --- trunk/Source/WTF/ChangeLog 2021-02-17 06:16:28 UTC (rev 272986) +++ trunk/Source/WTF/ChangeLog 2021-02-17 06:47:27 UTC (rev 272987) @@ -1,3 +1,17 @@ +2021-02-16 Sam Weinig + +Add CSS property to enable separated bit on GraphicsLayer +https://bugs.webkit.org/sho

[webkit-changes] [272909] trunk

2021-02-16 Thread weinig
unk/LayoutTests/ChangeLog 2021-02-16 17:26:02 UTC (rev 272909) @@ -1,3 +1,17 @@ +2021-02-16 Sam Weinig + +lab() and lch() are not clamping out of bounds values at parse time +https://bugs.webkit.org/show_bug.cgi?id=221947 + +Reviewed by Simon Fraser. + +The model le

[webkit-changes] [272870] trunk

2021-02-15 Thread weinig
nk/Source/WebCore/ChangeLog (272869 => 272870) --- trunk/Source/WebCore/ChangeLog 2021-02-15 19:21:59 UTC (rev 272869) +++ trunk/Source/WebCore/ChangeLog 2021-02-15 19:24:12 UTC (rev 272870) @@ -1,3 +1,88 @@ +2021-02-15 Sam Weinig + +Prepare for adding relative color support +

[webkit-changes] [272837] trunk/Source/WebCore

2021-02-13 Thread weinig
Source/WebCore/platform/graphics/ColorTypes.h Diff Modified: trunk/Source/WebCore/ChangeLog (272836 => 272837) --- trunk/Source/WebCore/ChangeLog 2021-02-13 20:35:07 UTC (rev 272836) +++ trunk/Source/WebCore/ChangeLog 2021-02-14 00:05:59 UTC (rev 272837) @@ -1,3 +1,148 @@ +2021-02-13 Sam W

[webkit-changes] [272736] trunk/Source

2021-02-11 Thread weinig
Diff Modified: trunk/Source/WTF/ChangeLog (272735 => 272736) --- trunk/Source/WTF/ChangeLog 2021-02-11 17:30:34 UTC (rev 272735) +++ trunk/Source/WTF/ChangeLog 2021-02-11 17:43:57 UTC (rev 272736) @@ -1,3 +1,13 @@ +2021-02-11 Sam Weinig + +Returning sRGB from CG color space functi

<    1   2   3   4   5   6   7   8   9   10   >