Bug 75368
Summary: | nightly webkit install/relaunch seems to ignore NSQuitAlwaysKeepsWindows | ||
---|---|---|---|
Product: | WebKit | Reporter: | Fabian Mailinator <fabian> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | UNCONFIRMED | ||
Severity: | Normal | CC: | ap, dbates, mrowe |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.7 |
Fabian Mailinator
Even after a
'defaults write com.apple.Safari NSQuitAlwaysKeepsWindows -bool false'
when using Safari -> check for webkit upgrades
and downloading and installing and restarting with a new nightly,
safari starts up with two tabs open:
tab 1: the previous, "a new nightly build is available" page
tab 2: the current "thank you for testing webkit" (with no link to an update)
to do:
ensure system preferences -> general -> "restore windows when quitting/restarting apps" checkbox IS checked
type 'defaults write com.apple.Safari NSQuitAlwaysKeepsWindows -bool false' into terminal
install webkit r103794
restart safari
check for webkit update using safari -> check for webkit updates
install webkit update from menu
restart safari
observe:
safari starts up with two tabs active:
tab 1 contains: http://nightly.webkit.org/start/trunk/103794
tab 2 contains: http://nightly.webkit.org/start/trunk/103817 (or some larger number)
expected:
I would expect safari to NOT attempt to restore the contents of tab 1 and there
would only be a single tab open.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |