If the request is conditional, disk-cache won't be used, so platformRequest need to get this information.
Created attachment 120514 [details] Patch
Comment on attachment 120514 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=120514&action=review Informal. Looks good to me. > Source/WebCore/ChangeLog:8 > + Reviewed by NOBODY (OOPS!). > + > + You need to add an explanation here. Something like pass the isConditional() flag in ResourceRequest to the QNX platform network request and the reasons.
Created attachment 120515 [details] Patch
Created attachment 120518 [details] Patch
Comment on attachment 120518 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=120518&action=review > Source/WebCore/platform/network/blackberry/NetworkManager.cpp:132 > + platformRequest.setConditional(request.isConditional()); Hmmm. Should we move this to ResourceRequest::initializePlatformRequest() so that other code can also get the correct bit?
Comment on attachment 120518 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=120518&action=review > Source/WebCore/ChangeLog:9 > + QNX platform's network needs this flag to determine whether to use disk-cache. Nit: "network needs" => "network needs" (Notice that there is one space between the words "network" and "needs" instead of two).
Created attachment 121070 [details] Patch
Created attachment 121072 [details] Patch
Created attachment 121209 [details] Patch
Comment on attachment 121209 [details] Patch LGTM.
Comment on attachment 121209 [details] Patch Clearing flags on attachment: 121209 Committed r105121: <http://trac.webkit.org/changeset/105121>
All reviewed patches have been landed. Closing bug.