Chromium Code Reviews

Unified Diff: Source/WebCore/ChangeLog

Issue 6526023: Merge 78548 - 2011-02-15 Gavin Peters <gavinp@chromium.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/648/
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
« no previous file with comments | « no previous file | Source/WebCore/inspector/InspectorResourceAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/ChangeLog
===================================================================
--- Source/WebCore/ChangeLog (revision 78612)
+++ Source/WebCore/ChangeLog (working copy)
@@ -1,5 +1,23 @@
-2011-02-15 Charlie Reis <creis@chromium.org>
Charlie Reis 2011/02/15 22:30:42 Did you mean to delete this line? It looks like t
+2011-02-15 Gavin Peters <gavinp@chromium.org>
+ Reviewed by Antti Koivisto.
+
+ SharedBuffer::buffer() does not do what you think.
+ https://bugs.webkit.org/show_bug.cgi?id=54420
+
+ No new tests.
+
+ * inspector/InspectorResourceAgent.cpp:
+ (WebCore::InspectorResourceAgent::resourceContentBase64):
+ * platform/SharedBuffer.h:
+ * platform/image-decoders/jpeg/JPEGImageDecoder.cpp:
+ (WebCore::JPEGImageReader::decode):
+ (WebCore::JPEGImageDecoder::decode):
+ * platform/image-decoders/webp/WEBPImageDecoder.cpp:
+ (WebCore::WEBPImageDecoder::decode):
+
+2011-02-15 Dirk Schulze <krit@webkit.org>
+
Reviewed by Mihai Parparita.
Crash in WebCore::FrameLoader::continueLoadAfterNavigationPolicy
« no previous file with comments | « no previous file | Source/WebCore/inspector/InspectorResourceAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine