Re: [webkit-dev] Possibly bogus FrameLoader::originalRequest data

2009-07-20 Thread tonikitoo (Antonio Gomes)
Bug filed: https://bugs.webkit.org/show_bug.cgi?id=27444 On Fri, Jul 17, 2009 at 4:04 PM, tonikitoo (Antonio Gomes) wrote: > Answering myself, that could explain things : > > @FrameLoader.h > (...) >        // Document loaders for the three phases of frame loading. > Note that while >        // a

Re: [webkit-dev] Possibly bogus FrameLoader::originalRequest data

2009-07-17 Thread tonikitoo (Antonio Gomes)
Answering myself, that could explain things : @FrameLoader.h (...) // Document loaders for the three phases of frame loading. Note that while // a new request is being loaded, the old document loader may still be referenced. // E.g. while a new request is in the "policy" st

[webkit-dev] Possibly bogus FrameLoader::originalRequest data

2009-07-17 Thread tonikitoo (Antonio Gomes)
Hi. So I ran into this while developing a feature to qt webkit, but it is possibly not a port specific issue, but webcore. 1) If i load an existent local page (through FrameLoader::load) that redirects (e.g. file:///test1.html redirects to file:///test2.html) , i get FrameLoader::originalRequest.