зеркало из https://github.com/mozilla/gecko-dev.git
Bug 964239 - Ignore invalid URIs rather than stopping completely. r=hsivonen
This commit is contained in:
Родитель
ee88f81d5d
Коммит
1662743572
|
@ -753,7 +753,7 @@ nsHtml5TreeOperation::Perform(nsHtml5TreeOpExecutor* aBuilder,
|
|||
relative,
|
||||
charset.get(),
|
||||
aBuilder->GetViewSourceBaseURI());
|
||||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
NS_ENSURE_SUCCESS(rv, NS_OK);
|
||||
|
||||
// Reuse the fix for bug 467852
|
||||
// URLs that execute script (e.g. "javascript:" URLs) should just be
|
||||
|
|
Загрузка…
Ссылка в новой задаче