• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
12009-04-20  Steve Falkenburg  <sfalken@apple.com>
2
3        Separate JavaScriptCore.dll from WebKit.dll.
4        Slight performance improvement or no change on benchmarks.
5
6        Allows us to break a circular dependency between CFNetwork and WebKit on Windows,
7        and simplifies standalone JavaScriptCore builds.
8
9        Reviewed by Oliver Hunt.
10
11        * WebCoreSupport/WebInspectorClientCF.cpp: Workaround for lack of config.h in shared WebKit file (WebKit/win uses config.h from WebCore).
12
132008-12-09  Dimitri Glazkov  <dglazkov@chromium.org>
14
15        Fix bustage.
16
17        * WebCoreSupport/WebInspectorClientCF.cpp:
18
192008-10-24  Adam Roben  <aroben@apple.com>
20
21        Windows build fix
22
23        * WebCoreSupport/WebInspectorClientCF.cpp: Define WTF_PLATFORM_CF
24        manually. Normally this gets defined on Windows by including config.h,
25        but Mac has no config.h for WebKit, so we can't do that here.
26
272008-10-24  Timothy Hatcher  <timothy@apple.com>
28
29        Implement new InspectorClient methods to work with Settings.
30
31        https://bugs.webkit.org/show_bug.cgi?id=21856
32
33        Reviewed by Darin Adler.
34
35        * WebCoreSupport/WebInspectorClientCF.cpp: Added.
36        (createKeyForPreferences): Helper to make the preference key.
37        (WebInspectorClient::populateSetting): Read the preference value from CFPreferences.
38        (WebInspectorClient::storeSetting): Write the setting value to  CFPreferences.
39        (WebInspectorClient::removeSetting): Remove the preference from CFPreferences.
40