Follow-up to bug 954084 - purple proxies should not be in the way of JavaScript protocols: override protocols should have the same proxy behavior as their base.

This commit is contained in:
Florian Quèze 2011-05-30 12:36:16 +02:00
Родитель 8aa9f0e24a
Коммит cbd995afbe
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -774,7 +774,8 @@ const ForwardProtocolPrototype = {
get passwordOptional() this.base.passwordOptional,
get usePointSize() this.base.usePointSize,
get registerNoScreenName() this.base.registerNoScreenName,
get slashCommandsNative() this.base.slashCommandsNative
get slashCommandsNative() this.base.slashCommandsNative,
get usePurpleProxy() this.base.usePurpleProxy
};
function doXHRequest(aUrl, aHeaders, aPOSTData, aOnLoad, aOnError, aThis) {