Timeline
Mar 1, 2002:
- 4:29 PM Changeset in webkit [683] by
-
- 4 edits in trunk/WebCore
Improved the plug-in search scheme to make it easier to change the plug-in locations in the future. Added Alexander's PlugIns directory to the search locations
- 3:13 PM Changeset in webkit [682] by
-
- 3 edits in trunk/WebCore
Disabling Java for now
- 2:14 PM Changeset in webkit [681] by
-
- 21 edits4 adds in trunk
First implementation of WCJavaAppletWidget.
Removed unecessary items from plug-in initialization prototypes.
Added a method getPluginWithFilename to WCPluginDataase to find Java.plugin.
Modified Files:
WebBrowser/Debug/DebugBookmarks.plist
WebCore/src/kdelibs/khtml/rendering/render_applet.cpp
WebCore/src/kwq/KWQKHTMLPart.mm WebCore/src/kwq/Makefile.am
WebCore/src/kwq/WCPlugin.mm WebCore/src/kwq/WCPluginDatabase.h
WebCore/src/kwq/WCPluginDatabase.mm
WebCore/src/kwq/WCPluginWidget.h
WebCore/src/kwq/WCPluginWidget.mm
WebKit/Plugins.subproj/IFPluginView.h
WebKit/Plugins.subproj/IFPluginView.mm
Added Files:
WebCore/src/kwq/WCJavaAppletWidget.h
WebCore/src/kwq/WCJavaAppletWidget.mm
- 11:59 AM Changeset in webkit [680] by
-
- 9 edits in trunk/WebKit
Fixed a potentially large leak in frames. View associated w/
frame was not being released.
Added scaffolding for correct frame by frame load complete check.
Moved private IFWebBaseController method implementations to
IFWebBaseControllerPrivate.mm.