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

Issue 339076: The newly added AboutChromeFrame test for IE full tab mode was failing on the... (Closed)

Created:
11 years, 1 month ago by ananta
Modified:
9 years, 6 months ago
Reviewers:
stoyan
CC:
chromium-reviews_googlegroups.com, darin (slow to review), amit, Paweł Hajdan Jr.
Visibility:
Public.

Description

The newly added AboutChromeFrame test for IE full tab mode was failing on the chrome frame builder which is an XP machine with IE8 (It was not supposed to return on IE8 :) The reason being that the VK_UP keyboard message we were passing in via SendInput needs the extended flag to be true. I added the extended flag as an argument to the SendVirtualKey helper function. On a related note, I removed the GetIEVersion check from the utility function which launches IE as a COM server as the IE version checking function checks the version of the current module and compares it against IE versions which is hilarious. In any case these tests work fine. TBR=amit Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30549

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -14 lines) Patch
M chrome_frame/test/chrome_frame_test_utils.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome_frame/test/chrome_frame_test_utils.cc View 2 chunks +6 lines, -5 lines 0 comments Download
M chrome_frame/test/chrome_frame_unittests.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M chrome_frame/test/net/dialog_watchdog.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
ananta
11 years, 1 month ago (2009-10-29 23:39:59 UTC) #1
stoyan
11 years, 1 month ago (2009-10-29 23:52:39 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698