RESOLVED FIXED Bug 155787
Share style by sharing RenderStyle substructures not the object itself
https://bugs.webkit.org/show_bug.cgi?id=155787
Summary Share style by sharing RenderStyle substructures not the object itself
Antti Koivisto
Reported 2016-03-23 04:36:19 PDT
Current approach where we share RenderStyle objects between elements leads to lot of awkward and bug-prone code. Most of the RenderStyle consists of shareable substructures. It is better to just share those.
Attachments
patch (9.55 KB, patch)
2016-03-23 04:38 PDT, Antti Koivisto
no flags
patch (10.35 KB, patch)
2016-03-23 05:49 PDT, Antti Koivisto
kling: review+
patch (10.48 KB, patch)
2016-03-23 06:44 PDT, Antti Koivisto
no flags
Antti Koivisto
Comment 1 2016-03-23 04:38:45 PDT
Antti Koivisto
Comment 2 2016-03-23 05:49:42 PDT
Andreas Kling
Comment 3 2016-03-23 06:00:12 PDT
Comment on attachment 274746 [details] patch r=me, let's hope this doesn't regress anything, it's so much cleaner.
Antti Koivisto
Comment 4 2016-03-23 06:44:11 PDT
Antti Koivisto
Comment 5 2016-03-23 07:30:25 PDT
Note You need to log in before you can comment on or make changes to this bug.