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

Issue 699703002: Clean up virtual function in Source/html (Closed)

Created:
6 years, 1 month ago by zhaoze.zhou
Modified:
6 years, 1 month ago
Reviewers:
kbalazs, adamk, rwlbuis
CC:
blink-reviews, blink-reviews-html_chromium.org, philipj_slow, gasubic, fs, eric.carlson_apple.com, feature-media-reviews_chromium.org, dglazkov+blink, nessy, vcarbune.chromium
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Clean up virtual function in Source/html This cl was based on http://trac.webkit.org/changeset/175328 Clean up virtual functions in Source/html by: 1. Making isXXX() virtual functions private on XXX classes to avoid derived class use that. 2. De-virtualizing function that do not need to be virtual 3. Dropping final for virtual functions in classes already marked as final Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185469

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Total comments: 1

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -8 lines) Patch
M Source/core/html/HTMLUnknownElement.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/WebGLTexture.h View 1 1 chunk +1 line, -2 lines 0 comments Download
M Source/core/html/forms/RadioInputType.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/shadow/MediaControlElementTypes.h View 2 chunks +4 lines, -2 lines 0 comments Download
M Source/core/html/track/InbandTextTrack.h View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 15 (5 generated)
rwlbuis
On 2014/11/03 18:32:46, zhaoze.zhou wrote: > mailto:zhaoze.zhou@partner.samsung.com changed reviewers: > + mailto:rob.buis@samsung.com Great but you ...
6 years, 1 month ago (2014-11-04 17:38:08 UTC) #3
kbalazs
https://codereview.chromium.org/699703002/diff/40001/Source/core/html/canvas/MouseEventHitRegion.h File Source/core/html/canvas/MouseEventHitRegion.h (right): https://codereview.chromium.org/699703002/diff/40001/Source/core/html/canvas/MouseEventHitRegion.h#newcode15 Source/core/html/canvas/MouseEventHitRegion.h:15: class MouseEventHitRegion final { IMHO this is just noise. ...
6 years, 1 month ago (2014-11-04 19:08:45 UTC) #5
zhaoze.zhou
https://codereview.chromium.org/699703002/diff/40001/Source/core/html/canvas/MouseEventHitRegion.h File Source/core/html/canvas/MouseEventHitRegion.h (right): https://codereview.chromium.org/699703002/diff/40001/Source/core/html/canvas/MouseEventHitRegion.h#newcode15 Source/core/html/canvas/MouseEventHitRegion.h:15: class MouseEventHitRegion final { On 2014/11/04 19:08:45, kbalazs wrote: ...
6 years, 1 month ago (2014-11-04 19:14:17 UTC) #6
zhaoze.zhou
@adamk hi, can you take a look? thanks very much :)
6 years, 1 month ago (2014-11-11 15:07:36 UTC) #8
adamk
I don't think your CL description is entirely accurate. Point (1) claims this reduces type ...
6 years, 1 month ago (2014-11-11 17:52:37 UTC) #9
zhaoze.zhou
On 2014/11/11 17:52:37, adamk wrote: > I don't think your CL description is entirely accurate. ...
6 years, 1 month ago (2014-11-17 21:19:34 UTC) #10
adamk
lgtm
6 years, 1 month ago (2014-11-17 21:29:13 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/699703002/70001
6 years, 1 month ago (2014-11-17 21:36:53 UTC) #13
commit-bot: I haz the power
Committed patchset #4 (id:70001) as https://src.chromium.org/viewvc/blink?view=rev&revision=185469
6 years, 1 month ago (2014-11-17 22:43:36 UTC) #14
zhaoze.zhou
6 years, 1 month ago (2014-11-18 16:34:24 UTC) #15
Message was sent while issue was closed.
On 2014/11/17 21:29:13, adamk wrote:
> lgtm
Hi, I found the source of "type-checking", I guess this can make code design
better. Thanks.
https://bugs.webkit.org/show_bug.cgi?id=138190

Powered by Google App Engine
This is Rietveld 408576698