XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt

This commit is contained in:
hewitt%netscape.com 2006-07-29 04:35:37 +00:00
Родитель 229f06e377
Коммит 2b067ef3df
2 изменённых файлов: 5 добавлений и 4 удалений

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

@ -139,8 +139,8 @@
<outliner id="historyOutliner"/>
<statusbar id="status-bar" class="chromeclass-status">
<statusbarpanel id="statusbar-display" crop="right" flex="1"/>
<statusbarpanel class="statusbarpanel-icononly" id="offline-status"/>
<statusbarpanel id="statusbar-display" flex="1"/>
<statusbarpanel class="statusbarpanel-iconic" id="offline-status"/>
</statusbar>
</window>

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

@ -71,8 +71,9 @@
<data id="multipleBookmarks" label="&addToBookmarksCmd.label;" accesskey="&addToBookmarksCmd.accesskey;"/>
<data id="oneBookmark" label="&bookmarkLinkCmd.label;" accesskey="&bookmarkLinkCmd.accesskey;"/>
</popupset>
<outliner id="historyOutliner" flex="1" enableColumnDrag="true"
<outliner id="historyOutliner" flex="1" enableColumnDrag="true" class="plain"
onkeypress="if (event.keyCode == 13) OpenURL(event.ctrlKey || event.metaKey);">
<outlinerbody id="historyOutlinerBody" flex="1" datasources="rdf:history"
ref="NC:HistoryByDate" context="historyMenu"
onselect="this.parentNode.outlinerBoxObject.view.selectionChanged();