[Webkit-unassigned] [Bug 38285] New: REGRESSION: Sandboxing code breaks some javascript: URLs in empty windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 28 14:36:02 PDT 2010


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

           Summary: REGRESSION: Sandboxing code breaks some javascript:
                    URLs in empty windows
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: All
            Status: NEW
          Keywords: InRadar, Regression
          Severity: Normal
          Priority: P1
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ap at webkit.org
                CC: abarth at webkit.org


Steps to reproduce: 
1. Open a new empty window or tab.
2. Enter in address field: javascript:window.open('http://digg.com/')

Results: nothing happens.
Expected results: digg.com opens.

The failing check is in FrameLoader::createWindow():
    if (isDocumentSandboxed(SandboxNavigation))

<rdar://problem/7903453>

-- 
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