<?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>14220</bug_id>
          
          <creation_ts>2011-09-19 13:59:17 +0000</creation_ts>
          <short_desc>In reply to comment #0) &gt; Every browser that I know of can have two web pages open at once.  Those 2 web &gt; pages both have a DOM, they don&apos;t share a DOM.    Some browsers implement this &gt; as 2 different processes, some as 2 threads. This is where you&apos;re m</short_desc>
          <delta_ts>2011-09-20 08:33:57 +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>Web Workers (editor: Ian Hickson)</component>
          <version>unspecified</version>
          <rep_platform>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc>http://www.whatwg.org/specs/web-apps/current-work/#top</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>contributor</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>art.barstow</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>56992</commentid>
    <comment_count>0</comment_count>
    <who name="">contributor</who>
    <bug_when>2011-09-19 13:59:17 +0000</bug_when>
    <thetext>Specification: http://www.w3.org/TR/2011/WD-workers-20110901/
Multipage: http://www.whatwg.org/C#top
Complete: http://www.whatwg.org/c#top

Comment:
In reply to comment #0)
&gt; Every browser that I know of can have two web pages open at once.  Those 2
web
&gt; pages both have a DOM, they don&apos;t share a DOM.    Some browsers implement
this
&gt; as 2 different processes, some as 2 threads.

This is where you&apos;re mistaken.	Some browsers (Firefox?) have one thread for
all pages.  They cannot support two threads both accessing DOMs, even
different
DOMs, because their implementation is not thread-safe at all.  Different pages

can both access DOMs because they&apos;re actually on the same thread.

(I think.)

---------
You may be right about the single thread.  Also it appears that Firefox does
not allow one to start another instance of it as another process.  Even with 3
running, there is only a single firefox in the process list.

In such a situation, I would recommend that Firefox be changed rather than the
spec.  

Posted from: 199.89.158.130
User agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>57022</commentid>
    <comment_count>1</comment_count>
    <who name="Simon Pieters">zcorpan</who>
    <bug_when>2011-09-20 08:33:57 +0000</bug_when>
    <thetext>Please get a bugzilla account and use bugzilla correctly.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>