No subject


Mon Sep 28 12:00:37 PDT 2015


> > Source/WebCore/rendering/RenderGrid.cpp:1184
> > +    for (RenderBox* child = m_orderIterator.first(); child; child = m_orderIterator.next()) {
> 
> Perhaps not for this patch but we should make OrderIterator a stl
> iterator-like class so that instead of first() and next() we have begin()
> and end() and we could do things like
> 
> for (auto child : m_orderIterator)

-- 
You are receiving this mail because:
You are the assignee for the bug.
--1456248594.C31d32B0.9929
Date: Tue, 23 Feb 2016 09:29:54 -0800
MIME-Version: 1.0
Content-Type: text/html

<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [css-grid][css-flex] Make OrderIterator a STL iterator class"
   href="https://bugs.webkit.org/show_bug.cgi?id=154590">154590</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[css-grid][css-flex] Make OrderIterator a STL iterator class
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>WebKit Nightly Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Layout and Rendering
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>rego&#64;igalia.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>jfernandez&#64;igalia.com, rego&#64;igalia.com, simon.fraser&#64;apple.com, svillar&#64;igalia.com
          </td>
        </tr>

        <tr>
          <th>Blocks</th>
          <td>60731
          </td>
        </tr></table>
      <p>
        <div>
        <pre>OrderIterator is used by Grid Layout and Flexbox.



More information about the webkit-unassigned mailing list