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

Issue 2741103003: Simplify ComputedStyleBase::inheritedEqual. (Closed)

Created:
3 years, 9 months ago by shend
Modified:
3 years, 9 months ago
Reviewers:
meade_UTC10, Bugs Nash
CC:
blink-reviews, blink-reviews-style_chromium.org, chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Simplify ComputedStyleBase::inheritedEqual. Currently ComputedStyleBase::inheritedEqual just does a pairwise compare over all inherited properties. A more concise implementation is to use the existing independentInheritedEqual and nonIndependentInheritedEqual methods. This is what ComputedStyle does. We can switch to a more efficient when we can think of one. BUG=628043 Review-Url: https://codereview.chromium.org/2741103003 Cr-Commit-Position: refs/heads/master@{#456995} Committed: https://chromium.googlesource.com/chromium/src/+/44a3e217dedd16eea0ac435e1444e7980586f634

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -8 lines) Patch
M third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl View 2 chunks +4 lines, -8 lines 0 comments Download

Messages

Total messages: 23 (17 generated)
shend
Hi Bugs, PTAL
3 years, 9 months ago (2017-03-13 06:39:25 UTC) #6
Bugs Nash
lgtm
3 years, 9 months ago (2017-03-14 03:14:08 UTC) #7
shend
Hi Eddy, PTAL
3 years, 9 months ago (2017-03-14 03:58:19 UTC) #9
meade_UTC10
lgtm
3 years, 9 months ago (2017-03-14 04:02:44 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2741103003/1
3 years, 9 months ago (2017-03-15 04:22:09 UTC) #20
commit-bot: I haz the power
3 years, 9 months ago (2017-03-15 04:32:52 UTC) #23
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/44a3e217dedd16eea0ac435e1444...

Powered by Google App Engine
This is Rietveld 408576698