[webkit-reviews] review requested: [Bug 56375] [Qt] PageGroup::closeLocalStorage() should be called when the app quits : [Attachment 91943] Close Local Storage when last QWebPage is destroyed.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 2 11:13:33 PDT 2011


Joe Wild <joseph.wild at nokia.com> has asked  for review:
Bug 56375: [Qt] PageGroup::closeLocalStorage() should be called when the app
quits
https://bugs.webkit.org/show_bug.cgi?id=56375

Attachment 91943: Close Local Storage when last QWebPage is destroyed.
https://bugs.webkit.org/attachment.cgi?id=91943&action=review

------- Additional Comments from Joe Wild <joseph.wild at nokia.com>

Added an instance count to QWebPage.  Now when the last QWebPage is destroyed,
we close local storage and icon database as done on other platforms.

This was clean up which did not change any functionality, so did not
add any new tests.


More information about the webkit-reviews mailing list