Bug 159619

Summary: Move MathMLOperatorDictionary from rendering to DOM
Product: WebKit Reporter: Frédéric Wang (:fredw) <fred.wang>
Component: MathMLAssignee: Frédéric Wang (:fredw) <fred.wang>
Status: RESOLVED FIXED    
Severity: Normal CC: alex, bfulgham
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on: 152242    
Bug Blocks: 156537    
Attachments:
Description Flags
Patch bfulgham: review+

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>