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

Issue 3156026: Add a method for setting the value of an Accessibility object.... (Closed)

Created:
10 years, 4 months ago by kkania
Modified:
9 years, 7 months ago
Reviewers:
amit, stoyan
CC:
chromium-reviews
Visibility:
Public.

Description

Add a method for setting the value of an Accessibility object. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=56867

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 2

Patch Set 5 : '' #

Patch Set 6 : '' #

Total comments: 1

Patch Set 7 : '' #

Patch Set 8 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -18 lines) Patch
M chrome_frame/test/chrome_frame_ui_test_utils.h View 1 2 3 2 chunks +7 lines, -0 lines 0 comments Download
M chrome_frame/test/chrome_frame_ui_test_utils.cc View 1 2 3 4 5 5 chunks +37 lines, -5 lines 0 comments Download
M chrome_frame/test/mock_ie_event_sink_actions.h View 1 2 3 4 5 6 4 chunks +22 lines, -1 line 0 comments Download
M chrome_frame/test/mock_ie_event_sink_test.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M chrome_frame/test/ui_test.cc View 1 2 3 4 5 6 3 chunks +11 lines, -12 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
kkania
10 years, 4 months ago (2010-08-18 17:22:16 UTC) #1
amit
drive by lgtm http://codereview.chromium.org/3156026/diff/17001/18004 File chrome_frame/test/ui_test.cc (right): http://codereview.chromium.org/3156026/diff/17001/18004#newcode446 chrome_frame/test/ui_test.cc:446: TEST_F(ContextMenuTest, FLAKY_CFSaveAs) { Nice, so this ...
10 years, 4 months ago (2010-08-18 17:28:01 UTC) #2
kkania
On 2010/08/18 17:28:01, amit wrote: > drive by lgtm > > http://codereview.chromium.org/3156026/diff/17001/18004 > File chrome_frame/test/ui_test.cc ...
10 years, 4 months ago (2010-08-18 17:34:27 UTC) #3
stoyan
LGTM http://codereview.chromium.org/3156026/diff/17001/18001 File chrome_frame/test/chrome_frame_ui_test_utils.cc (right): http://codereview.chromium.org/3156026/diff/17001/18001#newcode263 chrome_frame/test/chrome_frame_ui_test_utils.cc:263: result == E_INVALIDARG) { MSDN says E_INVALIDARG may ...
10 years, 4 months ago (2010-08-18 17:38:24 UTC) #4
amit
On Wed, Aug 18, 2010 at 10:34 AM, <kkania@chromium.org> wrote: > On 2010/08/18 17:28:01, amit ...
10 years, 4 months ago (2010-08-18 17:48:23 UTC) #5
kkania
Added observer to watch for downloads.
10 years, 4 months ago (2010-08-19 02:15:27 UTC) #6
kkania
On 2010/08/19 02:15:27, kkania wrote: > Added observer to watch for downloads. Please review again ...
10 years, 4 months ago (2010-08-19 16:59:21 UTC) #7
amit
10 years, 4 months ago (2010-08-19 21:41:03 UTC) #8
lgtm

http://codereview.chromium.org/3156026/diff/35001/36001
File chrome_frame/test/chrome_frame_test_utils.cc (right):

http://codereview.chromium.org/3156026/diff/35001/36001#newcode984
chrome_frame/test/chrome_frame_test_utils.cc:984: while
(!file_util::GetFileSize(download, &downloaded_size) ||
instead of implementing a loop you could use RegisterWaitForSingleObject here. 
BTW, stoyan's idea of waiting for a second is OK since this is mainly for URLs
already in wininet cache.

Powered by Google App Engine
This is Rietveld 408576698