summaryrefslogtreecommitdiffstats
path: root/Source/Platform/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Platform/ChangeLog')
-rw-r--r--Source/Platform/ChangeLog36
1 files changed, 36 insertions, 0 deletions
diff --git a/Source/Platform/ChangeLog b/Source/Platform/ChangeLog
index 6e913e781..240d932cf 100644
--- a/Source/Platform/ChangeLog
+++ b/Source/Platform/ChangeLog
@@ -1,3 +1,39 @@
+2012-09-11 Zach Kuznia <zork@chromium.org>
+
+ Fix FilterTypeZoom to properly call canvas->restore()
+ https://bugs.webkit.org/show_bug.cgi?id=96082
+
+ Reviewed by Adrienne Walker.
+
+ Fix zoom filter to properly indicate that it affects pixels.
+
+ * chromium/src/WebFilterOperations.cpp:
+ (WebKit::WebFilterOperations::hasFilterThatMovesPixels):
+ (WebKit::WebFilterOperations::hasFilterThatAffectsOpacity):
+
+2012-09-11 Tommy Widenflycht <tommyw@google.com>
+
+ MediaStream API: add RTCPeerConnection::onnegotiationneeded
+ https://bugs.webkit.org/show_bug.cgi?id=96097
+
+ Reviewed by Adam Barth.
+
+ * chromium/public/WebRTCPeerConnectionHandlerClient.h:
+ (WebRTCPeerConnectionHandlerClient):
+
+2012-09-10 Adrienne Walker <enne@google.com>
+
+ [chromium] Fix deadlock between WebMediaPlayerClientImpl dtor and PutCurrentFrame
+ https://bugs.webkit.org/show_bug.cgi?id=96010
+
+ Reviewed by James Robinson.
+
+ Add some additional clarifying comments.
+
+ * chromium/public/WebVideoFrameProvider.h:
+ (Client):
+ (WebVideoFrameProvider):
+
2012-09-10 Tommy Widenflycht <tommyw@google.com>
[chromium] MediaStream API: Remove the Descriptor postfix