[Webkit-unassigned] [Bug 27967] Decouple the code that deals with the main DB and quota management from the rest of the DB code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 18 09:54:16 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27967


Dimitri Glazkov (Google) <dglazkov at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #34873|review?                     |review+
               Flag|                            |




--- Comment #14 from Dimitri Glazkov (Google) <dglazkov at chromium.org>  2009-08-18 09:54:12 PDT ---
(From update of attachment 34873)
Looks good. A few non-blocking comments below.

> +        * GNUmakefile.am:
> +        * WebCore.gypi:
> +        * WebCore.vcproj/WebCore.vcproj:
> +        * WebCore.xcodeproj/project.pbxproj:

What about WebCore.pro and other build systems? I am assuming you grepped
through all of them to make sure we won't introduce some port breakage here.

> +        // Notifies everybody that the transaction was successfully commited.
> +        void didCommitTransaction(SQLTransaction*);

I think "Notifies everybody that" is superfluous here and below.

> +
> +        // Notifies everybody that a statement in the given transaction has been executed.
> +        void didExecuteStatement(SQLTransaction*);
> +
> +        // Notifies everybody that the size of the database file exceeds its quota.
> +        // If this method returns true, the current statement in the transaction is
> +        // retried. Otherwise, the transaction is rolled back.
> +        bool didExceedQuota(SQLTransaction*);

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list