[webkit-reviews] review requested: [Bug 42292] Add NetworkingContext to avoid layer violations : [Attachment 62760] NetworkingContext v3 (not ready)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 27 15:51:12 PDT 2010


Jesus Sanchez-Palencia <jesus at webkit.org> has asked  for review:
Bug 42292: Add NetworkingContext to avoid layer violations
https://bugs.webkit.org/show_bug.cgi?id=42292

Attachment 62760: NetworkingContext v3 (not ready)
https://bugs.webkit.org/attachment.cgi?id=62760&action=review

------- Additional Comments from Jesus Sanchez-Palencia <jesus at webkit.org>
Although this patch is not ready I'm uploading it with r? so I can get it built
on the ews bots. Unfortunately this is the only way I have to test Win and GTK
build.
However, comments are very welcome. The remaining open bits are:

- on GTK: They need a frame* from Soup as I explained.

- on Mac: I've added a // FIXME and commented a the code snippet below in
ResourceHandle::loadResourceSynchronously:

//    if (handle->d->m_scheduledFailureType != NoFailure) {
//	  error = frame->loader()->blockedError(request);
//	  return;
//    }


More information about the webkit-reviews mailing list