summaryrefslogtreecommitdiffstats
path: root/WebKit/cf/ChangeLog
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2011-05-13 16:23:25 +0100
committerBen Murdoch <benm@google.com>2011-05-16 11:35:02 +0100
commit65f03d4f644ce73618e5f4f50dd694b26f55ae12 (patch)
treef478babb801e720de7bfaee23443ffe029f58731 /WebKit/cf/ChangeLog
parent47de4a2fb7262c7ebdb9cd133ad2c54c187454d0 (diff)
downloadexternal_webkit-65f03d4f644ce73618e5f4f50dd694b26f55ae12.zip
external_webkit-65f03d4f644ce73618e5f4f50dd694b26f55ae12.tar.gz
external_webkit-65f03d4f644ce73618e5f4f50dd694b26f55ae12.tar.bz2
Merge WebKit at r75993: Initial merge by git.
Change-Id: I602bbdc3974787a3b0450456a30a7868286921c3
Diffstat (limited to 'WebKit/cf/ChangeLog')
-rw-r--r--WebKit/cf/ChangeLog127
1 files changed, 0 insertions, 127 deletions
diff --git a/WebKit/cf/ChangeLog b/WebKit/cf/ChangeLog
deleted file mode 100644
index f712c97..0000000
--- a/WebKit/cf/ChangeLog
+++ /dev/null
@@ -1,127 +0,0 @@
-2011-01-03 Pratik Solanki <psolanki@apple.com>
-
- Mac build fix. Define WTF_USE_CFNETWORK for Windows build only.
-
- * WebCoreSupport/WebInspectorClientCF.cpp:
-
-2011-01-03 Brian Weinstein <bweinstein@apple.com>
-
- Windows build fix. Define WTF_USE_CFNETWORK in WebInspectorClientCF.
-
- * WebCoreSupport/WebInspectorClientCF.cpp:
-
-2010-10-18 Pavel Feldman <pfeldman@chromium.org>
-
- Reviewed by Simon Fraser.
-
- Web Inspector: [crash] when Inspector Open in CSSStyleSelector::loadPendingImages().
- https://bugs.webkit.org/show_bug.cgi?id=46224
-
- * WebCoreSupport/WebInspectorClientCF.cpp:
- (WebInspectorClient::sendMessageToFrontend):
-
-2010-06-14 Ilya Tikhonovsky <loislo@chromium.org>
-
- Reviewed by Pavel Feldman.
-
- WebInspector: On the way to Remote Debugging we want to transfer dom/timeline/etc
- data from inspected page to WebInspector as JSON string via http. The native
- serialization to JSON string is supported by InspectorValue's classes. This patch
- has the implementation of sendMessageToFrontend function. WebKit version of it still
- uses ScriptFunctionCall and will be switched to another transport a little bit later.
- https://bugs.webkit.org/show_bug.cgi?id=40134
-
- * WebCoreSupport/WebInspectorClientCF.cpp:
- (WebInspectorClient::releaseFrontendPage):
- (WebInspectorClient::sendMessageToFrontend):
-
-2010-06-09 Sheriff Bot <webkit.review.bot@gmail.com>
-
- Unreviewed, rolling out r60889.
- http://trac.webkit.org/changeset/60889
- https://bugs.webkit.org/show_bug.cgi?id=40365
-
- gtk bot has some kind of memory corruption (Requested by
- loislo on #webkit).
-
- * WebCoreSupport/WebInspectorClientCF.cpp:
- (WebInspectorClient::storeSetting):
-
-2010-06-07 Ilya Tikhonovsky <loislo@chromium.org>
-
- Reviewed by Pavel Feldman.
-
- WebInspector: On the way to Remote Debugging we want to transfer dom/timeline/etc
- data from inspected page to WebInspector as JSON string via http. The native
- serialization to JSON string is supported by InspectorValue's classes. This patch
- has the implementation of sendMessageToFrontend function. WebKit version of it still
- uses ScriptFunctionCall and will be switched to another transport a little bit later.
- https://bugs.webkit.org/show_bug.cgi?id=40134
-
- * WebCoreSupport/WebInspectorClientCF.cpp:
- (WebInspectorClient::releaseFrontendPage):
- (WebInspectorClient::sendMessageToFrontend):
-
-2010-01-07 Alexey Proskuryakov <ap@apple.com>
-
- Reviewed by Geoffrey Garen.
-
- https://bugs.webkit.org/show_bug.cgi?id=33057
- REGRESSION(r49365): typeof(xhr.responseText) != "string" in Windows
-
- <rdar://problem/7296920> REGRESSION: WebKit fails to start PeaceKeeper benchmark
-
- * WebCoreSupport/WebInspectorClientCF.cpp: Define JS_EXPORTCLASS. I'm not sure why this
- isn't done in JSC globally for all possible clients, but keeping the current design for now.
-
-2009-12-03 Pavel Feldman <pfeldman@dhcp-172-28-174-220.spb.corp.google.com>
-
- Reviewed by Timothy Hatcher.
-
- Web Inspector: Simplify the settings support in inspector controller.
-
- https://bugs.webkit.org/show_bug.cgi?id=32076
-
- * WebCoreSupport/WebInspectorClientCF.cpp:
- (WebInspectorClient::populateSetting):
- (WebInspectorClient::storeSetting):
-
-2009-04-20 Steve Falkenburg <sfalken@apple.com>
-
- Separate JavaScriptCore.dll from WebKit.dll.
- Slight performance improvement or no change on benchmarks.
-
- Allows us to break a circular dependency between CFNetwork and WebKit on Windows,
- and simplifies standalone JavaScriptCore builds.
-
- Reviewed by Oliver Hunt.
-
- * WebCoreSupport/WebInspectorClientCF.cpp: Workaround for lack of config.h in shared WebKit file (WebKit/win uses config.h from WebCore).
-
-2008-12-09 Dimitri Glazkov <dglazkov@chromium.org>
-
- Fix bustage.
-
- * WebCoreSupport/WebInspectorClientCF.cpp:
-
-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.