Bug 124108 - Use child iterator to find operators in RenderMathMLRow::layout().
Summary: Use child iterator to find operators in RenderMathMLRow::layout().
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: MathML (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-09 19:37 PST by Andreas Kling
Modified: 2013-11-26 16:24 PST (History)
16 users (show)

See Also:


Attachments
Patch (1.73 KB, patch)
2013-11-09 19:38 PST, Andreas Kling
eflews.bot: commit-queue-
Details | Formatted Diff | Diff
Patch (1.89 KB, patch)
2013-11-09 19:44 PST, Andreas Kling
mrobinson: review+
eflews.bot: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2013-11-09 19:37:57 PST
Use child iterator to find operators in RenderMathMLRow::layout().
Comment 1 Andreas Kling 2013-11-09 19:38:40 PST
Created attachment 216505 [details]
Patch
Comment 2 EFL EWS Bot 2013-11-09 19:43:06 PST
Comment on attachment 216505 [details]
Patch

Attachment 216505 [details] did not pass efl-ews (efl):
Output: http://webkit-queues.appspot.com/results/22368949
Comment 3 EFL EWS Bot 2013-11-09 19:43:30 PST
Comment on attachment 216505 [details]
Patch

Attachment 216505 [details] did not pass efl-wk2-ews (efl-wk2):
Output: http://webkit-queues.appspot.com/results/22728916
Comment 4 Andreas Kling 2013-11-09 19:44:57 PST
Created attachment 216506 [details]
Patch
Comment 5 Martin Robinson 2013-11-09 19:47:55 PST
Comment on attachment 216506 [details]
Patch

All hail, childrenOfType!
Comment 6 EFL EWS Bot 2013-11-09 19:49:55 PST
Comment on attachment 216506 [details]
Patch

Attachment 216506 [details] did not pass efl-wk2-ews (efl-wk2):
Output: http://webkit-queues.appspot.com/results/22768912
Comment 7 EFL EWS Bot 2013-11-09 19:50:01 PST
Comment on attachment 216506 [details]
Patch

Attachment 216506 [details] did not pass efl-ews (efl):
Output: http://webkit-queues.appspot.com/results/22368952
Comment 8 kov's GTK+ EWS bot 2013-11-09 19:54:34 PST
Comment on attachment 216506 [details]
Patch

Attachment 216506 [details] did not pass gtk-ews (gtk):
Output: http://webkit-queues.appspot.com/results/22598971
Comment 9 Build Bot 2013-11-09 20:13:49 PST
Comment on attachment 216506 [details]
Patch

Attachment 216506 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.appspot.com/results/22638976
Comment 10 Build Bot 2013-11-09 20:30:21 PST
Comment on attachment 216506 [details]
Patch

Attachment 216506 [details] did not pass win-ews (win):
Output: http://webkit-queues.appspot.com/results/21249024
Comment 11 Build Bot 2013-11-09 20:41:25 PST
Comment on attachment 216506 [details]
Patch

Attachment 216506 [details] did not pass mac-ews (mac):
Output: http://webkit-queues.appspot.com/results/22868081
Comment 12 Brent Fulgham 2013-11-26 15:52:45 PST
Committed r159794: <http://trac.webkit.org/changeset/159794>
Comment 13 Andreas Kling 2013-11-26 15:54:58 PST
(In reply to comment #12)
> Committed r159794: <http://trac.webkit.org/changeset/159794>

Oh whoops. I forgot about this one. Thanks for landing it :)
Comment 14 Brent Fulgham 2013-11-26 16:24:01 PST
(In reply to comment #13)
> (In reply to comment #12)
> > Committed r159794: <http://trac.webkit.org/changeset/159794>
> 
> Oh whoops. I forgot about this one. Thanks for landing it :)

Just cleaning up my MathML bug list!  I fixed the minor build error with the patch. Build looks good at the moment, with no failures or new problems.