[Webkit-unassigned] [Bug 24699] New: REGRESSION: Java Applets broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 19 10:39:06 PDT 2009


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

           Summary: REGRESSION: Java Applets broken
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://java.sun.com/applets/jdk/1.4/demo/applets/ArcTest
                    /example1.html
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Plug-ins
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: amit at chromium.org
                CC: sam at webkit.org


Java applets that do not specify 'codebase' in the embed/object tag do not
work. This is due to a recent Revision 41568.

If codebase is not specified, then HTMLAppletElement::createRenderer sets it
using args.set("codeBase", document()->baseURL().string());  This sets it to
the page url instead of it's base path.


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



More information about the webkit-unassigned mailing list