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

Issue 173023005: Adds support for capturing a sub rect of the compositing surface. (Closed)

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

Description

Adds support for capturing a sub rect of the compositing surface. Also removes the old PopulateBitmapWithContents API. BUG=345865 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=253898

Patch Set 1 #

Total comments: 2

Patch Set 2 : Removed PopulateBitmapWithContents API #

Patch Set 3 : Rebase #

Total comments: 2

Patch Set 4 : Removed isReadyForSnapshot() #

Patch Set 5 : Rebase #

Patch Set 6 : Rebase to reland #

Messages

Total messages: 25 (0 generated)
clholgat
6 years, 10 months ago (2014-02-22 00:39:38 UTC) #1
powei
+sievers@ as owner lgtm with one comment https://codereview.chromium.org/173023005/diff/1/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/173023005/diff/1/content/browser/renderer_host/render_widget_host_view_android.cc#newcode256 content/browser/renderer_host/render_widget_host_view_android.cc:256: gfx::Rect src_subrect, ...
6 years, 10 months ago (2014-02-22 02:06:32 UTC) #2
powei
On 2014/02/22 02:06:32, powei wrote: > +sievers@ as owner > > lgtm with one comment ...
6 years, 10 months ago (2014-02-22 02:15:20 UTC) #3
no sievers
On 2014/02/22 02:15:20, powei wrote: > On 2014/02/22 02:06:32, powei wrote: > > +sievers@ as ...
6 years, 10 months ago (2014-02-22 02:17:23 UTC) #4
clholgat
On 2014/02/22 02:17:23, sievers wrote: > On 2014/02/22 02:15:20, powei wrote: > > On 2014/02/22 ...
6 years, 10 months ago (2014-02-24 16:26:03 UTC) #5
clholgat
https://codereview.chromium.org/173023005/diff/1/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/173023005/diff/1/content/browser/renderer_host/render_widget_host_view_android.cc#newcode256 content/browser/renderer_host/render_widget_host_view_android.cc:256: gfx::Rect src_subrect, On 2014/02/22 02:06:32, powei wrote: > Can ...
6 years, 10 months ago (2014-02-24 17:15:55 UTC) #6
miu
It's not clear why code should call RWHVAndroid::GetScaledContentMap() instead of directly calling RWHVAnrdoid::CopyFromCompositingSurface(). Is the ...
6 years, 10 months ago (2014-02-24 19:45:11 UTC) #7
powei
On 2014/02/24 19:45:11, miu wrote: > It's not clear why code should call RWHVAndroid::GetScaledContentMap() instead ...
6 years, 10 months ago (2014-02-24 19:54:15 UTC) #8
miu
On 2014/02/24 19:54:15, powei wrote: > On 2014/02/24 19:45:11, miu wrote: > > It's not ...
6 years, 10 months ago (2014-02-24 19:56:36 UTC) #9
clholgat
On 2014/02/24 19:56:36, miu wrote: > On 2014/02/24 19:54:15, powei wrote: > > On 2014/02/24 ...
6 years, 10 months ago (2014-02-25 19:35:56 UTC) #10
powei
+tedchoc@ for review of taking out PopulateBitmapWithConents
6 years, 10 months ago (2014-02-25 19:38:20 UTC) #11
clholgat
On 2014/02/25 19:38:20, powei wrote: > +tedchoc@ for review of taking out PopulateBitmapWithConents Friendly ping.
6 years, 10 months ago (2014-02-26 21:20:02 UTC) #12
Ted C
lgtm https://codereview.chromium.org/173023005/diff/180001/chrome/android/java/src/org/chromium/chrome/browser/NativePage.java File chrome/android/java/src/org/chromium/chrome/browser/NativePage.java (right): https://codereview.chromium.org/173023005/diff/180001/chrome/android/java/src/org/chromium/chrome/browser/NativePage.java#newcode38 chrome/android/java/src/org/chromium/chrome/browser/NativePage.java:38: boolean isReadyForSnapshot(); Can you verify if these are ...
6 years, 10 months ago (2014-02-26 21:27:15 UTC) #13
clholgat
https://codereview.chromium.org/173023005/diff/180001/chrome/android/java/src/org/chromium/chrome/browser/NativePage.java File chrome/android/java/src/org/chromium/chrome/browser/NativePage.java (right): https://codereview.chromium.org/173023005/diff/180001/chrome/android/java/src/org/chromium/chrome/browser/NativePage.java#newcode38 chrome/android/java/src/org/chromium/chrome/browser/NativePage.java:38: boolean isReadyForSnapshot(); On 2014/02/26 21:27:15, Ted C wrote: > ...
6 years, 10 months ago (2014-02-26 21:38:34 UTC) #14
clholgat
The CQ bit was checked by clholgat@chromium.org
6 years, 10 months ago (2014-02-26 22:03:52 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/clholgat@chromium.org/173023005/200001
6 years, 10 months ago (2014-02-26 22:08:17 UTC) #16
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-26 22:08:20 UTC) #17
commit-bot: I haz the power
Failed to apply patch for content/browser/android/content_view_core_impl.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 10 months ago (2014-02-26 22:08:21 UTC) #18
clholgat
The CQ bit was checked by clholgat@chromium.org
6 years, 10 months ago (2014-02-26 22:38:32 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/clholgat@chromium.org/173023005/220001
6 years, 10 months ago (2014-02-26 22:42:24 UTC) #20
commit-bot: I haz the power
Change committed as 253736
6 years, 10 months ago (2014-02-27 06:16:01 UTC) #21
clholgat
On 2014/02/27 06:16:01, I haz the power (commit-bot) wrote: > Change committed as 253736 Was ...
6 years, 9 months ago (2014-02-27 16:25:15 UTC) #22
clholgat
The CQ bit was checked by clholgat@chromium.org
6 years, 9 months ago (2014-02-27 16:25:20 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/clholgat@chromium.org/173023005/240001
6 years, 9 months ago (2014-02-27 16:25:40 UTC) #24
commit-bot: I haz the power
6 years, 9 months ago (2014-02-27 19:38:51 UTC) #25
Message was sent while issue was closed.
Change committed as 253898

Powered by Google App Engine
This is Rietveld 408576698