WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
124635
Cleanup getOrEstablishIDBDatabaseMetadata and stub it out in WK2
https://bugs.webkit.org/show_bug.cgi?id=124635
Summary
Cleanup getOrEstablishIDBDatabaseMetadata and stub it out in WK2
Brady Eidson
Reported
2013-11-19 22:18:53 PST
Cleanup getOrEstablishIDBDatabaseMetadata and stub it out in WK2 -getOrEstablishIDBDatabaseMetadata should not have to take a database name parameter because the server connection should already know what database name it represents. -Stub out the message for getOrEstablishIDBDatabaseMetadata in the DatabaseProcess in WK2
Attachments
Patch v1
(2.99 KB, patch)
2013-11-19 22:21 PST
,
Brady Eidson
no flags
Details
Formatted Diff
Diff
Patch v1 with code.
(22.64 KB, patch)
2013-11-19 22:25 PST
,
Brady Eidson
thorton
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Brady Eidson
Comment 1
2013-11-19 22:21:07 PST
Created
attachment 217383
[details]
Patch v1
Sam Weinig
Comment 2
2013-11-19 22:22:12 PST
You forgot the code I think.
Brady Eidson
Comment 3
2013-11-19 22:25:10 PST
(In reply to
comment #2
)
> You forgot the code I think.
One of these days, git and I will get along.
Brady Eidson
Comment 4
2013-11-19 22:25:31 PST
Created
attachment 217384
[details]
Patch v1 with code.
Tim Horton
Comment 5
2013-11-19 23:17:25 PST
Comment on
attachment 217384
[details]
Patch v1 with code. View in context:
https://bugs.webkit.org/attachment.cgi?id=217384&action=review
> Source/WebCore/Modules/indexeddb/IDBFactoryBackendInterface.h:-63 > - virtual void open(const String& name, uint64_t version, int64_t transactionId, PassRefPtr<IDBCallbacks>, PassRefPtr<IDBDatabaseCallbacks>, const SecurityOrigin& openingOrigin, const SecurityOrigin& mainFrameOrigin) = 0;
what's with the deconstification? (will probably be explained later in the patch). Weren't we bitten by mutable securityorigins in the past?
Brady Eidson
Comment 6
2013-11-20 07:57:59 PST
http://trac.webkit.org/changeset/159563
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug