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

Issue 144063008: Use Node.isDocumentTypeNode more (Closed)

Created:
6 years, 11 months ago by rwlbuis
Modified:
6 years, 11 months ago
Reviewers:
Inactive
CC:
blink-reviews, dglazkov+blink, sof, eae+blinkwatch, adamk+blink_chromium.org, Inactive
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Call this method to improve readability, rather than duplicating its implementation. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=165861

Patch Set 1 #

Total comments: 1

Patch Set 2 : Start using isDocumentTypeNode #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -5 lines) Patch
M Source/core/dom/DocumentType.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/Node.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/Range.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/markup.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorDOMAgent.cpp View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
rwlbuis
Simple removal patch.
6 years, 11 months ago (2014-01-24 20:04:52 UTC) #1
Inactive
https://codereview.chromium.org/144063008/diff/1/Source/core/dom/Node.h File Source/core/dom/Node.h (left): https://codereview.chromium.org/144063008/diff/1/Source/core/dom/Node.h#oldcode476 Source/core/dom/Node.h:476: bool isDocumentTypeNode() const { return nodeType() == DOCUMENT_TYPE_NODE; } ...
6 years, 11 months ago (2014-01-24 20:14:50 UTC) #2
rwlbuis
On 2014/01/24 20:14:50, Chris Dumez wrote: > https://codereview.chromium.org/144063008/diff/1/Source/core/dom/Node.h > File Source/core/dom/Node.h (left): > > https://codereview.chromium.org/144063008/diff/1/Source/core/dom/Node.h#oldcode476 ...
6 years, 11 months ago (2014-01-24 22:05:50 UTC) #3
Inactive
lgtm but please fix the title of your CL before landing (still says "Remove Node.isDocumentTypeNode").
6 years, 11 months ago (2014-01-27 16:27:18 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/144063008/40001
6 years, 11 months ago (2014-01-27 16:29:47 UTC) #5
commit-bot: I haz the power
6 years, 11 months ago (2014-01-27 16:43:10 UTC) #6
Message was sent while issue was closed.
Change committed as 165861

Powered by Google App Engine
This is Rietveld 408576698