Skip to content

Commit

Permalink
Backed out 2 changesets (bug 1003448) since their dependency was back…
Browse files Browse the repository at this point in the history
…ed out

CLOSED TREE

Backed out changeset 61f98b1d29f9 (bug 1003448)
Backed out changeset 8e947d1636f1 (bug 1003448)
  • Loading branch information
philor committed Oct 5, 2014
1 parent 3a2e260 commit 145d867
Show file tree
Hide file tree
Showing 37 changed files with 148 additions and 1,779 deletions.
10 changes: 0 additions & 10 deletions modules/libpref/init/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -1247,16 +1247,6 @@ pref("network.http.spdy.send-buffer-size", 131072);
pref("network.http.spdy.allow-push", true);
pref("network.http.spdy.push-allowance", 131072);

// alt-svc allows separation of transport routing from
// the origin host without using a proxy.
#ifdef RELEASE_BUILD
pref("network.http.altsvc.enabled", false);
pref("network.http.altsvc.oe", false);
#else
pref("network.http.altsvc.enabled", true);
pref("network.http.altsvc.oe", true);
#endif

pref("network.http.diagnostics", false);

pref("network.http.pacing.requests.enabled", true);
Expand Down
7 changes: 1 addition & 6 deletions netwerk/base/public/nsISpeculativeConnect.idl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ interface nsISpeculativeConnect : nsISupports
* inline) to determine whether or not to actually make a speculative
* connection.
*/
[builtinclass, uuid(f6a0d1e5-369f-4abc-81ae-d370d36e4006)]
[builtinclass, uuid(a9cdd875-2ef8-4d53-95d6-e4e18f65e0db)]
interface nsISpeculativeConnectionOverrider : nsISupports
{
/**
Expand Down Expand Up @@ -63,9 +63,4 @@ interface nsISpeculativeConnectionOverrider : nsISupports
* usage.
*/
[infallible] readonly attribute boolean isFromPredictor;

/**
* by default speculative connections are not made to RFC 1918 addresses
*/
[infallible] readonly attribute boolean allow1918;
};
7 changes: 0 additions & 7 deletions netwerk/base/src/Predictor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -395,13 +395,6 @@ Predictor::GetIsFromPredictor(bool *isFromPredictor)
return NS_OK;
}

NS_IMETHODIMP
Predictor::GetAllow1918(bool *allow1918)
{
*allow1918 = false;
return NS_OK;
}

// Predictor::nsIInterfaceRequestor

NS_IMETHODIMP
Expand Down
Loading

0 comments on commit 145d867

Please sign in to comment.