[Webkit-unassigned] [Bug 159144] New: Too much duplicated code in LayerTreeHosts implementations
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 27 05:07:54 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=159144
Bug ID: 159144
Summary: Too much duplicated code in LayerTreeHosts
implementations
Classification: Unclassified
Product: WebKit
Version: WebKit Local Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Keywords: Gtk
Severity: Normal
Priority: P2
Component: WebKit2
Assignee: webkit-unassigned at lists.webkit.org
Reporter: cgarcia at igalia.com
CC: bugs-noreply at webkitgtk.org, gyuyoung.kim at webkit.org,
yoon at igalia.com, zan at falconsigh.net
There's some code common and duplicated in all current LayerTreeHosts implementations (Gtk, Coordinated, and ThreadedCoordinated). The thing is even worse in the case of ThreadedCoordinated and Coordinated, where the former is actually a special case of the later, and it seems like code was copy pasted and then modified to add ThreadedCoordinated specific code. The problem of that approach, apart from the code duplication, is that common parts end up diverging too.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160627/9103a40b/attachment.html>
More information about the webkit-unassigned
mailing list