[Webkit-unassigned] [Bug 28750] Add a Linux and Mac SQLite VFS for Chromium

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 28 12:34:53 PDT 2009


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


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #38640|review?                     |review-
               Flag|                            |




--- Comment #3 from Dimitri Glazkov (Google) <dglazkov at chromium.org>  2009-08-28 12:34:52 PDT ---
(From update of attachment 38640)
> -    // open databases using Chromium's VFS
> +    // open databases using the default VFS
> +    // in renderers, it should be Chromium's VFS; in the browser process it should be SQLite's default VFS
>      return sqlite3_open_v2(fileName.utf8().data(), database,
>                             SQLITE_OPEN_READWRITE | SQLITE_OPEN_CREATE | SQLITE_OPEN_FULLMUTEX,
> -                           "chromium_vfs");
> +                           NULL);
0 is WebKit style.

Otherwise, LGTM.

-- 
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