Changes between Initial Version and Version 1 of Known incompatibilities between open-source WebKit and Safari


Ignore:
Timestamp:
Nov 2, 2006 8:34:59 PM (17 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Known incompatibilities between open-source WebKit and Safari

    v1 v1  
     1Versions of Safari that were released with 10.4 (Tiger) or a 10.4.x update should work correctly with locally-built versions of WebKit in nearly all ways. Ideally there would be no incompatibilities at all, but occasionally it is necessary to introduce an incompatibility so that WebKit can evolve without amassing globs of special-case backwards-compatibility code.
     2
     3This page is intended to list all of the deliberate incompatibilities between using a Tiger version of Safari and a locally-built version of WebKit. If you know of any other incompatibilities, then either this page needs updating or (more likely) they are unintentional bugs. Please use bugs.webkit.org to report such bugs.
     4
     5===  Forms auto-fill doesn't work  ===
     6
     7Forms auto-fill in Safari is entirely disabled with a locally-built version of WebKit. This was necessary in order to rewrite the form control code in WebKit to not rely on using NSViews, a project that is currently underway.
     8
     9===  Context menu for selected text is missing three menu items  ===
     10
     11The context menu for selected text on an HTML page in Tiger Safari normally includes "Search in Spotlight", "Search in Google", "Look Up in Dictionary", and "Copy". When running on locally-built WebKit, only the "Copy" item appears, preceded by two separators. This change was necessary in order to make public API that allows clients to recognize these specific context menu items.
     12
     13===  Automatic proxy configuration doesn't work  ===
     14
     15Safari crashes when trying to access the network if automatic proxy configuration (using a PAC file) is selected in System Preferences > Network > ''interface'' > Proxies. This is an incompatibility between the JavaScriptGlue code used by the proxy mechanism and the locally-built JavaScriptCore.