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

Issue 1040943002: When call getAttribute, HTMLIFrame.sandbox has a bug which don't return changed value. (Closed)

Created:
5 years, 8 months ago by hyunjunekim2
Modified:
5 years, 8 months ago
Reviewers:
Mike West, fs
CC:
blink-reviews, blink-reviews-html_chromium.org, dglazkov+blink
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

When call getAttribute, HTMLIFrame.sandbox has a bug which don't return changed value. This CL is fixing a bug. If call getAttribute("sandbox"), can not return changed value. BUG=471688 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=192797

Patch Set 1 #

Patch Set 2 : Change structure for DOMSettableTokeListObserver. #

Patch Set 3 : Modify a test-case for Layout Test. #

Total comments: 6

Patch Set 4 : Draft #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M LayoutTests/fast/frames/sandboxed-iframe-navigation-allowed.html View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/fast/frames/sandboxed-iframe-navigation-allowed-expected.txt View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/html/HTMLIFrameElement.cpp View 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 14 (2 generated)
hyunjunekim2
Hi, I'm hyunjunekim (hyunjune.kim@samsung.com, hykim0777@gamil.com). I fixed up a bug in IFrame.sandbox. At night, I ...
5 years, 8 months ago (2015-03-28 03:53:44 UTC) #2
hyunjunekim2
On 2015/03/28 03:53:44, hyunjunekim2 wrote: > Hi, I'm hyunjunekim (mailto:hyunjune.kim@samsung.com, mailto:hykim0777@gamil.com). I fixed up > ...
5 years, 8 months ago (2015-03-28 13:10:32 UTC) #3
Mike West
https://codereview.chromium.org/1040943002/diff/40001/Source/core/html/HTMLIFrameElement.cpp File Source/core/html/HTMLIFrameElement.cpp (right): https://codereview.chromium.org/1040943002/diff/40001/Source/core/html/HTMLIFrameElement.cpp#newcode168 Source/core/html/HTMLIFrameElement.cpp:168: if (tokenList == m_sandbox) { When wouldn't this be ...
5 years, 8 months ago (2015-03-30 05:01:57 UTC) #4
hyunjunekim2
Mike West, Could you check my reply? https://codereview.chromium.org/1040943002/diff/40001/Source/core/html/HTMLIFrameElement.cpp File Source/core/html/HTMLIFrameElement.cpp (right): https://codereview.chromium.org/1040943002/diff/40001/Source/core/html/HTMLIFrameElement.cpp#newcode168 Source/core/html/HTMLIFrameElement.cpp:168: if (tokenList ...
5 years, 8 months ago (2015-03-30 07:02:51 UTC) #5
Mike West
https://codereview.chromium.org/1040943002/diff/40001/Source/core/html/HTMLIFrameElement.cpp File Source/core/html/HTMLIFrameElement.cpp (right): https://codereview.chromium.org/1040943002/diff/40001/Source/core/html/HTMLIFrameElement.cpp#newcode168 Source/core/html/HTMLIFrameElement.cpp:168: if (tokenList == m_sandbox) { On 2015/03/30 at 07:02:51, ...
5 years, 8 months ago (2015-03-30 09:01:33 UTC) #6
hyunjunekim2
https://codereview.chromium.org/1040943002/diff/40001/Source/core/html/HTMLIFrameElement.cpp File Source/core/html/HTMLIFrameElement.cpp (right): https://codereview.chromium.org/1040943002/diff/40001/Source/core/html/HTMLIFrameElement.cpp#newcode168 Source/core/html/HTMLIFrameElement.cpp:168: if (tokenList == m_sandbox) { On 2015/03/30 09:01:33, Mike ...
5 years, 8 months ago (2015-03-30 09:16:22 UTC) #7
hyunjunekim2
On 2015/03/30 09:16:22, hyunjunekim2 wrote: > https://codereview.chromium.org/1040943002/diff/40001/Source/core/html/HTMLIFrameElement.cpp > File Source/core/html/HTMLIFrameElement.cpp (right): > > https://codereview.chromium.org/1040943002/diff/40001/Source/core/html/HTMLIFrameElement.cpp#newcode168 > ...
5 years, 8 months ago (2015-03-30 10:00:49 UTC) #8
Mike West
LGTM.
5 years, 8 months ago (2015-03-30 10:20:52 UTC) #9
hyunjunekim2
On 2015/03/30 10:20:52, Mike West wrote: > LGTM. Mike West, Could you run try-bot and ...
5 years, 8 months ago (2015-03-31 00:01:33 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1040943002/60001
5 years, 8 months ago (2015-03-31 04:30:19 UTC) #12
hyunjunekim2
I request marge to commit-bot.
5 years, 8 months ago (2015-03-31 04:31:03 UTC) #13
commit-bot: I haz the power
5 years, 8 months ago (2015-03-31 04:34:20 UTC) #14
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=192797

Powered by Google App Engine
This is Rietveld 408576698