b=274382, loading live bookmark bypasses cache, r+a=mconnor
This commit is contained in:
@@ -903,7 +903,7 @@ nsBookmarksService::UpdateLivemarkChildren(nsIRDFResource* aSource)
|
||||
|
||||
nsCOMPtr<nsIChannel> channel;
|
||||
rv = NS_NewChannel(getter_AddRefs(channel), uri, nsnull, nsnull, nsnull,
|
||||
nsIRequest::LOAD_BACKGROUND | nsIRequest::LOAD_BYPASS_CACHE);
|
||||
nsIRequest::LOAD_BACKGROUND | nsIRequest::VALIDATE_ALWAYS);
|
||||
if (NS_FAILED(rv)) UNLOCK_AND_RETURN_RV;
|
||||
|
||||
rv = channel->AsyncOpen(listener, nsnull);
|
||||
|
||||
Reference in New Issue
Block a user