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

Issue 23513013: Have Text constructor take a Document reference in argument (Closed)

Created:
7 years, 3 months ago by do-not-use
Modified:
7 years, 3 months ago
CC:
blink-reviews, dglazkov+blink, nessy, eae+blinkwatch, adamk+blink_chromium.org, vcarbune.chromium
Visibility:
Public.

Description

Have Text constructor take a Document reference in argument Have Text constructor take a Document reference in argument as it can never be NULL. Most callers already have a reference so this avoids having to convert them into pointers. BUG=281400 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=157251

Patch Set 1 #

Patch Set 2 : Rebase on master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -50 lines) Patch
M Source/core/dom/CDATASection.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/dom/CDATASection.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/dom/Document.cpp View 1 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/dom/Text.h View 2 chunks +5 lines, -10 lines 0 comments Download
M Source/core/dom/Text.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/editing/CreateLinkCommand.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/SplitTextNodeCommand.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/markup.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/BaseButtonInputType.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/HTMLDetailsElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLElement.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLKeygenElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLOptionElement.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLViewSourceDocument.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/parser/HTMLConstructionSite.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/shadow/DateTimeEditElement.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/shadow/DateTimeFieldElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/track/WebVTTParser.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/track/WebVTTParser.cpp View 1 5 chunks +5 lines, -5 lines 0 comments Download
M Source/core/xml/parser/XMLDocumentParser.cpp View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
do-not-use
7 years, 3 months ago (2013-09-04 08:16:03 UTC) #1
do-not-use
7 years, 3 months ago (2013-09-04 16:08:37 UTC) #2
dglazkov
lgtm, thought it looks like Text doesn't ever modify Document. Could it be const Document&?
7 years, 3 months ago (2013-09-04 19:00:24 UTC) #3
do-not-use
On 2013/09/04 19:00:24, Dimitri Glazkov wrote: > lgtm, thought it looks like Text doesn't ever ...
7 years, 3 months ago (2013-09-04 19:59:44 UTC) #4
dglazkov
ok.
7 years, 3 months ago (2013-09-04 20:22:55 UTC) #5
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/23513013/1
7 years, 3 months ago (2013-09-04 20:28:27 UTC) #6
commit-bot: I haz the power
Failed to apply patch for Source/core/html/track/WebVTTParser.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 3 months ago (2013-09-04 20:28:38 UTC) #7
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/23513013/12001
7 years, 3 months ago (2013-09-04 21:24:26 UTC) #8
commit-bot: I haz the power
7 years, 3 months ago (2013-09-05 01:04:35 UTC) #9
Message was sent while issue was closed.
Change committed as 157251

Powered by Google App Engine
This is Rietveld 408576698