Title: [277578] trunk/Source/WebCore
- Revision
- 277578
- Author
- commit-qu...@webkit.org
- Date
- 2021-05-17 01:56:17 -0700 (Mon, 17 May 2021)
Log Message
REGRESSION(r277560): conditional attribute typos in IDLs for OffscreenCanvas, OffscreenCanvasRenderingContext2D
https://bugs.webkit.org/show_bug.cgi?id=225858
Unreviewed. Tweaking the for-worker conditional attribute values for the
OffscreenCanvas and OffscreenCanvasRenderingContext2D interfaces after
the r277560 refactoring. The mismatch in the conditional values left the
two interfaces outside any worker global space.
Patch by Zan Dobersek <zdober...@igalia.com> on 2021-05-17
* html/OffscreenCanvas.idl:
* html/canvas/OffscreenCanvasRenderingContext2D.idl:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (277577 => 277578)
--- trunk/Source/WebCore/ChangeLog 2021-05-17 05:22:27 UTC (rev 277577)
+++ trunk/Source/WebCore/ChangeLog 2021-05-17 08:56:17 UTC (rev 277578)
@@ -1,3 +1,16 @@
+2021-05-17 Zan Dobersek <zdober...@igalia.com>
+
+ REGRESSION(r277560): conditional attribute typos in IDLs for OffscreenCanvas, OffscreenCanvasRenderingContext2D
+ https://bugs.webkit.org/show_bug.cgi?id=225858
+
+ Unreviewed. Tweaking the for-worker conditional attribute values for the
+ OffscreenCanvas and OffscreenCanvasRenderingContext2D interfaces after
+ the r277560 refactoring. The mismatch in the conditional values left the
+ two interfaces outside any worker global space.
+
+ * html/OffscreenCanvas.idl:
+ * html/canvas/OffscreenCanvasRenderingContext2D.idl:
+
2021-05-16 Sam Weinig <wei...@apple.com>
Support serializing ImageData object colorSpace property in SerializedScriptValue
Modified: trunk/Source/WebCore/html/OffscreenCanvas.idl (277577 => 277578)
--- trunk/Source/WebCore/html/OffscreenCanvas.idl 2021-05-17 05:22:27 UTC (rev 277577)
+++ trunk/Source/WebCore/html/OffscreenCanvas.idl 2021-05-17 08:56:17 UTC (rev 277578)
@@ -49,7 +49,7 @@
GenerateIsReachable=Impl,
EnabledAtRuntime=OffscreenCanvas,
Conditional=OFFSCREEN_CANVAS,
- ConditionalForWorker=OFFSCREEN_CANVAS_IN_WORKER,
+ ConditionalForWorker=OFFSCREEN_CANVAS_IN_WORKERS,
EnabledForContext,
Exposed=(Window,Worker)
] interface OffscreenCanvas : EventTarget {
Modified: trunk/Source/WebCore/html/canvas/OffscreenCanvasRenderingContext2D.idl (277577 => 277578)
--- trunk/Source/WebCore/html/canvas/OffscreenCanvasRenderingContext2D.idl 2021-05-17 05:22:27 UTC (rev 277577)
+++ trunk/Source/WebCore/html/canvas/OffscreenCanvasRenderingContext2D.idl 2021-05-17 08:56:17 UTC (rev 277578)
@@ -27,7 +27,7 @@
CustomIsReachable,
EnabledAtRuntime=OffscreenCanvas,
Conditional=OFFSCREEN_CANVAS,
- ConditionalForWorker=OFFSCREEN_CANVAS_IN_WORKER,
+ ConditionalForWorker=OFFSCREEN_CANVAS_IN_WORKERS,
EnabledForContext,
Exposed=(Window,Worker),
JSGenerateToJSObject,
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes