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

Issue 202153005: Add isHTMLPlugInElement() helpers for consistency with other HTML elements (Closed)

Created:
6 years, 9 months ago by Inactive
Modified:
6 years, 9 months ago
Reviewers:
tkent, adamk, eseidel
CC:
blink-reviews, zoltan1, dsinclair, sof, eae+blinkwatch, leviw+renderwatch, dglazkov+blink, adamk+blink_chromium.org, jchaffraix+rendering, bemjb+rendering_chromium.org, pdr., rwlbuis
Visibility:
Public.

Description

Add isHTMLPlugInElement() helpers for consistency with other HTML elements Add isHTMLPlugInElement() helpers for consistency with other HTML elements. Those helpers rely on the isPluginElement() virtual function to check if an Element is an HTMLPlugInElement. R=tkent, adamk BUG=346095 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169589

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Keep virtual function #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -7 lines) Patch
M Source/core/dom/Node.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/html/HTMLElement.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/html/HTMLPlugInElement.h View 1 2 3 chunks +12 lines, -2 lines 0 comments Download
M Source/core/html/parser/HTMLConstructionSite.cpp View 1 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/page/DragController.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/FocusController.cpp View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/rendering/RenderEmbeddedObject.cpp View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
Inactive
6 years, 9 months ago (2014-03-18 02:22:08 UTC) #1
Inactive
I rebased the patch due to https://codereview.chromium.org/202813005/
6 years, 9 months ago (2014-03-18 21:01:26 UTC) #2
eseidel
It's always a bit lame when superclasses need to know all of their subclasses. I ...
6 years, 9 months ago (2014-03-18 21:22:21 UTC) #3
Inactive
On 2014/03/18 21:22:21, eseidel wrote: > It's always a bit lame when superclasses need to ...
6 years, 9 months ago (2014-03-18 21:59:55 UTC) #4
tkent
I think no one blames if we just add WebCore::isHTMLPluginElement without removing Element::isPluginElement.
6 years, 9 months ago (2014-03-19 01:04:27 UTC) #5
Inactive
On 2014/03/19 01:04:27, tkent wrote: > I think no one blames if we just add ...
6 years, 9 months ago (2014-03-19 15:08:23 UTC) #6
tkent
lgtm
6 years, 9 months ago (2014-03-19 22:50:03 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/202153005/40001
6 years, 9 months ago (2014-03-19 22:50:07 UTC) #8
commit-bot: I haz the power
6 years, 9 months ago (2014-03-19 23:00:17 UTC) #9
Message was sent while issue was closed.
Change committed as 169589

Powered by Google App Engine
This is Rietveld 408576698