[Webkit-unassigned] [Bug 67978] New: WebWorkers fail with document.domain set when accessing from subdomain

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 12 18:42:14 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=67978

           Summary: WebWorkers fail with document.domain set when
                    accessing from subdomain
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dylan.sproule at gmail.com
                CC: atwilson at chromium.org


I am currently running into issues with running WebWorkers on Chrome
when document.domain is set, this is not failing in Firefox.

I am receiving the following error:
"SECURITY_ERR: DOM Exception 18"
DOMException, code: 18 in Chrome

I am currently running Chrome v13.0.782.220.

Repro:
- Set document.domain="domain.com" while visiting a "subdomain.domain.com"
- Init web worker

ER:
- Worker is initialized

AR:
"SECURITY_ERR: DOM Exception 18"
DOMException, code: 18 in Chrome

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list