bug 221599: remove comm.jar dependencies in nsGlobalHistory.cpp by adding history.properties for now. Putting the history in the toolkit seems highly bogus.

This commit is contained in:
chanial%noos.fr 2003-11-03 08:14:10 +00:00
Родитель 3fd3695714
Коммит 4249292cca
4 изменённых файлов: 4 добавлений и 4 удалений

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

@ -4,4 +4,3 @@ browser.jar:
en-US.jar:
locale/en-US/browser/history/history.dtd (locale/history.dtd)
locale/en-US/browser/history/history.properties (locale/history.properties)

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

@ -0,0 +1,2 @@
en-US.jar:
locale/en-US/global/history/history.properties (locale/history.properties)

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

@ -10,5 +10,4 @@ finduri-AgeInDays-isgreater=Older than %S days
finduri-Hostname-is-=(no host)
search_button_label=Find
search_results_title=Search Results
load-js-data-url-error=For security reasons, javascript or data urls cannot be loaded from the history window or sidebar.

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

@ -2392,7 +2392,7 @@ nsGlobalHistory::Init()
do_GetService(kStringBundleServiceCID, &rv);
if (NS_SUCCEEDED(rv)) {
rv = bundleService->CreateBundle("chrome://communicator/locale/history/history.properties", getter_AddRefs(mBundle));
rv = bundleService->CreateBundle("chrome://global/locale/history/history.properties", getter_AddRefs(mBundle));
}
// register to observe profile changes