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

Issue 419993003: Adds a do-nothing ozone platform (Closed)

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

Description

Changes test ozone platform to not produce any output when --ozone-dump-file is not specified. Also modifies the test ozone platform to not implement any event dispatch. BUG=178543 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=288132

Patch Set 1 #

Patch Set 2 : Adds a do-nothing ozone platform when --ozone-dump-file is not specified #

Total comments: 12

Patch Set 3 : Adds a do-nothing ozone platform when --ozone-dump-file is not specified #

Patch Set 4 : Adds a do-nothing ozone platform when --ozone-dump-file is not specified (rebased) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -24 lines) Patch
M ui/ozone/platform/test/ozone_platform_test.cc View 1 2 4 chunks +1 line, -4 lines 0 comments Download
M ui/ozone/platform/test/test_window.h View 1 2 3 3 chunks +1 line, -6 lines 0 comments Download
M ui/ozone/platform/test/test_window.cc View 1 2 3 2 chunks +1 line, -14 lines 0 comments Download
M ui/ozone/platform/test/test_window_manager.cc View 1 2 3 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
varkha
Can you please take a look? This is so we don't have to use test ...
6 years, 5 months ago (2014-07-25 23:11:23 UTC) #1
spang
On 2014/07/25 23:11:23, varkha wrote: > Can you please take a look? This is so ...
6 years, 4 months ago (2014-07-28 19:33:40 UTC) #2
spang
On 2014/07/28 19:33:40, spang wrote: > On 2014/07/25 23:11:23, varkha wrote: > > Can you ...
6 years, 4 months ago (2014-07-30 21:13:05 UTC) #3
varkha
Thanks for heads up. PTAL.
6 years, 4 months ago (2014-07-31 01:19:09 UTC) #4
spang
lgtm
6 years, 4 months ago (2014-07-31 02:19:35 UTC) #5
alexst (slow to review)
https://codereview.chromium.org/419993003/diff/20001/ui/ozone/platform/test/ozone_platform_test.cc File ui/ozone/platform/test/ozone_platform_test.cc (right): https://codereview.chromium.org/419993003/diff/20001/ui/ozone/platform/test/ozone_platform_test.cc#newcode75 ui/ozone/platform/test/ozone_platform_test.cc:75: if (file_path_.empty()) Is there a particular reason you chose ...
6 years, 4 months ago (2014-07-31 02:27:24 UTC) #6
dnicoara
https://codereview.chromium.org/419993003/diff/20001/ui/ozone/platform/test/ozone_platform_test.cc File ui/ozone/platform/test/ozone_platform_test.cc (right): https://codereview.chromium.org/419993003/diff/20001/ui/ozone/platform/test/ozone_platform_test.cc#newcode75 ui/ozone/platform/test/ozone_platform_test.cc:75: if (file_path_.empty()) On 2014/07/31 02:27:24, alexst wrote: > Is ...
6 years, 4 months ago (2014-07-31 02:51:31 UTC) #7
spang
https://codereview.chromium.org/419993003/diff/20001/ui/ozone/platform/test/test_window_manager.cc File ui/ozone/platform/test/test_window_manager.cc (right): https://codereview.chromium.org/419993003/diff/20001/ui/ozone/platform/test/test_window_manager.cc#newcode105 ui/ozone/platform/test/test_window_manager.cc:105: if (location_.empty()) { On 2014/07/31 02:51:31, dnicoara wrote: > ...
6 years, 4 months ago (2014-07-31 16:04:01 UTC) #8
dnicoara
https://codereview.chromium.org/419993003/diff/20001/ui/ozone/platform/test/test_window_manager.cc File ui/ozone/platform/test/test_window_manager.cc (right): https://codereview.chromium.org/419993003/diff/20001/ui/ozone/platform/test/test_window_manager.cc#newcode105 ui/ozone/platform/test/test_window_manager.cc:105: if (location_.empty()) { On 2014/07/31 16:04:01, spang wrote: > ...
6 years, 4 months ago (2014-07-31 16:09:23 UTC) #9
varkha
Getting back to this. PTAL. https://codereview.chromium.org/419993003/diff/20001/ui/ozone/platform/test/ozone_platform_test.cc File ui/ozone/platform/test/ozone_platform_test.cc (right): https://codereview.chromium.org/419993003/diff/20001/ui/ozone/platform/test/ozone_platform_test.cc#newcode75 ui/ozone/platform/test/ozone_platform_test.cc:75: if (file_path_.empty()) On 2014/07/31 ...
6 years, 4 months ago (2014-08-07 00:17:11 UTC) #10
dnicoara
lgtm Would you mind waiting until tomorrow when ash_unittests are enabled? Then please run the ...
6 years, 4 months ago (2014-08-07 00:32:40 UTC) #11
varkha
On 2014/08/07 00:32:40, dnicoara wrote: > lgtm > > Would you mind waiting until tomorrow ...
6 years, 4 months ago (2014-08-07 00:54:37 UTC) #12
dnicoara
Forgot to mention, maybe the CL title should be updated to better reflect the changes.
6 years, 4 months ago (2014-08-07 15:04:38 UTC) #13
varkha
On 2014/08/07 15:04:38, dnicoara wrote: > Forgot to mention, maybe the CL title should be ...
6 years, 4 months ago (2014-08-07 16:54:44 UTC) #14
varkha
The CQ bit was checked by varkha@chromium.org
6 years, 4 months ago (2014-08-07 19:06:02 UTC) #15
varkha
interactive_ui_tests still has a few failures on linux_chromium_chromeos_ozone_rel. I assume it is unrelated.
6 years, 4 months ago (2014-08-07 19:08:15 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/varkha@chromium.org/419993003/60001
6 years, 4 months ago (2014-08-07 19:12:01 UTC) #17
commit-bot: I haz the power
6 years, 4 months ago (2014-08-07 20:12:36 UTC) #18
Message was sent while issue was closed.
Change committed as 288132

Powered by Google App Engine
This is Rietveld 408576698