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

Issue 892643002: Split property priority functions out of StyleResolver. (Closed)

Created:
5 years, 10 months ago by andersr
Modified:
5 years, 10 months ago
Reviewers:
Timothy Loh
CC:
blink-reviews, blink-reviews-css, ed+blinkwatch_opera.com, dglazkov+blink, apavlov+blink_chromium.org, darktears, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Split property priority functions out of StyleResolver. This makes it easier to access the priority from other (future) files which shouldn't depend on StyleResolver. R=timloh@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=189408

Patch Set 1 #

Total comments: 6

Patch Set 2 : Use template class CSSPropertyPriority. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+94 lines, -87 lines) Patch
A Source/core/css/resolver/CSSPropertyPriority.h View 1 1 chunk +62 lines, -0 lines 0 comments Download
M Source/core/css/resolver/StyleResolver.h View 1 2 chunks +5 lines, -14 lines 0 comments Download
M Source/core/css/resolver/StyleResolver.cpp View 1 12 chunks +27 lines, -73 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
andersr
I'm trying to split up https://codereview.chromium.org/350333003 a little bit, at least. The plan is to ...
5 years, 10 months ago (2015-01-30 15:52:22 UTC) #1
Timothy Loh
Might as well clean this up and use a class template: template <CSSPropertyPriority priority> struct ...
5 years, 10 months ago (2015-02-01 22:17:09 UTC) #2
andersr
On 2015/02/01 22:17:09, Timothy Loh wrote: > Might as well clean this up and use ...
5 years, 10 months ago (2015-02-02 15:51:17 UTC) #3
andersr
https://codereview.chromium.org/892643002/diff/1/Source/core/css/resolver/StylePropertyRange.h File Source/core/css/resolver/StylePropertyRange.h (right): https://codereview.chromium.org/892643002/diff/1/Source/core/css/resolver/StylePropertyRange.h#newcode1 Source/core/css/resolver/StylePropertyRange.h:1: // Copyright 2014 The Chromium Authors. All rights reserved. ...
5 years, 10 months ago (2015-02-02 15:51:24 UTC) #4
Timothy Loh
On 2015/02/02 15:51:17, andersr wrote: > On 2015/02/01 22:17:09, Timothy Loh wrote: > > Might ...
5 years, 10 months ago (2015-02-03 00:40:30 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/892643002/20001
5 years, 10 months ago (2015-02-03 10:46:01 UTC) #7
commit-bot: I haz the power
5 years, 10 months ago (2015-02-03 12:02:07 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=189408

Powered by Google App Engine
This is Rietveld 408576698