RESOLVED FIXED180718
Add CanvasRenderingContext2DBase class and OffscreenCanvasRenderingContext2D
https://bugs.webkit.org/show_bug.cgi?id=180718
Summary Add CanvasRenderingContext2DBase class and OffscreenCanvasRenderingContext2D
Dean Jackson
Reported 2017-12-12 14:07:20 PST
Add CanvasRenderingContext2DBase class and OffscreenCanvasRenderingContext2D
Attachments
Patch (207.85 KB, patch)
2017-12-12 14:17 PST, Dean Jackson
no flags
Patch (208.42 KB, patch)
2017-12-12 15:12 PST, Dean Jackson
sam: review+
Radar WebKit Bug Importer
Comment 1 2017-12-12 14:07:58 PST
Dean Jackson
Comment 2 2017-12-12 14:17:35 PST
EWS Watchlist
Comment 3 2017-12-12 14:21:06 PST
Attachment 329154 [details] did not pass style-queue: ERROR: Source/WebCore/html/canvas/CanvasRenderingContext2DBase.h:134: The parameter name "a" adds no information, so it should be removed. [readability/parameter_name] [5] ERROR: Source/WebCore/html/canvas/CanvasRenderingContext2DBase.h:135: The parameter name "a" adds no information, so it should be removed. [readability/parameter_name] [5] ERROR: Source/WebCore/html/canvas/CanvasRenderingContext2DBase.h:139: The parameter name "a" adds no information, so it should be removed. [readability/parameter_name] [5] ERROR: Source/WebCore/html/canvas/CanvasRenderingContext2DBase.h:140: The parameter name "a" adds no information, so it should be removed. [readability/parameter_name] [5] ERROR: Source/WebCore/html/canvas/CanvasRenderingContext2DBase.h:164: The parameter name "a" adds no information, so it should be removed. [readability/parameter_name] [5] ERROR: Source/WebCore/html/canvas/CanvasRenderingContext2DBase.h:165: The parameter name "a" adds no information, so it should be removed. [readability/parameter_name] [5] Total errors found: 6 in 17 files If any of these errors are false positives, please file a bug against check-webkit-style.
Dean Jackson
Comment 4 2017-12-12 15:12:10 PST
EWS Watchlist
Comment 5 2017-12-12 15:15:15 PST
Attachment 329165 [details] did not pass style-queue: ERROR: Source/WebCore/html/canvas/CanvasRenderingContext2DBase.h:134: The parameter name "a" adds no information, so it should be removed. [readability/parameter_name] [5] ERROR: Source/WebCore/html/canvas/CanvasRenderingContext2DBase.h:135: The parameter name "a" adds no information, so it should be removed. [readability/parameter_name] [5] ERROR: Source/WebCore/html/canvas/CanvasRenderingContext2DBase.h:139: The parameter name "a" adds no information, so it should be removed. [readability/parameter_name] [5] ERROR: Source/WebCore/html/canvas/CanvasRenderingContext2DBase.h:140: The parameter name "a" adds no information, so it should be removed. [readability/parameter_name] [5] ERROR: Source/WebCore/html/canvas/CanvasRenderingContext2DBase.h:164: The parameter name "a" adds no information, so it should be removed. [readability/parameter_name] [5] ERROR: Source/WebCore/html/canvas/CanvasRenderingContext2DBase.h:165: The parameter name "a" adds no information, so it should be removed. [readability/parameter_name] [5] Total errors found: 6 in 18 files If any of these errors are false positives, please file a bug against check-webkit-style.
Sam Weinig
Comment 6 2017-12-12 15:32:21 PST
Comment on attachment 329165 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=329165&action=review > Source/WebCore/html/canvas/OffscreenCanvasRenderingContext2D.idl:35 > +// void commit(); > + readonly attribute OffscreenCanvas canvas; This comment should be next to the type, match the ones below.
Dean Jackson
Comment 7 2017-12-12 16:35:27 PST
Note You need to log in before you can comment on or make changes to this bug.