Changes between Version 2 and Version 3 of Known incompatibilities between open-source WebKit and Safari


Ignore:
Timestamp:
Nov 18, 2006 3:01:18 AM (17 years ago)
Author:
mitz@webkit.org
Comment:

Deleted obsolete information. The context menu items are present and PAC files work now.

Legend:

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

    v2 v3  
    66
    77Forms 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 
    11 The 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 
    15 Safari 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.