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

Issue 10386124: Introduce XGetImage() for GrabWindowSnapshot() in ChromeOS. (Closed)

Created:
8 years, 7 months ago by Jun Mukai
Modified:
8 years, 7 months ago
Reviewers:
Daniel Erat, sky
CC:
chromium-reviews, sadrul, ben+watch_chromium.org
Visibility:
Public.

Description

Introduce XGetImage() for GrabWindowSnapshot() in ChromeOS. BUG=119492 TEST=manually done Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=137556

Patch Set 1 #

Patch Set 2 : Add DCHECK #

Patch Set 3 : #

Total comments: 12

Patch Set 4 : #

Total comments: 4

Patch Set 5 : #

Total comments: 4

Patch Set 6 : #

Patch Set 7 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+95 lines, -0 lines) Patch
M chrome/browser/ui/window_snapshot/window_snapshot_aura.cc View 1 2 3 4 5 2 chunks +9 lines, -0 lines 0 comments Download
M ui/aura/root_window.h View 1 2 3 4 5 2 chunks +6 lines, -0 lines 0 comments Download
M ui/aura/root_window.cc View 1 2 3 4 5 1 chunk +6 lines, -0 lines 0 comments Download
M ui/aura/root_window_host.h View 1 2 3 4 5 2 chunks +7 lines, -0 lines 0 comments Download
M ui/aura/root_window_host_linux.h View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M ui/aura/root_window_host_linux.cc View 1 2 3 4 5 6 3 chunks +44 lines, -0 lines 0 comments Download
M ui/aura/root_window_host_mac.mm View 1 2 3 4 5 2 chunks +10 lines, -0 lines 0 comments Download
M ui/aura/root_window_host_win.h View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M ui/aura/root_window_host_win.cc View 1 2 3 4 5 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Jun Mukai
8 years, 7 months ago (2012-05-14 22:49:21 UTC) #1
Daniel Erat
Mind re-uploading? I just get a bunch of "error: old chunk mismatch" messages when I ...
8 years, 7 months ago (2012-05-14 22:50:49 UTC) #2
Jun Mukai
On 2012/05/14 22:50:49, Daniel Erat wrote: > Mind re-uploading? I just get a bunch of ...
8 years, 7 months ago (2012-05-14 22:52:26 UTC) #3
Daniel Erat
https://chromiumcodereview.appspot.com/10386124/diff/12001/chrome/browser/ui/window_snapshot/window_snapshot_aura.cc File chrome/browser/ui/window_snapshot/window_snapshot_aura.cc (right): https://chromiumcodereview.appspot.com/10386124/diff/12001/chrome/browser/ui/window_snapshot/window_snapshot_aura.cc#newcode22 chrome/browser/ui/window_snapshot/window_snapshot_aura.cc:22: #if defined(OS_CHROMEOS) Should this be OS_LINUX? I don't see ...
8 years, 7 months ago (2012-05-14 23:17:40 UTC) #4
Jun Mukai
http://codereview.chromium.org/10386124/diff/12001/chrome/browser/ui/window_snapshot/window_snapshot_aura.cc File chrome/browser/ui/window_snapshot/window_snapshot_aura.cc (right): http://codereview.chromium.org/10386124/diff/12001/chrome/browser/ui/window_snapshot/window_snapshot_aura.cc#newcode22 chrome/browser/ui/window_snapshot/window_snapshot_aura.cc:22: #if defined(OS_CHROMEOS) On 2012/05/14 23:17:40, Daniel Erat wrote: > ...
8 years, 7 months ago (2012-05-15 22:39:24 UTC) #5
Daniel Erat
cc marcheu@ to confirm about byte_order http://codereview.chromium.org/10386124/diff/13010/chrome/browser/ui/window_snapshot/window_snapshot_aura.cc File chrome/browser/ui/window_snapshot/window_snapshot_aura.cc (right): http://codereview.chromium.org/10386124/diff/13010/chrome/browser/ui/window_snapshot/window_snapshot_aura.cc#newcode10 chrome/browser/ui/window_snapshot/window_snapshot_aura.cc:10: #include "ui/aura/root_window.h" nit: ...
8 years, 7 months ago (2012-05-15 23:35:08 UTC) #6
marcheu
On 2012/05/15 23:35:08, Daniel Erat wrote: > cc marcheu@ to confirm about byte_order > > ...
8 years, 7 months ago (2012-05-16 00:09:04 UTC) #7
Jun Mukai
http://codereview.chromium.org/10386124/diff/13010/chrome/browser/ui/window_snapshot/window_snapshot_aura.cc File chrome/browser/ui/window_snapshot/window_snapshot_aura.cc (right): http://codereview.chromium.org/10386124/diff/13010/chrome/browser/ui/window_snapshot/window_snapshot_aura.cc#newcode10 chrome/browser/ui/window_snapshot/window_snapshot_aura.cc:10: #include "ui/aura/root_window.h" On 2012/05/15 23:35:08, Daniel Erat wrote: > ...
8 years, 7 months ago (2012-05-16 18:07:43 UTC) #8
Daniel Erat
LGTM with one minor issue. http://codereview.chromium.org/10386124/diff/12/ui/aura/root_window_host_linux.cc File ui/aura/root_window_host_linux.cc (right): http://codereview.chromium.org/10386124/diff/12/ui/aura/root_window_host_linux.cc#newcode837 ui/aura/root_window_host_linux.cc:837: LOG(ERROR) << "bits_per_pixel is ...
8 years, 7 months ago (2012-05-16 19:43:50 UTC) #9
sky
http://codereview.chromium.org/10386124/diff/12/ui/aura/root_window.h File ui/aura/root_window.h (right): http://codereview.chromium.org/10386124/diff/12/ui/aura/root_window.h#newcode248 ui/aura/root_window.h:248: const gfx::Rect& snapshot_bounds); out params should be last.
8 years, 7 months ago (2012-05-16 21:32:27 UTC) #10
Jun Mukai
http://codereview.chromium.org/10386124/diff/12/ui/aura/root_window.h File ui/aura/root_window.h (right): http://codereview.chromium.org/10386124/diff/12/ui/aura/root_window.h#newcode248 ui/aura/root_window.h:248: const gfx::Rect& snapshot_bounds); On 2012/05/16 21:32:27, sky wrote: > ...
8 years, 7 months ago (2012-05-16 21:43:57 UTC) #11
sky
8 years, 7 months ago (2012-05-16 21:48:23 UTC) #12
LGTM

Powered by Google App Engine
This is Rietveld 408576698