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

Issue 2500093003: Re-enable tabs_interactive_uitest for linux_aura (Closed)

Created:
4 years, 1 month ago by Qiang(Joe) Xu
Modified:
4 years, 1 month ago
Reviewers:
sky
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Re-enable tabs_interactive_uitest for linux_aura Changes include: (1) change BringBrowserWindowToFront with BrowserActivationWaiter support (2) enable tabs_interactive_uitest for linux_aura BUG=665233 TEST=automate tests Committed: https://crrev.com/3e256ad41fdb6711f19c85cc80a7c860304a9b45 Cr-Commit-Position: refs/heads/master@{#432584}

Patch Set 1 #

Total comments: 3

Patch Set 2 : rebase #

Patch Set 3 : based on comments #

Total comments: 2

Patch Set 4 : merge with BringBrowserWindowToFront #

Total comments: 5

Patch Set 5 : based on comments #

Total comments: 1

Patch Set 6 : add TODO #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -43 lines) Patch
M chrome/browser/extensions/api/tabs/tabs_interactive_test.cc View 1 2 3 4 4 chunks +12 lines, -13 lines 0 comments Download
M chrome/browser/ui/browser_focus_uitest.cc View 1 2 3 4 5 4 chunks +2 lines, -14 lines 0 comments Download
M chrome/test/BUILD.gn View 1 2 3 4 5 2 chunks +1 line, -10 lines 0 comments Download
M chrome/test/base/interactive_test_utils.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/test/base/interactive_test_utils.cc View 1 2 3 1 chunk +6 lines, -1 line 0 comments Download
M chrome/test/base/ui_test_utils.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/test/base/ui_test_utils.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 45 (32 generated)
Qiang(Joe) Xu
Hi Scott, coule you ptal? Thanks! https://codereview.chromium.org/2500093003/diff/1/chrome/browser/extensions/api/tabs/tabs_interactive_test.cc File chrome/browser/extensions/api/tabs/tabs_interactive_test.cc (right): https://codereview.chromium.org/2500093003/diff/1/chrome/browser/extensions/api/tabs/tabs_interactive_test.cc#newcode42 chrome/browser/extensions/api/tabs/tabs_interactive_test.cc:42: AddTabAtIndexToBrowser(new_browser, 0, url, ...
4 years, 1 month ago (2016-11-15 02:17:22 UTC) #5
sky
https://codereview.chromium.org/2500093003/diff/1/chrome/test/base/interactive_test_utils.cc File chrome/test/base/interactive_test_utils.cc (right): https://codereview.chromium.org/2500093003/diff/1/chrome/test/base/interactive_test_utils.cc#newcode27 chrome/test/base/interactive_test_utils.cc:27: ASSERT_TRUE(BringBrowserWindowToFront(browser)); You should make ActivateBrowserWindow return a status and ...
4 years, 1 month ago (2016-11-15 03:47:01 UTC) #8
Qiang(Joe) Xu
Hi Scott, new patch ready, ptal, thanks! https://codereview.chromium.org/2500093003/diff/1/chrome/test/base/interactive_test_utils.cc File chrome/test/base/interactive_test_utils.cc (right): https://codereview.chromium.org/2500093003/diff/1/chrome/test/base/interactive_test_utils.cc#newcode27 chrome/test/base/interactive_test_utils.cc:27: ASSERT_TRUE(BringBrowserWindowToFront(browser)); On ...
4 years, 1 month ago (2016-11-15 16:25:30 UTC) #13
sky
https://codereview.chromium.org/2500093003/diff/40001/chrome/test/base/interactive_test_utils.h File chrome/test/base/interactive_test_utils.h (right): https://codereview.chromium.org/2500093003/diff/40001/chrome/test/base/interactive_test_utils.h#newcode30 chrome/test/base/interactive_test_utils.h:30: bool BringBrowserWindowToFront(const Browser* browser) WARN_UNUSED_RESULT; Aren't ActivateBrowserWindow and BringBrowserWindowToFront ...
4 years, 1 month ago (2016-11-15 17:45:12 UTC) #14
Qiang(Joe) Xu
Hi Scott, new patch ready, ptal. https://codereview.chromium.org/2500093003/diff/40001/chrome/test/base/interactive_test_utils.h File chrome/test/base/interactive_test_utils.h (right): https://codereview.chromium.org/2500093003/diff/40001/chrome/test/base/interactive_test_utils.h#newcode30 chrome/test/base/interactive_test_utils.h:30: bool BringBrowserWindowToFront(const Browser* ...
4 years, 1 month ago (2016-11-15 19:01:26 UTC) #24
sky
https://codereview.chromium.org/2500093003/diff/100001/chrome/browser/extensions/api/tabs/tabs_interactive_test.cc File chrome/browser/extensions/api/tabs/tabs_interactive_test.cc (right): https://codereview.chromium.org/2500093003/diff/100001/chrome/browser/extensions/api/tabs/tabs_interactive_test.cc#newcode135 chrome/browser/extensions/api/tabs/tabs_interactive_test.cc:135: ASSERT_TRUE(ui_test_utils::BringBrowserWindowToFront(browser())); Is this really necessary? interactive_ui_tests_main.cc does for browser ...
4 years, 1 month ago (2016-11-15 20:21:12 UTC) #25
Qiang(Joe) Xu
Hi Scott, here is the update. But I am little puzzled on removing BringBrowserWindowToFront(browser()). It ...
4 years, 1 month ago (2016-11-15 22:42:29 UTC) #30
sky
It would be good if someone could make the mac side work. Sadly I don't ...
4 years, 1 month ago (2016-11-16 01:45:15 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2500093003/140001
4 years, 1 month ago (2016-11-16 06:29:34 UTC) #36
commit-bot: I haz the power
Try jobs failed on following builders: android_n5x_swarming_rel on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_swarming_rel/builds/68538)
4 years, 1 month ago (2016-11-16 08:53:31 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2500093003/140001
4 years, 1 month ago (2016-11-16 17:08:10 UTC) #40
commit-bot: I haz the power
Committed patchset #6 (id:140001)
4 years, 1 month ago (2016-11-16 19:14:37 UTC) #43
commit-bot: I haz the power
4 years, 1 month ago (2016-11-16 19:53:30 UTC) #45
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/3e256ad41fdb6711f19c85cc80a7c860304a9b45
Cr-Commit-Position: refs/heads/master@{#432584}

Powered by Google App Engine
This is Rietveld 408576698