1 2010-01-07 Alexey Proskuryakov <ap (a] apple.com> 2 3 Reviewed by Geoffrey Garen. 4 5 https://bugs.webkit.org/show_bug.cgi?id=33057 6 REGRESSION(r49365): typeof(xhr.responseText) != "string" in Windows 7 8 <rdar://problem/7296920> REGRESSION: WebKit fails to start PeaceKeeper benchmark 9 10 * WebCoreSupport/WebInspectorClientCF.cpp: Define JS_EXPORTCLASS. I'm not sure why this 11 isn't done in JSC globally for all possible clients, but keeping the current design for now. 12 13 2009-12-03 Pavel Feldman <pfeldman (a] dhcp-172-28-174-220.spb.corp.google.com> 14 15 Reviewed by Timothy Hatcher. 16 17 Web Inspector: Simplify the settings support in inspector controller. 18 19 https://bugs.webkit.org/show_bug.cgi?id=32076 20 21 * WebCoreSupport/WebInspectorClientCF.cpp: 22 (WebInspectorClient::populateSetting): 23 (WebInspectorClient::storeSetting): 24 25 2009-04-20 Steve Falkenburg <sfalken (a] apple.com> 26 27 Separate JavaScriptCore.dll from WebKit.dll. 28 Slight performance improvement or no change on benchmarks. 29 30 Allows us to break a circular dependency between CFNetwork and WebKit on Windows, 31 and simplifies standalone JavaScriptCore builds. 32 33 Reviewed by Oliver Hunt. 34 35 * WebCoreSupport/WebInspectorClientCF.cpp: Workaround for lack of config.h in shared WebKit file (WebKit/win uses config.h from WebCore). 36 37 2008-12-09 Dimitri Glazkov <dglazkov (a] chromium.org> 38 39 Fix bustage. 40 41 * WebCoreSupport/WebInspectorClientCF.cpp: 42 43 2008-10-24 Adam Roben <aroben (a] apple.com> 44 45 Windows build fix 46 47 * WebCoreSupport/WebInspectorClientCF.cpp: Define WTF_PLATFORM_CF 48 manually. Normally this gets defined on Windows by including config.h, 49 but Mac has no config.h for WebKit, so we can't do that here. 50 51 2008-10-24 Timothy Hatcher <timothy (a] apple.com> 52 53 Implement new InspectorClient methods to work with Settings. 54 55 https://bugs.webkit.org/show_bug.cgi?id=21856 56 57 Reviewed by Darin Adler. 58 59 * WebCoreSupport/WebInspectorClientCF.cpp: Added. 60 (createKeyForPreferences): Helper to make the preference key. 61 (WebInspectorClient::populateSetting): Read the preference value from CFPreferences. 62 (WebInspectorClient::storeSetting): Write the setting value to CFPreferences. 63 (WebInspectorClient::removeSetting): Remove the preference from CFPreferences. 64