Bug 152099 - Modern IDB: storage/indexeddb/metadata.html fails
Summary: Modern IDB: storage/indexeddb/metadata.html fails
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: Safari 9
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brady Eidson
URL:
Keywords:
Depends on:
Blocks: 149117 150882
  Show dependency treegraph
 
Reported: 2015-12-09 15:48 PST by Brady Eidson
Modified: 2015-12-10 16:16 PST (History)
4 users (show)

See Also:


Attachments
patch v1 (11.15 KB, patch)
2015-12-09 15:50 PST, Brady Eidson
achristensen: review+
achristensen: commit-queue-
Details | Formatted Diff | Diff
Patch for landing (11.15 KB, patch)
2015-12-09 15:57 PST, Brady Eidson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brady Eidson 2015-12-09 15:48:09 PST
Modern IDB: storage/indexeddb/metadata.html fails

We did not properly reset object store info when version change transactions abort.
Comment 1 Brady Eidson 2015-12-09 15:50:39 PST
Created attachment 267053 [details]
patch v1
Comment 2 WebKit Commit Bot 2015-12-09 15:53:15 PST
Attachment 267053 [details] did not pass style-queue:


ERROR: LayoutTests/ChangeLog:12:  Need whitespace between colon and description  [changelog/filechangedescriptionwhitespace] [5]
Total errors found: 1 in 8 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Alex Christensen 2015-12-09 15:55:18 PST
Comment on attachment 267053 [details]
patch v1

View in context: https://bugs.webkit.org/attachment.cgi?id=267053&action=review

> LayoutTests/ChangeLog:12
> +        * 

stylebot doesn't like this.
Comment 4 Brady Eidson 2015-12-09 15:57:05 PST
Created attachment 267055 [details]
Patch for landing
Comment 5 WebKit Commit Bot 2015-12-09 16:53:33 PST
Comment on attachment 267055 [details]
Patch for landing

Clearing flags on attachment: 267055

Committed r193878: <http://trac.webkit.org/changeset/193878>