зеркало из https://github.com/mozilla/gecko-dev.git
Bug 264102 Chrome should use document.title instead of window.title - venkman fixes
p=me r=rginda
This commit is contained in:
Родитель
1e020212f1
Коммит
04d4e14d2d
|
@ -95,7 +95,7 @@ function populateFromBreakpoint()
|
|||
dialog["condition-checkbox"].checked = breakpoint.conditionEnabled;
|
||||
if ("scriptWrapper" in breakpoint)
|
||||
{
|
||||
window.title = opener.MSG_BPPROPS_TITLE;
|
||||
document.title = opener.MSG_BPPROPS_TITLE;
|
||||
dialog["enabled-checkbox"].setAttribute("label",
|
||||
opener.MSG_BPPROPS_ENABLED);
|
||||
dialog["function-textbox"].value = breakpoint.scriptWrapper.functionName;
|
||||
|
@ -105,7 +105,7 @@ function populateFromBreakpoint()
|
|||
}
|
||||
else
|
||||
{
|
||||
window.title = opener.MSG_FBPPROPS_TITLE;
|
||||
document.title = opener.MSG_FBPPROPS_TITLE;
|
||||
dialog["enabled-checkbox"].setAttribute("label",
|
||||
opener.MSG_FBPPROPS_ENABLED);
|
||||
dialog["function-textbox"].value = opener.MSG_VAL_NA;
|
||||
|
|
Загрузка…
Ссылка в новой задаче