зеркало из https://github.com/mozilla/gecko-dev.git
89d3ee0001
On Windows there are some duplicate keys in nsDirectoryService: - NS_WIN_STARTUP_DIR is "Strt", and maps to Win_Startup. - NS_WIN_STARTMENU_DIR is also "Strt", and is meant to map to Win_Startmenu, but actually maps to Win_Startup because of the key duplication. - NS_WIN_COMMON_STARTMENU_DIR is "CmStrt", and maps to Win_Common_Startmenu. - NS_WIN_COMMON_STARTUP_DIR is also "CmStrt", and is meant to map to Win_Common_Startup, but actually maps to Win_Common_Startmenu because of the key duplication. Given the bugginess, it's unsurprising that they aren't used. This patch removes them. This gets rid of two duplicate static atoms, helping with bug 1445113. MozReview-Commit-ID: 9Yx6M0VUaH4 --HG-- extra : rebase_source : 887cb2f2b907a6f3a7b796b6032b385291862323 |
||
---|---|---|
.. | ||
base | ||
build | ||
components | ||
doc | ||
ds | ||
glue | ||
idl-parser | ||
io | ||
libxpt/xptcall | ||
reflect | ||
rust | ||
string | ||
system | ||
tests | ||
threads | ||
typelib | ||
windbgdlg | ||
xpidl | ||
moz.build | ||
xpcom-config.h.in | ||
xpcom-private.h.in |