<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>102568</bug_id>
          
          <creation_ts>2012-11-16 16:01:10 -0800</creation_ts>
          <short_desc>IndexedDB: implement priority queue for pending opens</short_desc>
          <delta_ts>2022-02-01 14:09:47 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebCore Misc.</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="David Grogan">dgrogan</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>alecflett</cc>
    
    <cc>jsbell</cc>
    
    <cc>sihui_liu</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>769742</commentid>
    <comment_count>0</comment_count>
    <who name="David Grogan">dgrogan</who>
    <bug_when>2012-11-16 16:01:10 -0800</bug_when>
    <thetext>From 4.1.3 Note2:
if two databases with the same name and origin, but with different versions, are being opened at the same time, the one with the highest version will attempt to be opened first.

The current implementation does not do this.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1836144</commentid>
    <comment_count>1</comment_count>
    <who name="Sihui Liu">sihui_liu</who>
    <bug_when>2022-02-01 14:09:47 -0800</bug_when>
    <thetext>This is an old bug and the description is not true for current implementation: open requests are handled in the order the are created. E.g. For database with same name on the same origin, if request with version 0 is created earlier than request with version 1, the version 0 one will be handled first.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>