[Webkit-unassigned] [Bug 93680] Back/Forward list with error page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 14 08:24:04 PDT 2013


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





--- Comment #29 from Basavaraj Padmashali Sidda <basavaraj.ps at samsung.com>  2013-03-14 08:26:28 PST ---
(In reply to comment #27)
> (In reply to comment #26)
> > @fishd or @creis: Do you know why Chromium has a different result on this test?
> 
> I'm not familiar with this code, but I pulled up the repro steps in a debugger.  In Chrome, we appear to hit the shouldReloadToHandleUnreachableURL(newDocumentLoader) check a few lines below this patch's change to FrameLoader::load, causing type to be set to FrameLoadTypeReload.  Maybe that differs with Safari?
> 
This does not seem to be a causing the issue. Even on making  shouldReloadToHandleUnreachableURL() return always false(currently it return true in case of chromium) the test results did not change for chromium port.

> I see a scary FIXME around that logic, though, so perhaps someone should revisit it.
> 
Maybe the different results are due implementation difference in chromium DRT as compared to other ports (didFailProvisionalLoad() is not implemented in WebViewHost).

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