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

Issue 1678163002: mac_views_browser: fixed interactive_ui_tests compilation. (Closed)

Created:
4 years, 10 months ago by themblsha
Modified:
4 years, 10 months ago
Reviewers:
tapted, sky
CC:
chromium-reviews, tfarina, dcheng
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

mac_views_browser: fixed interactive_ui_tests compilation. Splitting interactive_test_utils_mac.mm to mac specific part - interactive_test_utils_mac.mm and cocoa-views part - interactive_test_utils_cocoa.mm. Splitting interactive_test_utils_views.cc to interactive_test_utils_common_views.cc that can be used in mac tests and interactive_test_utils_views.cc that used only in toolkit-views tests. Disabled 3 tests files that are not ready for mac_views. BUG=575036 COLLABORATOR=kirr@yandex-team.ru Also reviewed in http://crrev.com/1669793002/ Committed: https://crrev.com/21b504032d9dcf75db5048eb48ef50204ae45b90 Cr-Commit-Position: refs/heads/master@{#374640}

Patch Set 1 #

Patch Set 2 : Rebased on top of master, disabled ActivateOverflowedToolbarActionWithKeyboard test on Mac #

Total comments: 4

Patch Set 3 : Removed unneeded header, enable ActivateOverflowedToolbarActionWithKeyboard test compilation on Mac #

Unified diffs Side-by-side diffs Delta from patch set Stats (+103 lines, -176 lines) Patch
M chrome/browser/ui/views/location_bar/page_action_image_view_interactive_uitest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc View 2 chunks +1 line, -7 lines 0 comments Download
M chrome/browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc View 1 2 6 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/ui/views/toolbar/toolbar_view_interactive_uitest.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/chrome_tests.gypi View 5 chunks +22 lines, -3 lines 0 comments Download
M chrome/test/BUILD.gn View 1 chunk +19 lines, -0 lines 0 comments Download
M chrome/test/base/interactive_test_utils.h View 1 chunk +3 lines, -0 lines 0 comments Download
A + chrome/test/base/interactive_test_utils_cocoa.mm View 3 chunks +1 line, -35 lines 0 comments Download
A chrome/test/base/interactive_test_utils_common_views.cc View 1 chunk +40 lines, -0 lines 0 comments Download
M chrome/test/base/interactive_test_utils_mac.mm View 1 chunk +0 lines, -82 lines 0 comments Download
M chrome/test/base/interactive_test_utils_views.cc View 2 chunks +4 lines, -33 lines 0 comments Download

Messages

Total messages: 30 (14 generated)
themblsha
On 2016/02/08 17:07:03, themblsha wrote: > mailto:mblsha@yandex-team.ru changed reviewers: > + mailto:tapted@chromium.org Original CL by ...
4 years, 10 months ago (2016-02-08 17:09:31 UTC) #3
themblsha
4 years, 10 months ago (2016-02-08 17:09:48 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1678163002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1678163002/1
4 years, 10 months ago (2016-02-09 06:13:53 UTC) #8
tapted
lgtm, but can you add a note to the CL description, something to potentially help ...
4 years, 10 months ago (2016-02-09 06:19:03 UTC) #9
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_compile_dbg_32_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_32_ng/builds/156174) linux_chromium_compile_dbg_ng on ...
4 years, 10 months ago (2016-02-09 06:36:58 UTC) #11
tapted
Looks like there might be a conflict with a CL that just landed in r374245 ...
4 years, 10 months ago (2016-02-09 06:49:26 UTC) #12
themblsha
On 2016/02/09 06:49:26, tapted wrote: > Looks like there might be a conflict with a ...
4 years, 10 months ago (2016-02-09 11:12:17 UTC) #13
themblsha
4 years, 10 months ago (2016-02-09 11:12:50 UTC) #15
tapted
lgtm with the following changes. (I'll send off another CQ dry run too.) https://codereview.chromium.org/1678163002/diff/20001/chrome/browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc File ...
4 years, 10 months ago (2016-02-09 22:06:07 UTC) #17
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1678163002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1678163002/20001
4 years, 10 months ago (2016-02-09 22:08:45 UTC) #19
sky
LGTM
4 years, 10 months ago (2016-02-09 22:36:34 UTC) #20
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-09 23:18:47 UTC) #22
themblsha
https://codereview.chromium.org/1678163002/diff/20001/chrome/browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc File chrome/browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc (right): https://codereview.chromium.org/1678163002/diff/20001/chrome/browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc#newcode364 chrome/browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc:364: #if defined(USE_OZONE) || defined(OS_MACOSX) On 2016/02/09 22:06:07, tapted wrote: ...
4 years, 10 months ago (2016-02-10 10:28:31 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1678163002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1678163002/40001
4 years, 10 months ago (2016-02-10 10:38:07 UTC) #26
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 10 months ago (2016-02-10 11:23:17 UTC) #28
commit-bot: I haz the power
4 years, 10 months ago (2016-02-10 11:24:12 UTC) #30
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/21b504032d9dcf75db5048eb48ef50204ae45b90
Cr-Commit-Position: refs/heads/master@{#374640}

Powered by Google App Engine
This is Rietveld 408576698