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

Issue 150058: expose bitmap in js. (Closed)

Created:
11 years, 5 months ago by yux
Modified:
9 years, 7 months ago
Reviewers:
gman1
CC:
o3d-review_googlegroups.com
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 29

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 6

Patch Set 6 : '' #

Total comments: 6

Patch Set 7 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2013 lines, -568 lines) Patch
M core/cross/bitmap.h View 1 2 3 4 5 6 1 chunk +439 lines, -342 lines 0 comments Download
M core/cross/bitmap.cc View 1 2 3 4 5 6 5 chunks +292 lines, -1 line 0 comments Download
M core/cross/bitmap_test.cc View 1 2 3 4 5 6 16 chunks +578 lines, -161 lines 0 comments Download
M core/cross/class_manager.cc View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M core/cross/pack.h View 1 2 3 4 5 6 2 chunks +23 lines, -3 lines 0 comments Download
M core/cross/pack.cc View 1 2 3 4 5 6 3 chunks +45 lines, -7 lines 0 comments Download
M core/cross/renderer_test.cc View 1 2 3 4 5 6 2 chunks +8 lines, -8 lines 0 comments Download
M core/cross/texture.h View 1 2 3 4 5 6 3 chunks +38 lines, -0 lines 0 comments Download
M core/cross/texture.cc View 1 2 3 4 5 6 2 chunks +154 lines, -0 lines 0 comments Download
M core/win/d3d9/renderer_d3d9.cc View 1 2 3 4 5 6 2 chunks +13 lines, -13 lines 0 comments Download
M core/win/d3d9/texture_d3d9.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M core/win/d3d9/texture_d3d9.cc View 1 2 3 4 5 6 14 chunks +33 lines, -31 lines 0 comments Download
A plugin/idl/bitmap.idl View 1 2 3 1 chunk +92 lines, -0 lines 0 comments Download
M plugin/idl/pack.idl View 1 2 3 4 5 6 2 chunks +20 lines, -0 lines 0 comments Download
M plugin/idl/texture.idl View 1 2 3 4 5 6 2 chunks +41 lines, -0 lines 0 comments Download
M plugin/idl_list.scons View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A samples/assets/bmp_mip.o3dtgz View Binary file 0 comments Download
A samples/bitmap-draw-image.html View 2 3 4 1 chunk +233 lines, -0 lines 0 comments Download
A tests/bitmap_test/png-2x2-24bit-drawimage-src.png View Binary file 0 comments Download
A tests/bitmap_test/png-4x4-24bit-drawimage-argb8-src.png View Binary file 0 comments Download
A tests/bitmap_test/png-4x4-24bit-drawimage-src.png View Binary file 0 comments Download
A tests/bitmap_test/png-8x4-24bit-drawimage-argb8-dest.png View Binary file 0 comments Download
A tests/bitmap_test/png-8x4-24bit-drawimage-dest.png View Binary file 0 comments Download
A tests/bitmap_test/png-8x8-24bit-drawimage-src.png View Binary file 0 comments Download

Messages

Total messages: 10 (0 generated)
yux
11 years, 5 months ago (2009-06-29 21:29:56 UTC) #1
gman
Please fix all the lint errors.
11 years, 5 months ago (2009-07-07 00:47:55 UTC) #2
gman
Hi Xiao, I hope I wasn't too harsh but it looks like there's still some ...
11 years, 5 months ago (2009-07-07 02:22:17 UTC) #3
yux
Fixed. Could you review them again, pls? Thanks. --- Xiao On 2009/07/07 02:22:17, gman wrote: ...
11 years, 5 months ago (2009-07-09 23:31:36 UTC) #4
gman
It's looking good. There's a few things. You need to change the non-const references to ...
11 years, 5 months ago (2009-07-10 22:25:04 UTC) #5
yux
I'll refine algorithm for scale down and do drawimage on canvas in another cl and ...
11 years, 5 months ago (2009-07-13 18:04:05 UTC) #6
gman
Almost there. Just a couple of things. http://codereview.chromium.org/150058/diff/2086/3090 File core/cross/bitmap.cc (right): http://codereview.chromium.org/150058/diff/2086/3090#newcode55 Line 55: #define ...
11 years, 5 months ago (2009-07-13 22:21:34 UTC) #7
yux
Fixed. Thanks. --- Xiao On 2009/07/13 22:21:34, gman wrote: > Almost there. > > Just ...
11 years, 5 months ago (2009-07-13 23:05:04 UTC) #8
gman
Okay, there's a few more things you need to do then LGTM 1) You need ...
11 years, 5 months ago (2009-07-14 20:25:31 UTC) #9
gman
11 years, 5 months ago (2009-07-14 20:26:37 UTC) #10
One more thing. Before you check in you need to do an

scons MODE=docs

and make sure you don't get any errors.

Powered by Google App Engine
This is Rietveld 408576698