[Webkit-unassigned] [Bug 34167] [Qt] DRT WebHistory support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 26 11:31:40 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=34167


Kenneth Rohde Christiansen <kenneth at webkit.org> changed:

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




--- Comment #8 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2010-01-26 11:31:39 PST ---
(From update of attachment 47427)

> +    // Subtract one here as out QWebHistory::count() includes the actual page,
> +    // which is not considered in the DRT tests.

our, not out

> +    return m_webHistory->count() - 1;
> +}
> +
>  void LayoutTestController::keepWebHistory()
>  {
> -    // FIXME: implement
> +    m_webHistory = m_drt->webPage()->history();
>  }

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



More information about the webkit-unassigned mailing list