RESOLVED FIXED 112712
IndexedDB: Remove onVersionChange(string) plumbing
https://bugs.webkit.org/show_bug.cgi?id=112712
Summary IndexedDB: Remove onVersionChange(string) plumbing
Joshua Bell
Reported 2013-03-19 10:22:52 PDT
Active version changes are always to int versions (via open) or null (via deleteDatabase). Remove the backend->frontend plumbing for string version change notifications. This will require a preliminary patch that switches the "null" case from going via the string to int. Then Chromium can drop unused code, and finally WebKit cleanup can happen.
Attachments
Patch (12.57 KB, patch)
2013-03-19 11:00 PDT, Joshua Bell
no flags
Patch (11.30 KB, patch)
2013-03-21 10:14 PDT, Joshua Bell
no flags
Joshua Bell
Comment 1 2013-03-19 11:00:07 PDT
Joshua Bell
Comment 2 2013-03-19 11:01:05 PDT
The patch here is dependent on https://bugs.webkit.org/show_bug.cgi?id=112715 landing first. Also, some Chromium code needs to be deleted before this lands: https://codereview.chromium.org/12939002/
Joshua Bell
Comment 3 2013-03-21 10:14:30 PDT
Joshua Bell
Comment 4 2013-03-21 10:15:08 PDT
Comment on attachment 194286 [details] Patch r? cq? anyone? - just deleting dead code
WebKit Review Bot
Comment 5 2013-03-21 10:16:44 PDT
Please wait for approval from abarth@webkit.org, dglazkov@chromium.org, fishd@chromium.org, jamesr@chromium.org or tkent@chromium.org before submitting, as this patch contains changes to the Chromium public API. See also https://trac.webkit.org/wiki/ChromiumWebKitAPI.
WebKit Review Bot
Comment 6 2013-03-21 13:46:22 PDT
Comment on attachment 194286 [details] Patch Clearing flags on attachment: 194286 Committed r146511: <http://trac.webkit.org/changeset/146511>
WebKit Review Bot
Comment 7 2013-03-21 13:46:26 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.