[webkit-reviews] review requested: [Bug 30701] Chromium needs a different implementation for DatabaseTracker (+ quota management) and SQLTransactionClient : [Attachment 42345] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 2 15:19:31 PST 2009


Dumitru Daniliuc <dumi at chromium.org> has asked	for review:
Bug 30701: Chromium needs a different implementation for DatabaseTracker (+
quota management) and SQLTransactionClient
https://bugs.webkit.org/show_bug.cgi?id=30701

Attachment 42345: patch
https://bugs.webkit.org/attachment.cgi?id=42345&action=review

------- Additional Comments from Dumitru Daniliuc <dumi at chromium.org>
(In reply to comment #16)
> 46 typedef HashSet<Database*> DatabaseSet;
> 47 
> 48 static DatabaseSet& openDatabases()
> 49 {
> 50	 DEFINE_STATIC_LOCAL(DatabasesSet, staticOpenDatabases, ());
> 51	 return staticOpenDatabases;
> 52 }
> 
> Since it looks like peter doesn't need this to get his job done, are you
> planning to remove this?

done.


More information about the webkit-reviews mailing list