Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(184)

Unified Diff: Source/WebCore/ChangeLog

Side-by-side diff isn't available for this file because of its large size.
Issue 7171012: Merge 88489 - 2011-06-09 Kenneth Russell <kbr@google.com> (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/782/
Patch Set: Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « LayoutTests/platform/qt/Skipped ('k') | Source/WebCore/html/canvas/CanvasRenderingContext.h » ('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 88897)
+++ Source/WebCore/ChangeLog (working copy)
@@ -1,3 +1,28 @@
+2011-06-09 Kenneth Russell <kbr@google.com>
+
+ Reviewed by Adam Barth.
+
+ Disallow use of cross-domain media (images, video) in WebGL
+ https://bugs.webkit.org/show_bug.cgi?id=62257
+
+ Updated WebGL implementation to track recent spec updates in this area.
+
+ Tests: http/tests/security/webgl-remote-read-remote-image-allowed-with-credentials.html
+ http/tests/security/webgl-remote-read-remote-image-allowed.html
+ http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin.html
+
+ * html/canvas/CanvasRenderingContext.cpp:
+ (WebCore::CanvasRenderingContext::wouldTaintOrigin):
+ (WebCore::CanvasRenderingContext::checkOrigin):
+ * html/canvas/CanvasRenderingContext.h:
+ (WebCore::CanvasRenderingContext::checkOrigin):
+ * html/canvas/WebGLRenderingContext.cpp:
+ (WebCore::WebGLRenderingContext::readPixels):
+ (WebCore::WebGLRenderingContext::texImage2D):
+ (WebCore::WebGLRenderingContext::videoFrameToImage):
+ (WebCore::WebGLRenderingContext::texSubImage2D):
+ * html/canvas/WebGLRenderingContext.h:
+
2011-05-25 Ryosuke Niwa <rniwa@webkit.org>
Reviewed by James Robinson.
« no previous file with comments | « LayoutTests/platform/qt/Skipped ('k') | Source/WebCore/html/canvas/CanvasRenderingContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698