[Webkit-unassigned] [Bug 16034] REGRESSION (r27351): Departure date does not repaint when changed on Google Maps public transit planner

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 18 18:57:50 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16034


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #17372|                            |review?
               Flag|                            |




------- Comment #4 from mitz at webkit.org  2007-11-18 18:57 PDT -------
Created an attachment (id=17372)
 --> (http://bugs.webkit.org/attachment.cgi?id=17372&action=view)
Track the layout root using the render tree and the container() relation

In addition to fixing the root cause and the other bug mentioned in comment #3,
this patch changes layoutRoot from a RefPtr<Node> to a RenderObject*. It makes
more sense to keep track of the layout root in terms of the render tree, and
the patch includes an ASSERT that the layout root does not get deleted.

No layout test regressions.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list