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

Issue 146873002: Handle Left out paths on Android/Aura for Async ReadBack. (Closed)

Created:
6 years, 11 months ago by sivag
Modified:
6 years, 10 months ago
Reviewers:
vivekg, no sievers, powei, piman
CC:
chromium-reviews, jbauman+watch_chromium.org, yusukes+watch_chromium.org, yukishiino+watch_chromium.org, jam, penghuang+watch_chromium.org, sievers+watch_chromium.org, joi+watch-content_chromium.org, nona+watch_chromium.org, darin-cc_chromium.org, kalyank, piman+watch_chromium.org, danakj+watch_chromium.org, James Su, miu+watch_chromium.org, powei
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Handle Left out paths on Android/Aura for Async ReadBack. BUG=323150 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=249900

Patch Set 1 #

Patch Set 2 : WIP:Handle Left out paths on Android/Aura for Async ReadBack #

Total comments: 4

Patch Set 3 : Code changed as per review comments. #

Total comments: 4

Patch Set 4 : Review comments incorporated. #

Total comments: 2

Patch Set 5 : Support contentview api with necessary conversion support. #

Patch Set 6 : Contentview api with necessary conversion support. #

Patch Set 7 : Provide the config support for getscaledBitmap. #

Total comments: 2

Patch Set 8 : Rebasing TOT! .Cleaning up unnecessary changes. #

Patch Set 9 : Remove unnecessary spaces. #

Patch Set 10 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -7 lines) Patch
M content/browser/renderer_host/render_widget_host_view_android.h View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.cc View 1 2 3 4 5 6 7 4 chunks +14 lines, -4 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.h View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.cc View 1 2 3 4 5 6 7 3 chunks +9 lines, -2 lines 0 comments Download

Messages

Total messages: 25 (0 generated)
sivag
WIP. PTAL... What all paths we want to handle.
6 years, 11 months ago (2014-01-24 15:32:17 UTC) #1
piman
lgtm
6 years, 11 months ago (2014-01-24 20:27:47 UTC) #2
no sievers
https://codereview.chromium.org/146873002/diff/80002/content/browser/renderer_host/render_widget_host_view_android.cc File content/browser/renderer_host/render_widget_host_view_android.cc (right): https://codereview.chromium.org/146873002/diff/80002/content/browser/renderer_host/render_widget_host_view_android.cc#newcode1476 content/browser/renderer_host/render_widget_host_view_android.cc:1476: //We have to draw to a new 565 bitmap ...
6 years, 11 months ago (2014-01-25 00:18:23 UTC) #3
sivag
https://codereview.chromium.org/146873002/diff/80002/content/browser/renderer_host/render_widget_host_view_android.cc File content/browser/renderer_host/render_widget_host_view_android.cc (right): https://codereview.chromium.org/146873002/diff/80002/content/browser/renderer_host/render_widget_host_view_android.cc#newcode1476 content/browser/renderer_host/render_widget_host_view_android.cc:1476: //We have to draw to a new 565 bitmap ...
6 years, 11 months ago (2014-01-25 17:38:46 UTC) #4
sivag
PTAL.. https://codereview.chromium.org/146873002/diff/80002/content/browser/renderer_host/render_widget_host_view_android.cc File content/browser/renderer_host/render_widget_host_view_android.cc (right): https://codereview.chromium.org/146873002/diff/80002/content/browser/renderer_host/render_widget_host_view_android.cc#newcode1476 content/browser/renderer_host/render_widget_host_view_android.cc:1476: //We have to draw to a new 565 ...
6 years, 11 months ago (2014-01-27 15:12:16 UTC) #5
no sievers
https://codereview.chromium.org/146873002/diff/160001/content/browser/renderer_host/render_widget_host_view_android.cc File content/browser/renderer_host/render_widget_host_view_android.cc (right): https://codereview.chromium.org/146873002/diff/160001/content/browser/renderer_host/render_widget_host_view_android.cc#newcode1478 content/browser/renderer_host/render_widget_host_view_android.cc:1478: NOTIMPLEMENTED(); Either return here, or just turn this into: ...
6 years, 11 months ago (2014-01-27 18:41:49 UTC) #6
sivag
PTAL.. https://codereview.chromium.org/146873002/diff/160001/content/browser/renderer_host/render_widget_host_view_android.cc File content/browser/renderer_host/render_widget_host_view_android.cc (right): https://codereview.chromium.org/146873002/diff/160001/content/browser/renderer_host/render_widget_host_view_android.cc#newcode1478 content/browser/renderer_host/render_widget_host_view_android.cc:1478: NOTIMPLEMENTED(); On 2014/01/27 18:41:49, sievers wrote: > Either ...
6 years, 10 months ago (2014-01-28 13:17:00 UTC) #7
sivag
Query regarding dst_size in copyfromcompositingsurface. https://codereview.chromium.org/146873002/diff/240001/content/browser/renderer_host/render_widget_host_view_android.cc File content/browser/renderer_host/render_widget_host_view_android.cc (right): https://codereview.chromium.org/146873002/diff/240001/content/browser/renderer_host/render_widget_host_view_android.cc#newcode668 content/browser/renderer_host/render_widget_host_view_android.cc:668: const gfx::Size& dst_size_in_pixel = ...
6 years, 10 months ago (2014-01-28 13:41:49 UTC) #8
no sievers
https://codereview.chromium.org/146873002/diff/240001/content/browser/renderer_host/render_widget_host_view_android.cc File content/browser/renderer_host/render_widget_host_view_android.cc (right): https://codereview.chromium.org/146873002/diff/240001/content/browser/renderer_host/render_widget_host_view_android.cc#newcode668 content/browser/renderer_host/render_widget_host_view_android.cc:668: const gfx::Size& dst_size_in_pixel = ConvertViewSizeToPixel(this, dst_size); On 2014/01/28 13:41:50, ...
6 years, 10 months ago (2014-01-28 22:35:29 UTC) #9
sivag
On 2014/01/28 22:35:29, sievers wrote: > https://codereview.chromium.org/146873002/diff/240001/content/browser/renderer_host/render_widget_host_view_android.cc > File content/browser/renderer_host/render_widget_host_view_android.cc (right): > > https://codereview.chromium.org/146873002/diff/240001/content/browser/renderer_host/render_widget_host_view_android.cc#newcode668 > ...
6 years, 10 months ago (2014-01-29 11:22:02 UTC) #10
sivag
Regarding this CL any further changes needed..? @Siva::I will try this part.
6 years, 10 months ago (2014-01-29 11:24:24 UTC) #11
sivag
Sorry I was replying to your other question. Can't the caller just do the necessary ...
6 years, 10 months ago (2014-01-29 11:25:44 UTC) #12
sivag
PTAL.. Tested and added the Contentview side transformation support.
6 years, 10 months ago (2014-02-04 16:02:19 UTC) #13
sivag
Powei has exposed the transformation api, till contentview so i reverted my changes and added ...
6 years, 10 months ago (2014-02-05 13:19:26 UTC) #14
vivekg
https://codereview.chromium.org/146873002/diff/340001/content/public/browser/android/content_view_core.h File content/public/browser/android/content_view_core.h (right): https://codereview.chromium.org/146873002/diff/340001/content/public/browser/android/content_view_core.h#newcode61 content/public/browser/android/content_view_core.h:61: bool is565Config, I think having an enumeration instead of ...
6 years, 10 months ago (2014-02-05 13:48:30 UTC) #15
sivag
Hi Sievers,Piman, Please take a look at the, code for left out paths based on ...
6 years, 10 months ago (2014-02-06 16:46:35 UTC) #16
powei
+cc I'm not sure if exposing this field to content_view_core is necessary for now, but ...
6 years, 10 months ago (2014-02-06 20:16:19 UTC) #17
sivag
The CQ bit was checked by siva.gunturi@samsung.com
6 years, 10 months ago (2014-02-07 07:43:34 UTC) #18
sivag
The CQ bit was unchecked by siva.gunturi@samsung.com
6 years, 10 months ago (2014-02-07 07:43:34 UTC) #19
piman
lgtm
6 years, 10 months ago (2014-02-07 23:26:30 UTC) #20
sivag
The CQ bit was checked by siva.gunturi@samsung.com
6 years, 10 months ago (2014-02-07 23:38:54 UTC) #21
sivag
The CQ bit was unchecked by siva.gunturi@samsung.com
6 years, 10 months ago (2014-02-07 23:39:21 UTC) #22
sivag
The CQ bit was checked by siva.gunturi@samsung.com
6 years, 10 months ago (2014-02-07 23:39:31 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/siva.gunturi@samsung.com/146873002/570001
6 years, 10 months ago (2014-02-07 23:41:18 UTC) #24
commit-bot: I haz the power
6 years, 10 months ago (2014-02-08 02:26:34 UTC) #25
Message was sent while issue was closed.
Change committed as 249900

Powered by Google App Engine
This is Rietveld 408576698