Comment #4 on issue 18994 by [email protected]: Jumplist should  
restore recently closed window.
http://code.google.com/p/chromium/issues/detail?id=18994

The following revision refers to this bug:
     http://src.chromium.org/viewvc/chrome?view=rev&revision=32308

------------------------------------------------------------------------
r32308 | [email protected] | 2009-11-18 00:32:35 -0800 (Wed, 18 Nov 2009)  
| 10 lines
Changed paths:
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/jumplist.cc?r1=32308&r2=32307

A fix for Issue 18994.
This change retrieves the number of slots available for custom JumpList  
items to calculate the items for "Most Visited" items and for "Recently  
Closed" items.
As written in the MSDN doc, Windows 7 changes the number of JumpList slots  
at run time and it truncates the items from the bottom (i.e. "Recently  
Closed" items) if we add more items than available ones.
To fix this issue, this change assigned 60% of available JumpList slots to  
the "Most Visited" category and 40% to the "Recently Closed" category,  
respectively. (If there are not so many "Recently Closed" Items, this  
change increases the number of "Most Visited" items.)

Also, this change sets the AppID since  
<http://codereview.chromium.org/385120> changes it.

BUG=18994
TEST=Open a JumpList and see there are two or more "Recently Closed" items  
in it.
Review URL: http://codereview.chromium.org/399031
------------------------------------------------------------------------


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

-- 
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs

Reply via email to