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

Issue 59883011: Revert "StyleResolverParentPusher can decide if it needs to push at creation time" (Closed)

Created:
7 years, 1 month ago by esprehn
Modified:
7 years, 1 month ago
CC:
blink-reviews, dglazkov+blink, eae+blinkwatch, adamk+blink_chromium.org
Visibility:
Public.

Description

Revert "StyleResolverParentPusher can decide if it needs to push at creation time" This commit reverts http://src.chromium.org/viewvc/blink?view=revision&revision=161770 Previously we'd never push the bloom filter for Elements that contained only Text nodes, but r161770 made us start doing that. Apparently the bloom filter updating is expensive: 8-10% more than just regular text style updating since text doesn't need to selector match and the bloom filter is just wasted work. BUG=318660 TBR=leviw@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=161943

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -13 lines) Patch
M Source/core/dom/Element.cpp View 5 chunks +31 lines, -13 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
esprehn
7 years, 1 month ago (2013-11-13 20:19:33 UTC) #1
esprehn
7 years, 1 month ago (2013-11-13 20:20:41 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 manually as r161943 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698