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

Issue 18180: Fix for bug 6100:... (Closed)

Created:
11 years, 11 months ago by iposva
Modified:
9 years, 4 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Fix for bug 6100: - Introduce a CanvasPixelArray to serve as the holder for the ImageData pixel array of a canvas element. This is the V8-specific change. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=8330

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 30

Patch Set 4 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+321 lines, -43 lines) Patch
M webkit/build/V8Bindings/SConscript View 1 2 3 3 chunks +3 lines, -0 lines 0 comments Download
M webkit/build/V8Bindings/V8Bindings.vcproj View 1 2 3 4 chunks +20 lines, -0 lines 0 comments Download
M webkit/build/port/SConscript View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M webkit/port/DerivedSources.make View 1 1 chunk +1 line, -0 lines 0 comments Download
A webkit/port/bindings/v8/CanvasPixelArray.h View 2 3 1 chunk +64 lines, -0 lines 0 comments Download
A webkit/port/bindings/v8/CanvasPixelArray.cpp View 2 3 1 chunk +82 lines, -0 lines 1 comment Download
A webkit/port/bindings/v8/CanvasPixelArray.idl View 1 chunk +35 lines, -0 lines 0 comments Download
A webkit/port/bindings/v8/V8CanvasPixelArrayCustom.cpp View 2 3 1 chunk +74 lines, -0 lines 0 comments Download
M webkit/port/bindings/v8/v8_custom.h View 1 2 chunks +16 lines, -0 lines 0 comments Download
M webkit/port/bindings/v8/v8_custom.cpp View 3 chunks +1 line, -14 lines 0 comments Download
M webkit/port/bindings/v8/v8_index.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M webkit/port/bindings/v8/v8_index.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download
M webkit/port/bindings/v8/v8_proxy.cpp View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M webkit/tools/layout_tests/test_lists/tests_fixable.txt View 1 chunk +0 lines, -29 lines 0 comments Download
M webkit/webkit.xcodeproj/project.pbxproj View 7 chunks +16 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
iposva
Renamed ScriptPixelBuffer -> CanvasPixelArray to match the spec naming. -Ivan
11 years, 11 months ago (2009-01-17 00:43:39 UTC) #1
eroman
please also include tests_fixable.txt in this CL, to remove the the 19 layout test failures ...
11 years, 11 months ago (2009-01-17 06:13:48 UTC) #2
Dean McNamee
You need to update the CL description to say CanvasPixelArray. http://codereview.chromium.org/18180/diff/206/72 File webkit/build/port/SConscript (right): http://codereview.chromium.org/18180/diff/206/72#newcode154 ...
11 years, 11 months ago (2009-01-18 16:55:35 UTC) #3
iposva
http://codereview.chromium.org/18180/diff/206/72 File webkit/build/port/SConscript (right): http://codereview.chromium.org/18180/diff/206/72#newcode154 Line 154: 'bindings/v8/ScriptPixelBuffer.idl', I figured I let the renaming settle ...
11 years, 11 months ago (2009-01-20 01:28:07 UTC) #4
iposva
New version uploaded.
11 years, 11 months ago (2009-01-20 17:29:15 UTC) #5
Feng Qian
lgtm we should file a feature request to make it fast. http://codereview.chromium.org/18180/diff/82/216 File webkit/port/bindings/v8/CanvasPixelArray.cpp (right): ...
11 years, 11 months ago (2009-01-20 18:01:08 UTC) #6
eroman
11 years, 11 months ago (2009-01-20 19:21:04 UTC) #7
LGTM, thanks!

Powered by Google App Engine
This is Rietveld 408576698