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

Timeline



Jul 2, 2004:

10:27 AM Changeset in webkit [6958] by darin
  • 3 edits in trunk/WebKit

Reviewed by Dave.

  • fixed problem where tabsToLinks and privateBrowsingEnabled did not work with non- standard WebPreferences objects
  • WebView.subproj/WebPreferences.m: (-[WebPreferences _valueForKey:]): New helper. (-[WebPreferences _stringValueForKey:]): Use _valueForKey. (-[WebPreferences _integerValueForKey:]): Use _valueForKey. (-[WebPreferences _boolValueForKey:]): Use _valueForKey. (-[WebPreferences tabsToLinks]): Use _boolValueForKey; this is the bug fix. (-[WebPreferences privateBrowsingEnabled]): Ditto. (+[WebPreferences _setIBCreatorID:]): Use copy instead of retain for keeping an NSString.
10:03 AM Changeset in webkit [6957] by darin
  • 2 edits in trunk/WebCore

Reviewed by Dave.

  • fixed half of <rdar://problem/3709244> utf-8 meta tag not parsed when page title contains angle brackets or if </meta> tag used
  • khtml/misc/decoder.cpp: (Decoder::decode): Allow </meta> tags without deciding we are done with the header.
Note: See TracTimeline for information about the timeline view.