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

Issue 23523012: Have CustomElement::didEnterDocument() / didLeaveDocument() take a reference (Closed)

Created:
7 years, 3 months ago by do-not-use
Modified:
7 years, 3 months ago
CC:
blink-reviews, webcomponents-bugzilla_chromium.org, dglazkov+blink, dominicc+watchlist_chromium.org, eae+blinkwatch, adamk+blink_chromium.org
Visibility:
Public.

Description

Have CustomElement::didEnterDocument() / didLeaveDocument() take a reference Have CustomElement::didEnterDocument() / didLeaveDocument() take a Document reference instead of a pointer since it cannot be NULL. It also avoids having the call sites convert the Document reference into a pointer. BUG=281400 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=157043

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -8 lines) Patch
M Source/core/dom/CustomElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/dom/CustomElement.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/dom/Element.cpp View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
do-not-use
7 years, 3 months ago (2013-08-31 18:23:24 UTC) #1
dglazkov
On 2013/08/31 18:23:24, Christophe Dumez wrote: +dominicc
7 years, 3 months ago (2013-08-31 18:45:12 UTC) #2
abarth-chromium
lgtm
7 years, 3 months ago (2013-08-31 18:52:17 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@sisa.samsung.com/23523012/1
7 years, 3 months ago (2013-08-31 21:00:01 UTC) #4
commit-bot: I haz the power
7 years, 3 months ago (2013-08-31 22:37:18 UTC) #5
Message was sent while issue was closed.
Change committed as 157043

Powered by Google App Engine
This is Rietveld 408576698