RESOLVED FIXED 174312
Factor common code in Style::*ChangeInvalidation into helper functions
https://bugs.webkit.org/show_bug.cgi?id=174312
Summary Factor common code in Style::*ChangeInvalidation into helper functions
Antti Koivisto
Reported 2017-07-10 08:47:36 PDT
There is a lot of copy code here.
Attachments
patch (18.65 KB, patch)
2017-07-10 09:25 PDT, Antti Koivisto
no flags
patch (20.79 KB, patch)
2017-07-10 09:53 PDT, Antti Koivisto
kling: review+
patch (21.21 KB, patch)
2017-08-03 06:23 PDT, Antti Koivisto
no flags
patch (21.25 KB, patch)
2017-08-03 06:25 PDT, Antti Koivisto
no flags
Antti Koivisto
Comment 1 2017-07-10 09:25:47 PDT
Antti Koivisto
Comment 2 2017-07-10 09:53:49 PDT
Andreas Kling
Comment 3 2017-07-10 22:18:57 PDT
Comment on attachment 314993 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=314993&action=review r=me > Source/WebCore/style/StyleInvalidationFunctions.h:38 > +template <typename Function> > +inline void traverseRuleFeaturesInShadowTree(Element& element, Function&& function) Does the Function argument need to be templated when you're only ever using it to pass a void(RuleFeatureSet&,bool)?
Antti Koivisto
Comment 4 2017-08-03 06:23:55 PDT
Antti Koivisto
Comment 5 2017-08-03 06:25:17 PDT
WebKit Commit Bot
Comment 6 2017-08-03 07:45:34 PDT
Comment on attachment 317118 [details] patch Clearing flags on attachment: 317118 Committed r220204: <http://trac.webkit.org/changeset/220204>
WebKit Commit Bot
Comment 7 2017-08-03 07:45:35 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 8 2017-08-03 07:46:48 PDT
Note You need to log in before you can comment on or make changes to this bug.