[webkit-reviews] review granted: [Bug 122971] Add scaffolding for IDBDatabaseBackends in Web and Database processes : [Attachment 214469] Patch v1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 17 11:12:00 PDT 2013


Tim Horton <thorton at apple.com> has granted Brady Eidson <beidson at apple.com>'s
request for review:
Bug 122971: Add scaffolding for IDBDatabaseBackends in Web and Database
processes
https://bugs.webkit.org/show_bug.cgi?id=122971

Attachment 214469: Patch v1 
https://bugs.webkit.org/attachment.cgi?id=214469&action=review

------- Additional Comments from Tim Horton <thorton at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=214469&action=review


> Source/WebKit2/WebProcess/Databases/IndexedDB/WebIDBFactoryBackend.cpp:71
> +void WebIDBFactoryBackend::open(const String& databaseName, int64_t version,
int64_t transactionId, PassRefPtr<IDBCallbacks> callbacks,
PassRefPtr<IDBDatabaseCallbacks> databaseCallbacks, PassRefPtr<SecurityOrigin>
prpSecurityOrigin, ScriptExecutionContext*, const String&)

prp :|


More information about the webkit-reviews mailing list