Bug 703123 - web console 'Web Developer' filter button should be renamed; r=msucan,dao

This commit is contained in:
Sonny Piers 2011-11-21 11:37:18 +01:00
Родитель 03992dd35e
Коммит 417c39d975
6 изменённых файлов: 13 добавлений и 15 удалений

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

@ -3762,8 +3762,8 @@ HeadsUpDisplay.prototype = {
] ]
}, },
{ {
name: "PageWebDeveloper", name: "PageLogging",
category: "webdev", category: "logging",
severities: [ severities: [
{ name: "ConsoleErrors", prefKey: "error" }, { name: "ConsoleErrors", prefKey: "error" },
{ name: "ConsoleWarnings", prefKey: "warn" }, { name: "ConsoleWarnings", prefKey: "warn" },

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

@ -21,7 +21,7 @@ function testFilterButtons() {
testMenuFilterButton("net"); testMenuFilterButton("net");
testMenuFilterButton("css"); testMenuFilterButton("css");
testMenuFilterButton("js"); testMenuFilterButton("js");
testMenuFilterButton("webdev"); testMenuFilterButton("logging");
finishTest(); finishTest();
} }

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

@ -18,19 +18,17 @@ btnPageCSS=CSS
tipPageCSS=Log CSS parsing errors tipPageCSS=Log CSS parsing errors
btnPageJS=JS btnPageJS=JS
tipPageJS=Log JavaScript exceptions tipPageJS=Log JavaScript exceptions
# LOCALIZATION NOTE (btnPageWebDeveloper): # LOCALIZATION NOTE (btnPageLogging):
# #
# This is used as the text of the "Web Developer" button on the toolbar. It # This is used as the text of the "Logging" button on the toolbar. It
# shows or hides messages that the web developer inserted on the page for # shows or hides messages that the web developer inserted on the page for
# debugging purposes, using calls such console.log() and console.error(). You # debugging purposes, using calls such console.log() and console.error().
# may wish to localize this as "Page" if that is clearer in your locale. See btnPageLogging=Logging
# bug 601667 for more information. # LOCALIZATION NOTE (tipPageLogging):
btnPageWebDeveloper=Web Developer
# LOCALIZATION NOTE (tipPageWebDeveloper):
# #
# This is used as the text of the tool tip for the "Web Developer" button on # This is used as the text of the tool tip for the "Logging" button on
# the toolbar. # the toolbar.
tipPageWebDeveloper=Log messages sent to the "console" object tipPageLogging=Log messages sent to the "console" object
btnConsoleErrors=Errors btnConsoleErrors=Errors
tipConsoleErrors=Log calls to console.error() tipConsoleErrors=Log calls to console.error()
btnConsoleInfo=Info btnConsoleInfo=Info

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

@ -213,7 +213,7 @@
} }
/* Web Developer styles */ /* Web Developer styles */
.webconsole-filter-button[category="webdev"] { .webconsole-filter-button[category="logging"] {
-moz-image-region: rect(24px, 8px, 32px, 0); -moz-image-region: rect(24px, 8px, 32px, 0);
} }

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

@ -267,7 +267,7 @@
} }
/* Web Developer styles */ /* Web Developer styles */
.webconsole-filter-button[category="webdev"] { .webconsole-filter-button[category="logging"] {
-moz-image-region: rect(24px, 8px, 32px, 0); -moz-image-region: rect(24px, 8px, 32px, 0);
} }

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

@ -218,7 +218,7 @@
} }
/* Web Developer styles */ /* Web Developer styles */
.webconsole-filter-button[category="webdev"] { .webconsole-filter-button[category="logging"] {
-moz-image-region: rect(24px, 8px, 32px, 0); -moz-image-region: rect(24px, 8px, 32px, 0);
} }