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

Issue 1069953002: Implement Custom Element's class side inheritance (Closed)

Created:
5 years, 8 months ago by deepak.s
Modified:
5 years, 8 months ago
CC:
arv+blink, blink-reviews, blink-reviews-bindings_chromium.org, vivekg_samsung, vivekg
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Implement Custom Element's class side inheritance Custom element should set __proto__ internal property of the generated constructor. __proto__ should be set to base class object. As class inheritance is supported in DOM elements, it should also be supported in Custom elements. BUG=271466, 443369 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=193847

Patch Set 1 #

Total comments: 7

Patch Set 2 : Fixed context delete test case #

Messages

Total messages: 22 (5 generated)
deepak.s
PTAL? Thanks!
5 years, 8 months ago (2015-04-09 06:01:29 UTC) #2
dominicc (has gone to gerrit)
Some comments inline. Looks OK but from the test output I'm not 100% sure this ...
5 years, 8 months ago (2015-04-09 06:37:57 UTC) #3
deepak.s
https://codereview.chromium.org/1069953002/diff/1/LayoutTests/fast/dom/custom/registration-context-delete-during-register-base-constructor-retrieval-expected.txt File LayoutTests/fast/dom/custom/registration-context-delete-during-register-base-constructor-retrieval-expected.txt (right): https://codereview.chromium.org/1069953002/diff/1/LayoutTests/fast/dom/custom/registration-context-delete-during-register-base-constructor-retrieval-expected.txt#newcode6 LayoutTests/fast/dom/custom/registration-context-delete-during-register-base-constructor-retrieval-expected.txt:6: PASS caught expected exception "NotSupportedError: Failed to execute 'registerElement' ...
5 years, 8 months ago (2015-04-09 09:50:00 UTC) #4
dominicc (has gone to gerrit)
Nit: The title of this issue has a typo, make sure the description is correct. ...
5 years, 8 months ago (2015-04-10 03:25:15 UTC) #5
deepak.s
On 2015/04/10 03:25:15, dominicc wrote: > Nit: The title of this issue has a typo, ...
5 years, 8 months ago (2015-04-10 04:05:04 UTC) #6
dominicc (has gone to gerrit)
On 2015/04/10 at 04:05:04, deepak.s wrote: > Thanks for the review! > I'll update the ...
5 years, 8 months ago (2015-04-13 13:17:43 UTC) #7
deepak.s
PTAL? https://codereview.chromium.org/1069953002/diff/1/LayoutTests/fast/dom/custom/inherited-prototype.html File LayoutTests/fast/dom/custom/inherited-prototype.html (right): https://codereview.chromium.org/1069953002/diff/1/LayoutTests/fast/dom/custom/inherited-prototype.html#newcode11 LayoutTests/fast/dom/custom/inherited-prototype.html:11: On 2015/04/09 06:37:57, dominicc wrote: > Less vertical ...
5 years, 8 months ago (2015-04-15 06:44:53 UTC) #8
dominicc (has gone to gerrit)
lgtm
5 years, 8 months ago (2015-04-16 05:26:47 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1069953002/20001
5 years, 8 months ago (2015-04-16 05:26:52 UTC) #11
deepak.s
Need Owner's review. Thanks!
5 years, 8 months ago (2015-04-16 05:44:55 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: blink_presubmit on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/blink_presubmit/builds/31404)
5 years, 8 months ago (2015-04-16 05:45:00 UTC) #15
esprehn
lgtm
5 years, 8 months ago (2015-04-16 06:20:37 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1069953002/20001
5 years, 8 months ago (2015-04-16 06:36:41 UTC) #18
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://src.chromium.org/viewvc/blink?view=rev&revision=193847
5 years, 8 months ago (2015-04-16 06:40:34 UTC) #19
haraken
LGTM
5 years, 8 months ago (2015-04-16 07:38:58 UTC) #20
dominicc (has gone to gerrit)
A revert of this CL (patchset #2 id:20001) has been created in https://codereview.chromium.org/1055173006/ by dominicc@chromium.org. ...
5 years, 8 months ago (2015-04-21 03:56:19 UTC) #21
deepak.s
5 years, 8 months ago (2015-04-21 08:50:58 UTC) #22
Message was sent while issue was closed.
On 2015/04/21 03:56:19, dominicc wrote:
> A revert of this CL (patchset #2 id:20001) has been created in
> https://codereview.chromium.org/1055173006/ by mailto:dominicc@chromium.org.
> 
> The reason for reverting is: This caused Issue 478329..

Reland of this patch : https://codereview.chromium.org/1097243002/

Powered by Google App Engine
This is Rietveld 408576698