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

Issue 11414223: Move the test functions that deal with focus to interactive_ui_tets_utils.h and into the interactiv… (Closed)

Created:
8 years ago by jam
Modified:
8 years ago
Reviewers:
sky
CC:
chromium-reviews, nkostylev+watch_chromium.org, dhollowa+watch_chromium.org, browser-components-watch_chromium.org, gideonwald, dcheng, sreeram, scheib+watch_chromium.org, stevenjb+watch_chromium.org, melevin, Ilya Sherman, samarth, dbeam+watch-autofill_chromium.org, dominich, chromium-apps-reviews_chromium.org, jennb, jianli, oshima+watch_chromium.org, Albert Bodenhamer, Jered, tfarina, Dmitry Titov, sail+watch_chromium.org, Aaron Boodman, David Black, dyu1, estade+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Move the test functions that deal with focus to interactive_ui_tets_utils.h and into the interactive_ui_tests target. That way they can't be misused from browser_tests. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170224

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+477 lines, -833 lines) Patch
M chrome/browser/autofill/autofill_browsertest.cc View 8 chunks +0 lines, -8 lines 0 comments Download
M chrome/browser/browser_keyevents_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/login/login_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/api/tabs/tabs_interactive_test.cc View 2 chunks +58 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/tabs/tabs_test.cc View 1 chunk +0 lines, -56 lines 0 comments Download
M chrome/browser/extensions/extension_keybinding_apitest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/instant/instant_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/browser_focus_uitest.cc View 2 chunks +42 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser_navigator_browsertest.cc View 2 chunks +0 lines, -41 lines 0 comments Download
D chrome/browser/ui/cocoa/test/ui_test_utils_mac.mm View 1 chunk +0 lines, -93 lines 0 comments Download
M chrome/browser/ui/fullscreen/fullscreen_controller_interactive_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc View 1 chunk +1 line, -0 lines 0 comments Download
D chrome/browser/ui/gtk/test/ui_test_utils_gtk.cc View 1 chunk +0 lines, -85 lines 0 comments Download
M chrome/browser/ui/omnibox/action_box_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/omnibox/omnibox_view_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/panels/base_panel_browser_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/panels/panel_browsertest.cc View 3 chunks +26 lines, -0 lines 0 comments Download
M chrome/browser/ui/panels/panel_extension_browsertest.cc View 2 chunks +1 line, -24 lines 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/button_dropdown_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/find_bar_host_interactive_uitest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/keyboard_access_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/menu_item_view_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/menu_model_adapter_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/ssl_client_certificate_selector_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc View 1 chunk +1 line, -0 lines 0 comments Download
D chrome/browser/ui/views/test/ui_test_utils_aura.h View 1 chunk +0 lines, -21 lines 0 comments Download
D chrome/browser/ui/views/test/ui_test_utils_aura.cc View 1 chunk +0 lines, -31 lines 0 comments Download
D chrome/browser/ui/views/test/ui_test_utils_views.cc View 1 chunk +0 lines, -54 lines 0 comments Download
D chrome/browser/ui/views/test/ui_test_utils_win.cc View 1 chunk +0 lines, -129 lines 0 comments Download
M chrome/chrome_tests.gypi View 3 chunks +9 lines, -1 line 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 chunk +0 lines, -6 lines 0 comments Download
A chrome/test/base/interactive_test_utils.h View 1 2 1 chunk +140 lines, -0 lines 0 comments Download
A chrome/test/base/interactive_test_utils.cc View 1 chunk +105 lines, -0 lines 0 comments Download
A + chrome/test/base/interactive_test_utils_aura.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/test/base/interactive_test_utils_aura.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + chrome/test/base/interactive_test_utils_gtk.cc View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/test/base/interactive_test_utils_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/test/base/interactive_test_utils_views.cc View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/test/base/interactive_test_utils_win.cc View 1 3 chunks +2 lines, -67 lines 0 comments Download
M chrome/test/base/ui_test_utils.h View 8 chunks +0 lines, -119 lines 0 comments Download
M chrome/test/base/ui_test_utils.cc View 1 5 chunks +66 lines, -88 lines 0 comments Download
M chrome/test/gpu/gpu_mapsgl_endurance_browsertest.cc View 1 2 3 1 chunk +1 line, -1 line 1 comment Download
M chrome/test/gpu/gpu_pixel_browsertest.cc View 1 2 3 1 chunk +1 line, -1 line 1 comment Download

Messages

Total messages: 5 (0 generated)
jam
8 years ago (2012-11-29 05:26:15 UTC) #1
jam
https://codereview.chromium.org/11414223/diff/7011/chrome/test/gpu/gpu_mapsgl_endurance_browsertest.cc File chrome/test/gpu/gpu_mapsgl_endurance_browsertest.cc (right): https://codereview.chromium.org/11414223/diff/7011/chrome/test/gpu/gpu_mapsgl_endurance_browsertest.cc#newcode83 chrome/test/gpu/gpu_mapsgl_endurance_browsertest.cc:83: browser()->window()->Activate(); this was copied from gpu_pixel_browsertest.cc https://codereview.chromium.org/11414223/diff/7011/chrome/test/gpu/gpu_pixel_browsertest.cc File chrome/test/gpu/gpu_pixel_browsertest.cc ...
8 years ago (2012-11-29 07:06:42 UTC) #2
sky
I'm a bit worried we're missing something. How have all of these been working on ...
8 years ago (2012-11-29 16:49:18 UTC) #3
jam
On 2012/11/29 16:49:18, sky wrote: > I'm a bit worried we're missing something. How have ...
8 years ago (2012-11-29 16:58:08 UTC) #4
sky
8 years ago (2012-11-29 17:18:46 UTC) #5
LGTM

Powered by Google App Engine
This is Rietveld 408576698