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

Issue 604773002: Custom Element should have a wrapper while frame navigation (Closed)

Created:
6 years, 2 months ago by deepak.sa
Modified:
6 years, 2 months ago
CC:
blink-reviews, blink-reviews-dom_chromium.org, dglazkov+blink, sof, eae+blinkwatch, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Custom Element should have a wrapper while frame navigation When frame navigation occurs, the script context containing the custom element is destroyed. And, hence we were hitting an early written. This patch allocates the wrapper in whatever context the other wrappers are being allocated in. BUG=323430 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183064

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : Cleanup Layout Test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -5 lines) Patch
A LayoutTests/fast/dom/custom/prerender-insert-after-stop.html View 1 2 1 chunk +25 lines, -0 lines 0 comments Download
A LayoutTests/fast/dom/custom/prerender-insert-after-stop-expected.txt View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
A LayoutTests/fast/dom/custom/resources/empty-custom-body.html View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M Source/core/dom/Element.cpp View 1 chunk +6 lines, -5 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
deepak.sa
PTAL? Thanks!
6 years, 2 months ago (2014-09-25 14:06:47 UTC) #2
dominicc (has gone to gerrit)
There's a typo in your description--early written/early return. I don't understand this test, unfortunately. Can ...
6 years, 2 months ago (2014-09-26 08:07:02 UTC) #3
deepak.sa
On 2014/09/26 08:07:02, dominicc wrote: > There's a typo in your description--early written/early return. > ...
6 years, 2 months ago (2014-09-29 06:10:54 UTC) #4
deepak.sa
I have uploaded a new patch. PTAL? Thanks! https://codereview.chromium.org/604773002/diff/20001/LayoutTests/fast/dom/custom/prerender-insert-after-stop.html File LayoutTests/fast/dom/custom/prerender-insert-after-stop.html (right): https://codereview.chromium.org/604773002/diff/20001/LayoutTests/fast/dom/custom/prerender-insert-after-stop.html#newcode12 LayoutTests/fast/dom/custom/prerender-insert-after-stop.html:12: document.getElementById("log").innerHTML ...
6 years, 2 months ago (2014-09-29 12:58:10 UTC) #5
dominicc (has gone to gerrit)
lgtm
6 years, 2 months ago (2014-10-01 14:07:17 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/604773002/40001
6 years, 2 months ago (2014-10-01 14:08:20 UTC) #8
commit-bot: I haz the power
6 years, 2 months ago (2014-10-01 14:55:22 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as 183064

Powered by Google App Engine
This is Rietveld 408576698