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

Issue 22906002: Implement ImageBitmapFactories as a supplementary module. (Closed)

Created:
7 years, 4 months ago by arbesfeld
Modified:
7 years, 4 months ago
CC:
blink-reviews, dglazkov+blink, eae+blinkwatch
Visibility:
Public.

Description

Implement ImageBitmapFactories as a supplementary module. This class will also be added as a supplement to WorkerGlobalScope in the future.

Patch Set 1 #

Patch Set 2 : Keep IDL implements statement. #

Total comments: 3

Patch Set 3 : Remove DOMWindow property. #

Total comments: 2

Patch Set 4 : Add OWNERS file. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -368 lines) Patch
M Source/core/core.gypi View 2 chunks +0 lines, -3 lines 0 comments Download
D Source/core/page/ImageBitmapFactories.h View 1 chunk +0 lines, -65 lines 0 comments Download
D Source/core/page/ImageBitmapFactories.cpp View 1 chunk +0 lines, -223 lines 0 comments Download
D Source/core/page/ImageBitmapFactories.idl View 1 chunk +0 lines, -48 lines 0 comments Download
A + Source/modules/imagebitmap/ImageBitmapFactories.h View 1 2 2 chunks +22 lines, -14 lines 0 comments Download
A + Source/modules/imagebitmap/ImageBitmapFactories.cpp View 1 2 8 chunks +28 lines, -16 lines 0 comments Download
A + Source/modules/imagebitmap/ImageBitmapFactories.idl View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A Source/modules/imagebitmap/OWNERS View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/modules.gypi View 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
arbesfeld
PTAL
7 years, 4 months ago (2013-08-12 18:21:27 UTC) #1
do-not-use
The CL description says that ImageBitmapFactories will be added as a supplement to WorkerGlobalScope in ...
7 years, 4 months ago (2013-08-12 18:28:40 UTC) #2
arbesfeld
On 2013/08/12 18:28:40, Christophe Dumez wrote: > The CL description says that ImageBitmapFactories will be ...
7 years, 4 months ago (2013-08-12 18:33:32 UTC) #3
do-not-use
https://codereview.chromium.org/22906002/diff/5001/Source/modules/imagebitmap/ImageBitmapFactories.cpp File Source/modules/imagebitmap/ImageBitmapFactories.cpp (right): https://codereview.chromium.org/22906002/diff/5001/Source/modules/imagebitmap/ImageBitmapFactories.cpp#newcode32 Source/modules/imagebitmap/ImageBitmapFactories.cpp:32: #include "modules/imagebitmap/ImageBitmapFactories.h" Someone needs to comment about the move ...
7 years, 4 months ago (2013-08-12 18:43:58 UTC) #4
arbesfeld
On 2013/08/12 18:43:58, Christophe Dumez wrote: > https://codereview.chromium.org/22906002/diff/5001/Source/modules/imagebitmap/ImageBitmapFactories.cpp > File Source/modules/imagebitmap/ImageBitmapFactories.cpp (right): > > https://codereview.chromium.org/22906002/diff/5001/Source/modules/imagebitmap/ImageBitmapFactories.cpp#newcode32 ...
7 years, 4 months ago (2013-08-12 19:01:28 UTC) #5
do-not-use
LGTM but someone else needs to approve the move to modules/
7 years, 4 months ago (2013-08-12 20:12:29 UTC) #6
abarth-chromium
lgtm https://codereview.chromium.org/22906002/diff/12001/Source/modules/imagebitmap/ImageBitmapFactories.cpp File Source/modules/imagebitmap/ImageBitmapFactories.cpp (right): https://codereview.chromium.org/22906002/diff/12001/Source/modules/imagebitmap/ImageBitmapFactories.cpp#newcode225 Source/modules/imagebitmap/ImageBitmapFactories.cpp:225: ImageBitmapFactories* ImageBitmapFactories::from(DOMWindow* window) I don't see any callers ...
7 years, 4 months ago (2013-08-12 20:35:59 UTC) #7
abarth-chromium
Do you want to add yourself as an OWNER of the modules/imagebitmap ?
7 years, 4 months ago (2013-08-12 20:36:21 UTC) #8
do-not-use
On 2013/08/12 20:35:59, abarth wrote: > lgtm > > https://codereview.chromium.org/22906002/diff/12001/Source/modules/imagebitmap/ImageBitmapFactories.cpp > File Source/modules/imagebitmap/ImageBitmapFactories.cpp (right): > ...
7 years, 4 months ago (2013-08-12 20:38:31 UTC) #9
abarth-chromium
On 2013/08/12 20:38:31, Christophe Dumez wrote: > This is a preparation patch for: > https://codereview.chromium.org/20748002/ ...
7 years, 4 months ago (2013-08-12 20:39:18 UTC) #10
arbesfeld
7 years, 4 months ago (2013-08-12 20:47:35 UTC) #11
On 2013/08/12 20:39:18, abarth wrote:
> On 2013/08/12 20:38:31, Christophe Dumez wrote:
> > This is a preparation patch for:
> > https://codereview.chromium.org/20748002/
> > 
> > This is why Supplement is used. Please let me know if this is not the right
> > approach as I advised to use it on the other CL.
> 
> That's fine.  We can add Supplement in that CL, which is where it's needed.

I will just merge this CL with https://codereview.chromium.org/20748002/

Powered by Google App Engine
This is Rietveld 408576698