Title: [96478] trunk/Source/WebKit/mac
- Revision
- 96478
- Author
- [email protected]
- Date
- 2011-10-02 13:02:03 -0700 (Sun, 02 Oct 2011)
Log 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.
Modified Paths
Diff
Modified: trunk/Source/WebKit/mac/ChangeLog (96477 => 96478)
--- trunk/Source/WebKit/mac/ChangeLog 2011-10-02 19:54:31 UTC (rev 96477)
+++ trunk/Source/WebKit/mac/ChangeLog 2011-10-02 20:02:03 UTC (rev 96478)
@@ -1,3 +1,12 @@
+2011-10-02 Alexey Proskuryakov <[email protected]>
+
+ 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.
+
2011-10-01 Geoffrey Garen <[email protected]>
Leopard build fix: Updated for Strong<T> changes.
Modified: trunk/Source/WebKit/mac/WebView/WebView.mm (96477 => 96478)
--- trunk/Source/WebKit/mac/WebView/WebView.mm 2011-10-02 19:54:31 UTC (rev 96477)
+++ trunk/Source/WebKit/mac/WebView/WebView.mm 2011-10-02 20:02:03 UTC (rev 96478)
@@ -630,6 +630,14 @@
[types release];
}
+#if defined(BUILDING_ON_LEOPARD) || defined(BUILDING_ON_SNOW_LEOPARD)
+// This method should be removed once we no longer want to keep Safari 5.0.x working with nightly builds.
+- (BOOL)_usesDocumentViews
+{
+ return true;
+}
+#endif
+
static NSString *leakMailQuirksUserScriptContents()
{
NSString *scriptPath = [[NSBundle bundleForClass:[WebView class]] pathForResource:@"MailQuirksUserScript" ofType:@"js"];
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes