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

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>16467</bug_id>
          
          <creation_ts>2012-03-21 16:31:14 +0000</creation_ts>
          <short_desc>[IndexedDB] [editorial] remove spurious IDBVersionChangeRequest-sentence</short_desc>
          <delta_ts>2012-07-16 21:50:33 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebAppsWG</product>
          <component>Indexed Database API</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</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="Odin Hørthe Omdal">odinho</reporter>
          <assigned_to name="This bug has no owner yet - up for the taking">dave.null</assigned_to>
          <cc>eliotgra</cc>
    
    <cc>mike</cc>
    
    <cc>public-webapps</cc>
          
          <qa_contact>public-webapps-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>65901</commentid>
    <comment_count>0</comment_count>
    <who name="Odin Hørthe Omdal">odinho</who>
    <bug_when>2012-03-21 16:31:14 +0000</bug_when>
    <thetext>deleteDatabase
---------------
http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html#widl-IDBFactory-deleteDatabase-IDBOpenDBRequest-DOMString-name

When invoked, this method must create a request and return it. The created request must implement the IDBOpenDBRequest interface and have its source set to null. 

**The created request has no source and must implement the IDBVersionChangeRequest interface.**

The method then queues up an operation to run the steps for deleting a database. Let origin be the origin of the IDBEnvironment used to access this IDBFactory and name be the name parameter passed to this function.


&quot;versionchange&quot; transaction steps
---------------------------------
http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html#versionchange--transaction-steps

  4. Wait until either all objects in openDatabases are closed and all of their transactions are finished.

I think it should read:

  4. Wait until all objects in openDatabases are closed and all of their transactions are finished.

---- jump ----

  11. Follow the normal steps for executing a transaction and let the transaction finish normally.

Is anything interesting actually happening here? I&apos;m not quite sure what the normal steps are, -- only running it I guess, but only reading a bare spec it feels a bit confusing. Maybe only say Execute the transaction, -- or specify what those normal steps you do to do it actually is?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>70030</commentid>
    <comment_count>1</comment_count>
    <who name="Eliot Graff">eliotgra</who>
    <bug_when>2012-07-16 21:50:33 +0000</bug_when>
    <thetext>The sentence in IDBFactory.deleteDatabase was deleted.

Step 4 was already changed.

Step 11 changed to &quot;Execute the transaction.&quot;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>