From da2566e16fff66dd911994e17d649e478a7beea1 Mon Sep 17 00:00:00 2001 From: "hbono@chromium.org" Date: Wed, 10 Mar 2010 06:23:35 +0000 Subject: Implements AeroPeek of Windows 7. This change integrates the custom AeroPeek implementation into Chromium, which shows the thumbnail list of all tabs and the preview image of the tab selected from the thumbnail list. It uses the AeroPeekManager object, which is a proxy between TabStripModel and Windows to translate events from TabStripModel for Windows, and vice versa. To listen events from TabStripModel without changing the existing part of Chromium, this AeroPeekManager class implements the TabStripModelObserver interface. Even though this change doesn't include any automated tests for AeroPeek, I would like to send its automated UI test as a separate change. Nevertheless, it just creates/deletes a tab and see this AeroPeekManager can create its thumbnail window correctly. BUG=6337 TEST=base_unittests.exe --gtest_filter=ScopedNativeLibrary.Basic Review URL: http://codereview.chromium.org/303033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41133 0039d316-1c4b-4281-b951-d872f2087c98 --- AUTHORS | 1 + 1 file changed, 1 insertion(+) (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS index 1d82bb6..b6cd114 100644 --- a/AUTHORS +++ b/AUTHORS @@ -64,6 +64,7 @@ Alexander Sulfrian Philippe Beaudoin Mark Hahnenberg Alex Gartrell +Leith Bade James Choi Paul Kehrer Chamal De Silva -- cgit v1.1