[webkit-reviews] review requested: [Bug 39041] Move the code that should be shared by sync and async DBs to a separate class : [Attachment 56032] patch #2: clean up

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 13 16:26:02 PDT 2010


Dumitru Daniliuc <dumi at chromium.org> has asked	for review:
Bug 39041: Move the code that should be shared by sync and async DBs to a
separate class
https://bugs.webkit.org/show_bug.cgi?id=39041

Attachment 56032: patch #2: clean up
https://bugs.webkit.org/attachment.cgi?id=56032&action=review

------- Additional Comments from Dumitru Daniliuc <dumi at chromium.org>
Cleaning up the DB classes to make it easier to move code out of them into new
classes: removing unused #includes, replacing #includes in header files with
forward class declarations as much as possible, removing 'friend' declarations,
and adding getters for private fields where necessary.


More information about the webkit-reviews mailing list