⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Timeline



Apr 21, 2003:

9:54 PM Changeset in webkit [4150] by darin
  • 2 edits in trunk/WebKit
  • Plugins.subproj/WebNetscapePluginStream.m: Removed unnecessary #import of <WebFoundation/WebFoundation.h>.
7:12 PM Changeset in webkit [4149] by mjs
  • 4 edits in trunk/WebKit

WebFoundation:

Reviewed by Richard.

Renamed headers and implementation files for new auth API.

  • AuthenticationManager.subproj/NSURLAuthenticationChallenge.h:
  • AuthenticationManager.subproj/NSURLAuthenticationChallenge.m:
  • AuthenticationManager.subproj/NSURLCredential.h:
  • AuthenticationManager.subproj/NSURLCredential.m:
  • AuthenticationManager.subproj/NSURLCredentialStorage.h:
  • AuthenticationManager.subproj/NSURLCredentialStorage.m:
  • AuthenticationManager.subproj/NSURLProtectionSpace.h:
  • AuthenticationManager.subproj/NSURLProtectionSpace.m:
  • AuthenticationManager.subproj/WebAuthenticatingResource.h: Removed.
  • AuthenticationManager.subproj/WebAuthenticatingResource.m: Removed.
  • AuthenticationManager.subproj/WebAuthenticationHandler.h:
  • AuthenticationManager.subproj/WebAuthenticationManager.h: Removed.
  • AuthenticationManager.subproj/WebAuthenticationManager.m: Removed.
  • AuthenticationManager.subproj/WebAuthenticationManagerCallback.h:
  • AuthenticationManager.subproj/WebAuthenticationManagerPrivate.h:
  • AuthenticationManager.subproj/WebAuthenticationRequest.h: Removed.
  • AuthenticationManager.subproj/WebAuthenticationRequest.m: Removed.
  • AuthenticationManager.subproj/WebAuthenticationRequestPrivate.h:
  • AuthenticationManager.subproj/WebAuthenticationResult.h: Removed.
  • AuthenticationManager.subproj/WebCredential.h: Removed.
  • AuthenticationManager.subproj/WebCredential.m: Removed.
  • AuthenticationManager.subproj/WebCredentialStorage.h:
  • AuthenticationManager.subproj/WebCredentialStorage.m:
  • AuthenticationManager.subproj/WebKeychainCredential.h:
  • WebFoundation.pbproj/project.pbxproj:

WebKit:

Reviewed by Richard.

Updated for file renames.

  • Panels.subproj/WebAuthenticationPanel.h:
  • Panels.subproj/WebPanelAuthenticationHandler.h:
  • Panels.subproj/WebStandardPanels.m:

WebBrowser:

Reviewed by Richard.

Updated for file renames.

  • AppController.m:
  • FormCompletionController.m:
  • Preferences.subproj/PasswordsEditor.m:
4:45 PM Changeset in webkit [4148] by darin
  • 4 edits in trunk/WebCore

Reviewed by Maciej.

  • fixed bug 3159076 -- turbotax.intuit.com forms have text fields instead of radio buttons
  • khtml/html/html_formimpl.cpp: (HTMLInputElementImpl::setType): Implement; loosen rule about what type changes are allowed. (HTMLInputElementImpl::parseAttribute): Call setType for ATTR_TYPE.
  • unrelated tweak
  • kwq/KWQSlot.mm: (KWQSlot::KWQSlot): Use a macro here to make it a little easier to add items.
1:45 PM Changeset in webkit [4147] by cblu
  • 3 edits in trunk

WebCore:

Fixed previous "Reviewed by".

  • ChangeLog:

WebKit:

Fixed previous "Reviewed by".

  • ChangeLog:
11:49 AM Changeset in webkit [4146] by cblu
  • 8 edits in trunk

WebCore:

Use renamed plug-in view methods.

Reviewed by darin.

  • kwq/KWQKHTMLPart.mm: (KWQKHTMLPart::createPart):
  • kwq/KWQKJavaAppletWidget.mm: (KJavaAppletWidget::showApplet):
  • kwq/WebCoreBridge.h:

WebKit:

Fixed: 3140990 - Safari: Error attempting to load movie from Rhino records
Renamed plug-in view methods to mention that they take URL strings.

Reviewed by darin.

  • WebCoreSupport.subproj/WebBridge.m: (-[WebBridge viewForPluginWithURLString:attributes:baseURLString:MIMEType:]): renamed, try to find the plug-in using the extension of the SRC URL if the plug-in isn't found using the MIME type. (-[WebBridge viewForJavaAppletWithFrame:attributes:baseURLString:]): renamed

Apr 18, 2003:

2:20 PM Changeset in webkit [4145] by mjs
  • 3 edits in trunk/WebCore

Reviewed by Darin.

  • fixed 3191892 - Popup blocking prevents window.open with '_self' as target (superbitdvd.com)
  • khtml/ecma/kjs_html.h:
  • khtml/ecma/kjs_window.cpp: (WindowFunc::tryCall): Don't apply popup blocking if the call would open something in an existing frame (inlcuding the special _self, _top and _parent frames.
2:20 PM Changeset in webkit [4144] by hyatt
  • 3 edits in trunk/WebCore

Make sure display:table is not accidentally mutated to
display:block.

Reviewed by darin

  • khtml/css/cssstyleselector.cpp:
2:14 PM Changeset in webkit [4143] by mjs
  • 5 edits in trunk/WebCore

Reviewed by Darin.

  • fixed 3081926 - bookmarklet to count and display mailto links fails
  • khtml/ecma/kjs_html.cpp: (KJS::HTMLElementFunction::tryCall): Implement custom toString JavaScript method which calls the existing toString C++ custom method.
  • khtml/ecma/kjs_html.h: Added AnchorToString.
  • khtml/ecma/kjs_html.lut.h: Regenerated.
1:15 PM Changeset in webkit [4142] by cblu
  • 3 edits in trunk/WebCore

Fixed: 3172389 - Safari doesn't parse attributes within the OBJECT tag

Reviewed by dave.

  • khtml/rendering/render_frames.cpp: (RenderPartObject::updateWidget): add attributes from within the OBJECT tag to params, the list of attributes we pass to plug-ins. Don't override attributes that are already in params.
10:44 AM Changeset in webkit [4141] by hyatt
  • 3 edits in trunk/WebCore

Make sure display:none is ignored and not accidentally mutated
to display:block.

Reviewed by darin

  • khtml/css/cssstyleselector.cpp:
9:20 AM Changeset in webkit [4140] by cblu
  • 10 edits in trunk/WebKit

WebKit:

Fixed: 3139385 - don't accept drags from other frames in the same WebView

Reviewed by john.

  • WebView.subproj/WebFrameView.m: moved drag destination code from WebFrameView to WebView (-[WebFrameView initWithFrame:]): removed drag registration code
  • WebView.subproj/WebFrameViewPrivate.h:
  • WebView.subproj/WebFrameViewPrivate.m:
  • WebView.subproj/WebHTMLView.m: (-[WebHTMLView dragImage:at:offset:event:pasteboard:source:slideBack:]): unregister drag types on the WebView (-[WebHTMLView draggedImage:endedAt:operation:]): reregister drag types on the WebView
  • WebView.subproj/WebImageView.m: (-[WebImageView mouseDragged:]): unregister drag types on the WebView (-[WebImageView draggedImage:endedAt:operation:]): reregister drag types on the WebView
  • WebView.subproj/WebView.m: moved drag destination code from WebFrameView to WebView (-[WebView draggingEntered:]): moved from WebFrameView (-[WebView prepareForDragOperation:]): ditto (-[WebView performDragOperation:]): ditto (-[WebView concludeDragOperation:]): ditto
  • WebView.subproj/WebViewPrivate.h:
  • WebView.subproj/WebViewPrivate.m: (-[WebView _registerDraggedTypes]): ditto

WebBrowser:

  • Fixed regression. Don't append "txt" to files that already end in "txt". Doh!

Reviewed by john.

  • BrowserDocument.m: (-[BrowserDocument panel:userEnteredFilename:confirmed:]):
Note: See TracTimeline for information about the timeline view.