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

Issue 377973005: ozone: test: Convert to PlatformWindow (Closed)

Created:
6 years, 5 months ago by spang
Modified:
6 years, 5 months ago
CC:
chromium-reviews, rjkroege, kalyank, ozone-reviews_chromium.org
Project:
chromium
Visibility:
Public.

Description

ozone: test: Convert to PlatformWindow A test window is just a path to write an image file to. Each window has a unique image path. BUG=392280 TEST=built with chromeos==1 use_ozone==1 & ran test platform NOTRY=true depends on https://codereview.chromium.org/375053002/ Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=283875

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : rebase & nits #

Patch Set 4 : add dcheck #

Unified diffs Side-by-side diffs Delta from patch set Stats (+174 lines, -184 lines) Patch
D ui/ozone/platform/test/file_surface_factory.h View 1 chunk +0 lines, -38 lines 0 comments Download
D ui/ozone/platform/test/file_surface_factory.cc View 1 chunk +0 lines, -98 lines 0 comments Download
M ui/ozone/platform/test/ozone_platform_test.cc View 1 2 5 chunks +8 lines, -6 lines 0 comments Download
M ui/ozone/platform/test/test.gypi View 1 1 chunk +4 lines, -2 lines 0 comments Download
A + ui/ozone/platform/test/test_window.h View 1 2 2 chunks +19 lines, -21 lines 0 comments Download
A ui/ozone/platform/test/test_window.cc View 1 2 1 chunk +87 lines, -0 lines 0 comments Download
A + ui/ozone/platform/test/test_window_manager.h View 1 2 2 chunks +21 lines, -5 lines 0 comments Download
A + ui/ozone/platform/test/test_window_manager.cc View 1 2 3 2 chunks +35 lines, -14 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
spang
6 years, 5 months ago (2014-07-17 15:10:12 UTC) #1
alexst (slow to review)
lgtm with nits. https://codereview.chromium.org/377973005/diff/20001/ui/ozone/platform/test/test_window_manager.cc File ui/ozone/platform/test/test_window_manager.cc (right): https://codereview.chromium.org/377973005/diff/20001/ui/ozone/platform/test/test_window_manager.cc#newcode68 ui/ozone/platform/test/test_window_manager.cc:68: if (!DirectoryExists(location_) && !base::CreateDirectory(location_) && Can ...
6 years, 5 months ago (2014-07-17 15:28:30 UTC) #2
spang
https://codereview.chromium.org/377973005/diff/20001/ui/ozone/platform/test/test_window_manager.cc File ui/ozone/platform/test/test_window_manager.cc (right): https://codereview.chromium.org/377973005/diff/20001/ui/ozone/platform/test/test_window_manager.cc#newcode68 ui/ozone/platform/test/test_window_manager.cc:68: if (!DirectoryExists(location_) && !base::CreateDirectory(location_) && On 2014/07/17 15:28:30, alexst ...
6 years, 5 months ago (2014-07-17 19:51:44 UTC) #3
spang
The CQ bit was checked by spang@chromium.org
6 years, 5 months ago (2014-07-17 21:08:56 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/spang@chromium.org/377973005/60001
6 years, 5 months ago (2014-07-17 21:10:20 UTC) #5
commit-bot: I haz the power
6 years, 5 months ago (2014-07-17 21:13:37 UTC) #6
Message was sent while issue was closed.
Change committed as 283875

Powered by Google App Engine
This is Rietveld 408576698