summaryrefslogtreecommitdiffstats
path: root/WebKit/cf/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/cf/ChangeLog')
-rw-r--r--WebKit/cf/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/WebKit/cf/ChangeLog b/WebKit/cf/ChangeLog
new file mode 100644
index 0000000..3e06358
--- /dev/null
+++ b/WebKit/cf/ChangeLog
@@ -0,0 +1,21 @@
+2008-10-24 Adam Roben <aroben@apple.com>
+
+ Windows build fix
+
+ * WebCoreSupport/WebInspectorClientCF.cpp: Define WTF_PLATFORM_CF
+ manually. Normally this gets defined on Windows by including config.h,
+ but Mac has no config.h for WebKit, so we can't do that here.
+
+2008-10-24 Timothy Hatcher <timothy@apple.com>
+
+ Implement new InspectorClient methods to work with Settings.
+
+ https://bugs.webkit.org/show_bug.cgi?id=21856
+
+ Reviewed by Darin Adler.
+
+ * WebCoreSupport/WebInspectorClientCF.cpp: Added.
+ (createKeyForPreferences): Helper to make the preference key.
+ (WebInspectorClient::populateSetting): Read the preference value from CFPreferences.
+ (WebInspectorClient::storeSetting): Write the setting value to CFPreferences.
+ (WebInspectorClient::removeSetting): Remove the preference from CFPreferences.