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

Timeline



Jun 24, 2003:

11:36 AM Changeset in webkit [4563] by cblu
  • 3 edits in trunk/WebKit

Renamed the context menu item Download Image To Disk" to "Download Image to Disk".

Reviewed by john.

  • English.lproj/Localizable.strings:
  • WebView.subproj/WebDefaultContextMenuDelegate.m: (-[WebDefaultUIDelegate menuItemWithTag:]):

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).
Note: See TracTimeline for information about the timeline view.