зеркало из https://github.com/mozilla/gecko-dev.git
finish renaming and moving all the profile xul, js and dtd files.
This commit is contained in:
Родитель
7d9b1cf7f1
Коммит
85f2d4b7ac
|
@ -315,6 +315,8 @@ profile/Makefile
|
|||
profile/src/Makefile
|
||||
profile/public/Makefile
|
||||
profile/resources/Makefile
|
||||
profile/resources/content/Makefile
|
||||
profile/resources/skin/Makefile
|
||||
profile/resources/locale/Makefile
|
||||
profile/resources/locale/en-US/Makefile
|
||||
profile/pref-migrator/Makefile
|
||||
|
|
|
@ -1196,12 +1196,14 @@ sub MakeResourceAliases()
|
|||
my($xpinstall_ch_dir) = "$chrome_dir" . "xpinstall";
|
||||
_InstallResources(":mozilla:xpinstall:res:locale:en-US:MANIFEST", "$xpinstall_ch_dir:locale:en-US:", 0);
|
||||
|
||||
my($profile_dir) = "$resource_dir" . "profile:";
|
||||
my($profile_chrome_dir) = "$chrome_dir" . "Profile";
|
||||
_InstallResources(":mozilla:profile:resources:MANIFEST", "$profile_dir");
|
||||
_InstallResources(":mozilla:profile:pref-migrator:resources:MANIFEST", "$profile_dir");
|
||||
_InstallResources(":mozilla:profile:resources:content:MANIFEST", "$profile_chrome_dir:content:default", 0);
|
||||
_InstallResources(":mozilla:profile:resources:skin:MANIFEST", "$profile_chrome_dir:skin:default", 0);
|
||||
_InstallResources(":mozilla:profile:resources:locale:en-US:MANIFEST", "$profile_chrome_dir:locale:en-US:", 0);
|
||||
|
||||
my($profile_dir) = "$resource_dir" . "profile:";
|
||||
_InstallResources(":mozilla:profile:pref-migrator:resources:MANIFEST", "$profile_dir");
|
||||
|
||||
# need to duplicate this line if more files in default profile folder
|
||||
my($defaults_dir) = "$dist_dir" . "Defaults:";
|
||||
mkdir($defaults_dir, 0);
|
||||
|
|
|
@ -195,6 +195,28 @@
|
|||
|
||||
</chrome>
|
||||
|
||||
<chrome about="chrome://profile/">
|
||||
|
||||
<content>
|
||||
<RDF:Description about="chrome://profile/content/">
|
||||
<base>resource:/chrome/profile/content/default/</base>
|
||||
</RDF:Description>
|
||||
</content>
|
||||
|
||||
<skin>
|
||||
<RDF:Description about="chrome://profile/skin/">
|
||||
<base>resource:/chrome/profile/skin/default/</base>
|
||||
</RDF:Description>
|
||||
</skin>
|
||||
|
||||
<locale>
|
||||
<RDF:Description about="chrome://profile/locale/">
|
||||
<name>en-US</name>
|
||||
</RDF:Description>
|
||||
</locale>
|
||||
|
||||
</chrome>
|
||||
|
||||
<chrome about="chrome://wallet/">
|
||||
|
||||
<skin>
|
||||
|
@ -359,4 +381,3 @@
|
|||
|
||||
</RDF:RDF>
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче