Re: [webkit-dev] Why does isLocationChange() return false for redirection?

2010-08-17 Thread Maciej Stachowiak
On Aug 16, 2010, at 10:58 PM, Eric Zhou wrote: > Hi all, > > following is the related code. My question is why it returns false when > ScheduledRedirection.type is redirection. > From the name of the function, I think if the url changes, it should return > true. Thus, for most of redirection,

[webkit-dev] Why does isLocationChange() return false for redirection?

2010-08-16 Thread Eric Zhou
Hi all, following is the related code. My question is why it returns false when ScheduledRedirection.type is redirection. >From the name of the function, I think if the url changes, it should return true. Thus, for most of redirection, it should return true. //FrameLoader.cpp bool FrameLoader::is