[Bug 17645] Define more precisely what the "origin" of the IDBEnvironment is

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17645

Israel Hilerio [MSFT] <israelh@microsoft.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |israelh@microsoft.com

--- Comment #1 from Israel Hilerio [MSFT] <israelh@microsoft.com> 2012-07-23 21:55:52 UTC ---
In IE we use the FQDN, protocol, and a GUID to define the db origin.  This
doesn't include the port number. That means that for http://www.microsoft.com,
we’ll use the complete string to define our origin and add a special GUID to
it.  From that perspective, modifying the values for document.origin will have
no impact on our operations.  However, I can see how other implementers
could've done this differently without affecting the end result.

Are you looking for a note like:

"The origin of the IDBEnvironment is calculated in part by using the Fully
Qualified Domain Name.  However, changes to the document.domain attribute won't
have any impact this computation."

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Monday, 23 July 2012 21:55:55 UTC