Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(127)

Issue 1455763002: Use union type in ImageBitmapFactories.idl (Closed)

Created:
5 years, 1 month ago by xidachen
Modified:
5 years ago
CC:
chromium-reviews, dshwang, tzik, ajuma+watch-canvas_chromium.org, eric.carlson_apple.com, blink-reviews-html_chromium.org, mlamouri+watch-blink_chromium.org, nhiroki, abarth-chromium, feature-media-reviews_chromium.org, dglazkov+blink, Rik, blink-reviews, kinuko+fileapi, philipj_slow
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use union type in ImageBitmapFactories.idl The ImageBitmapFactories.idl should use typedef for its image source, as specified in: https://html.spec.whatwg.org/#imagebitmapfactories. In this CL, the CanvasRenderingContext2D is excluded in the ImageBitmapSource. BUG=555958 Committed: https://crrev.com/423cdccfe8d03c41c94697d64bcc34078ec65b33 Cr-Commit-Position: refs/heads/master@{#362048}

Patch Set 1 #

Patch Set 2 : everything under core/ #

Patch Set 3 : Union excluding CRC2D #

Patch Set 4 : should-work code #

Patch Set 5 : delete WindowImageBitmapFactories.idl #

Patch Set 6 : Remove CRC2D from ImageBitmapSource #

Patch Set 7 : clean up #

Patch Set 8 : more clean up #

Patch Set 9 : fix errors #

Total comments: 14

Patch Set 10 : Using polymophism in ImageBitmapSource #

Total comments: 2

Patch Set 11 : should-work code using polymophism #

Total comments: 1

Patch Set 12 : use imageSize() in HTMLImageElement #

Total comments: 2

Patch Set 13 : better argument passing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+311 lines, -971 lines) Patch
M third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-colorClamping.html View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-drawImage.html View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-drawImage-expected.txt View 1 2 3 4 5 1 chunk +0 lines, -500 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-invalid-args.html View 1 2 3 4 5 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-invalid-args-expected.txt View 1 2 3 4 5 2 chunks +2 lines, -8 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-invalid-args-in-workers-expected.txt View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/core.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/fileapi/Blob.h View 3 chunks +5 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/ImageBitmap.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +6 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/ImageBitmap.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +9 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLCanvasElement.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +6 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +20 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLImageElement.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +6 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLImageElement.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +38 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLVideoElement.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +6 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLVideoElement.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +33 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/html/ImageData.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +7 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/ImageData.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +14 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.h View 1 2 3 4 5 1 chunk +7 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +49 lines, -61 lines 0 comments Download
M third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.idl View 1 2 3 4 5 6 7 8 9 2 chunks +5 lines, -16 lines 0 comments Download
A third_party/WebKit/Source/core/imagebitmap/ImageBitmapSource.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +33 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/imagebitmap/ImageBitmapSource.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +29 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/imagebitmap/OWNERS View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DTest.cpp View 1 2 3 4 5 6 7 8 9 4 chunks +29 lines, -0 lines 0 comments Download
D third_party/WebKit/Source/modules/imagebitmap/ImageBitmapModuleTest.cpp View 1 2 3 1 chunk +0 lines, -57 lines 0 comments Download
D third_party/WebKit/Source/modules/imagebitmap/OWNERS View 2 3 4 5 6 7 1 chunk +0 lines, -2 lines 0 comments Download
D third_party/WebKit/Source/modules/imagebitmap/WindowImageBitmapFactories.h View 3 4 5 1 chunk +0 lines, -66 lines 0 comments Download
D third_party/WebKit/Source/modules/imagebitmap/WindowImageBitmapFactories.cpp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -187 lines 0 comments Download
D third_party/WebKit/Source/modules/imagebitmap/WindowImageBitmapFactories.idl View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -45 lines 0 comments Download
M third_party/WebKit/Source/modules/modules.gypi View 1 2 3 4 5 6 7 8 9 3 chunks +0 lines, -4 lines 0 comments Download

Messages

Total messages: 30 (10 generated)
xidachen
Adding junov@ who is owner of Source/core/ and haraken@ of Source/modules/. Please review this CL. ...
5 years ago (2015-11-24 13:24:36 UTC) #3
Justin Novosad
https://codereview.chromium.org/1455763002/diff/160001/third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-colorClamping.html File third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-colorClamping.html (left): https://codereview.chromium.org/1455763002/diff/160001/third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-colorClamping.html#oldcode22 third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-colorClamping.html:22: createImageBitmap(aCtx, 100, 100, 100, 100).then(function (imageBitmap) { The fact ...
5 years ago (2015-11-24 17:03:13 UTC) #4
davve
https://codereview.chromium.org/1455763002/diff/160001/third_party/WebKit/Source/core/html/HTMLImageElement.cpp File third_party/WebKit/Source/core/html/HTMLImageElement.cpp (right): https://codereview.chromium.org/1455763002/diff/160001/third_party/WebKit/Source/core/html/HTMLImageElement.cpp#newcode638 third_party/WebKit/Source/core/html/HTMLImageElement.cpp:638: LayoutSize lSize = image->imageSizeForLayoutObject(layoutObject(), 1.0f); On 2015/11/24 17:03:13, Justin ...
5 years ago (2015-11-24 19:51:30 UTC) #7
Justin Novosad
https://codereview.chromium.org/1455763002/diff/160001/third_party/WebKit/Source/core/html/HTMLImageElement.cpp File third_party/WebKit/Source/core/html/HTMLImageElement.cpp (right): https://codereview.chromium.org/1455763002/diff/160001/third_party/WebKit/Source/core/html/HTMLImageElement.cpp#newcode638 third_party/WebKit/Source/core/html/HTMLImageElement.cpp:638: LayoutSize lSize = image->imageSizeForLayoutObject(layoutObject(), 1.0f); On 2015/11/24 19:51:30, David ...
5 years ago (2015-11-24 20:14:58 UTC) #8
xidachen
No problem :). I will work on other issues of this CL in the meantime.
5 years ago (2015-11-24 20:19:27 UTC) #9
xidachen
PTAL. https://codereview.chromium.org/1455763002/diff/160001/third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-colorClamping.html File third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-colorClamping.html (left): https://codereview.chromium.org/1455763002/diff/160001/third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-colorClamping.html#oldcode22 third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-colorClamping.html:22: createImageBitmap(aCtx, 100, 100, 100, 100).then(function (imageBitmap) { On ...
5 years ago (2015-11-25 17:01:54 UTC) #10
Justin Novosad
> On 2015/11/24 17:03:13, Justin Novosad wrote: > > This test need to be re-located ...
5 years ago (2015-11-25 19:09:46 UTC) #11
davve
https://codereview.chromium.org/1455763002/diff/180001/third_party/WebKit/Source/core/imagebitmap/ImageBitmapSource.h File third_party/WebKit/Source/core/imagebitmap/ImageBitmapSource.h (right): https://codereview.chromium.org/1455763002/diff/180001/third_party/WebKit/Source/core/imagebitmap/ImageBitmapSource.h#newcode22 third_party/WebKit/Source/core/imagebitmap/ImageBitmapSource.h:22: virtual PassRefPtrWillBeRawPtr<ImageBitmap> createImageBitmap(EventTarget&, ImageBitmapSource*, int sx, int sy, int ...
5 years ago (2015-11-27 11:19:43 UTC) #12
xidachen
https://codereview.chromium.org/1455763002/diff/180001/third_party/WebKit/Source/core/imagebitmap/ImageBitmapSource.h File third_party/WebKit/Source/core/imagebitmap/ImageBitmapSource.h (right): https://codereview.chromium.org/1455763002/diff/180001/third_party/WebKit/Source/core/imagebitmap/ImageBitmapSource.h#newcode22 third_party/WebKit/Source/core/imagebitmap/ImageBitmapSource.h:22: virtual PassRefPtrWillBeRawPtr<ImageBitmap> createImageBitmap(EventTarget&, ImageBitmapSource*, int sx, int sy, int ...
5 years ago (2015-11-27 19:00:25 UTC) #13
Justin Novosad
lgtm
5 years ago (2015-11-27 20:23:40 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1455763002/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1455763002/240001
5 years ago (2015-11-27 20:25:25 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/122908)
5 years ago (2015-11-27 20:33:43 UTC) #18
xidachen
On 2015/11/27 20:33:43, commit-bot: I haz the power wrote: > Try jobs failed on following ...
5 years ago (2015-11-27 20:42:31 UTC) #19
haraken
On 2015/11/27 20:42:31, xidachen wrote: > On 2015/11/27 20:33:43, commit-bot: I haz the power wrote: ...
5 years ago (2015-11-28 00:50:34 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1455763002/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1455763002/240001
5 years ago (2015-11-28 01:16:59 UTC) #22
commit-bot: I haz the power
Committed patchset #13 (id:240001)
5 years ago (2015-11-28 03:34:01 UTC) #24
commit-bot: I haz the power
Patchset 13 (id:??) landed as https://crrev.com/423cdccfe8d03c41c94697d64bcc34078ec65b33 Cr-Commit-Position: refs/heads/master@{#362048}
5 years ago (2015-11-28 03:35:12 UTC) #26
Yuki
xidachen@, junov@ and haraken@, Is it really acceptable that we no longer support createImageBitmap(CanvasRenderingContext2D)? Isn't ...
5 years ago (2015-12-01 09:14:51 UTC) #28
Justin Novosad
On 2015/12/01 09:14:51, Yuki wrote: > xidachen@, junov@ and haraken@, > > Is it really ...
5 years ago (2015-12-02 21:33:13 UTC) #29
Yuki
5 years ago (2015-12-03 04:19:01 UTC) #30
Message was sent while issue was closed.
On 2015/12/02 21:33:13, Justin Novosad wrote:
> On 2015/12/01 09:14:51, Yuki wrote:
> > xidachen@, junov@ and haraken@,
> > 
> > Is it really acceptable that we no longer support
> > createImageBitmap(CanvasRenderingContext2D)?  Isn't it a regression?
> 
> It is not a regression in Chrome, since this API has not yet been shipped.
> 
> > 
> > IIUC, it's not observable from user JavaScript whether we're using a union
> type
> > in the IDLs or not, while createImageBitmap(CanvasRenderingContext2D) is
> > observable from user JS.
> 
> I intend to propose removing createImageBitmap(CanvasRenderingContext2D) from
> the spec. There is no reason for this API to exist: Since CanvasProxy is being
> abandoned in favor of OffscreenCanvas, the notion of having a rendering
context
> that is not attached to a canvas is going away. Therefore it will always be
> possible to create an image bitmap from a 2D context by going through the
> HTMLCanvasElement or OffscreenCanvas object that the context is bound to.
> Example: createImageBitmap(myCanvasRenderingContext2D.canvas)

Thanks for the clarification.  Got it.

Powered by Google App Engine
This is Rietveld 408576698