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

Issue 1151753009: Add Sky framework support for drawing images (Closed)

Created:
5 years, 6 months ago by jackson
Modified:
5 years, 6 months ago
CC:
abarth-chromium, gregsimon, mojo-reviews_chromium.org, qsr+mojo_chromium.org
Base URL:
git@github.com:domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 17

Patch Set 2 : Minor code cleanup, use dart logo #

Patch Set 3 : Style fixes suggested by eseidel #

Patch Set 4 : More style fixes, ran git cl format #

Total comments: 33

Patch Set 5 : Use Chromium style for NotifyLoadFinished #

Patch Set 6 : abarth style feedback #

Patch Set 7 : More CR feedback from abarth #

Patch Set 8 : Run git cl format once more #

Unified diffs Side-by-side diffs Delta from patch set Stats (+224 lines, -5 lines) Patch
M sky/engine/core/core.gni View 3 chunks +5 lines, -0 lines 0 comments Download
A sky/engine/core/loader/NewImageLoader.h View 1 2 3 4 5 6 1 chunk +49 lines, -0 lines 0 comments Download
A sky/engine/core/loader/NewImageLoader.cpp View 1 2 3 4 5 6 7 1 chunk +53 lines, -0 lines 0 comments Download
M sky/engine/core/painting/Canvas.h View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
M sky/engine/core/painting/Canvas.cpp View 1 2 3 2 chunks +13 lines, -0 lines 0 comments Download
M sky/engine/core/painting/Canvas.idl View 1 chunk +1 line, -0 lines 0 comments Download
A sky/engine/core/painting/CanvasImage.h View 1 2 3 4 5 6 1 chunk +47 lines, -0 lines 0 comments Download
A sky/engine/core/painting/CanvasImage.cpp View 1 2 3 4 5 6 7 1 chunk +39 lines, -0 lines 0 comments Download
A + sky/engine/core/painting/Image.idl View 1 chunk +4 lines, -1 line 0 comments Download
A + sky/examples/raw/spinning_image.dart View 1 2 3 1 chunk +8 lines, -4 lines 0 comments Download

Messages

Total messages: 9 (1 generated)
jackson
5 years, 6 months ago (2015-05-29 22:05:50 UTC) #1
eseidel
https://codereview.chromium.org/1151753009/diff/1/sky/engine/core/loader/NewImageLoader.cpp File sky/engine/core/loader/NewImageLoader.cpp (right): https://codereview.chromium.org/1151753009/diff/1/sky/engine/core/loader/NewImageLoader.cpp#newcode14 sky/engine/core/loader/NewImageLoader.cpp:14: Did you mean to leave spaces here? https://codereview.chromium.org/1151753009/diff/1/sky/engine/core/loader/NewImageLoader.cpp#newcode24 sky/engine/core/loader/NewImageLoader.cpp:24: ...
5 years, 6 months ago (2015-05-29 22:13:51 UTC) #3
eseidel
One complication with git cl format, is that the idl generator assumes Blink style, so ...
5 years, 6 months ago (2015-05-29 22:14:28 UTC) #4
jackson
https://codereview.chromium.org/1151753009/diff/1/sky/engine/core/loader/NewImageLoader.cpp File sky/engine/core/loader/NewImageLoader.cpp (right): https://codereview.chromium.org/1151753009/diff/1/sky/engine/core/loader/NewImageLoader.cpp#newcode24 sky/engine/core/loader/NewImageLoader.cpp:24: m_fetcher = adoptPtr(new MojoFetcher(this, src)); On 2015/05/29 22:13:50, eseidel ...
5 years, 6 months ago (2015-05-29 22:54:33 UTC) #5
abarth-chromium
lgtm https://codereview.chromium.org/1151753009/diff/60001/sky/engine/core/loader/NewImageLoader.cpp File sky/engine/core/loader/NewImageLoader.cpp (right): https://codereview.chromium.org/1151753009/diff/60001/sky/engine/core/loader/NewImageLoader.cpp#newcode13 sky/engine/core/loader/NewImageLoader.cpp:13: fetcher_ = adoptPtr(new MojoFetcher(this, src)); What happens if ...
5 years, 6 months ago (2015-05-29 23:04:11 UTC) #6
abarth-chromium
The reason we continue to use KURL in this code is because it integrates with ...
5 years, 6 months ago (2015-05-29 23:07:29 UTC) #7
jackson
https://codereview.chromium.org/1151753009/diff/60001/sky/engine/core/loader/NewImageLoader.cpp File sky/engine/core/loader/NewImageLoader.cpp (right): https://codereview.chromium.org/1151753009/diff/60001/sky/engine/core/loader/NewImageLoader.cpp#newcode13 sky/engine/core/loader/NewImageLoader.cpp:13: fetcher_ = adoptPtr(new MojoFetcher(this, src)); On 2015/05/29 23:04:10, abarth ...
5 years, 6 months ago (2015-05-29 23:35:44 UTC) #8
jackson
5 years, 6 months ago (2015-05-29 23:45:47 UTC) #9
Message was sent while issue was closed.
Committed patchset #8 (id:130001) manually as
bc772d9a7df7e05baac80daa89682c42d2a86af4 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698