Skip to content

Commit

Permalink
Bug 898524: Part 2 - Avoid IPC roundtrips for synthesized responses. …
Browse files Browse the repository at this point in the history
…r=mayhemer
  • Loading branch information
jdm committed Oct 17, 2014
1 parent 162208d commit 8f259e6
Show file tree
Hide file tree
Showing 12 changed files with 649 additions and 190 deletions.
4 changes: 4 additions & 0 deletions netwerk/protocol/http/HttpBaseChannel.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,14 @@
#include "PrivateBrowsingChannel.h"
#include "mozilla/net/DNS.h"
#include "nsITimedChannel.h"
#include "nsIHttpChannel.h"
#include "nsISecurityConsoleMessage.h"
#include "nsCOMArray.h"

extern PRLogModuleInfo *gHttpLog;
class nsPerformance;
class nsISecurityConsoleMessage;
class nsIPrincipal;

namespace mozilla {
namespace net {
Expand Down
Loading

0 comments on commit 8f259e6

Please sign in to comment.