зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1136341 - fix source actors representing inline scripts in XUL files so breakpoints work r=ejpbruel
--HG-- extra : rebase_source : 95f75743470a96f46e9dcb527f70d9f0d2c3253a
This commit is contained in:
Родитель
b2a7f5ef69
Коммит
baf59606e2
|
@ -278,7 +278,7 @@ TabSources.prototype = {
|
|||
if (url) {
|
||||
try {
|
||||
let urlInfo = Services.io.newURI(url, null, null).QueryInterface(Ci.nsIURL);
|
||||
if (urlInfo.fileExtension === "html") {
|
||||
if (urlInfo.fileExtension === "html" || urlInfo.fileExtension === "xml") {
|
||||
spec.isInlineSource = true;
|
||||
}
|
||||
else if (urlInfo.fileExtension === "js") {
|
||||
|
|
Загрузка…
Ссылка в новой задаче