Bug 159619 - Move MathMLOperatorDictionary from rendering to DOM
Summary: Move MathMLOperatorDictionary from rendering to DOM
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: MathML (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Frédéric Wang (:fredw)
URL:
Keywords:
Depends on: 152242
Blocks: 156537
  Show dependency treegraph
 
Reported: 2016-07-11 05:25 PDT by Frédéric Wang (:fredw)
Modified: 2016-07-12 09:43 PDT (History)
2 users (show)

See Also:


Attachments
Patch (164.75 KB, patch)
2016-07-11 05:42 PDT, Frédéric Wang (:fredw)
bfulgham: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Frédéric Wang (:fredw) 2016-07-11 05:25:39 PDT
In theory, we only need to read properties of the dictionary using the operator text coming from the DOM. Hence MathMLOperatorDictionary can and should be placed with the DOM classes. This is a first step for bug 156537.
Comment 1 Frédéric Wang (:fredw) 2016-07-11 05:42:42 PDT
Created attachment 283311 [details]
Patch
Comment 2 Brent Fulgham 2016-07-12 09:02:40 PDT
Comment on attachment 283311 [details]
Patch

This is a simple file move, with no test regressions. r=me.
Comment 3 Frédéric Wang (:fredw) 2016-07-12 09:43:55 PDT
Committed r203116: <http://trac.webkit.org/changeset/203116>