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

Issue 296153013: Fixing iframe.contentWindow.postMessage passing incorrect data (Closed)

Created:
6 years, 7 months ago by blois
Modified:
6 years, 7 months ago
Reviewers:
Emily Fortuna
CC:
reviews_dartlang.org, ricow1, floitsch
Visibility:
Public.

Description

Fixing iframe.contentWindow.postMessage passing incorrect data It should have been doing the structured clone algorithm on the message being posted (window.postMessage does this), but was not. BUG=18956 R=efortuna@google.com Committed: https://code.google.com/p/dart/source/detail?r=36581

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -4 lines) Patch
M sdk/lib/html/dart2js/html_dart2js.dart View 1 chunk +5 lines, -2 lines 0 comments Download
M tests/html/postmessage_structured_test.dart View 1 chunk +13 lines, -0 lines 0 comments Download
M tools/dom/src/dart2js_DOMImplementation.dart View 1 chunk +5 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
blois
6 years, 7 months ago (2014-05-23 19:25:45 UTC) #1
Emily Fortuna
lgtm
6 years, 7 months ago (2014-05-23 19:59:56 UTC) #2
blois
6 years, 7 months ago (2014-05-23 20:02:02 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r36581 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698