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

Issue 18888002: Introduce isHTMLAnchorElement and toHTMLAnchorElement (Closed)

Created:
7 years, 5 months ago by kangil_
Modified:
7 years, 5 months ago
CC:
blink-reviews, aboxhall, eae+blinkwatch, leviw+renderwatch, dglazkov+blink, dmazzoni, apavlov+blink_chromium.org, adamk+blink_chromium.org, jchaffraix+rendering, darktears
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Introduce isHTMLAnchorElement and toHTMLAnchorElement To avoid direct use of static_cast, this patch introduces isHTMLAnchorElement and toHTMLAnchorElement for code cleanup. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=153775

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -27 lines) Patch
M Source/WebKit/chromium/src/DOMUtilitiesPrivate.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/accessibility/AccessibilityNodeObject.cpp View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/accessibility/AccessibilityRenderObject.cpp View 4 chunks +7 lines, -7 lines 0 comments Download
M Source/core/css/CSSDefaultStyleSheets.cpp View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/css/SelectorChecker.cpp View 3 chunks +3 lines, -2 lines 0 comments Download
M Source/core/dom/Document.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/dom/TreeScope.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/dom/VisitedLinkState.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/html/HTMLAnchorElement.h View 1 chunk +16 lines, -0 lines 0 comments Download
M Source/core/page/DragController.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/HitTestResult.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/rendering/RenderObject.cpp View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
kangil_
review please? :)
7 years, 5 months ago (2013-07-09 09:29:19 UTC) #1
tkent
lgtm
7 years, 5 months ago (2013-07-09 10:00:53 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kangil.han@samsung.com/18888002/1
7 years, 5 months ago (2013-07-09 10:01:00 UTC) #3
commit-bot: I haz the power
7 years, 5 months ago (2013-07-09 10:52:54 UTC) #4
Message was sent while issue was closed.
Change committed as 153775

Powered by Google App Engine
This is Rietveld 408576698