[Webkit-unassigned] [Bug 152242] New: Move MathMLOperatorDictionary features into a separate module
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 14 01:28:17 PST 2015
https://bugs.webkit.org/show_bug.cgi?id=152242
Bug ID: 152242
Summary: Move MathMLOperatorDictionary features into a separate
module
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: MathML
Assignee: webkit-unassigned at lists.webkit.org
Reporter: fred.wang at free.fr
CC: alex at igalia.com, jfernandez at igalia.com
The RenderMathMLOperator class contains three independent features:
1) The management of the renderer for operator
2) The search in the MathML operator dictionary
3) The selection/measuring/drawing of size variants & glyph assembly for stretchy operators
It is cleaner and more easily readable/manageable for future improvements to do as in Gecko and split these features into separate modules.
Also having 3) in a separate module will allow to draw radical or longdiv symbols without creating an anonymous renderer.
This bug is about the first step move 2) into its own module.
--
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/20151214/e23b2ee1/attachment-0001.html>
More information about the webkit-unassigned
mailing list