[Webkit-unassigned] [Bug 48809] Chromium WebKit API needs WebFrame::lastCommittedHistoryItem()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 8 10:31:00 PST 2010


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





--- Comment #16 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2010-11-08 10:31:00 PST ---
(In reply to comment #15)
> After this landed and got picked up by Chrome, Chrome's SessionHistoryTest.FragmentBackForward started failing.  That test:
>  - Visits fragment.html#a, fragment.html#b, fragment.html#c
>  - Goes back several times, expecting to see them in reverse order
> 
> Instead, it sees #b (correct), then #c (incorrect), and keeps alternating between them.  I can verify this behavior manually in Chrome, but not in test_shell.  I'll have to take a closer look to see how this change caused that.

Ugh.  It is not uncommon for code in Chromium (e.g., navigation_controller.cc) to be working against you in cases like this because it was trying to compensate for some bug in WebKit (such as the one you fixed here).

-- 
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