Timeline



Jun 20, 2003:

2:49 PM Changeset in webkit [4562] by darin
  • 3 edits in trunk/JavaScriptCore

Reviewed by Maciej.

  • improved the property map sorting technique so that the indices are separate for each property map, and also preserve the ordering when property maps are saved and restored
  • kjs/property_map.cpp: (PropertyMap::put): Don't bother setting the index for _singleEntry, since there's no need to sort a single entry. Use the per-table lastIndexUsed instead of a global. (PropertyMap::expand): Don't use the index (uninitialized now) out of a _singleEntry when putting it in a newly-created map; just use 0. Compute a value for the new map's lastIndexUsed as we walk through the elements we are adding to it (using the same old indices from the old map).

Jun 19, 2003:

10:12 AM Changeset in webkit [4561] by cblu
  • 2 edits in trunk/WebKit

Fixed: <rdar://problem/3294803>: HTTP error sent as content instead of error to plug-ins

Reviewed by john.

  • Plugins.subproj/WebNetscapePluginStream.m: (-[WebNetscapePluginConnectionDelegate connection:didReceiveResponse:]): if the response is an error, cancel the load, return a network error
Note: See TracTimeline for information about the timeline view.