Changeset 96478 in webkit


Ignore:
Timestamp:
Oct 2, 2011 1:02:03 PM (12 years ago)
Author:
ap@apple.com
Message:

REGRESSION (r95474): Unable to type anywhere in nightly builds in WebKit1 mode
https://bugs.webkit.org/show_bug.cgi?id=68542

Reviewed by Mark Rowe.

  • WebView/WebView.mm: (-[WebView _usesDocumentViews]): Re-add this method for now.
Location:
trunk/Source/WebKit/mac
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/mac/ChangeLog

    r96466 r96478  
     12011-10-02  Alexey Proskuryakov  <ap@apple.com>
     2
     3        REGRESSION (r95474): Unable to type anywhere in nightly builds in WebKit1 mode
     4        https://bugs.webkit.org/show_bug.cgi?id=68542
     5
     6        Reviewed by Mark Rowe.
     7
     8        * WebView/WebView.mm: (-[WebView _usesDocumentViews]): Re-add this method for now.
     9
    1102011-10-01  Geoffrey Garen  <ggaren@apple.com>
    211
  • trunk/Source/WebKit/mac/WebView/WebView.mm

    r96205 r96478  
    631631}
    632632
     633#if defined(BUILDING_ON_LEOPARD) || defined(BUILDING_ON_SNOW_LEOPARD)
     634// This method should be removed once we no longer want to keep Safari 5.0.x working with nightly builds.
     635- (BOOL)_usesDocumentViews
     636{
     637    return true;
     638}
     639#endif
     640
    633641static NSString *leakMailQuirksUserScriptContents()
    634642{
Note: See TracChangeset for help on using the changeset viewer.