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

Issue 2033253003: (CANCELED) Fix V8HTMLElement::constructorCustom not to recurse to itself (Closed)

Created:
4 years, 6 months ago by kojii
Modified:
4 years, 6 months ago
CC:
blink-reviews, blink-reviews-bindings_chromium.org, blink-reviews-dom_chromium.org, chromium-reviews, dglazkov+blink, dominicc+watchlist_chromium.org, eae+blinkwatch, rwlbuis, sof, webcomponents-bugzilla_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@d2
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix V8HTMLElement::constructorCustom not to recurse to itself This patch changes V8HTMLElement::constructorCustom() to call HTMLElement::create() to create HTMLElement. Document.createElement() can recurse to itself when CustomElement::createCustomElement() was implemented. BUG=594918

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : w/o new flag #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -11 lines) Patch
M third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLElementCustom.cpp View 1 2 2 chunks +8 lines, -11 lines 0 comments Download

Messages

Total messages: 9 (5 generated)
kojii
PTAL.
4 years, 6 months ago (2016-06-07 06:38:36 UTC) #4
dominicc (has gone to gerrit)
On 2016/06/07 at 06:38:36, kojii wrote: > PTAL. I'm still not sure this is right. ...
4 years, 6 months ago (2016-06-07 10:26:22 UTC) #5
kojii
Thank you for your review. PTAL. On 2016/06/07 at 10:26:22, dominicc wrote: > On 2016/06/07 ...
4 years, 6 months ago (2016-06-07 17:57:37 UTC) #7
kojii
4 years, 6 months ago (2016-06-08 16:54:50 UTC) #9
Allow me to cancel this, I think it's easier to review with sync CL.

Powered by Google App Engine
This is Rietveld 408576698