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

Issue 8804001: Move a bunch of accessibility tests in chrome that have no chrome dependencies to content. We wan... (Closed)

Created:
9 years ago by jam
Modified:
9 years ago
CC:
chromium-reviews, hashimoto+watch_chromium.org, aboxhall+watch_chromium.org, yoshiki+watch_chromium.org, davidbarr+watch_chromium.org, yuzo+watch_chromium.org, dpranke-watch+content_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, Paweł Hajdan Jr., ctguil+watch_chromium.org, zork+watch_chromium.org
Visibility:
Public.

Description

Move a bunch of accessibility tests in chrome that have no chrome dependencies to content. We want code that tests content to live alongside the code its testing. Also, some of these depend on view_messages.h, which is internal to content. BUG=98716 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=112988

Patch Set 1 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1458 lines) Patch
D chrome/browser/accessibility/browser_accessibility_manager_unittest.cc View 1 chunk +0 lines, -634 lines 0 comments Download
D chrome/browser/accessibility/browser_accessibility_win_unittest.cc View 1 chunk +0 lines, -367 lines 0 comments Download
D chrome/browser/accessibility/renderer_accessibility_browsertest.cc View 1 chunk +0 lines, -454 lines 0 comments Download
M chrome/chrome_tests.gypi View 3 chunks +1 line, -3 lines 0 comments Download
A + content/browser/accessibility/browser_accessibility_manager_unittest.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + content/browser/accessibility/browser_accessibility_win_unittest.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + content/browser/accessibility/renderer_accessibility_browsertest.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M content/content_tests.gypi View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
jam
9 years ago (2011-12-05 03:16:26 UTC) #1
dmazzoni
LGTM Great! For the remaining tests that could conceivably move, I see these dependencies, amongst ...
9 years ago (2011-12-05 03:39:04 UTC) #2
jam
On 2011/12/05 03:39:04, Dominic Mazzoni wrote: > LGTM > > Great! > > For the ...
9 years ago (2011-12-05 03:56:24 UTC) #3
jam
+Avi for his thoughts on cocoa_test_helper.h
9 years ago (2011-12-05 04:08:52 UTC) #4
Avi (use Gerrit)
9 years ago (2011-12-20 17:28:06 UTC) #5
On 2011/12/05 04:08:52, John Abd-El-Malek wrote:
> +Avi for his thoughts on cocoa_test_helper.h

Note that the guts of cocoa_test_helper were already moved out of chrome into
ui/base/test/ui_cocoa_test_helper.h. What remains is some packaging setup so
that resource lookup works, and I'm not the test expert. Does the test work if
you include the ui version?

Powered by Google App Engine
This is Rietveld 408576698