Home | History | Annotate | Download | only in WebCore

Lines Matching full:applet

1969         -added layout test for fix to <rdar://problem/4151132> REGRESSION: Some applet 
15386 - removing the applet tests, since they are causing other tests to fail
15388 * layout-tests/fast/replaced/applet-hspace-expected.txt: Removed.
15389 * layout-tests/fast/replaced/applet-hspace.html: Removed.
15390 * layout-tests/fast/replaced/applet-vspace-expected.txt: Removed.
15391 * layout-tests/fast/replaced/applet-vspace.html: Removed.
15392 * layout-tests/fast/replaced/resources/applet.class: Removed.
15393 * layout-tests/fast/replaced/resources/applet.java: Removed.
15487 * layout-tests/fast/replaced/applet-hspace-expected.txt: Added.
15488 * layout-tests/fast/replaced/applet-hspace.html: Added.
15489 * layout-tests/fast/replaced/applet-vspace-expected.txt: Added.
15490 * layout-tests/fast/replaced/applet-vspace.html: Added.
15491 * layout-tests/fast/replaced/resources/applet.class: Added.
15492 * layout-tests/fast/replaced/resources/applet.java: Added.
15495 HSPACE and VSPACE attributes are ignored in APPLET element
21320 Fixes <rdar://problem/4040848> "REGR: Sun security-check demo applet does not load". My earlier fix for 3603191 deferred loading the applet until the </applet> tag is reached, so all <param>s will be available. Unfortunately that meant that if the </applet> tag was missing, the applet would never load at all. So instead, the loading needs to happen when the ID_APPLET tag is popped from the parser stack for any reason.
21324 This ensures that the applet will get loaded even if there is no explicit </applet> tag.
22248 <rdar://problem/4004531> Simple Sun Signed Applet throws exceptions; doesn't run
23044 Fixed <rdar://problem/4020747> REGRESSION: stray </applet> tags crash Safari
23048 whenever there is a closing applet tag without an actual <applet> in the first place.
23682 Fixes <rdar://problem/3603191> "REGRESSION: Applets not receiving all of the Applet Parameters in Java 1.4.1/1.4.2"
23683 Defer instantiation of Java applet plugin until after all of the <applet> tag's nested <param> tags have been parsed, otherwise the list of parameters passed to the applet is incomplete. The regression was introduced (says Dave) when the parser's close-tag notifications were removed in the name of performance.
24966 Fixed: <rdar://problem/3960304> can't load a particular applet (at www.escape.de) unless it's the first applet to be loaded
26229 We now support accessing scriptable plugin objects that are specified with <applet>, <embed>, or <object>
38406 webPlugInGetApplet. The details of how the applet instance
53360 Fixed 3517550. Named array lookup of applet failed, i.e.:
53571 Fixed 3515590. Return Undefined to JS for applet if
53951 dereferencing of vended JavaScript objects when applet is
54134 particular applet.
54377 - fixed 3500408: Web Kit should pass the MAYSCRIPT attribute from the APPLET tag to the Java plug-in
54620 Added support for named applet access from document node.
54753 of a DOM object for applet[0]. This is better than having
54885 Fixed parameter passing to applet. Child elements are NOT valid in setStyle(). So we now either create the widget before needed with createWidgetIfNecessary. This either happens when doing the first layout, or when JavaScript first references the applet element.
54887 Fixed early delete of the the main applet instance. When the JS collector cleaned up the last JS object referring to the applet instance we were deleting the java instance. This caused the applet instance cached on the applet element to be invalid. The applet instance is the only Java object not to be cleaned up by the JS collector.
54993 Fixed: <rdar://problem/3491907>: When viewing applet, view hierarchy was an empty KWQView
54998 * khtml/html/html_objectimpl.cpp: removed setupApplet because that work is done when the applet widget is created
55015 (KJavaAppletWidget::applet): ditto
55123 Cleaned up synchronous applet lookup and initialization.
55124 We need to further cleanup applet instantiation. It doesn't
55205 More LiveConnect stuff. With that patch we make the applet