[Webkit-unassigned] [Bug 62852] cannot handle status codes which have no response body
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 26 20:48:10 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=62852
--- Comment #9 from Keunsoon Lee <keunsoon.lee at samsung.com> 2011-07-26 20:48:08 PST ---
(In reply to comment #8)
> Why is this new client call necessary? Can't the client just check main resource data from didFinish?
If you mean FrameLoader::didFinishLoad(), it is called after committing.
At that time, there is no sign for the situation unless we create a new flag for that.
I also considered creating a new flag on FrameLoader or DocumentLoader.
(The name could be isFinishedWithoutBody and so on.)
But, I felt adding new FrameLoaderClient function is more natural for loader's structure.
Furthermore, I think it is more convenient for each port to support specific informational page.
That's why I added this new function.
Thank you.
--
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