зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1331092 - Part 4: Add release_or_beta variable to reftest condition. r=jmaher
This commit is contained in:
Родитель
1a21738996
Коммит
c5a8c23dab
|
@ -683,6 +683,12 @@ function BuildConditionSandbox(aURL) {
|
|||
sandbox.stylo = false;
|
||||
#endif
|
||||
|
||||
#ifdef RELEASE_OR_BETA
|
||||
sandbox.release_or_beta = true;
|
||||
#else
|
||||
sandbox.release_or_beta = false;
|
||||
#endif
|
||||
|
||||
var hh = CC[NS_NETWORK_PROTOCOL_CONTRACTID_PREFIX + "http"].
|
||||
getService(CI.nsIHttpProtocolHandler);
|
||||
var httpProps = ["userAgent", "appName", "appVersion", "vendor",
|
||||
|
|
Загрузка…
Ссылка в новой задаче