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

Issue 275433011: Regression(r169412): Fix serialization of frame / iframe (Closed)

Created:
6 years, 7 months ago by Inactive
Modified:
6 years, 7 months ago
Reviewers:
tkent, adamk
CC:
blink-reviews, dglazkov+blink, blink-reviews-html_chromium.org
Visibility:
Public.

Description

Regression(r169412): Fix serialization of frame / iframe The frame / iframe src attribute value was not correctly updated upon serializing because HTMLFrameElementBase::hasLegalLinkAttribute() was returning true if the attribute name was 'href' instead of 'src'. The attribute was thus not detected as a link attribute and its value was not correctly updated with the path to the serialized frame. R=tkent@chromium.org, adamk@chromium.org BUG=370772 TEST=WebPageNewSerializeTest.SubFrameSerialization Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=173686

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -1 line) Patch
M Source/core/html/HTMLFrameElementBase.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/tests/WebPageNewSerializerTest.cpp View 2 chunks +58 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Inactive
6 years, 7 months ago (2014-05-08 17:51:44 UTC) #1
tkent
lgtm
6 years, 7 months ago (2014-05-08 21:13:58 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/275433011/1
6 years, 7 months ago (2014-05-08 21:15:20 UTC) #3
commit-bot: I haz the power
6 years, 7 months ago (2014-05-08 21:28:33 UTC) #4
Message was sent while issue was closed.
Change committed as 173686

Powered by Google App Engine
This is Rietveld 408576698