Bug 58488 - After closing the last window, re-opening my last visited website is over 2X slower
Summary: After closing the last window, re-opening my last visited website is over 2X ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-13 15:27 PDT by Anders Carlsson
Modified: 2011-04-13 15:38 PDT (History)
0 users

See Also:


Attachments
Patch (1.24 KB, patch)
2011-04-13 15:28 PDT, Anders Carlsson
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2011-04-13 15:27:53 PDT
After closing the last window, re-opening my last visited website is over 2X slower
Comment 1 Anders Carlsson 2011-04-13 15:28:58 PDT
Created attachment 89478 [details]
Patch
Comment 2 mitz 2011-04-13 15:37:30 PDT
Comment on attachment 89478 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=89478&action=review

> Source/WebKit2/WebProcess/WebProcess.cpp:120
> +static const double shutdownTimeout = 90.0;

This should be 60 to match the change log.
Comment 3 Anders Carlsson 2011-04-13 15:38:29 PDT
Committed r83777: <http://trac.webkit.org/changeset/83777>