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

Issue 1480973002: CSS Invalidation: Avoid virtual functions in InvalidationSet (Closed)

Created:
5 years ago by Eric Willigers
Modified:
5 years ago
Reviewers:
Timothy Loh, esprehn
CC:
esprehn, darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, chromium-reviews, dglazkov+blink, rwlbuis, rune
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

CSS Invalidation: Avoid virtual functions in InvalidationSet Virtual functions were unnecessarily added to InvalidationSet by https://codereview.chromium.org/1317533002 These have a memory cost when there are many style rules and/or many elements scheduled for style invalidation. BUG=556531 Committed: https://crrev.com/580ea704c5158d858ad9ba20eb3783f8883d8689 Cr-Commit-Position: refs/heads/master@{#363166}

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : no protected destructor #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -13 lines) Patch
M third_party/WebKit/Source/core/css/invalidation/InvalidationSet.h View 1 2 5 chunks +16 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/css/invalidation/InvalidationSet.cpp View 4 chunks +15 lines, -3 lines 0 comments Download

Messages

Total messages: 13 (5 generated)
Eric Willigers
5 years ago (2015-11-27 00:43:52 UTC) #2
Timothy Loh
ok lgtm
5 years ago (2015-11-27 00:45:57 UTC) #3
esprehn
lgtm
5 years ago (2015-12-03 08:40:01 UTC) #5
esprehn
Can we land this?
5 years ago (2015-12-03 08:40:05 UTC) #6
Eric Willigers
This patch was receiving Windows debug compile failures: RefCounted<InvalidationSet>::deref() cannot access protected ~InvalidationSet I'm now ...
5 years ago (2015-12-04 05:47:01 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1480973002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1480973002/40001
5 years ago (2015-12-04 05:47:47 UTC) #10
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years ago (2015-12-04 08:06:16 UTC) #11
commit-bot: I haz the power
5 years ago (2015-12-04 08:07:27 UTC) #13
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/580ea704c5158d858ad9ba20eb3783f8883d8689
Cr-Commit-Position: refs/heads/master@{#363166}

Powered by Google App Engine
This is Rietveld 408576698