зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 09fd858a96c9 (bug 1783497) for causing Xpcshell failures on test_ext_cookies_partitionKey.js
This commit is contained in:
Родитель
e0b32ecd80
Коммит
0dc25f7d29
|
@ -82,7 +82,7 @@ nsChromeProtocolHandler::GetProtocolFlags(uint32_t* result) {
|
|||
// and "chrome://navigator/content/navigator.xul".
|
||||
|
||||
rv = nsChromeRegistry::Canonify(surl);
|
||||
mozilla::Unused << NS_WARN_IF(NS_FAILED(rv));
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
|
||||
surl.forget(result);
|
||||
return NS_OK;
|
||||
|
|
|
@ -27,7 +27,6 @@ function invalidEventHandler(e)
|
|||
|
||||
function checkValidURL(element)
|
||||
{
|
||||
info(`Checking ${element.value}\n`);
|
||||
gInvalid = false;
|
||||
ok(!element.validity.typeMismatch,
|
||||
"Element should not suffer from type mismatch");
|
||||
|
@ -72,7 +71,6 @@ var values = [
|
|||
[ "http://mózillä.órg", true ],
|
||||
[ "ht://mózillä.órg", true ],
|
||||
[ "httŭ://mózillä.órg", false ],
|
||||
[ "chrome://bookmarks", true ],
|
||||
];
|
||||
|
||||
values.forEach(function([value, valid]) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче