summaryrefslogtreecommitdiffstats
path: root/WebKit/win/ChangeLog
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2010-07-08 12:51:48 +0100
committerSteve Block <steveblock@google.com>2010-07-09 15:33:40 +0100
commitca9cb53ed1119a3fd98fafa0972ffeb56dee1c24 (patch)
treebb45155550ec013adc0ad10f4d7d354c6469b022 /WebKit/win/ChangeLog
parentd4b24d9a829ed7de70381c8b99fb75a07ab40466 (diff)
downloadexternal_webkit-ca9cb53ed1119a3fd98fafa0972ffeb56dee1c24.zip
external_webkit-ca9cb53ed1119a3fd98fafa0972ffeb56dee1c24.tar.gz
external_webkit-ca9cb53ed1119a3fd98fafa0972ffeb56dee1c24.tar.bz2
Merge WebKit at r62496: Initial merge by git
Change-Id: Ie3da0770eca22a70a632e3571f31cfabc80facb2
Diffstat (limited to 'WebKit/win/ChangeLog')
-rw-r--r--WebKit/win/ChangeLog56
1 files changed, 56 insertions, 0 deletions
diff --git a/WebKit/win/ChangeLog b/WebKit/win/ChangeLog
index 18f2d73..d943cc6 100644
--- a/WebKit/win/ChangeLog
+++ b/WebKit/win/ChangeLog
@@ -1,3 +1,59 @@
+2010-07-03 Jon Honeycutt <jhoneycutt@apple.com>
+
+ The missing plug-in indicator should be clickable
+
+ https://bugs.webkit.org/show_bug.cgi?id=41550
+ <rdar://problem/8132162>
+
+ From an original patch by Kevin Decker.
+
+ Reviewed by Darin Adler.
+
+ * Interfaces/IWebUIDelegatePrivate.idl:
+ Added a new delegate interface, and declare a function
+ didPressMissingPluginButton().
+
+ * Interfaces/WebKit.idl:
+ Touch this file to force interfaces to be rebuilt.
+
+ * WebCoreSupport/WebChromeClient.cpp:
+ (WebChromeClient::missingPluginButtonClicked):
+ Get the UI delegate, and query it for IWebUIDelegatePrivate3. Call its
+ didPressMissingPluginButton() function.
+
+ * WebCoreSupport/WebChromeClient.h:
+ Declare an override of missingPluginButtonClicked().
+
+2010-07-03 Erik Arvidsson <arv@chromium.org>
+
+ Reviewed by Ojan Vafai.
+
+ Fix issue where a contextmenu event was reporting the wrong target
+ if the context menu was shown due to pressing the context menu key
+ (or Shift+F10).
+
+ * WebView.cpp:
+ (WebView::handleContextMenuEvent):
+
+2010-07-01 Steve Falkenburg <sfalken@apple.com>
+
+ Reviewed by Adele Peterson.
+
+ Provide a WebView preference to disable DNS prefetching on Windows
+ https://bugs.webkit.org/show_bug.cgi?id=41504
+ <rdar://problem/8151939>
+
+ * Interfaces/IWebPreferencesPrivate.idl: Added isDNSPrefetchingEnabled, setDNSPrefetchingEnabled.
+ * Interfaces/WebKit.idl: Touched to force IDL build.
+ * WebPreferenceKeysPrivate.h: Added WebKitDNSPrefetchingEnabledPreferenceKey.
+ * WebPreferences.cpp:
+ (WebPreferences::initializeDefaultSettings): Default prefetch to true.
+ (WebPreferences::setDNSPrefetchingEnabled): Added.
+ (WebPreferences::isDNSPrefetchingEnabled): Added.
+ * WebPreferences.h: Added isDNSPrefetchingEnabled, setDNSPrefetchingEnabled.
+ * WebView.cpp:
+ (WebView::notifyPreferencesChanged): Propagate prefetch pref into settings.
+
2010-06-21 Nate Chapin <japhet@chromium.org>
Unreviewed, Windows build fix.