Bug 137914 - Shrink MathMLOperatorDictionary::dictionary table
Summary: Shrink MathMLOperatorDictionary::dictionary table
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Zan Dobersek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-21 00:50 PDT by Zan Dobersek
Modified: 2014-10-27 11:06 PDT (History)
8 users (show)

See Also:


Attachments
Patch (1.57 KB, patch)
2014-10-21 00:52 PDT, Zan Dobersek
no flags Details | Formatted Diff | Diff
Patch (3.26 KB, patch)
2014-10-22 00:11 PDT, Zan Dobersek
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2014-10-21 00:50:53 PDT
Shrink MathMLOperatorDictionary::dictionary table
Comment 1 Zan Dobersek 2014-10-21 00:52:31 PDT
Created attachment 240194 [details]
Patch
Comment 2 Darin Adler 2014-10-21 15:48:15 PDT
Comment on attachment 240194 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=240194&action=review

> Source/WebCore/rendering/mathml/RenderMathMLOperator.h:53
> +    unsigned form : 2;

Looks like we need some static_cast where this is used.
Comment 3 Zan Dobersek 2014-10-22 00:11:50 PDT
Created attachment 240254 [details]
Patch
Comment 4 Zan Dobersek 2014-10-27 11:06:28 PDT
Comment on attachment 240254 [details]
Patch

Clearing flags on attachment: 240254

Committed r175221: <http://trac.webkit.org/changeset/175221>
Comment 5 Zan Dobersek 2014-10-27 11:06:39 PDT
All reviewed patches have been landed.  Closing bug.